--- DBD-mysql-4.020/dbdimp.h~ 2011-08-20 20:35:59.000000000 +0200 +++ DBD-mysql-4.020/dbdimp.h 2011-10-07 15:37:51.615157851 +0200 @@ -23,6 +23,8 @@ #include /* Comes MySQL */ #include /* Comes with MySQL-devel */ +#define is_prefix mysql_is_prefix /* namespace sanity */ +extern int is_prefix(const char *, const char *); /* For now, we hardcode this, but in the future, * we can detect capabilities of the MySQL libraries @@ -353,6 +355,9 @@ extern int mysql_db_reconnect(SV*); int mysql_st_free_result_sets (SV * sth, imp_sth_t * imp_sth); +#if MYSQL_VERSION_ID >= MULTIPLE_RESULT_SET_VERSION +int dbd_st_more_results(SV* sth, imp_sth_t* imp_sth); +#endif #if MYSQL_ASYNC int mysql_db_async_result(SV* h, MYSQL_RES** resp); int mysql_db_async_ready(SV* h);