1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fix for alter_table_online test.

Map ALTER ONLINE TABLE to ALTER TABLE ... ALGORITHM=INPLACE.
Make MERGE engine to announce its support of inplace operations.
This commit is contained in:
Sergei Golubchik
2013-07-10 12:48:56 +02:00
parent 7ac5a1d362
commit 0ce9391008
6 changed files with 82 additions and 81 deletions

View File

@@ -2363,7 +2363,7 @@ struct LEX: public Query_tables_list
enum enum_yes_no_unknown tx_chain, tx_release;
bool safe_to_cache_query;
bool subqueries, ignore, online;
bool subqueries, ignore;
st_parsing_options parsing_options;
Alter_info alter_info;
/*