summaryrefslogtreecommitdiff
path: root/sql/sql_cmd.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2019-01-14 15:46:49 +0200
committerMichael Widenius <monty@mariadb.org>2019-01-14 16:18:50 +0200
commitaad0165ceab4fa4e756f5fd473ef9df003a447cb (patch)
tree1ed8c68e116b67a51b810e6c8b0c6b408ff23708 /sql/sql_cmd.h
parent3975e22d55834930be7b1939ae9a5d416fa0905a (diff)
downloadmariadb-git-aad0165ceab4fa4e756f5fd473ef9df003a447cb.tar.gz
Added support for BACKUP LOCK / BACKUP UNLOCK
Diffstat (limited to 'sql/sql_cmd.h')
-rw-r--r--sql/sql_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cmd.h b/sql/sql_cmd.h
index 345ed57ee30..973e159c0cb 100644
--- a/sql/sql_cmd.h
+++ b/sql/sql_cmd.h
@@ -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