List:Commits« Previous MessageNext Message »
From:kgeorge Date:May 13 2008 2:29pm
Subject:bk commit into 5.1 tree (gkodinov:1.2628)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of gkodinov.  When gkodinov 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, 2008-05-13 15:29:08+03:00, gkodinov@stripped +1 -0
  fixed the win64 build failure

  libmysqld/CMakeLists.txt@stripped, 2008-05-13 15:29:07+03:00, gkodinov@stripped +2 -1
    fixed the win64 build failure

diff -Nrup a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
--- a/libmysqld/CMakeLists.txt	2008-05-12 19:34:23 +03:00
+++ b/libmysqld/CMakeLists.txt	2008-05-13 15:29:07 +03:00
@@ -147,7 +147,7 @@ ENDIF(WITH_CSV_STORAGE_ENGINE)
 
 SET(SOURCE_SUBLIBS FALSE)
                             
-SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc event_parse_data.cc
+SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc 
            ../libmysql/libmysql.c ../libmysql/errmsg.c ../client/get_password.c
            ../sql-common/client.c ../sql-common/my_time.c 
            ../sql-common/my_user.c ../sql-common/pack.c
@@ -186,6 +186,7 @@ SET(LIBMYSQLD_SOURCES emb_qcache.cc libm
            ../sql/time.cc ../sql/tztime.cc ../sql/uniques.cc ../sql/unireg.cc
            ../sql/partition_info.cc ../sql/sql_connect.cc 
            ../sql/scheduler.cc ../sql/stacktrace.c
+           ../sql/event_parse_data.cc
            ${GEN_SOURCES}
            ${LIB_SOURCES})
 
Thread
bk commit into 5.1 tree (gkodinov:1.2628)kgeorge13 May