--- DBD-mysql-4.018/dbdimp.h~ 2010-07-10 17:53:52.000000000 +0300 +++ DBD-mysql-4.018/dbdimp.h 2011-04-04 14:18:05.002129843 +0300 @@ -333,3 +333,6 @@ 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 --- DBD-mysql-4.018/dbdimp.h~ 2011-04-04 14:19:08.000000000 +0300 +++ DBD-mysql-4.018/dbdimp.h 2011-04-04 14:20:32.302207311 +0300 @@ -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 *); /* * This is the version of MySQL wherer