File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13926,7 +13926,7 @@ ha_innobase::check(
13926
13926
if (!dict_index_is_clust(index)) {
13927
13927
prebuilt->index_usable = FALSE;
13928
13928
row_mysql_lock_data_dictionary(prebuilt->trx);
13929
- dict_set_corrupted(index, prebuilt->trx, "dict_set_index_corrupted");;
13929
+ dict_set_corrupted(index, prebuilt->trx, "dict_set_index_corrupted");
13930
13930
row_mysql_unlock_data_dictionary(prebuilt->trx);
13931
13931
});
13932
13932
Original file line number Diff line number Diff line change @@ -2222,7 +2222,7 @@ buf_flush_single_page_from_LRU(
2222
2222
if (ready) {
2223
2223
bool evict_zip;
2224
2224
2225
- evict_zip = !buf_LRU_evict_from_unzip_LRU (buf_pool);;
2225
+ evict_zip = !buf_LRU_evict_from_unzip_LRU (buf_pool);
2226
2226
2227
2227
freed = buf_LRU_free_page (bpage, evict_zip);
2228
2228
Original file line number Diff line number Diff line change @@ -14663,7 +14663,7 @@ ha_innobase::check(
14663
14663
if (!dict_index_is_clust(index)) {
14664
14664
prebuilt->index_usable = FALSE;
14665
14665
row_mysql_lock_data_dictionary(prebuilt->trx);
14666
- dict_set_corrupted(index, prebuilt->trx, "dict_set_index_corrupted");;
14666
+ dict_set_corrupted(index, prebuilt->trx, "dict_set_index_corrupted");
14667
14667
row_mysql_unlock_data_dictionary(prebuilt->trx);
14668
14668
});
14669
14669
You can’t perform that action at this time.
0 commit comments