mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
13c4f25fcf
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.
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
|