Commit 85ee575
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-removal1 parent ee6ed3c commit 85ee575
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4657 | 4657 | | |
4658 | 4658 | | |
4659 | 4659 | | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
4660 | 4663 | | |
| 4664 | + | |
4661 | 4665 | | |
4662 | 4666 | | |
4663 | 4667 | | |
| |||
4699 | 4703 | | |
4700 | 4704 | | |
4701 | 4705 | | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
4702 | 4709 | | |
| 4710 | + | |
4703 | 4711 | | |
4704 | 4712 | | |
4705 | 4713 | | |
| |||
0 commit comments