File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2801,6 +2801,7 @@ fsp_reserve_free_extents(
2801
2801
}
2802
2802
} else {
2803
2803
ut_a (alloc_type == FSP_CLEANING);
2804
+ reserve = 0 ;
2804
2805
}
2805
2806
2806
2807
success = fil_space_reserve_free_extents (space, n_free, n_ext);
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ fts_parallel_tokenization(
620
620
mem_heap_t * blob_heap = NULL ;
621
621
fts_doc_t doc;
622
622
dict_table_t * table = psort_info->psort_common ->new_table ;
623
- dict_field_t * idx_field;
624
623
fts_tokenize_ctx_t t_ctx;
625
624
ulint retried = 0 ;
626
625
dberr_t error = DB_SUCCESS;
@@ -642,9 +641,6 @@ fts_parallel_tokenization(
642
641
doc.charset = fts_index_get_charset (
643
642
psort_info->psort_common ->dup ->index );
644
643
645
- idx_field = dict_index_get_nth_field (
646
- psort_info->psort_common ->dup ->index , 0 );
647
-
648
644
block = psort_info->merge_block ;
649
645
zip_size = dict_table_zip_size (table);
650
646
Original file line number Diff line number Diff line change @@ -2810,6 +2810,7 @@ fsp_reserve_free_extents(
2810
2810
}
2811
2811
} else {
2812
2812
ut_a (alloc_type == FSP_CLEANING);
2813
+ reserve = 0 ;
2813
2814
}
2814
2815
2815
2816
success = fil_space_reserve_free_extents (space, n_free, n_ext);
You can’t perform that action at this time.
0 commit comments