List:Commits« Previous MessageNext Message »
From:rsomla Date:March 6 2007 12:24pm
Subject:bk commit into 5.1 tree (rafal:1.2476)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of rafal. When rafal 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-06 13:24:20+01:00, rafal@quant.(none) +2 -0
  WL#3327: Without sql_server.h mentioned in makefiles compilation breaks on pushbuild. 
  Fixing this.

  sql/CMakeLists.txt@stripped, 2007-03-06 13:24:17+01:00, rafal@quant.(none) +2 -2
    Added sql_servers.h

  sql/Makefile.am@stripped, 2007-03-06 13:24:17+01:00, rafal@quant.(none) +1 -1
    Added sql_servers.h

# 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:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/backup/prototype

--- 1.175/sql/Makefile.am	2007-03-06 13:24:27 +01:00
+++ 1.176/sql/Makefile.am	2007-03-06 13:24:27 +01:00
@@ -69,7 +69,7 @@
 			sql_plugin.h authors.h \
 			event_data_objects.h event_scheduler.h \
 			sql_partition.h partition_info.h partition_element.h \
-			contributors.h \
+			contributors.h sql_servers.h \
 			backup.h backup0.h backup_private.h backup_util.h
 
 mysqld_SOURCES =	sql_lex.cc sql_handler.cc sql_partition.cc \

--- 1.33/sql/CMakeLists.txt	2007-03-06 13:24:27 +01:00
+++ 1.34/sql/CMakeLists.txt	2007-03-06 13:24:27 +01:00
@@ -54,8 +54,8 @@
                event_queue.cc event_db_repository.cc 
                sql_tablespace.cc events.cc ../sql-common/my_user.c 
                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
+               rpl_rli.cc rpl_mi.cc sql_servers.cc sql_servers.h
+	       			 sql_connect.cc scheduler.cc
                backup.h backup0.h backup_private.h backup_util.h
                backup.cc backup_util.cc backup_prototype.cc backup_alg.cc restore_alg.cc
                ${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
Thread
bk commit into 5.1 tree (rafal:1.2476)rsomla6 Mar