mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added support for BACKUP LOCK / BACKUP UNLOCK
This commit is contained in:
@ -108,7 +108,7 @@ enum enum_sql_command {
|
||||
SQLCOM_SHOW_STATUS_PACKAGE,
|
||||
SQLCOM_SHOW_STATUS_PACKAGE_BODY,
|
||||
SQLCOM_SHOW_PACKAGE_BODY_CODE,
|
||||
SQLCOM_BACKUP,
|
||||
SQLCOM_BACKUP, SQLCOM_BACKUP_LOCK,
|
||||
|
||||
/*
|
||||
When a command is added here, be sure it's also added in mysqld.cc
|
||||
|
Reference in New Issue
Block a user