1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

cleanup: old_mode_deprecated

make it easier to add more old-mode values
This commit is contained in:
Sergei Golubchik
2024-05-19 16:51:50 +02:00
parent fd3b7f5eba
commit 9ecec1f730
3 changed files with 18 additions and 19 deletions

View File

@@ -210,7 +210,7 @@ enum enum_binlog_row_image {
#define OLD_MODE_DEFAULT_VALUE OLD_MODE_UTF8_IS_UTF8MB3
void old_mode_deprecated_warnings(THD *thd, ulonglong v);
void old_mode_deprecated_warnings(ulonglong v);
extern char internal_table_name[2];
extern char empty_c_string[1];