1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -25,7 +25,7 @@
/* inline since it's called below */
inline
injector::transaction::transaction(MYSQL_LOG *log, THD *thd)
injector::transaction::transaction(MYSQL_BIN_LOG *log, THD *thd)
: m_state(START_STATE), m_thd(thd)
{
/*