mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Version change to 11.0
This commit is contained in:
@ -67,6 +67,9 @@ SELECT 1 /*!100000 +1*/;
|
||||
SELECT 1 /*!210000 +1*/;
|
||||
1
|
||||
1
|
||||
SELECT 1 /*!190000 +1*/;
|
||||
1
|
||||
1
|
||||
#
|
||||
# Tesing that versions >= 5.7.x and < 10.0.0 are not ignored
|
||||
# when used with the MariaDB executable comment syntax.
|
||||
@ -89,6 +92,9 @@ SELECT 1 /*M!100000 +1*/;
|
||||
SELECT 1 /*M!210000 +1*/;
|
||||
1
|
||||
1
|
||||
SELECT 1 /*M!190000 +1*/;
|
||||
1
|
||||
1
|
||||
select 1/*!2*/;
|
||||
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 '2*/' at line 1
|
||||
select 1/*!0000002*/;
|
||||
|
Reference in New Issue
Block a user