List:Commits« Previous MessageNext Message »
From:cbell Date:March 15 2007 4:24pm
Subject:bk commit into 5.1 tree (cbell:1.2483)
View as plain text  
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-15 11:23:38-04:00, cbell@mysql_cab_desk. +2 -0
  WL#3570 - Default backup algorithm
  
  Added default backup to makefiles.

  sql/CMakeLists.txt@stripped, 2007-03-15 11:23:35-04:00, cbell@mysql_cab_desk. +1 -0
    WL#3570 - Default backup algorithm
    
    Added default backup to cmake file.

  sql/Makefile.am@stripped, 2007-03-15 11:23:36-04:00, cbell@mysql_cab_desk. +2 -1
    WL#3570 - Default backup algorithm
    
    Added default backup to makefile.

# 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.177/sql/Makefile.am	2007-03-15 11:23:51 -04:00
+++ 1.178/sql/Makefile.am	2007-03-15 11:23:51 -04:00
@@ -112,7 +112,8 @@
 			sql_plugin.cc sql_binlog.cc \
 			sql_builtin.cc sql_tablespace.cc partition_info.cc \
 			sql_servers.cc \
-			backup.cc backup_util.cc backup_prototype.cc backup_alg.cc restore_alg.cc
+			backup.cc backup_util.cc backup_prototype.cc backup_alg.cc restore_alg.cc \
+			default_driver.cc
 
 
 gen_lex_hash_SOURCES =	gen_lex_hash.cc

--- 1.35/sql/CMakeLists.txt	2007-03-15 11:23:51 -04:00
+++ 1.36/sql/CMakeLists.txt	2007-03-15 11:23:51 -04:00
@@ -71,6 +71,7 @@
                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
   			   ${PROJECT_SOURCE_DIR}/sql/sql_yacc.h
 			   ${PROJECT_SOURCE_DIR}/include/mysqld_error.h

Thread
bk commit into 5.1 tree (cbell:1.2483)cbell15 Mar