List:Internals« Previous MessageNext Message »
From:guilhem Date:August 1 2005 9:29am
Subject:bk commit into 5.0 tree (guilhem:1.1892)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of guilhem. When guilhem 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
  1.1892 05/08/01 11:29:13 guilhem@stripped +1 -0
  WL#1012 "row-based replication" moving vle to noinst_HEADERS

  include/Makefile.am
    1.54 05/08/01 11:29:03 guilhem@stripped +2 -2
    vle moves to noinst_HEADERS (not pkginclude_HEADERS) as is more logical (we don't plan to package it),
    and Mats verified that it still builds.

# 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:	guilhem
# Host:	gbichot3.local
# Root:	/home/mysql_src/mysql-5.0-wl1012

--- 1.53/include/Makefile.am	2005-07-25 12:47:58 +02:00
+++ 1.54/include/Makefile.am	2005-08-01 11:29:03 +02:00
@@ -20,7 +20,6 @@
 			mysql.h mysql_com.h mysql_embed.h \
 		  	my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
 			errmsg.h my_global.h my_net.h my_alloc.h \
-	                my_vle.h \
 			my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
 			sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
 			mysql_time.h $(BUILT_SOURCES)
@@ -31,7 +30,8 @@
 			my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \
 			my_aes.h my_tree.h hash.h thr_alarm.h \
 			thr_lock.h t_ctype.h violite.h md5.h \
-			mysql_version.h.in my_handler.h my_time.h decimal.h
+			mysql_version.h.in my_handler.h my_time.h decimal.h \
+			my_vle.h
 
 # mysql_version.h are generated
 CLEANFILES =            mysql_version.h my_config.h readline
Thread
bk commit into 5.0 tree (guilhem:1.1892)guilhem1 Aug