Skip to content

Commit e6f0b15

Browse files
Alexey KopytovAlexey Kopytov
authored andcommitted
Manual merge from mysql-5.1-bugteam. Re-enabled binlog.binlog_index.
2 parents e39d860 + 4b0674f commit e6f0b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/binlog/t/disabled.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
#
1111
##############################################################################
1212
binlog_truncate_innodb : BUG#42643 2009-02-06 mats Changes to InnoDB requires to complete fix for BUG#36763
13-
binlog_index : BUG#49638 2009-12-12 kaamos
13+

sql/log.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,7 @@ int MYSQL_BIN_LOG::purge_index_entry(THD *thd, ulonglong *decrease_log_space,
35713571
{
35723572
if (thd)
35733573
{
3574-
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
3574+
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
35753575
ER_BINLOG_PURGE_FATAL_ERR,
35763576
"a problem with deleting %s; "
35773577
"consider examining correspondence "

0 commit comments

Comments
 (0)