Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-11-02 09:27:38+01:00, msvensson@stripped +1 -0
Bug#32044 some of the tests (backup, drop, query_cache, etc) will timeout on Windows
libmysqld/examples/CMakeLists.txt@stripped, 2007-11-02 09:27:36+01:00, msvensson@stripped +3 -0
Add definition -DEMBEDDED_LIBRARY to all executables in libmysqld/examples
diff -Nrup a/libmysqld/examples/CMakeLists.txt b/libmysqld/examples/CMakeLists.txt
--- a/libmysqld/examples/CMakeLists.txt 2007-08-06 23:14:47 +02:00
+++ b/libmysqld/examples/CMakeLists.txt 2007-11-02 09:27:36 +01:00
@@ -23,6 +23,9 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/
IF(WIN32)
ADD_DEFINITIONS(-DUSE_TLS)
ENDIF(WIN32)
+
+ADD_DEFINITIONS(-DEMBEDDED_LIBRARY)
+
ADD_EXECUTABLE(mysql_embedded ../../client/completion_hash.cc
../../client/mysql.cc ../../client/readline.cc
../../client/sql_string.cc)
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2600) BUG#32044 | msvensson | 2 Nov |