Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid GC run between
mysql_stmt_execute
and mysql_stmt_store_result
This fixes a regression caused by brianmario#912 due to calling `rb_funcall` between `mysql_stmt_execute` and `mysql_stmt_store_result`, it will cause `mysql_stmt_close` to be called in wrong order. Fixes brianmario#956.
- Loading branch information