1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2019-07-25 18:42:06 +03:00
288 changed files with 7995 additions and 5485 deletions

View File

@ -13153,7 +13153,10 @@ void JOIN_TAB::cleanup()
if (table)
{
table->file->ha_end_keyread();
table->file->ha_index_or_rnd_end();
if (type == JT_FT)
table->file->ha_ft_end();
else
table->file->ha_index_or_rnd_end();
preread_init_done= FALSE;
if (table->pos_in_table_list &&
table->pos_in_table_list->jtbm_subselect)