mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +03:00
12 lines
529 B
Plaintext
12 lines
529 B
Plaintext
###################################################################################
|
|
# This test cases evaluates the mixture of non-transactional and transcational
|
|
# tables. For further details, please, read WL#2687 and WL#5072.
|
|
###################################################################################
|
|
--source include/have_binlog_format_mixed.inc
|
|
--source include/master-slave.inc
|
|
--source include/have_innodb.inc
|
|
|
|
let $engine_type=Innodb;
|
|
--source extra/rpl_tests/rpl_mixing_engines.test
|
|
--source include/rpl_end.inc
|