mariadb/mysql-test/suite/funcs_1/datadict
Monty 9ec19b9b41 Reducing memory when using information schema
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.
2017-11-02 20:37:25 +02:00
..
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 un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_routines.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_schemata.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
is_table_query.inc
is_tables.inc un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_triggers.inc un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
is_views.inc un-disable a bunch of funcs_1 tests 2017-08-14 19:45:59 +02:00
processlist_priv.inc Reducing memory when using information schema 2017-11-02 20:37:25 +02:00
processlist_val.inc Reducing memory when using information schema 2017-11-02 20:37:25 +02:00
statistics.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
table_constraints.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
tables.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
tables1.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
tables2.inc