List:Commits« Previous MessageNext Message »
From:Sven Sandberg Date:July 23 2008 8:40am
Subject:bzr commit into mysql-6.0-backup branch (sven:2682)
View as plain text  
#At file:///home/sven/bzr/debug-max/6.0-rpl/

 2682 Sven Sandberg	2008-07-23
      Post-push fix.
      A typo in sql/Makefile.am prevented header files from being
      included in the distribution, causing pb to fail building.
modified:
  sql/Makefile.am

per-file messages:
  sql/Makefile.am
    fixed typo.
=== modified file 'sql/Makefile.am'
--- a/sql/Makefile.am	2008-07-22 14:16:22 +0000
+++ b/sql/Makefile.am	2008-07-23 08:40:10 +0000
@@ -89,7 +89,7 @@ noinst_HEADERS =	item.h item_func.h item
 			sql_partition.h partition_info.h partition_element.h \
 			probes.h sql_audit.h \
 			contributors.h sql_servers.h ddl_blocker.h \
-			si_objects.h sql_plist.h mdl.h
+			si_objects.h sql_plist.h mdl.h \
 			rpl_handler.h replication.h
 
 mysqld_SOURCES =	sql_lex.cc sql_handler.cc sql_partition.cc \

Thread
bzr commit into mysql-6.0-backup branch (sven:2682) Sven Sandberg23 Jul