summaryrefslogtreecommitdiff
path: root/mysql-test/t/comments.test
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2014-02-11 21:43:08 +0200
committerMichael Widenius <monty@askmonty.org>2014-02-11 21:43:08 +0200
commit55829ac13d763589c50b880a98664852fd7c7e99 (patch)
treec8ca868b88f21a5f10a51a340d16cf50679c2e67 /mysql-test/t/comments.test
parent1bdf2151dad679a8c13d2856d3baa32515a6db35 (diff)
downloadmariadb-git-55829ac13d763589c50b880a98664852fd7c7e99.tar.gz
Support 6 digit version numbers in executable comment syntax.
This is needed to be able to ignore executable comments from version 10.0.
Diffstat (limited to 'mysql-test/t/comments.test')
-rw-r--r--mysql-test/t/comments.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/comments.test b/mysql-test/t/comments.test
index 08c74c99d0c..4d47674650c 100644
--- a/mysql-test/t/comments.test
+++ b/mysql-test/t/comments.test
@@ -28,6 +28,7 @@ select 1 /*M! +1 */;
select 1 /*M!50000 +1 */;
select 1 /*M!50300 +1 */;
select 2 /*M!99999 +1 */;
+select 2 /*M!100000 +1 */;
--error ER_PARSE_ERROR
select 2 /*M!0000 +1 */;
@@ -39,7 +40,7 @@ select 2 /*M!0000 +1 */;
select 1/*!2*/;
--error ER_PARSE_ERROR
-select 1/*!000002*/;
+select 1/*!0000002*/;
select 1/*!999992*/;