Fix mxs1776_ps_exec_hang
The results weren't freed between the fetches.
This commit is contained in:
parent
4ed0ef046e
commit
50bec07438
@ -154,6 +154,7 @@ int main(int argc, char* argv[])
|
||||
while (mysql_stmt_fetch(stmt) == 0)
|
||||
{
|
||||
mysql_query(conn, "SELECT 1");
|
||||
mysql_free_result(mysql_store_result(conn));
|
||||
}
|
||||
|
||||
return rval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user