mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
de4cce5288
mysql-test/suite/rpl_ndb/t/rpl_ndb_charset.test: Updated test to run for both row and mixed replication testing mysql-test/suite/rpl_ndb/r/rpl_ndb_charset.result: Updated results file mysql-test/extra/rpl_tests/rpl_row_charset.test: Updated test to specify the engine in the create. In addition had to add BIG SQL for NDB mysql-test/suite/rpl/r/rpl_row_charset.result: Updated results file mysql-test/suite/rpl/t/rpl_row_charset_innodb.test: Created a wrapper to test innodb storage engine as well mysql-test/suite/rpl/t/rpl_row_charset_innodb-master.opt: Option file to ensure innodb on master mysql-test/suite/rpl/t/rpl_row_charset_innodb-slave.opt: Option file to ensure innodb on slave mysql-test/suite/rpl/r/rpl_row_charset_innodb.result: New results file for innodb test case
8 lines
364 B
Text
8 lines
364 B
Text
########################################################
|
|
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
|
|
########################################################
|
|
-- source include/have_ndb.inc
|
|
-- source include/have_binlog_format_mixed_or_row.inc
|
|
-- source include/ndb_master-slave.inc
|
|
let $engine_type=NDB;
|
|
-- source extra/rpl_tests/rpl_row_charset.test
|