1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-fix for WL#2687 WL#5072 BUG#40278 BUG#47175

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.
This commit is contained in:
Alfranio Correia
2009-11-13 00:17:10 +00:00
parent 518f793265
commit 4677f4de0f
12 changed files with 1668 additions and 55 deletions

View File

@ -5,4 +5,5 @@
--source include/master-slave.inc
--source include/have_innodb.inc
--let $engine=Innodb
--source extra/rpl_tests/rpl_implicit_commit_binlog.test