perl5-dbi/DBD-mysql

Use of deprecated parts of the MySQL C API

Closed this issue · 4 comments

This is not fully possible right now due to this bug: https://bugs.mysql.com/bug.php?id=112893

@chenrui333 There were multiple parts of the MySQL C API that have been removed and/or deprecated. These were fixed in multiple versions.

In 5.005:

  • 21e9ef2 for mysql_stmt_bind_param()

In 5.004:

  • a5b8b36 for mysql_reload() and mysql_list_fields()

In 5.002:

Hope this helps?

In 5.005:

  • 21e9ef2 for mysql_stmt_bind_param()

I was mostly curious about that commit, as it did not show the tag as the other two, but thanks for confirming it. Appreciate it.