1888
1888
N_("The buffer that is allocated when sorting the index when doing a REPAIR or when creating indexes with CREATE INDEX or ALTER TABLE."),
1889
1889
NULL, NULL, 8192*1024, 1024, UINT64_MAX, 0);
1891
1897
static struct st_mysql_sys_var* system_variables[]= {
1892
1898
DRIZZLE_SYSVAR(block_size),
1893
1899
DRIZZLE_SYSVAR(repair_threads),
1894
1900
DRIZZLE_SYSVAR(max_sort_file_size),
1895
1901
DRIZZLE_SYSVAR(sort_buffer_size),