List:Commits« Previous MessageNext Message »
From:cbell Date:January 31 2008 4:40am
Subject:bk commit into 6.0 tree (cbell:1.2759) WL#4205
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of cbell. When cbell 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-01-30 23:40:35-05:00, cbell@mysql_cab_desk. +1 -0
  WL#4205: Online Backup: modify kernel to use object services API
  
  Corrected cmake file for windows build.

  sql/backup/CMakeLists.txt@stripped, 2008-01-30 23:40:29-05:00, cbell@mysql_cab_desk. +1 -1
    WL#4205: Online Backup: modify kernel to use object services API
    
    Corrected cmake file for windows build.

diff -Nrup a/sql/backup/CMakeLists.txt b/sql/backup/CMakeLists.txt
--- a/sql/backup/CMakeLists.txt	2008-01-14 14:49:08 -05:00
+++ b/sql/backup/CMakeLists.txt	2008-01-30 23:40:29 -05:00
@@ -23,7 +23,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/
                     ${CMAKE_SOURCE_DIR}/extra/yassl/include)
 
 SET(BACKUP_SOURCES stream.cc logger.cc kernel.cc
-               catalog.cc meta_data.cc data_backup.cc
+               catalog.cc data_backup.cc
                be_default.cc buffer_iterator.cc
                be_snapshot.cc be_thread.cc backup_progress.cc
                backup_test.cc)

Thread
bk commit into 6.0 tree (cbell:1.2759) WL#4205cbell31 Jan