don't log BEGIN in auto-commit mode

correct end_log_pos for Xid_log_event
This commit is contained in:
serg@serg.mylan 2005-02-23 18:26:49 +01:00
commit 383c6e312a
10 changed files with 51 additions and 59 deletions

View file

@ -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