summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-03-30 17:06:55 +0300
committerSergei Golubchik <serg@mariadb.org>2021-05-19 22:54:13 +0200
commit83e529eced51aa965805e894349bbadd26881f3f (patch)
tree2f13b79cf5648498ee709424ea37105be730fcf3 /sql/sql_class.cc
parent496a14e18714ac3f0b686ec5f57bf88e96512d2f (diff)
downloadmariadb-git-83e529eced51aa965805e894349bbadd26881f3f.tar.gz
MDEV-18465 Logging of DDL statements during backup
Many of the changes was needed to be able to collect and print engine name and table version id's in the ddl log.
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 92d9e90adc1..7d4467c78ca 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -637,6 +637,7 @@ THD::THD(my_thread_id id, bool is_wsrep_applier)
thread_dbug_id(id),
os_thread_id(0),
global_disable_checkpoint(0),
+ current_backup_stage(BACKUP_FINISHED),
failed_com_change_user(0),
is_fatal_error(0),
transaction_rollback_request(0),