summaryrefslogtreecommitdiff
path: root/mysql-test/main/parser.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2023-01-26 10:57:01 +0400
committerAlexander Barkov <bar@mariadb.com>2023-01-26 10:57:01 +0400
commitb1043ea0ed01a7caa398d4a066b415d6eeebb08e (patch)
tree1dd567d79aeb7d0fb3660e0cdf1b0af58cc99af8 /mysql-test/main/parser.result
parent4652260d656ea871fe1ff31176b6d85eeffde932 (diff)
downloadmariadb-git-b1043ea0ed01a7caa398d4a066b415d6eeebb08e.tar.gz
Revert "MDEV-30151 parse error 1=2 not between/in"
This reverts commit eba099184e1f6704894694ea41f97f216eae5f21. A different patch with less shift-reduce conflicts is coming.
Diffstat (limited to 'mysql-test/main/parser.result')
-rw-r--r--mysql-test/main/parser.result11
1 files changed, 0 insertions, 11 deletions
diff --git a/mysql-test/main/parser.result b/mysql-test/main/parser.result
index f44478727ae..0bb4e82c8b8 100644
--- a/mysql-test/main/parser.result
+++ b/mysql-test/main/parser.result
@@ -1866,15 +1866,4 @@ ERROR 42000: You have an error in your SQL syntax; check the manual that corresp
EXECUTE IMMEDIATE 'CREATE PROCEDURE p() UPDATE t SET c=\'\'"abc';
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 '"abc' at line 1
SET @@sql_mode=@save_sql_mode;
-#
-# MDEV-30151 parse error 1=2 not between/in
-#
-select 1=2 not in (3,4);
-1=2 not in (3,4)
-1
-select 1=2 not between 3 and 4;
-1=2 not between 3 and 4
-1
-#
# End of 10.3 tests
-#