aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-mysql/files/patch-dbdimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-mysql/files/patch-dbdimp.h')
-rw-r--r--databases/p5-DBD-mysql/files/patch-dbdimp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/p5-DBD-mysql/files/patch-dbdimp.h b/databases/p5-DBD-mysql/files/patch-dbdimp.h
deleted file mode 100644
index 7bc62d957ad7..000000000000
--- a/databases/p5-DBD-mysql/files/patch-dbdimp.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- dbdimp.h.orig Thu Mar 22 10:28:38 2007
-+++ dbdimp.h Thu Mar 22 10:28:54 2007
-@@ -282,11 +282,7 @@
- #endif
-
- #include <dbd_xsh.h>
--#if MYSQL_VERSION_ID >= SQL_STATE_VERSION
- void do_error (SV* h, int rc, const char *what, const char *sqlstate);
--#else
--void do_error (SV* h, int rc, const char *what);
--#endif
- SV *dbd_db_fieldlist (MYSQL_RES* res);
-
- void dbd_preparse (imp_sth_t *imp_sth, SV *statement);