1
0
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:
Michael Widenius
2019-01-14 15:46:49 +02:00
parent 3975e22d55
commit aad0165cea
11 changed files with 186 additions and 10 deletions

View File

@ -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