summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-03-06 13:39:12 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-03-06 13:39:12 +0200
commit9267160c11aea65c4734141547354b23053e284f (patch)
tree76f6f123c9d72df2719806dfe86405e19ed52f9e /storage/innobase/include
parent077425a65989e62149df1a23a73e50d0c793fb0f (diff)
parent4ccb2be65fc1d392602473d50f8d9df29635a3eb (diff)
downloadmariadb-git-9267160c11aea65c4734141547354b23053e284f.tar.gz
Merge 10.10 into 10.11
Diffstat (limited to 'storage/innobase/include')
-rw-r--r--storage/innobase/include/trx0trx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/innobase/include/trx0trx.h b/storage/innobase/include/trx0trx.h
index 0450be89cfb..7d2c3297769 100644
--- a/storage/innobase/include/trx0trx.h
+++ b/storage/innobase/include/trx0trx.h
@@ -1109,6 +1109,8 @@ public:
ut_ad(!dict_operation);
ut_ad(!apply_online_log);
ut_ad(!is_not_inheriting_locks());
+ ut_ad(check_foreigns);
+ ut_ad(check_unique_secondary);
}
/** This has to be invoked on SAVEPOINT or at the end of a statement.