]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blame - headers.patch
perl 5.38.0 rebuild
[packages/perl-DBD-mysql.git] / headers.patch
CommitLineData
fa00c0de
AM
1--- DBD-mysql-4.050/dbdimp.h~ 2019-01-08 20:26:37.000000000 +0100
2+++ DBD-mysql-4.050/dbdimp.h 2019-02-21 09:06:19.065840598 +0100
3@@ -413,6 +413,9 @@ extern MYSQL* mysql_dr_connect(SV*, MYSQ
eca24677 4
5 extern int mysql_db_reconnect(SV*);
6 int mysql_st_free_result_sets (SV * sth, imp_sth_t * imp_sth);
7+#if MYSQL_VERSION_ID >= MULTIPLE_RESULT_SET_VERSION
8+int dbd_st_more_results(SV* sth, imp_sth_t* imp_sth);
9+#endif
eca24677 10 int mysql_db_async_result(SV* h, MYSQL_RES** resp);
11 int mysql_db_async_ready(SV* h);
fa00c0de 12
This page took 0.026427 seconds and 4 git commands to generate.