Skip to content
  • Dyre Tjeldvoll's avatar
    ea238917
    BUG#28220374: T != NULLPTR' AT BOOL)::<LAMBDA IN SQL/SQL_ADMIN.CC · ea238917
    Dyre Tjeldvoll authored
    Problem: Invoking CHECK TABLE ... FOR UPGRADE on temporary tables would
    trigger assert. Root cause was that the temporary table was not located
    in the DD.
    
    Solution: Avoid calling check_for_upgrade (which looks up the table in
    the DD) for temporary tables, and just report status as OK directly.
    
    Change-Id: If3464af7df0e6895c9fb9dfa8a53e29ff621f67e
    ea238917
    BUG#28220374: T != NULLPTR' AT BOOL)::<LAMBDA IN SQL/SQL_ADMIN.CC
    Dyre Tjeldvoll authored
    Problem: Invoking CHECK TABLE ... FOR UPGRADE on temporary tables would
    trigger assert. Root cause was that the temporary table was not located
    in the DD.
    
    Solution: Avoid calling check_for_upgrade (which looks up the table in
    the DD) for temporary tables, and just report status as OK directly.
    
    Change-Id: If3464af7df0e6895c9fb9dfa8a53e29ff621f67e
Loading