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
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