diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-26 13:34:38 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-09-26 13:34:38 +0300 |
commit | 6286a05d80f9911b7cd6ba57b04a6f67d39e499d (patch) | |
tree | 97a8a27c2d99a4474181e32602414d94944bfd80 /sql/sql_table.cc | |
parent | 0792aff161132fb953510555fe45544991dec95d (diff) | |
parent | 3c92050d1c907cc548e848d0ab2891a06681ad92 (diff) | |
download | mariadb-git-6286a05d80f9911b7cd6ba57b04a6f67d39e499d.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 6917f24425d..5725370cdc2 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -10129,7 +10129,7 @@ bool mysql_alter_table(THD *thd, const LEX_CSTRING *new_db, DEBUG_SYNC(thd, "alter_opened_table"); -#ifdef WITH_WSREP +#if defined WITH_WSREP && defined ENABLED_DEBUG_SYNC DBUG_EXECUTE_IF("sync.alter_opened_table", { const char act[]= |