mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
9ec19b9b41
The background is that one user had a lot of views and using some complex queries on information schema temporary memory of more than 2G was used. - Added new element 'total_alloc' to MEM_ROOT for easier debugging. - Added MAX_MEMORY_USED to information_schema.processlist. - Added new status variable "Memory_used_initial" that shows how much MariaDB uses at startup. This gives the base value for "Memory_used". - Reuse memory continuously for information schema queries instead of only freeing memory at query end. Other things - Removed some not needed set_notnull() calls for not null columns. |
||
---|---|---|
.. | ||
basics_mixed1.inc | ||
basics_mixed2.inc | ||
basics_mixed3.inc | ||
columns.inc | ||
datadict.pre | ||
datadict_bug_12777.inc | ||
datadict_load.inc | ||
datadict_priv.inc | ||
is_key_column_usage.inc | ||
is_routines.inc | ||
is_schemata.inc | ||
is_table_query.inc | ||
is_tables.inc | ||
is_triggers.inc | ||
is_views.inc | ||
processlist_priv.inc | ||
processlist_val.inc | ||
statistics.inc | ||
table_constraints.inc | ||
tables.inc | ||
tables1.inc | ||
tables2.inc |