addresses 612

change max number of keys to be 64

git-svn-id: file:///svn/mysql/tokudb-engine/src@4796 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2008-06-28 03:17:59 +00:00 committed by Yoni Fogel
parent 9090a45745
commit 790800429a

View file

@ -185,7 +185,7 @@ public:
// Returns limit on the number of keys imposed by tokudb.
//
uint max_supported_keys() const {
return MAX_KEY - 1;
return MAX_KEY;
}
uint extra_rec_buf_length() const {