summaryrefslogtreecommitdiffstats
path: root/storage/maria/unittest/ma_pagecache_rwconsist.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/unittest/ma_pagecache_rwconsist.c')
-rw-r--r--storage/maria/unittest/ma_pagecache_rwconsist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/maria/unittest/ma_pagecache_rwconsist.c b/storage/maria/unittest/ma_pagecache_rwconsist.c
index 24c30245..e059ac45 100644
--- a/storage/maria/unittest/ma_pagecache_rwconsist.c
+++ b/storage/maria/unittest/ma_pagecache_rwconsist.c
@@ -272,10 +272,6 @@ int main(int argc __attribute__((unused)),
exit(1);
}
-#ifdef HAVE_THR_SETCONCURRENCY
- thr_setconcurrency(2);
-#endif
-
if ((pagen= init_pagecache(&pagecache, PCACHE_SIZE, 0, 0,
TEST_PAGE_SIZE, 0, 0)) == 0)
{