Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the behavior of the affected count returned for mutations (UPDATE/INSERT etc). It makes MySQL return the FOUND rows instead of the AFFECTED rows. Without this, MySQL returns 0 affected row when performing a noop update. This breaks the QueryEngine when performing nested connects which expect the update to have happened. You can read more about it here https://dev.mysql.com/doc/refman/8.0/en/information-functions.html.
- Loading branch information