• Dmitry Shulga's avatar
    MDEV-16708: fixed failure of the test sys_vars.sql_select_limit_func · 44db6ffc
    Dmitry Shulga authored
    This test failed in case it was run in PS mode and for embedded server
    
    The reason of test failure was that the following fields
      affected_row, server_status, insert_id
    of the structure MYSQL_STMT weren't update on calling
    mysql_stmt_next_result() in case combination of binary protocol
    and embedded server used.
    44db6ffc
libmysql.c 138 KB