mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Bug#28369 rpl test cases fail with binlog disabled
mysql-test/lib/mtr_cases.pl: Don't turn off binlog in versions prior to 5.0 mysql-test/r/binlog.result: Update result after adding "one more select" mysql-test/t/binlog.test: Update result after adding "one more select"
This commit is contained in:
parent
20a6f54651
commit
44626a6de8
3 changed files with 10 additions and 7 deletions
|
|
@ -607,9 +607,12 @@ sub collect_one_test_case($$$$$$$) {
|
|||
}
|
||||
else
|
||||
{
|
||||
# Test does not need binlog, add --skip-binlog to
|
||||
# the options used when starting it
|
||||
push(@{$tinfo->{'master_opt'}}, "--skip-log-bin");
|
||||
if ( $::mysql_version_id >= 50100 )
|
||||
{
|
||||
# Test does not need binlog, add --skip-binlog to
|
||||
# the options used when starting it
|
||||
push(@{$tinfo->{'master_opt'}}, "--skip-log-bin");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue