• Nirbhay Choubey's avatar
    MDEV-10320: NO-OP ALTER TABLE on temporary tables getting · 69052ed0
    Nirbhay Choubey authored
    .. logged under row binlog format
    
    In the early stages of ALTER TABLE execution, the implementation
    checks whether its a NOOP (alter_info->flags == 0), and if so,
    it returns after logging the command to binary log. The logging,
    however, was done unconditionally.
    
    Fixed by skipping the logging for temporary tables when under row
    based replication.
    69052ed0
rpl_temporary.result 6.62 KB