summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.cc
diff options
context:
space:
mode:
authorpetr@mysql.com <>2006-05-05 10:45:58 +0400
committerpetr@mysql.com <>2006-05-05 10:45:58 +0400
commitfec70c97c93537001bc51538221328a3d2dfa37e (patch)
treec388200837e23985854de7a23be71ad14804ceda /sql/ha_ndbcluster_binlog.cc
parent55ccf0fe87daf94c0c84c031ba9d6ff50c843ffb (diff)
downloadmariadb-git-fec70c97c93537001bc51538221328a3d2dfa37e.tar.gz
WL#3153 "Split logs". Recommit with post-review fixes
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-rw-r--r--sql/ha_ndbcluster_binlog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc
index ac4b67928b1..637388dc441 100644
--- a/sql/ha_ndbcluster_binlog.cc
+++ b/sql/ha_ndbcluster_binlog.cc
@@ -428,7 +428,7 @@ static void ndbcluster_binlog_wait(THD *thd)
}
/*
- Called from MYSQL_LOG::reset_logs in log.cc when binlog is emptied
+ Called from MYSQL_BIN_LOG::reset_logs in log.cc when binlog is emptied
*/
static int ndbcluster_reset_logs(THD *thd)
{
@@ -452,7 +452,7 @@ static int ndbcluster_reset_logs(THD *thd)
}
/*
- Called from MYSQL_LOG::purge_logs in log.cc when the binlog "file"
+ Called from MYSQL_BIN_LOG::purge_logs in log.cc when the binlog "file"
is removed
*/