mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Updated test cases
mysql-test/include/not_ndb_default.inc: New include file to skip certain tests with default engine = ndb mysql-test/t/rpl_optimize.test: Updated to skip test when NDB is default engine mysql-test/extra/rpl_tests/rpl_auto_increment.test: Updated to skip test when NDB is default engine BitKeeper/deleted/.del-rpl_ndb_auto_inc-master.opt~e38255d94debc2c8: Delete: mysql-test/t/rpl_ndb_auto_inc-master.opt mysql-test/t/rpl_ndb_auto_inc.test: updated to use with ndb mysql-test/r/rpl_ndb_auto_inc.result: New results mysql-test/t/disabled.def: Updated to remove rpl_ndb_auto_inc.test mysql-test/extra/rpl_tests/rpl_row_blob.test: updated to remove check table, not needed and not supported by ndb engine mysql-test/t/rpl_ndb_blob2.test: new ndb wrapper mysql-test/r/rpl_ndb_blob2.result: new results
This commit is contained in:
parent
ed68cec78f
commit
5e11016e87
10 changed files with 384 additions and 100 deletions
4
mysql-test/include/not_ndb_default.inc
Normal file
4
mysql-test/include/not_ndb_default.inc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--require r/true.require
|
||||
disable_query_log;
|
||||
select convert(@@table_type using latin1) NOT IN ("ndbcluster","NDBCLUSTER") as "TRUE";
|
||||
enable_query_log;
|
||||
Loading…
Add table
Add a link
Reference in a new issue