1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

parallel-repair available in mysqld

This commit is contained in:
unknown
2003-05-04 18:43:37 +02:00
parent 97946e16b3
commit f3a1967bc9
5 changed files with 42 additions and 9 deletions

View File

@@ -294,6 +294,7 @@ struct system_variables
ulong max_heap_table_size;
ulong max_sort_length;
ulong max_tmp_tables;
ulong myisam_repair_threads;
ulong myisam_sort_buff_size;
ulong net_buffer_length;
ulong net_interactive_timeout;