mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
log_event.h:
extra safety for OPTIONS_WRITTEN_TO_BIN_LOG sql/log_event.h: extra safety for OPTIONS_WRITTEN_TO_BIN_LOG
This commit is contained in:
parent
4f1d038299
commit
c2108b08c4
1 changed files with 4 additions and 0 deletions
|
@ -393,6 +393,10 @@ struct sql_ex_info
|
|||
#define OPTIONS_WRITTEN_TO_BIN_LOG (OPTION_AUTO_IS_NULL | \
|
||||
OPTION_NO_FOREIGN_KEY_CHECKS | OPTION_RELAXED_UNIQUE_CHECKS)
|
||||
|
||||
#if OPTIONS_WRITTEN_TO_BIN_LOG != ((1L << 14) | (1L << 26) | (1L << 27))
|
||||
#error OPTIONS_WRITTEN_TO_BIN_LOG must NOT change their values!
|
||||
#endif
|
||||
|
||||
enum Log_event_type
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue