1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#3153 "Split logs". Recommit with post-review fixes

This commit is contained in:
petr@mysql.com
2006-05-05 10:45:58 +04:00
parent 55ccf0fe87
commit fec70c97c9
11 changed files with 690 additions and 480 deletions

View File

@ -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;