Commit e942526a authored by Rich Prohaska's avatar Rich Prohaska

#99 reduce analyze time to 5 seconds (from 60 seconds). this will probably...

#99 reduce analyze time to 5 seconds (from 60 seconds). this will probably allow > 1M rows to be in the cardinality computation
parent 9b754d8b
......@@ -273,10 +273,10 @@ static MYSQL_THDVAR_UINT(analyze_time,
"analyze time",
NULL,
NULL,
60, // default
5, // default
0, // min
~0U, // max
1 // blocksize???
1 // blocksize
);
static void tokudb_checkpoint_lock(THD * thd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment