]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blob - headers.patch
- 4.020
[packages/perl-DBD-mysql.git] / headers.patch
1 --- DBD-mysql-4.020/dbdimp.h~   2011-08-20 20:35:59.000000000 +0200
2 +++ DBD-mysql-4.020/dbdimp.h    2011-10-07 15:37:51.615157851 +0200
3 @@ -23,6 +23,8 @@
4  #include <mysqld_error.h>  /* Comes MySQL */
5  
6  #include <errmsg.h> /* Comes with MySQL-devel */
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 @@ -353,6 +355,9 @@
13  
14  extern int mysql_db_reconnect(SV*);
15  int mysql_st_free_result_sets (SV * sth, imp_sth_t * imp_sth);
16 +#if MYSQL_VERSION_ID >= MULTIPLE_RESULT_SET_VERSION
17 +int dbd_st_more_results(SV* sth, imp_sth_t* imp_sth);
18 +#endif
19  #if MYSQL_ASYNC
20  int mysql_db_async_result(SV* h, MYSQL_RES** resp);
21  int mysql_db_async_ready(SV* h);
This page took 0.092365 seconds and 4 git commands to generate.