mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-33145 support for old-mode=OLD_FLUSH_STATUS
add old-mode that restores inconsistent legacy behavior for FLUSH STATUS. It doesn't affect FLUSH { SESSION | GLOBAL } STATUS.
This commit is contained in:
@@ -207,6 +207,7 @@ enum enum_binlog_row_image {
|
||||
#define OLD_MODE_COMPAT_5_1_CHECKSUM (1 << 5)
|
||||
#define OLD_MODE_NO_NULL_COLLATION_IDS (1 << 6)
|
||||
#define OLD_MODE_LOCK_ALTER_TABLE_COPY (1 << 7)
|
||||
#define OLD_MODE_OLD_FLUSH_STATUS (1 << 8)
|
||||
|
||||
#define OLD_MODE_DEFAULT_VALUE OLD_MODE_UTF8_IS_UTF8MB3
|
||||
|
||||
|
Reference in New Issue
Block a user