mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
don't log BEGIN in auto-commit mode
correct end_log_pos for Xid_log_event
This commit is contained in:
parent
da13ab086d
commit
383c6e312a
10 changed files with 51 additions and 59 deletions
|
|
@ -1077,7 +1077,7 @@ class Rand_log_event: public Log_event
|
|||
|
||||
****************************************************************************/
|
||||
#ifdef MYSQL_CLIENT
|
||||
typedef ulong my_xid;
|
||||
typedef ulonglong my_xid; // this line is the same as in handler.h
|
||||
#endif
|
||||
|
||||
class Xid_log_event: public Log_event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue