mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
closes #5669, increase the cachetable limit, it needs to be at least twice the size of the single pair that we have, otherwise, the evictor may sneak in when we are calling change_pair_attr, and catch the cachetable to have a size of 16, because we have added the new attr but not removed the old one
git-svn-id: file:///svn/toku/tokudb@50322 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
997977d490
commit
21c863b635
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static void *run_expensive_fetch(void *arg) {
|
|||
|
||||
static void
|
||||
run_test (void) {
|
||||
const int test_limit = 12;
|
||||
const int test_limit = 20;
|
||||
int r;
|
||||
void *ret;
|
||||
CACHETABLE ct;
|
||||
|
|
Loading…
Add table
Reference in a new issue