|
CUBRID Engine
latest
|
Go to the source code of this file.
Macros | |
| #define | CHECKDB_ALL_CHECK_EXCEPT_PREV_LINK |
| #define | COMPACTDB_LOCKED_CLASS -1 |
| #define | COMPACTDB_INVALID_CLASS -2 |
| #define | COMPACTDB_UNPROCESSED_CLASS -3 |
| #define | COMPACTDB_REPR_DELETED -2 |
Enumerations | |
| enum | { SI_SYS_DATETIME = 0x01, SI_LOCAL_TRANSACTION_ID = 0x02 } |
| enum | { CHECKDB_FILE_TRACKER_CHECK = 1, CHECKDB_HEAP_CHECK_ALLHEAPS = 2, CHECKDB_CT_CHECK_CAT_CONSISTENCY = 4, CHECKDB_BTREE_CHECK_ALL_BTREES = 8, CHECKDB_LC_CHECK_CLASSNAMES = 16, CHECKDB_LC_CHECK_ALLENTRIES_OF_ALLBTREES = 32, CHECKDB_REPAIR = 64, CHECKDB_CHECK_PREV_LINK = 128, CHECKDB_REPAIR_PREV_LINK = 256 } |
| enum | { GENERATE_SERIAL = 0, GENERATE_AUTO_INCREMENT = 1 } |
| #define CHECKDB_ALL_CHECK_EXCEPT_PREV_LINK |
Definition at line 53 of file server_interface.h.
Referenced by checkdb(), and sboot_check_db_consistency().
| #define COMPACTDB_INVALID_CLASS -2 |
Definition at line 59 of file server_interface.h.
Referenced by boot_compact_db(), and compactdb_start().
| #define COMPACTDB_LOCKED_CLASS -1 |
Definition at line 58 of file server_interface.h.
Referenced by boot_compact_db(), and compactdb_start().
| #define COMPACTDB_REPR_DELETED -2 |
Definition at line 62 of file server_interface.h.
Referenced by boot_compact_db(), and compactdb_start().
| #define COMPACTDB_UNPROCESSED_CLASS -3 |
Definition at line 60 of file server_interface.h.
Referenced by boot_compact_db(), and compactdb_start().
| anonymous enum |
| Enumerator | |
|---|---|
| SI_SYS_DATETIME | |
| SI_LOCAL_TRANSACTION_ID | |
Definition at line 33 of file server_interface.h.
| anonymous enum |
Definition at line 40 of file server_interface.h.
| anonymous enum |
| Enumerator | |
|---|---|
| GENERATE_SERIAL | |
| GENERATE_AUTO_INCREMENT | |
Definition at line 64 of file server_interface.h.