mariadb/ndb/include/kernel
unknown 43ebae40aa BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree
- Fix several valgrind warnings.


ndb/include/kernel/AttributeList.hpp:
  Include ndb_limits.h
ndb/include/ndbapi/Ndb.hpp:
  Add new function internalize_table_name
  Proper formatting
ndb/include/util/SimpleProperties.hpp:
  Add function "add" for adding strings/data to word buffers without reading after the string/data 
  Fix comment for UtilBufferWriter
ndb/src/common/util/SimpleProperties.cpp:
  Add function "add" for adding strings/data to word buffers without reading after the string/data
ndb/src/ndbapi/DictCache.cpp:
  Add DBUG printouts to all functions in GlobalDictCache
  Change ndbout_c to DBUG_PRINT
  Add function GlobalDictCache::printCache
ndb/src/ndbapi/DictCache.hpp:
  Add function GlobalDictCache::printCache
ndb/src/ndbapi/Ndb.cpp:
  Change DEBUG_TRACE to DBUG_PRINT, DBUG_ENTER
  Use new function internalize_table_name, and create internal tabname on stack
ndb/src/ndbapi/NdbDictionary.cpp:
  Add DBUG_ENTER calls
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
  Pass BaseString as reference when passing internal table name to internal functions.
  Remove check for exceeding MAX_SECTION_SIZE.
  Remove pekkas fix that saves internalName in save_me variable, not needed when tablename is stack variable.
  NdbDictInterface::gettable(int tableid, ...) - Not used
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
  Remove include of ndb_limits.h
  Use BaseString& for internal functions
  Remove m_namebuf, not needed, uses m_buffer
  Formatting
  NdbDictInterface::getTable(int tableId, ...) - Not used
ndb/src/ndbapi/NdbImpl.hpp:
  Remove buffer for m_internalname, placed on stack of caller.
  Moved impl of internalize_table_name and internalize_index_anme to Ndb::internalize_table_name and Ndb::internalize_index_name
ndb/src/ndbapi/NdbLinHash.hpp:
  Save also the terminating null character in chain->str to get nicer printouts.
ndb/src/ndbapi/NdbTransaction.cpp:
  Remove hardcoded buffer sizes.
  Remove include of ndb_limits.h
sql/ha_ndbcluster.cc:
  Fix "typo", use file_name var since that is the current files name,
2005-06-02 14:32:06 +02:00
..
signaldata Merge 2005-05-18 20:52:59 +02:00
AttributeDescriptor.hpp ndb: wl-1442 mysql vs ndb datatypes: prepare 2004-12-26 22:40:42 +01:00
AttributeHeader.hpp Merge mysql.com:/home/jonas/src/mysql-5.0 2005-01-19 18:35:41 +01:00
AttributeList.hpp BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree 2005-06-02 14:32:06 +02:00
BlockNumbers.h fix c++ style comments in .h and .c files 2004-10-22 11:59:57 +00:00
GlobalSignalNumbers.h fix c++ style comments in .h and .c files 2004-10-22 11:59:57 +00:00
GrepEvent.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
Interpreter.hpp compilation fix for AIX 2004-10-26 09:48:01 +00:00
kernel_config_parameters.h Remove unused config parameters 2004-08-05 18:23:01 +02:00
kernel_types.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
LogLevel.hpp WL#2299, structured log events 2005-01-19 08:14:52 +01:00
ndb_limits.h Merge 2005-05-18 20:52:59 +02:00
NodeBitmask.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NodeInfo.hpp wl 1748 2004-06-23 23:53:48 +00:00
NodeState.hpp compilation fix for AIX 2004-10-26 09:48:01 +00:00
RefConvert.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
trigger_definitions.h Bug#7626 2005-01-13 23:26:59 +01:00