mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
6ced789186
row_drop_table_for_mysql(): Avoid accessing non-existing dictionary tables. dict_create_or_check_foreign_constraint_tables(): Add debug instrumentation for creating and dropping a table before the creation of any non-core dictionary tables. trx_purge_add_update_undo_to_history(): Adjust a debug assertion, so that it will not fail due to the test instrumentation.
3 lines
156 B
SQL
3 lines
156 B
SQL
# include file for test files that can be run with and without debug
|
|
# having debug and non-debug tests.
|
|
let $have_debug=`select version() like '%debug%'`;
|