mariadb/ndb/include
unknown 2e43e47040 moved all ndb thread specific data into new placeholder
new methods to keep "records" up to date
unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
new methods to keep "records" up to datecorrect record field in ndbcluster handler
new method for ndbcluster handler to store/retrieve table and thread specific data
changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
hanged deleteKey to return ponter to deleted object
moved heavy global cache fetch from inline to separate method


mysql-test/r/ndb_alter_table.result:
  correct record field in ndbcluster handler
mysql-test/r/ndb_blob.result:
  correct record field in ndbcluster handler
ndb/include/ndbapi/NdbDictionary.hpp:
  new method for ndbcluster handler to store/retrieve table and thread specific data
ndb/src/ndbapi/DictCache.cpp:
  changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
ndb/src/ndbapi/DictCache.hpp:
  changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
ndb/src/ndbapi/Ndb.cpp:
  replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
ndb/src/ndbapi/NdbDictionary.cpp:
  new method for ndbcluster handler to store/retrieve table and thread specific data
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
  changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
  moved heavy global cache fetch from inline to separate method
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
  replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
ndb/src/ndbapi/NdbLinHash.hpp:
  changed deleteKey to return ponter to deleted object
sql/ha_ndbcluster.cc:
  moved all ndb thread specific data into new placeholder
  new methods to keep "records" up to date
  unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
sql/ha_ndbcluster.h:
  new methods to keep "records" up to date
sql/sql_class.h:
  moved all ndb thread specific data into new placeholder
2004-09-14 08:52:21 +00:00
..
debugger several config fixes for ndb, see respective file 2004-06-28 17:29:58 +00:00
editline Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
kernel Merge mysql.com:/home/jonas/src/mysql-4.1-ndb 2004-09-01 04:52:50 +02:00
logger more removing of "system" files and introducing ndb_global/my_global 2004-05-07 15:34:12 +02:00
mgmapi Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb 2004-09-09 16:22:47 +02:00
mgmcommon added connect thread to Ndb_cluster_connection + 2004-09-02 12:04:50 +00:00
ndbapi moved all ndb thread specific data into new placeholder 2004-09-14 08:52:21 +00:00
newtonapi portability/autoconf fixes and removed warnings 2004-05-12 06:24:12 +02:00
portlib WL 1748 2004-06-23 00:48:07 +00:00
transporter Correction + move of code to NDB_DEBUG_FULL from VM_TRACE 2004-08-09 17:51:37 +02:00
util tux optim 14 - use pointers to cmp functions 2004-08-27 13:57:51 +02:00
Makefile.am added class Ndb_cluster_connection to prepare for making order of starting mysqld and ndbd irrelevant 2004-09-01 14:56:53 +00:00
ndb_global.h Merge mysql.com:/home/jonas/src/mysql-4.1 2004-08-27 14:11:50 +02:00
ndb_net.h lots of HAVE_ and some ndb_global fixes for ndb subtree 2004-05-11 14:39:17 +02:00
ndb_types.h cannot include my_config.h directly, breaks some makes 2004-06-18 00:16:07 +00:00
ndb_version.h moved ndb versioning to configure and fixed ndb docs make 2004-06-04 16:08:50 +02:00