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:
@@ -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;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user