]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blob - headers.patch
- perl req/prov fix
[packages/perl-DBD-mysql.git] / headers.patch
1 --- DBD-mysql-4.036/dbdimp.h~   2016-09-19 18:58:49.000000000 +0300
2 +++ DBD-mysql-4.036/dbdimp.h    2016-09-19 18:59:57.509789300 +0300
3 @@ -24,6 +24,9 @@
4  #include <errmsg.h> /* Comes with MySQL-devel */
5  #include <stdint.h> /* For int32_t */
6  
7 +#define is_prefix mysql_is_prefix      /* namespace sanity */
8 +extern int is_prefix(const char *, const char *);
9 +
10  /* For now, we hardcode this, but in the future,
11   * we can detect capabilities of the MySQL libraries
12   * we're talking to */
13 @@ -353,6 +355,9 @@
14  
15  extern int mysql_db_reconnect(SV*);
16  int mysql_st_free_result_sets (SV * sth, imp_sth_t * imp_sth);
17 +#if MYSQL_VERSION_ID >= MULTIPLE_RESULT_SET_VERSION
18 +int dbd_st_more_results(SV* sth, imp_sth_t* imp_sth);
19 +#endif
20  #if MYSQL_ASYNC
21  int mysql_db_async_result(SV* h, MYSQL_RES** resp);
22  int mysql_db_async_ready(SV* h);
This page took 0.043479 seconds and 3 git commands to generate.