mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
this test was not running properly, for some reason...
git-svn-id: file:///svn/toku/tokudb@50207 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
576cc5f168
commit
55894dacb4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ unlock_and_maybe_close_db(struct db_bucket *bucket, ARG arg) {
|
|||
int k = ((unsigned) myrandom_r(arg->random_data)) % 100;
|
||||
// we should close with probability approximately p / 100
|
||||
assert(bucket->is_open);
|
||||
if (false && k <= p) {
|
||||
if (k <= p) {
|
||||
DB *db = bucket->db;
|
||||
int r = db->close(db, 0);
|
||||
CKERR(r);
|
||||
|
|
Loading…
Add table
Reference in a new issue