1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Many files:

New feature: preload indexes into key cache.
mi_preload.c:
  new file
Many files:
  Added preload statement.
This commit is contained in:
igor@rurik.mysql.com
2003-06-12 04:29:02 -07:00
parent 7009100cde
commit f547f2769f
23 changed files with 395 additions and 9 deletions

View File

@ -365,6 +365,7 @@ struct system_variables
ulong net_retry_count;
ulong net_wait_timeout;
ulong net_write_timeout;
ulong preload_buff_size;
ulong query_cache_type;
ulong read_buff_size;
ulong read_rnd_buff_size;