Added new min value for <code>InnoDB file per table( 0 to 1)
Former-commit-id: ac389928deec2fdc8af9d965c049a66f0fe57839
This commit is contained in:
parent
40af2205b1
commit
17ba0e19cb
|
@ -295,7 +295,7 @@ $key_buffer_size_min_rec_value = 256;
|
|||
$read_buffer_size_min_rec_value = 32;
|
||||
$read_rnd_buffer_size_min_rec_value = 32;
|
||||
$query_cache_min_res_unit_min_rec_value = 2;
|
||||
$innodb_file_per_table_min_rec_value = 0;
|
||||
$innodb_file_per_table_min_rec_value = 1;
|
||||
|
||||
|
||||
function status_fragmentation_tables($tables_fragmentation_max_rec_value, $tables_fragmentation)
|
||||
|
|
Loading…
Reference in New Issue