From: Jonas Oreland Date: November 10 2011 9:10am Subject: bzr push into mysql-5.1-telco-7.0 branch (jonas.oreland:4650 to 4651) List-Archive: http://lists.mysql.com/commits/141825 Message-Id: <20111110091015.0D5C312361@perch.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4651 Jonas Oreland 2011-11-10 ndb - forgot to add new include files to dist :-( modified: sql/Makefile.am 4650 Jonas Oreland 2011-11-10 ndb - start introducing components in ndb handler step 1- Make util thread use initial Ndb_component base class This step does not in itself simplify that much It basically only removes a bunch of pthread_*-calls But it's a start added: sql/ndb_component.cc sql/ndb_component.h sql/ndb_util_thread.h modified: libmysqld/Makefile.am sql/Makefile.am sql/ha_ndbcluster.cc sql/ha_ndbcluster.h sql/ha_ndbcluster_binlog.cc sql/ha_ndbcluster_binlog.h storage/ndb/CMakeLists.txt === modified file 'sql/Makefile.am' --- a/sql/Makefile.am 2011-11-10 08:16:52 +0000 +++ b/sql/Makefile.am 2011-11-10 09:01:54 +0000 @@ -64,6 +64,8 @@ noinst_HEADERS = item.h item_func.h item ha_ndb_index_stat.h \ ndb_mi.h \ ndb_conflict_trans.h \ + ndb_component.h \ + ndb_util_thread.h \ ha_partition.h rpl_constants.h \ debug_sync.h \ opt_range.h protocol.h rpl_tblmap.h rpl_utility.h \ No bundle (reason: useless for push emails).