Skip to content

Commit 597c75d

Browse files
author
msvensson@pilot.(none)
committed
Fix typo
Mark one more test as needing binlog
1 parent c014488 commit 597c75d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

mysql-test/include/master-slave.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Replication tests need binlog
2-
source include/have_binlog.inc;
2+
source include/have_log_bin.inc;
33

44
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
55
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);

mysql-test/lib/mtr_cases.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ ($$$$$$$)
624624
["include/have_binlog_format_row.inc", "binlog_format", "row"],
625625
["include/have_binlog_format_statement.inc", "binlog_format", "stmt"],
626626
["include/have_binlog_format_mixed.inc", "binlog_format", "mixed"],
627-
["include/have_binlog.inc", "need_binlog", 1],
627+
["include/have_log_bin.inc", "need_binlog", 1],
628628
["include/big_test.inc", "big_test", 1],
629629
["include/have_debug.inc", "need_debug", 1],
630630
["include/have_ndb.inc", "ndb_test", 1],

mysql-test/r/have_log_bin.require

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Variable_name Value
2-
have_log_bin ON
2+
log_bin ON

mysql-test/t/binlog_killed.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- source include/have_innodb.inc
22
--source include/not_embedded.inc
3+
--source include/have_log_bin.inc
34

45
###
56
### bug#22725 : incorrect killed error in binlogged query

0 commit comments

Comments
 (0)