mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added syntax and implementation for BACKUP STAGE's
Part of MDEV-5336 Implement LOCK FOR BACKUP - Changed check of Global_only_lock to also include BACKUP lock. - We store latest MDL_BACKUP_DDL lock in thd->mdl_backup_ticket to be able to downgrade lock during copy_data_between_tables()
This commit is contained in:
@ -108,6 +108,7 @@ enum enum_sql_command {
|
||||
SQLCOM_SHOW_STATUS_PACKAGE,
|
||||
SQLCOM_SHOW_STATUS_PACKAGE_BODY,
|
||||
SQLCOM_SHOW_PACKAGE_BODY_CODE,
|
||||
SQLCOM_BACKUP,
|
||||
|
||||
/*
|
||||
When a command is added here, be sure it's also added in mysqld.cc
|
||||
|
Reference in New Issue
Block a user