1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

max_session_mem_used server variable

This commit is contained in:
Sergei Golubchik
2016-12-12 01:01:56 +01:00
parent ab3388c3c4
commit 7e2f9d092d
9 changed files with 226 additions and 174 deletions

View File

@ -540,6 +540,7 @@ typedef struct system_variables
ulonglong sortbuff_size;
ulonglong group_concat_max_len;
ulonglong default_regex_flags;
ulonglong max_mem_used;
/**
Place holders to store Multi-source variables in sys_var.cc during