mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
[t:2996], remove unused variables
git-svn-id: file:///svn/toku/tokudb@25522 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a782de4dc0
commit
b34e3cf722
1 changed files with 0 additions and 3 deletions
|
@ -135,9 +135,6 @@ static void verify_shared_ops_fail(DB_ENV* env, DB* db) {
|
|||
static void verify_excl_ops_fail(DB_ENV* env, DB* db) {
|
||||
DB_TXN* txn = NULL;
|
||||
int r;
|
||||
DB_LOADER* loader = NULL;
|
||||
uint32_t put_flags = 0;
|
||||
uint32_t dbt_flags = 0;
|
||||
|
||||
r = env->txn_begin(env, NULL, &txn, 0); CKERR(r);
|
||||
r = db->pre_acquire_fileops_lock(db, txn);
|
||||
|
|
Loading…
Add table
Reference in a new issue