mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
1121538d75
The test case fails on "vanilla" and "no_innodb" builds. These builds do not include InnoDB. The test case requires InnoDB. Added requirement for InnoDB into the test case, so that it does not start on those builds. mysql-test/suite/rpl/t/rpl_row_charset_innodb.test: Bug#32668 - rpl_row_charset_innodb.test fails Added requirement for InnoDB.
10 lines
452 B
Text
10 lines
452 B
Text
########################################################
|
|
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
|
|
# Added to skip if ndb is default #
|
|
########################################################
|
|
-- source include/not_ndb_default.inc
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/have_innodb.inc
|
|
-- source include/master-slave.inc
|
|
let $engine_type=innodb;
|
|
-- source extra/rpl_tests/rpl_row_charset.test
|