List:Commits« Previous MessageNext Message »
From:He Zhenxing Date:October 16 2008 12:54am
Subject:bzr commit into mysql-6.0-rpl branch (hezx:2711) WL#4398
View as plain text  
#At file:///media/sda3/work/mysql/bzrwork/semisync/6.0-rpl/

 2711 He Zhenxing	2008-10-16
      Fix for WL#4398, install replication.h
modified:
  sql/Makefile.am

=== modified file 'sql/Makefile.am'
--- a/sql/Makefile.am	2008-10-07 10:26:19 +0000
+++ b/sql/Makefile.am	2008-10-16 00:54:01 +0000
@@ -56,6 +56,7 @@ mysqld_LDADD =		libndb.la \
 			$(yassl_libs) $(openssl_libs) @MYSQLD_EXTRA_LIBS@ \
 			backup/libbackup.la
 
+pkginclude_HEADERS =    replication.h
 noinst_HEADERS =	item.h item_func.h item_sum.h item_cmpfunc.h \
 			item_strfunc.h item_timefunc.h \
 			item_xmlfunc.h \
@@ -90,7 +91,7 @@ noinst_HEADERS =	item.h item_func.h item
 			probes.h sql_audit.h transaction.h \
 			contributors.h sql_servers.h ddl_blocker.h \
 			si_objects.h si_logs.h sql_plist.h mdl.h records.h \
-			rpl_handler.h replication.h
+			rpl_handler.h
 
 mysqld_SOURCES =	sql_lex.cc sql_handler.cc sql_partition.cc \
 			item.cc item_sum.cc item_buff.cc item_func.cc \

Thread
bzr commit into mysql-6.0-rpl branch (hezx:2711) WL#4398He Zhenxing16 Oct