diff options
author | sasha@mysql.sashanet.com <> | 2002-03-01 19:36:46 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-01 19:36:46 -0700 |
commit | aa67831207689d9f4c2579508f8c0b9fd91135b7 (patch) | |
tree | dd5cbc9c1cf52f454bd88e24e1401696ae7da26c /strings/Makefile.am | |
parent | fdb0e646cd9c1267dc83871e50bdc03875ec3636 (diff) | |
parent | 8c01c96f90c3d017864c34c55a75a10514be00f9 (diff) | |
download | mariadb-git-aa67831207689d9f4c2579508f8c0b9fd91135b7.tar.gz |
merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty
gets back
Diffstat (limited to 'strings/Makefile.am')
-rw-r--r-- | strings/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index 3bce48045b3..a29c5a3365d 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -51,7 +51,8 @@ EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \ strmake.c strnmov.c strmov.c strnlen.c \ bmove_upp-sparc.s strappend-sparc.s strend-sparc.s \ strinstr-sparc.s strmake-sparc.s strmov-sparc.s \ - strnmov-sparc.s strstr-sparc.s strxmov-sparc.s + strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \ + t_ctype.h OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |