summaryrefslogtreecommitdiffstats
path: root/sql/ddl_log.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
commita2a2e32c02643a0cec111511220227703fda1cd5 (patch)
tree69cc2b631234c2a8e026b9cd4d72676c61c594df /sql/ddl_log.cc
parentReleasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff)
downloadmariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz
mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sql/ddl_log.cc')
-rw-r--r--sql/ddl_log.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ddl_log.cc b/sql/ddl_log.cc
index ffd2c24f..0a284011 100644
--- a/sql/ddl_log.cc
+++ b/sql/ddl_log.cc
@@ -2744,6 +2744,8 @@ int ddl_log_execute_recovery()
thd->thread_stack= (char*) &thd;
thd->store_globals();
thd->init(); // Needed for error messages
+ thd->set_query_inner((char*) STRING_WITH_LEN("intern:ddl_log_execute_recovery"),
+ default_charset_info);
thd->log_all_errors= (global_system_variables.log_warnings >= 3);
recovery_state.drop_table.free();