diff options
author | serg@serg.mylan <> | 2005-02-23 18:26:49 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-02-23 18:26:49 +0100 |
commit | 383c6e312ad122d9ba807f1d5d12a406ec72fe96 (patch) | |
tree | 3a85b2c0fb186dad2792584c636c03bced72b88a /sql/log_event.h | |
parent | da13ab086d63f971fae2847daef73aeab2be063d (diff) | |
download | mariadb-git-383c6e312ad122d9ba807f1d5d12a406ec72fe96.tar.gz |
don't log BEGIN in auto-commit mode
correct end_log_pos for Xid_log_event
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index f422a91f358..7a041959f92 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -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 |