|
|
@@ -1,6 +1,6 @@
|
|
|
Index: DBD-SQLite-1.13/Makefile.PL
|
|
|
---- DBD-SQLite-1.13/Makefile.PL.orig 2006-09-08 05:45:13.000000000 +0200
|
|
|
-+++ DBD-SQLite-1.13/Makefile.PL 2006-09-19 20:05:27.104172279 +0200
|
|
|
+--- DBD-SQLite-1.13/Makefile.PL.orig 2006-09-08 05:45:13 +0200
|
|
|
++++ DBD-SQLite-1.13/Makefile.PL 2007-01-08 19:32:01 +0100
|
|
|
@@ -10,34 +10,6 @@
|
|
|
}
|
|
|
use Config;
|
|
|
@@ -62,8 +62,8 @@ Index: DBD-SQLite-1.13/Makefile.PL
|
|
|
'DEFINE' => "-DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}" .
|
|
|
( ($Config{d_usleep} ||
|
|
|
Index: DBD-SQLite-1.13/dbdimp.c
|
|
|
---- DBD-SQLite-1.13/dbdimp.c.orig 2006-09-08 06:50:50.000000000 +0200
|
|
|
-+++ DBD-SQLite-1.13/dbdimp.c 2006-09-19 20:03:45.164447005 +0200
|
|
|
+--- DBD-SQLite-1.13/dbdimp.c.orig 2006-09-08 06:50:50 +0200
|
|
|
++++ DBD-SQLite-1.13/dbdimp.c 2007-01-08 19:32:01 +0100
|
|
|
@@ -394,14 +394,17 @@
|
|
|
|
|
|
sqlite_trace(3, "Execute returned %d cols\n", DBIc_NUM_FIELDS(imp_sth));
|
|
|
@@ -84,8 +84,8 @@ Index: DBD-SQLite-1.13/dbdimp.c
|
|
|
sqlite3_reset(imp_sth->stmt);
|
|
|
imp_sth->nrow = sqlite3_changes(imp_dbh->db);
|
|
|
Index: DBD-SQLite-1.13/dbdimp.h
|
|
|
---- DBD-SQLite-1.13/dbdimp.h.orig 2006-09-08 06:50:50.000000000 +0200
|
|
|
-+++ DBD-SQLite-1.13/dbdimp.h 2006-09-19 20:03:45.164783426 +0200
|
|
|
+--- DBD-SQLite-1.13/dbdimp.h.orig 2006-09-08 06:50:50 +0200
|
|
|
++++ DBD-SQLite-1.13/dbdimp.h 2007-01-08 19:32:01 +0100
|
|
|
@@ -4,7 +4,7 @@
|
|
|
#define _DBDIMP_H 1
|
|
|
|
|
|
@@ -95,3 +95,14 @@ Index: DBD-SQLite-1.13/dbdimp.h
|
|
|
|
|
|
/* 30 second timeout by default */
|
|
|
#define SQL_TIMEOUT 30000
|
|
|
+Index: DBD-mysql-4.001/dbdimp.h
|
|
|
+--- DBD-mysql-4.001/dbdimp.h.orig 2007-01-06 20:00:08 +0100
|
|
|
++++ DBD-mysql-4.001/dbdimp.h 2007-01-08 19:32:01 +0100
|
|
|
+@@ -19,6 +19,7 @@
|
|
|
+ * Header files we use
|
|
|
+ */
|
|
|
+ #include <DBIXS.h> /* installed by the DBI module */
|
|
|
++#include <my_global.h>
|
|
|
+ #include <mysql.h> /* Comes with MySQL-devel */
|
|
|
+ #include <mysqld_error.h> /* Comes MySQL */
|
|
|
+ #include <errmsg.h> /* Comes with MySQL-devel */
|