Commit b8d38c5e authored by Marko Mäkelä's avatar Marko Mäkelä

dict_index_build_internal_clust(): Catch MDEV-20131 on CREATE TABLE

parent 72b24896
...@@ -2318,8 +2318,8 @@ dict_index_build_internal_clust( ...@@ -2318,8 +2318,8 @@ dict_index_build_internal_clust(
ulint i; ulint i;
ibool* indexed; ibool* indexed;
ut_ad(dict_index_is_clust(index)); ut_ad(index->is_primary());
ut_ad(!dict_index_is_ibuf(index)); ut_ad(!index->has_virtual());
ut_ad(mutex_own(&dict_sys.mutex)); ut_ad(mutex_own(&dict_sys.mutex));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment