aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c')
-rw-r--r--databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c b/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c
deleted file mode 100644
index 758d31ca4869..000000000000
--- a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- providers/mysql/gda-mysql-recordset.c.orig Mon Feb 17 21:42:16 2003
-+++ providers/mysql/gda-mysql-recordset.c Mon Feb 17 21:42:57 2003
-@@ -102,7 +102,7 @@
- break;
- case FIELD_TYPE_LONGLONG :
- case FIELD_TYPE_INT24 :
-- gda_value_set_bigint (field, thevalue ? atoll (thevalue) : 0);
-+ gda_value_set_bigint (field, thevalue ? strtoll(thevalue, &thevalue, 10) : 0);
- break;
- case FIELD_TYPE_SHORT :
- gda_value_set_smallint (field, thevalue ? atoi (thevalue) : 0);