mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into bb-10.2-ext
This commit is contained in:
@ -19091,7 +19091,7 @@ sub_select(JOIN *join,JOIN_TAB *join_tab,bool end_of_records)
|
||||
skip_over= FALSE;
|
||||
}
|
||||
|
||||
if (join_tab->keep_current_rowid)
|
||||
if (join_tab->keep_current_rowid && !error)
|
||||
join_tab->table->file->position(join_tab->table->record[0]);
|
||||
|
||||
rc= evaluate_join_record(join, join_tab, error);
|
||||
|
Reference in New Issue
Block a user