mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
#59 get test_lock_timeout_callback to work with valgrind. change the type of a sync_fetch_and_add from bool to int
This commit is contained in:
parent
bdd2260da3
commit
013bea408f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static DB_ENV *env;
|
|||
static DB *db;
|
||||
static DB_TXN *txn1, *txn2;
|
||||
static const int magic_key = 100;
|
||||
static bool callback_calls;
|
||||
static int callback_calls;
|
||||
toku_pthread_t thread1;
|
||||
|
||||
static void lock_not_granted(DB *_db, uint64_t requesting_txnid,
|
||||
|
|
Loading…
Reference in a new issue