summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-06-28 19:17:04 -0600
committerunknown <sasha@mysql.sashanet.com>2001-06-28 19:17:04 -0600
commit0a584af4617ee25f06aa5aedb5274ec657f24e7f (patch)
treee00bdfcde599d741bceec3eb29d8529fb88230db /sql/sql_repl.cc
parent656d118a586d99180843899f33b5963e4c832da3 (diff)
downloadmariadb-git-0a584af4617ee25f06aa5aedb5274ec657f24e7f.tar.gz
fixed typo
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index a5bbe8551cb..b0c7e64a5e0 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -275,7 +275,7 @@ void mysql_binlog_send(THD* thd, char* log_ident, ulong pos, ushort flags)
#endif
DBUG_ENTER("mysql_binlog_send");
-#ifndef DBUF_OFF
+#ifndef DBUG_OFF
if (opt_sporadic_binlog_dump_fail && (binlog_dump_count++ % 2))
{
errmsg = "Master failed COM_BINLOG_DUMP to test if slave can recover";