mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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.
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user