Commit f1dc0a96 authored by Rich Prohaska's avatar Rich Prohaska

DB-310 run tokudb_support_xa.test on mysql and mariadb 5.5

parent 856dd95b
...@@ -110,7 +110,7 @@ xa commit 'testb',0x2030405060,11; ...@@ -110,7 +110,7 @@ xa commit 'testb',0x2030405060,11;
ERROR XAE04: XAER_NOTA: Unknown XID ERROR XAE04: XAER_NOTA: Unknown XID
xa rollback 'testa','testb'; xa rollback 'testa','testb';
xa start 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'; xa start 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz';
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 '' at line 1 ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your XYZ server version for the right syntax to use near '' at line 1
select * from t1; select * from t1;
a a
20 20
......
...@@ -115,6 +115,7 @@ xa recover; ...@@ -115,6 +115,7 @@ xa recover;
xa commit 'testb',0x2030405060,11; xa commit 'testb',0x2030405060,11;
xa rollback 'testa','testb'; xa rollback 'testa','testb';
--replace_regex /MariaDB/XYZ/ /MySQL/XYZ/
--error ER_PARSE_ERROR --error ER_PARSE_ERROR
xa start 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'; xa start 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment