List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:August 3 2007 6:57pm
Subject:bk commit into 5.1 tree (df:1.2597)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of df. When df does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-08-03 18:57:18+02:00, df@stripped +1 -0
  merge fix

  libmysql/CMakeLists.txt@stripped, 2007-08-03 18:57:14+02:00, df@stripped +2 -1
    merge fix

diff -Nrup a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
--- a/libmysql/CMakeLists.txt	2007-08-03 11:06:49 +02:00
+++ b/libmysql/CMakeLists.txt	2007-08-03 18:57:14 +02:00
@@ -66,7 +66,8 @@ SET(CLIENT_SOURCES   ../mysys/array.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/my_getsystime.c)
 
 # Need to set USE_TLS for building the DLL, since __declspec(thread)
 # approach to thread local storage does not work properly in DLLs.
Thread
bk commit into 5.1 tree (df:1.2597)Daniel Fischer3 Aug