diff options
author | kaa@polly.(none) <> | 2007-10-22 22:35:08 +0400 |
---|---|---|
committer | kaa@polly.(none) <> | 2007-10-22 22:35:08 +0400 |
commit | 0b0071743299aaaba6a14da099abc9be2afd6100 (patch) | |
tree | f692e631136d4621ef2f0132d10582236ae50179 /libmysql | |
parent | 3af902ec47042c1e8cd78172c2544cb83bcb8a27 (diff) | |
download | mariadb-git-0b0071743299aaaba6a14da099abc9be2afd6100.tar.gz |
Fixed the Windows build failures introduced by the patch for bug #31207: Test "join_nested" shows different strategy on IA64 CPUs / Intel's ICC compiler.
Diffstat (limited to 'libmysql')
-rwxr-xr-x | libmysql/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index 59e70d68a6d..6f5d8a49363 100755 --- a/libmysql/CMakeLists.txt +++ b/libmysql/CMakeLists.txt @@ -96,7 +96,7 @@ SET(CLIENT_SOURCES ../mysys/array.c ../strings/bchange.c ../strings/bmove.c ../strings/strmov.c ../strings/strnlen.c ../strings/strnmov.c ../strings/strtod.c ../strings/strtoll.c ../strings/strtoull.c ../strings/strxmov.c ../strings/strxnmov.c ../mysys/thr_mutex.c ../mysys/typelib.c ../vio/vio.c ../vio/viosocket.c - ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c + ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c ../mysys/mf_qsort.c ${LIB_SOURCES}) # Need to set USE_TLS for building the DLL, since __declspec(thread) |