summaryrefslogtreecommitdiffstats
path: root/myodbc/myodbc-add-mysys.patch
blob: a304661149af5760288e54106e029f86d1f4e19d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Add files extracted from mysql into the driver build script.


diff -Naur mysql-connector-odbc-5.1.8.orig/util/Makefile.am mysql-connector-odbc-5.1.8/util/Makefile.am
--- mysql-connector-odbc-5.1.8.orig/util/Makefile.am	2010-10-28 14:33:17.000000000 -0400
+++ mysql-connector-odbc-5.1.8/util/Makefile.am	2010-12-23 18:09:00.359695597 -0500
@@ -10,6 +10,22 @@
 	installer.c \
 	odbcinstw.c \
 	unicode_transcode.c \
+	array.c \
+	list.c \
+	my_alloc.c \
+	my_malloc.c \
+	string.c \
+	int2str.c \
+	is_prefix.c \
+	longlong2str.c \
+	strcend.c \
+	strend.c \
+	strfill.c \
+	strmake.c \
+	strmov.c \
+	strxmov.c \
+	mysys_err.h \
+	mysys_priv.h \
 	MYODBCUtil.h \
 	MYODBCUtilAllocDataSource.c \
 	MYODBCUtilAllocDriver.c \