mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.
Text conflict in sql/log.cc Text conflict in sql/log.h Text conflict in sql/sql_class.cc Text conflict in sql/sql_load.cc
This commit is contained in:
@ -469,10 +469,10 @@ struct sql_ex_info
|
||||
#define LOG_EVENT_SUPPRESS_USE_F 0x8
|
||||
|
||||
/*
|
||||
The table map version internal to the log should be increased after
|
||||
the event has been written to the binary log.
|
||||
Note: this is a place holder for the flag
|
||||
LOG_EVENT_UPDATE_TABLE_MAP_VERSION_F (0x10), which is not used any
|
||||
more, please do not reused this value for other flags.
|
||||
*/
|
||||
#define LOG_EVENT_UPDATE_TABLE_MAP_VERSION_F 0x10
|
||||
|
||||
/**
|
||||
@def LOG_EVENT_ARTIFICIAL_F
|
||||
|
Reference in New Issue
Block a user