Skip to content
  • Sergey Glukhov's avatar
    4c093553
    Bug#14105951 TRIGGER EXECUTION CRASH IN ITEM_REF::REAL_ITEM · 4c093553
    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().
    4c093553
    Bug#14105951 TRIGGER EXECUTION CRASH IN ITEM_REF::REAL_ITEM
    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().
Loading