• dlenev@mysql.com's avatar
    Fix for bug #17866 "Problem with renaming table with triggers with fully · efe09006
    dlenev@mysql.com authored
    qualified subject table" which was introduced during work on bug #13525
    "Rename table does not keep info of triggers".
    
    The bug was caused by the fact that during reconstruction of CREATE TRIGGER
    statement stored in .TRG file which happened during RENAME TABLE we damaged
    trigger definition in case when it contained fully qualified name of subject
    table (see comment for sql_yacc.yy for more info).
    efe09006
trigger.result 26.7 KB