mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
This change splits innodb_file_format_check into innodb_file_format_check
and innodb_file_format_max two system variables. And this also fixes bug #53654 after 2nd shutdown innodb_file_format_check attains strange values. rb://366 approved by Marko
This commit is contained in:
parent
70cef4f851
commit
0cbc668fc2
24 changed files with 276 additions and 285 deletions
|
|
@ -127,7 +127,7 @@ UNIV_INTERN ulint srv_file_format = 0;
|
|||
/** Whether to check file format during startup. A value of
|
||||
DICT_TF_FORMAT_MAX + 1 means no checking ie. FALSE. The default is to
|
||||
set it to the highest format we support. */
|
||||
UNIV_INTERN ulint srv_check_file_format_at_startup = DICT_TF_FORMAT_MAX;
|
||||
UNIV_INTERN ulint srv_max_file_format_at_startup = DICT_TF_FORMAT_MAX;
|
||||
|
||||
#if DICT_TF_FORMAT_51
|
||||
# error "DICT_TF_FORMAT_51 must be 0!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue