Skip to content

Commit

Permalink
Merge 10.1 into 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Dec 7, 2017
2 parents 77fb7cc + 447931c commit 51c73a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/dict/dict0defrag_bg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ dict_stats_process_entry_from_defrag_pool(trx_t* trx)
return;
}

mutex_exit(&dict_sys->mutex);
++trx->will_lock;
dberr_t err = dict_stats_save_defrag_stats(index, trx);

Expand Down
1 change: 1 addition & 0 deletions storage/xtradb/dict/dict0stats_bg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ dict_stats_process_entry_from_defrag_pool()
return;
}

mutex_exit(&dict_sys->mutex);
dict_stats_save_defrag_stats(index);
dict_table_close(table, FALSE, FALSE);
}
Expand Down

0 comments on commit 51c73a4

Please sign in to comment.