summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
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/rpl_rli.h
parent55ccf0fe87daf94c0c84c031ba9d6ff50c843ffb (diff)
downloadmariadb-git-fec70c97c93537001bc51538221328a3d2dfa37e.tar.gz
WL#3153 "Split logs". Recommit with post-review fixes
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r--sql/rpl_rli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h
index cacae1aa4c2..5fb0f85d8fe 100644
--- a/sql/rpl_rli.h
+++ b/sql/rpl_rli.h
@@ -69,7 +69,7 @@ typedef struct st_relay_log_info
Protected with internal locks.
Must get data_lock when resetting the logs.
*/
- MYSQL_LOG relay_log;
+ MYSQL_BIN_LOG relay_log;
LOG_INFO linfo;
IO_CACHE cache_buf,*cur_log;