-
Sergey Glukhov authored
If temporary table is involved in execution process original Item ref array can be replaced with references to tmp table fields. So on next statement execution it->real_item() points to non-existing tmp table fields. Solution is to restore Item ref array to its original state in JOIN::cleanup().
Sergey Glukhov authoredIf temporary table is involved in execution process original Item ref array can be replaced with references to tmp table fields. So on next statement execution it->real_item() points to non-existing tmp table fields. Solution is to restore Item ref array to its original state in JOIN::cleanup().
Loading