6cd6ded3d8
Merge branch '2.1-oracle-compat' into develop-new-merge-oracle
2017-06-29 09:39:55 +02:00
dd5360d30c
MXS-1196: Handle delimiter explicitly, ignore comments
2017-06-28 21:33:04 +02:00
fd3258f7f7
MXS-1196: Ignore mysqltest keywords unless delim is ;
2017-06-28 21:33:04 +02:00
eaf5a4152b
MXS-1196: Handle eol-comments
...
Eol-comments need to be followed by a newline as otherwise the
rest of a test-statement will be excluded.
2017-06-28 21:33:04 +02:00
38863bd319
MXS-1196: Handle "exit" correctly
...
"exit" is both a mysqltest and PL/SQL keyword.
2017-06-28 21:33:04 +02:00
f26fb085bc
MXS-1196: Handle "while" correctly
...
"while" is both a mysqltest and PL/SQL keyword.
2017-06-28 21:33:04 +02:00
ceaf2110ab
MXS-1196: Add smarter delimiter handling
...
DELIMITER $$;
--delimiter $$
2017-06-28 21:33:04 +02:00
8a0455c2fe
MXS-1196: Allow delimiters to be multi-character
...
In some new test files, the delimiter is 2 characters.
2017-06-28 21:33:04 +02:00
f546a17e77
Update change date of 2.2
2017-06-01 10:24:20 +03:00
5648f708af
Update license to BSL 1.1
2017-02-14 21:42:28 +02:00
aa2de52054
Factor out .test-reading capability
...
The capability for reading MySQL/MariaDB .test-files has now been
factored out from the compare.cc test program. That way, the
functionality can be used from other test programs as well.
2016-12-13 12:15:57 +02:00