diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-07-22 23:43:59 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-07-22 23:43:59 +0300 |
commit | 2657e48c64e62580e479f01ceda5f1b6a9fde4c3 (patch) | |
tree | 02552074434f0ff47a06118e8d54f309fe6a2cad /sql/sql_lex.h | |
parent | 5eab6ddcd6d88c97dbe7d9b4123551e3cd8e74b4 (diff) | |
download | mariadb-git-2657e48c64e62580e479f01ceda5f1b6a9fde4c3.tar.gz |
Faster alter table code for 5.1.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 9ebe10921fd..95f2091bd79 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -645,6 +645,7 @@ typedef class st_select_lex SELECT_LEX; #define ALTER_KEYS_ONOFF 512 #define ALTER_CONVERT 1024 #define ALTER_FORCE 2048 +#define ALTER_RECREATE 4096 typedef struct st_alter_info { |