diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-19 17:45:52 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-19 17:45:52 +0200 |
commit | 7e8a13d9d760a3c24f9e539e8ab2a0f237efafe0 (patch) | |
tree | 7004f97adeb75acb90f680d097ccdd8eae6ec0b9 /sql/handler.h | |
parent | 32e8e8479507db6736a1983dbde5f0fcb64f80db (diff) | |
parent | e0f7c89c18589b3705cefda6f9525eecf4ca0af4 (diff) | |
download | mariadb-git-7e8a13d9d760a3c24f9e539e8ab2a0f237efafe0.tar.gz |
Merge 10.6 into 10.7
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 3303b8fe9e0..fe61666bf20 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -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, |