#ident "Copyright (c) 2007-2013 Tokutek Inc. All rights reserved."
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
staticMYSQL_SYSVAR_UINT(write_status_frequency,tokudb_write_status_frequency,0,"TokuDB frequency that show processlist updates status of writes",NULL,NULL,1000,0,~0U,0);
staticMYSQL_SYSVAR_UINT(read_status_frequency,tokudb_read_status_frequency,0,"TokuDB frequency that show processlist updates status of reads",NULL,NULL,10000,0,~0U,0);
staticMYSQL_SYSVAR_INT(fs_reserve_percent,tokudb_fs_reserve_percent,PLUGIN_VAR_READONLY,"TokuDB file system space reserve (percent free required)",NULL,NULL,5,0,100,0);
staticMYSQL_THDVAR_STR(optimize_index_name,PLUGIN_VAR_THDLOCAL+PLUGIN_VAR_MEMALLOC,"optimize index name (default all indexes)",NULL/*check*/,NULL/*update*/,NULL/*default*/);
staticMYSQL_THDVAR_DOUBLE(optimize_index_fraction,0,"optimize index fraction (default 1.0 all)",NULL/*check*/,NULL/*update*/,1.0/*def*/,0/*min*/,1.0/*max*/,1);
staticMYSQL_THDVAR_ULONGLONG(optimize_throttle,0,"optimize throttle (default no throttle)",NULL/*check*/,NULL/*update*/,0/*def*/,0/*min*/,~0ULL/*max*/,1);