Fix bug#11298 insert into select from VIEW produces incorrect result
when using ORDER BY Insert were inserting data from last record fetched instead of inserting from temporary table. Make Item_ref to save data from result_field if it's available rather then from *ref on save_in_field() call.
Showing
Please register or sign in to comment