List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:April 12 2007 9:51pm
Subject:bk commit into 5.0 tree (joerg:1.2445) BUG#27456
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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-04-12 21:50:56+02:00, joerg@trift2. +1 -0
  Header file "decimal.h" needs to be delivered with binary packages:
  
  Bug#27456    decimal.h is not installed with public include files

  include/Makefile.am@stripped, 2007-04-12 21:50:53+02:00, joerg@trift2. +2 -2
    Header file "decimal.h" needs to be delivered with binary packages:
    
    Bug#27456    decimal.h is not installed with public include files

# 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:	joerg
# Host:	trift2.
# Root:	/MySQL/M50/bug27456-5.0

--- 1.67/include/Makefile.am	2007-03-12 13:21:59 +01:00
+++ 1.68/include/Makefile.am	2007-04-12 21:50:53 +02:00
@@ -22,7 +22,7 @@
 pkginclude_HEADERS =	$(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
 			my_xml.h mysql_embed.h \
 			my_pthread.h my_no_pthread.h raid.h \
-			errmsg.h my_global.h my_net.h \
+			decimal.h errmsg.h my_global.h my_net.h \
 			my_getopt.h sslopt-longopts.h my_dir.h \
 			sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
 			m_ctype.h $(HEADERS_GEN)
@@ -33,7 +33,7 @@
 			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 base64.h \
-			mysql_version.h.in my_handler.h my_time.h decimal.h \
+			mysql_version.h.in my_handler.h my_time.h \
 			my_user.h my_libwrap.h
 
 # Remove built files and the symlinked directories
Thread
bk commit into 5.0 tree (joerg:1.2445) BUG#27456Joerg Bruehe12 Apr