|
|
1.1 ! root 1: # include <ingres.h> ! 2: # include <aux.h> ! 3: # include <access.h> ! 4: # include <sccs.h> ! 5: ! 6: SCCSID(@(#)cat_desc.c 8.1 12/31/84) ! 7: ! 8: /* ! 9: ** SYSTEM RELATION DESCRIPTOR CACHE DEFINITION ! 10: ** ! 11: */ ! 12: ! 13: DESC Reldes; ! 14: DESC Attdes; ! 15: DESC Inddes; ! 16: DESC Treedes; ! 17: DESC Prodes; ! 18: DESC Intdes; ! 19: ! 20: ! 21: struct desxx Desxx[] = ! 22: { ! 23: "relation", &Reldes, &Admin.adreld, ! 24: "attribute", &Attdes, &Admin.adattd, ! 25: "indexes", &Inddes, NULL, ! 26: "tree", &Treedes, NULL, ! 27: "protect", &Prodes, NULL, ! 28: "integrities", &Intdes, NULL, ! 29: NULL ! 30: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.