Commit 09688925 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2355], fix max value of session variable

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@17709 c7de825b-a66e-492c-adef-691d508d4ae1
parent cd02dd2a
......@@ -58,7 +58,7 @@ static MYSQL_THDVAR_ULONGLONG(write_lock_wait,
NULL,
5000, // default
0, // min?
1<<63, // max
ULONGLONG_MAX, // max
1 // blocksize
);
......
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