Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bind params for MySQL 8.3.0+ client library
MySQL 8.3.0 client library started to deprecate mysql_stmt_bind_param() function. Replacement is a new mysql_stmt_bind_named_param() function. See: https://dev.mysql.com/doc/relnotes/mysql/8.3/en/news-8-3-0.html#mysqld-8-3-0-deprecation-removal
- Loading branch information