Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä 2023-03-28 15:25:52 +03:00
commit 0760ad3336
75 changed files with 2834 additions and 2880 deletions

View file

@ -212,7 +212,7 @@ dict_mem_table_free(
|| DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_HAS_DOC_ID)
|| DICT_TF2_FLAG_IS_SET(table, DICT_TF2_FTS_ADD_DOC_ID)) {
if (table->fts) {
fts_free(table);
table->fts->~fts_t();
}
}