]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blame - headers.patch
- rebuild with mysql 5.7
[packages/perl-DBD-mysql.git] / headers.patch
CommitLineData
1caa70f9
ER
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 @@
d3a80feb 4 #include <errmsg.h> /* Comes with MySQL-devel */
1caa70f9
ER
5 #include <stdint.h> /* For int32_t */
6
d3a80feb
ER
7+#define is_prefix mysql_is_prefix /* namespace sanity */
8+extern int is_prefix(const char *, const char *);
1caa70f9 9+
eca24677 10 /* For now, we hardcode this, but in the future,
11 * we can detect capabilities of the MySQL libraries
1caa70f9 12 * we're talking to */
eca24677 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.06499 seconds and 4 git commands to generate.