]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blob - headers.patch
perl 5.38.0 rebuild
[packages/perl-DBD-mysql.git] / headers.patch
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
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
10  int mysql_db_async_result(SV* h, MYSQL_RES** resp);
11  int mysql_db_async_ready(SV* h);
12  
This page took 0.037173 seconds and 3 git commands to generate.