summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-05-11 22:26:12 +0200
committerunknown <serg@serg.mysql.com>2001-05-11 22:26:12 +0200
commit5e52875b8fbce141f7a544da69ecf8c6c23ed6db (patch)
tree108534a56ca1295e5f948c4a0bd2b4464a02a0ee /sql/sql_lex.h
parent9afb49f53cb7b8da7519f45f588a78b559013de3 (diff)
downloadmariadb-git-5e52875b8fbce141f7a544da69ecf8c6c23ed6db.tar.gz
ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYS
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index f505b870d67..0df5bbebc37 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -144,10 +144,11 @@ typedef struct st_lex {
enum enum_tx_isolation tx_isolation;
enum enum_ha_read_modes ha_read_mode;
enum ha_rkey_function ha_rkey_mode;
+ enum enum_enable_or_disable alter_keys_onoff;
uint in_sum_expr,grant,grant_tot_col,which_columns, sort_default;
thr_lock_type lock_option;
bool create_refs,drop_primary,drop_if_exists,local_file;
- bool in_comment,ignore_space,verbose;
+ bool in_comment,ignore_space,verbose,simple_alter;
} LEX;