2073
2073
{"table_definition_cache", OPT_TABLE_DEF_CACHE,
2074
2074
N_("The number of cached table definitions."),
2075
2075
(char**) &table_def_size, (char**) &table_def_size,
2076
0, GET_ULL, REQUIRED_ARG, 128, 1, 512*1024L, 0, 1, 0},
2076
0, GET_SIZE, REQUIRED_ARG, 128, 1, 512*1024L, 0, 1, 0},
2077
2077
{"table_open_cache", OPT_TABLE_OPEN_CACHE,
2078
2078
N_("The number of cached open tables."),
2079
2079
(char**) &table_cache_size, (char**) &table_cache_size, 0, GET_UINT64,