mirror of
https://github.com/MariaDB/server.git
synced 2025-05-08 15:01:49 +03:00
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
################################################################################
|
|
# Check file extra/rpl_tests/rpl_implicit_commit_binlog.test
|
|
################################################################################
|
|
--source include/have_binlog_format_statement.inc
|
|
--source include/master-slave.inc
|
|
--source include/have_innodb.inc
|
|
|
|
--let $engine=Innodb
|
|
set session storage_engine=innodb;
|
|
--source extra/rpl_tests/rpl_implicit_commit_binlog.test
|
|
--source include/rpl_end.inc
|