Go to the documentation of this file. 28 #ifndef _SERVER_INTERFACE_H_ 29 #define _SERVER_INTERFACE_H_ 53 #define CHECKDB_ALL_CHECK_EXCEPT_PREV_LINK \ 54 (CHECKDB_FILE_TRACKER_CHECK | CHECKDB_HEAP_CHECK_ALLHEAPS | \ 55 CHECKDB_CT_CHECK_CAT_CONSISTENCY | CHECKDB_BTREE_CHECK_ALL_BTREES | \ 56 CHECKDB_LC_CHECK_CLASSNAMES | CHECKDB_LC_CHECK_ALLENTRIES_OF_ALLBTREES) 58 #define COMPACTDB_LOCKED_CLASS -1 59 #define COMPACTDB_INVALID_CLASS -2 60 #define COMPACTDB_UNPROCESSED_CLASS -3 62 #define COMPACTDB_REPR_DELETED -2