1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-08 00:28:29 +03:00

Merge branch 'bb-11.4-serg' into bb-11.8-serg

This commit is contained in:
Sergei Golubchik
2025-11-04 13:58:23 +01:00
28 changed files with 625 additions and 429 deletions

View File

@@ -222,8 +222,9 @@ void old_mode_deprecated_warnings(ulonglong v);
See sys_vars.cc /new_mode_all_names
*/
#define NEW_MODE_FIX_DISK_TMPTABLE_COSTS (1 << 0)
#define NEW_MODE_MAX 1
#define NEW_MODE_FIX_DISK_TMPTABLE_COSTS (1ULL << 0)
#define NEW_MODE_FIX_INDEX_STATS_FOR_ALL_NULLS (1ULL << 1)
#define NEW_MODE_MAX 2
/* Definitions above that have transitioned from new behaviour to default */