mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00
Create a set of test cases to see if some DDL statements implicitly commit a transaction on the NDB and are written directly to the binary log without going through either the Statement- or Transactional-Cache.
10 lines
419 B
Plaintext
10 lines
419 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
|
|
--source extra/rpl_tests/rpl_implicit_commit_binlog.test
|