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:
@ -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); */
|
||||
|
Reference in New Issue
Block a user