List:Commits« Previous MessageNext Message »
From:Mikael Ronstrom Date:October 15 2009 1:03pm
Subject:bzr commit into mysql-5.4 branch (mikael:2878)
View as plain text  
#At file:///home/mikael/mysql_clones/mysql-trunk-LOCK_thread_count/

 2878 Mikael Ronstrom	2009-10-15
      Bug fixes to my_atomic infrastructure
      modified:
        unittest/mysys/Makefile.am

=== modified file 'unittest/mysys/Makefile.am'
--- a/unittest/mysys/Makefile.am	2007-05-28 20:18:51 +0000
+++ b/unittest/mysys/Makefile.am	2009-10-15 13:03:43 +0000
@@ -16,6 +16,8 @@
 AM_CPPFLAGS      = @ZLIB_INCLUDES@ -I$(top_builddir)/include 
 AM_CPPFLAGS     += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
 
+noinst_HEADERS = thr_template.c
+
 LDADD 		= $(top_builddir)/unittest/mytap/libmytap.a \
 		  $(top_builddir)/mysys/libmysys.a \
 		  $(top_builddir)/dbug/libdbug.a \

Thread
bzr commit into mysql-5.4 branch (mikael:2878) Mikael Ronstrom15 Oct