1
0
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:
Monty
2022-11-18 13:51:15 +02:00
committed by Sergei Petrunia
parent dd1a4131ef
commit 98879f8d43
7 changed files with 25 additions and 17 deletions

View File

@ -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*/;