• Dmitry Shulga's avatar
    MDEV-26146: The test main.limit_rows_examined fails in case it is run in PS mode. · ff0d3bb8
    Dmitry Shulga authored
    Test failed by firing assert in append_warnings() when it is called
    from run_query_stmt() and there are more results from server.
    
    Obviously, append_warnings() should be called after the last packet
    received from server. So, to fix the assertion failure the function
    mysql_more_results() has to be called to check that now more results
    does exist and invokes append_warnings() in case the condition satisfied.
    ff0d3bb8
mysqltest.cc 299 KB