• Dmitry Lenev's avatar
    Fix for bug #40702 "skip_name_resolve fails sporadically on · ac2d9c17
    Dmitry Lenev authored
    pushbuild".
    
    Under new MTR the server is not restarted for every test, so
    threads started in the previous test case can show up in the
    results of SHOW PROCESSLIST statement in this test, causing a
    test failure.
    
    Since we are not really interested in results of SHOW PROCESSLIST
    in this test but rather in fact that server doesn't crash when
    executing this statement this fix simply disables output of this
    statement.
    ac2d9c17
skip_name_resolve.test 821 Bytes