• Philip Stoev's avatar
    Bug #29971 status.test fails · d98dee2c
    Philip Stoev authored
    This test uses SHOW STATUS and the like, which may be unstable in the face
    of logging to table, since the CSV handler is actively executing operations
    and thus incrementing the counters.
    
    Fixed by disabling logging to table for the duration of the test and restoring
    it afterwards. This causes various counters to properly start counting from zero
    and never advance due to CSV operations.
    d98dee2c
status.test 10.5 KB