1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

parallel-repair available in mysqld

This commit is contained in:
serg@serg.mylan
2003-05-04 18:43:37 +02:00
parent 356b7f62fb
commit 12e53eb9e1
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;