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

@ -26,7 +26,7 @@
/* Forward declarations */
class handler;
class MYSQL_LOG;
class MYSQL_BIN_LOG;
class st_table;
typedef st_table TABLE;
@ -219,7 +219,7 @@ public:
private:
/* Only the injector may construct these object */
transaction(MYSQL_LOG *, THD *);
transaction(MYSQL_BIN_LOG *, THD *);
void swap(transaction& o) {
/* std::swap(m_start_pos, o.m_start_pos); */