Below is the list of changes that have just been committed into a local
5.1 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, 2007-03-22 09:50:30-04:00, cbell@mysql_cab_desk. +1 -0
Changes made to mysqld cmake files to accomodate code reorganization. This patch
adds the code files to the mysqld project in cmake (e.g., Visual Studio).
sql/CMakeLists.txt@stripped, 2007-03-22 09:50:23-04:00, cbell@mysql_cab_desk. +5 -3
Changes made to mysqld cmake files to accomodate code reorganization. This patch
adds the code files to the mysqld project in cmake (e.g., Visual Studio).
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: cbell
# Host: mysql_cab_desk.
# Root: C:/source/c++/mysql-5.1_WL_3570
--- 1.36/sql/CMakeLists.txt 2007-03-22 09:50:41 -04:00
+++ 1.37/sql/CMakeLists.txt 2007-03-22 09:50:41 -04:00
@@ -23,6 +23,7 @@
${CMAKE_SOURCE_DIR}/sql
${CMAKE_SOURCE_DIR}/regex
${CMAKE_SOURCE_DIR}/zlib
+ ${CMAKE_SOURCE_DIR}/sql/backup
)
SET_SOURCE_FILES_PROPERTIES(${CMAKE_SOURCE_DIR}/sql/message.rc
@@ -70,9 +71,10 @@
partition_info.cc rpl_utility.cc rpl_injector.cc sql_locale.cc
rpl_rli.cc rpl_mi.cc sql_servers.cc
sql_connect.cc scheduler.cc
- backup.cc backup_util.cc backup_prototype.cc backup_alg.cc restore_alg.cc
- default_driver.cc
- ${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
+ backup/archive.cc backup/be_default.cc backup/data_backup.cc
+ backup/meta_backup.cc backup/sql_backup.cc backup/stream.cc
+ backup/string_pool.cc backup/tables.cc
+ ${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.h
${PROJECT_SOURCE_DIR}/include/mysqld_error.h
${PROJECT_SOURCE_DIR}/include/mysqld_ername.h
| Thread |
|---|
| • bk commit into 5.1 tree (cbell:1.2489) | cbell | 22 Mar |