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).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0 branch (jonas.oreland:4650 to 4651) | Jonas Oreland | 11 Nov |