Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for mysql2 prepared statements flaky test
Ref: brianmario/mysql2#1383 The proper fix can only be upstream, however we can reduce the likeliness of hitting the bug by only calling `#affected_rows` when strictly necessary, meaning when we performed a query that didn't return a result set. Co-Authored-By: Étienne Barrié <etienne.barrie@gmail.com>
- Loading branch information