BUG#39934 - post-push fixes.

The rpl_ndb/combinations file was introduced as part of the fix.
The file contained an error: ndb suites shall not run with
binlog_format=mixed. Removed that combination.
This commit is contained in:
Sven Sandberg 2009-10-19 10:52:14 +02:00
parent 7890e8b66d
commit 00a65bd421
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,5 @@
[row]
binlog-format=row
[stmt]
binlog-format=statement
[mix]
binlog-format=mixed

View file

@ -45,6 +45,7 @@
--source include/have_ndb.inc
--source include/have_innodb.inc
--source include/ndb_master-slave.inc
--source include/have_binlog_format_mixed_or_row.inc
--echo ---- setup master ----