mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
refs #4964 fix compiler warnings
git-svn-id: file:///svn/toku/tokudb@45069 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1a68be729b
commit
a60e32e580
1 changed files with 3 additions and 3 deletions
|
@ -425,6 +425,9 @@ env_del_multiple(
|
|||
|
||||
HANDLE_PANICKED_ENV(env);
|
||||
|
||||
uint32_t lock_flags[num_dbs];
|
||||
uint32_t remaining_flags[num_dbs];
|
||||
FT_HANDLE brts[num_dbs];
|
||||
if (!txn) {
|
||||
r = EINVAL;
|
||||
goto cleanup;
|
||||
|
@ -440,9 +443,6 @@ env_del_multiple(
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
uint32_t lock_flags[num_dbs];
|
||||
uint32_t remaining_flags[num_dbs];
|
||||
FT_HANDLE brts[num_dbs];
|
||||
|
||||
for (uint32_t which_db = 0; which_db < num_dbs; which_db++) {
|
||||
DB *db = db_array[which_db];
|
||||
|
|
Loading…
Add table
Reference in a new issue