mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
missing element in prelocked_mode_name[] array
different fix for a63a250d40
:
BUG#23509275 :DBUG_PRINT in THD::decide_logging_format prints incorrectly, access out-of-bound
This commit is contained in:
@ -1075,7 +1075,8 @@ enum enum_locked_tables_mode
|
||||
LTM_NONE= 0,
|
||||
LTM_LOCK_TABLES,
|
||||
LTM_PRELOCKED,
|
||||
LTM_PRELOCKED_UNDER_LOCK_TABLES
|
||||
LTM_PRELOCKED_UNDER_LOCK_TABLES,
|
||||
LTM_always_last
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user