List:Internals« Previous MessageNext Message »
From:root Date:January 3 2006 8:13am
Subject:bk commit into 3.23 tree (1.1424)
View as plain text  
Below is the list of changes that have just been committed into a local
3.23 repository of root. When root 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1424 06/01/03 00:13:48 jww@stripped +1 -0
  Makefile.am:
    Move m_ctype.h from noinst to inst pkg include headers.

  include/Makefile.am
    1.27 06/01/03 00:12:02 jww@stripped +3 -3
    Move m_ctype.h from noinst to inst pkg include headers.

# 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:	jww
# Host:	lnxdev.silk.ca
# Root:	/usr/src/mysql/mysql-3.23

--- 1.26/include/Makefile.am	Tue Mar  2 20:46:19 2004
+++ 1.27/include/Makefile.am	Tue Jan  3 00:12:02 2006
@@ -16,8 +16,8 @@
 # MA 02111-1307, USA
 
 BUILT_SOURCES =		mysql_version.h my_config.h my_global.h
-pkginclude_HEADERS =	dbug.h m_string.h my_sys.h mysql.h mysql_com.h \
-			mysqld_error.h my_list.h \
+pkginclude_HEADERS =	dbug.h m_string.h m_ctype.h my_sys.h mysql.h \
+			mysql_com.h mysqld_error.h my_list.h \
 			my_pthread.h my_no_pthread.h raid.h errmsg.h \
 			my_net.h \
 			sslopt-case.h sslopt-longopts.h sslopt-usage.h \
@@ -29,7 +29,7 @@
 			my_nosys.h my_alarm.h queues.h \
 			my_tree.h hash.h thr_alarm.h thr_lock.h \
 			getopt.h t_ctype.h violite.h \
-			mysql_version.h.in m_ctype.h
+			mysql_version.h.in
 
 # mysql_version.h are generated
 SUPERCLEANFILES =	mysql_version.h my_global.h my_config.h
Thread
bk commit into 3.23 tree (1.1424)root3 Jan