• Dmitry Shulga's avatar
    MDEV-5816: Stored programs: validation of stored program statements · 66d88176
    Dmitry Shulga authored
    This is the prerequisite patch to move the data member
    LEX::trg_table_fields to the class sp_head and rename it as
    m_trg_table_fields.
    
    This data member is used for handling OLD/NEW pseudo-rows inside
    a trigger body and in order to be able to re-parse a trigger body
    the data member must be moved from the struct LEX to the class sp_head.
    66d88176
sql_lex.cc 343 KB