summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc10
1 files changed, 9 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 80fef42434c..5d6d8bb13e3 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -731,7 +731,15 @@ impossible position";
/Alfranio
*/
if (binlog_can_be_corrupted)
- sql_print_information("The binlog may be corrupted.");
+ {
+ /*
+ Don't try to print out warning messages because this generates
+ erroneous messages in the error log and causes performance
+ problems.
+
+ /Alfranio
+ */
+ }
pos = my_b_tell(&log);
if (RUN_HOOK(binlog_transmit, before_send_event,