diff options
author | petr@mysql.com <> | 2006-05-05 10:45:58 +0400 |
---|---|---|
committer | petr@mysql.com <> | 2006-05-05 10:45:58 +0400 |
commit | fec70c97c93537001bc51538221328a3d2dfa37e (patch) | |
tree | c388200837e23985854de7a23be71ad14804ceda /sql/rpl_rli.h | |
parent | 55ccf0fe87daf94c0c84c031ba9d6ff50c843ffb (diff) | |
download | mariadb-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.h | 2 |
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; |