mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.7
This commit is contained in:
@@ -2625,6 +2625,9 @@ public:
|
||||
/** true when InnoDB should abort the alter when table is not empty */
|
||||
const bool error_if_not_empty;
|
||||
|
||||
/** True when DDL should avoid downgrading the MDL */
|
||||
bool mdl_exclusive_after_prepare= false;
|
||||
|
||||
Alter_inplace_info(HA_CREATE_INFO *create_info_arg,
|
||||
Alter_info *alter_info_arg,
|
||||
KEY *key_info_arg, uint key_count_arg,
|
||||
|
Reference in New Issue
Block a user