mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
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:
parent
7890e8b66d
commit
00a65bd421
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
[row]
|
||||
binlog-format=row
|
||||
|
||||
[stmt]
|
||||
binlog-format=statement
|
||||
|
||||
[mix]
|
||||
binlog-format=mixed
|
||||
|
|
|
@ -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 ----
|
||||
|
||||
|
|
Loading…
Reference in a new issue