• Davi Arnaut's avatar
    Bug#37316: Anonymous error messages noticed sometimes, while running tests in MTR · d5853224
    Davi Arnaut authored
    The problem was that mysqltest could attempt to execute a
    SHOW WARNINGS statement through a connection that was not
    properly reaped, thus violating its own rules.
    
    The solution is to skip SHOW WARNINGS if a connection has
    not been properly repeaed.
    
    client/mysqltest.cc:
      Skip SHOW WARNINGS if connection hasn't been reaped.
    d5853224
mysqltest.cc 253 KB