You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/funcs_1/r/innodb_views.result
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3551,11 +3551,11 @@ CREATE VIEW v1 or REPLACE AS Select * from tb2 my_table;
3551
3551
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 'or REPLACE AS Select * from tb2 my_table' at line 1
3552
3552
CREATE VIEW v1 WITH CASCADED CHECK OPTION AS Select *
3553
3553
from tb2 my_table limit 50;
3554
-
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 'CASCADED CHECK OPTION AS Select *
3554
+
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 'WITH CASCADED CHECK OPTION AS Select *
3555
3555
from tb2 my_table limit 50' at line 1
3556
3556
CREATE VIEW v1 WITH LOCAL CHECK OPTION AS Select *
3557
3557
from tb2 my_table limit 50;
3558
-
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 'LOCAL CHECK OPTION AS Select *
3558
+
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 'WITH LOCAL CHECK OPTION AS Select *
3559
3559
from tb2 my_table limit 50' at line 1
3560
3560
SELECT * FROM tb2 my_table CREATE VIEW As v1;
3561
3561
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 'CREATE VIEW As v1' at line 1
@@ -3585,7 +3585,7 @@ FROM test.tb2 my_table CHECK OPTION WITH CASCADED;
3585
3585
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 'CHECK OPTION WITH CASCADED' at line 2
3586
3586
CREATE OR REPLACE VIEW v1 WITH CASCADED CHECK OPTION
3587
3587
AS SELECT F59, F60 FROM test.tb2 my_table;
3588
-
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 'CASCADED CHECK OPTION
3588
+
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 'WITH CASCADED CHECK OPTION
3589
3589
AS SELECT F59, F60 FROM test.tb2 my_table' at line 1
3590
3590
CREATE OR REPLACE AS SELECT F59, F60
3591
3591
FROM test.tb2 my_table VIEW v1 WITH CASCADED CHECK OPTION;
@@ -3614,7 +3614,7 @@ FROM test.tb2 my_table CHECK OPTION WITH LOCAL;
3614
3614
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 'CHECK OPTION WITH LOCAL' at line 2
3615
3615
CREATE OR REPLACE VIEW v1 WITH CASCADED CHECK OPTION
3616
3616
AS SELECT F59, F60 FROM test.tb2 my_table;
3617
-
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 'CASCADED CHECK OPTION
3617
+
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 'WITH CASCADED CHECK OPTION
3618
3618
AS SELECT F59, F60 FROM test.tb2 my_table' at line 1
3619
3619
CREATE OR REPLACE AS SELECT F59, F60
3620
3620
FROM test.tb2 my_table VIEW v1 WITH LOCAL CHECK OPTION;
Copy file name to clipboardExpand all lines: mysql-test/suite/funcs_1/r/memory_views.result
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3552,11 +3552,11 @@ CREATE VIEW v1 or REPLACE AS Select * from tb2 my_table;
3552
3552
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 'or REPLACE AS Select * from tb2 my_table' at line 1
3553
3553
CREATE VIEW v1 WITH CASCADED CHECK OPTION AS Select *
3554
3554
from tb2 my_table limit 50;
3555
-
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 'CASCADED CHECK OPTION AS Select *
3555
+
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 'WITH CASCADED CHECK OPTION AS Select *
3556
3556
from tb2 my_table limit 50' at line 1
3557
3557
CREATE VIEW v1 WITH LOCAL CHECK OPTION AS Select *
3558
3558
from tb2 my_table limit 50;
3559
-
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 'LOCAL CHECK OPTION AS Select *
3559
+
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 'WITH LOCAL CHECK OPTION AS Select *
3560
3560
from tb2 my_table limit 50' at line 1
3561
3561
SELECT * FROM tb2 my_table CREATE VIEW As v1;
3562
3562
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 'CREATE VIEW As v1' at line 1
@@ -3586,7 +3586,7 @@ FROM test.tb2 my_table CHECK OPTION WITH CASCADED;
3586
3586
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 'CHECK OPTION WITH CASCADED' at line 2
3587
3587
CREATE OR REPLACE VIEW v1 WITH CASCADED CHECK OPTION
3588
3588
AS SELECT F59, F60 FROM test.tb2 my_table;
3589
-
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 'CASCADED CHECK OPTION
3589
+
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 'WITH CASCADED CHECK OPTION
3590
3590
AS SELECT F59, F60 FROM test.tb2 my_table' at line 1
3591
3591
CREATE OR REPLACE AS SELECT F59, F60
3592
3592
FROM test.tb2 my_table VIEW v1 WITH CASCADED CHECK OPTION;
@@ -3615,7 +3615,7 @@ FROM test.tb2 my_table CHECK OPTION WITH LOCAL;
3615
3615
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 'CHECK OPTION WITH LOCAL' at line 2
3616
3616
CREATE OR REPLACE VIEW v1 WITH CASCADED CHECK OPTION
3617
3617
AS SELECT F59, F60 FROM test.tb2 my_table;
3618
-
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 'CASCADED CHECK OPTION
3618
+
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 'WITH CASCADED CHECK OPTION
3619
3619
AS SELECT F59, F60 FROM test.tb2 my_table' at line 1
3620
3620
CREATE OR REPLACE AS SELECT F59, F60
3621
3621
FROM test.tb2 my_table VIEW v1 WITH LOCAL CHECK OPTION;
Copy file name to clipboardExpand all lines: mysql-test/suite/funcs_1/r/storedproc.result
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2807,7 +2807,7 @@ ERROR 42000: You have an error in your SQL syntax; check the manual that corresp
2807
2807
SELECT * from t1 where f2=f1' at line 1
2808
2808
CREATE PROCEDURE with()
2809
2809
SELECT * from t1 where f2=f1;
2810
-
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 '()
2810
+
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 'with()
2811
2811
SELECT * from t1 where f2=f1' at line 1
2812
2812
CREATE PROCEDURE write()
2813
2813
SELECT * from t1 where f2=f1;
@@ -9219,7 +9219,7 @@ CREATE PROCEDURE sp1()
9219
9219
BEGIN
9220
9220
declare with char;
9221
9221
END//
9222
-
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 'char;
9222
+
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 'with char;
9223
9223
END' at line 3
9224
9224
DROP PROCEDURE IF EXISTS sp1;
9225
9225
Warnings:
@@ -11547,9 +11547,8 @@ BEGIN
11547
11547
declare with condition for sqlstate '02000';
11548
11548
declare exit handler for with set @var2 = 1;
11549
11549
END//
11550
-
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 'condition for sqlstate '02000';
11551
-
declare exit handler for with set @var2 = 1;
11552
-
END' at line 3
11550
+
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 'with condition for sqlstate '02000';
11551
+
declare exit handler for with set @var2 ...' at line 3
11553
11552
DROP PROCEDURE IF EXISTS sp1;
11554
11553
Warnings:
11555
11554
Note 1305 PROCEDURE db_storedproc.sp1 does not exist
@@ -13649,7 +13648,7 @@ CREATE PROCEDURE sp1( )
13649
13648
BEGIN
13650
13649
declare with handler for sqlstate '02000' set @var2 = 1;
13651
13650
END//
13652
-
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 'handler for sqlstate '02000' set @var2 = 1;
13651
+
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 'with handler for sqlstate '02000' set @var2 = 1;
Copy file name to clipboardExpand all lines: mysql-test/suite/innodb_fts/r/fulltext.result
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Only MyISAM tables support collections
56
56
MySQL has now support for full-text search
57
57
Full-text search in MySQL implements vector space model
58
58
select * from t1 where MATCH(a,b) AGAINST ("indexes" IN BOOLEAN MODE WITH QUERY EXPANSION);
59
-
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 'QUERY EXPANSION)' at line 1
59
+
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 'WITH QUERY EXPANSION)' at line 1
60
60
explain select * from t1 where MATCH(a,b) AGAINST ("collections");
61
61
id select_type table type possible_keys key key_len ref rows Extra
0 commit comments