mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYS
This commit is contained in:
parent
9afb49f53c
commit
5e52875b8f
9 changed files with 117 additions and 51 deletions
|
|
@ -24,6 +24,7 @@
|
|||
class Query_log_event;
|
||||
class Load_log_event;
|
||||
|
||||
enum enum_enable_or_disable { LEAVE_AS_IS, ENABLE, DISABLE };
|
||||
enum enum_ha_read_modes { RFIRST, RNEXT, RPREV, RLAST, RKEY };
|
||||
enum enum_duplicates { DUP_ERROR, DUP_REPLACE, DUP_IGNORE };
|
||||
enum enum_log_type { LOG_CLOSED, LOG_NORMAL, LOG_NEW, LOG_BIN };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue