mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
Bug#32668 - rpl_row_charset_innodb.test fails
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.
This commit is contained in:
parent
32b99c5570
commit
13c4f25fcf
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
########################################################
|
||||
-- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue