summaryrefslogtreecommitdiff
path: root/mysql-test/main/backup_syntax.result
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2019-01-15 09:56:33 +0200
committerMichael Widenius <monty@mariadb.org>2019-01-15 09:56:33 +0200
commite82756503f6ed67c7c9fdde354cb0dd36deaf583 (patch)
treea872b523c0f8f6249b30e5e5addf8d347e096214 /mysql-test/main/backup_syntax.result
parent29f77d41f531a94d1a71d6e5d33f2be104e99026 (diff)
downloadmariadb-git-e82756503f6ed67c7c9fdde354cb0dd36deaf583.tar.gz
Fixes for failures related to push for BACKUP LOCK
Diffstat (limited to 'mysql-test/main/backup_syntax.result')
-rw-r--r--mysql-test/main/backup_syntax.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/backup_syntax.result b/mysql-test/main/backup_syntax.result
index f8f623cda0c..4b8e74edd57 100644
--- a/mysql-test/main/backup_syntax.result
+++ b/mysql-test/main/backup_syntax.result
@@ -11,7 +11,7 @@ BACKUP STAGE END;
BACKUP LOG;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LOG' at line 1
BACKUP LOCK;
-ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LOCK' at line 1
+ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
BACKUP STAGE;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
BACKUP STAGE LOCK;