mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -2700,6 +2700,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