mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
bad merge fixed
This commit is contained in:
@ -1171,8 +1171,6 @@ public:
|
|||||||
THD_TRANS all; // Trans since BEGIN WORK
|
THD_TRANS all; // Trans since BEGIN WORK
|
||||||
THD_TRANS stmt; // Trans for current statement
|
THD_TRANS stmt; // Trans for current statement
|
||||||
bool on; // see ha_enable_transaction()
|
bool on; // see ha_enable_transaction()
|
||||||
XID xid; // transaction identifier
|
|
||||||
enum xa_states xa_state; // used by external XA only
|
|
||||||
XID_STATE xid_state;
|
XID_STATE xid_state;
|
||||||
Rows_log_event *m_pending_rows_event;
|
Rows_log_event *m_pending_rows_event;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user