1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fixed typo

This commit is contained in:
unknown
2001-06-28 19:17:04 -06:00
parent 656d118a58
commit 0a584af461

View File

@@ -275,7 +275,7 @@ void mysql_binlog_send(THD* thd, char* log_ident, ulong pos, ushort flags)
#endif #endif
DBUG_ENTER("mysql_binlog_send"); DBUG_ENTER("mysql_binlog_send");
#ifndef DBUF_OFF #ifndef DBUG_OFF
if (opt_sporadic_binlog_dump_fail && (binlog_dump_count++ % 2)) if (opt_sporadic_binlog_dump_fail && (binlog_dump_count++ % 2))
{ {
errmsg = "Master failed COM_BINLOG_DUMP to test if slave can recover"; errmsg = "Master failed COM_BINLOG_DUMP to test if slave can recover";