mariadb/ndb/include/util
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
..
Base64.hpp wl2240 - ndb - new testcase for validating startTransation with hint 2005-01-14 08:58:50 +01:00
BaseString.hpp added returntype BaseString& for ndb_upper and ndb_lower instead of void 2004-12-07 15:39:46 +00:00
basestring_vsnprintf.h changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
Bitmask.hpp ndb - bitfields - more tests, now passes all api tests!! 2004-12-10 16:15:36 +01:00
ConfigValues.hpp Initial support for updating configuration "on the fly" 2004-08-05 16:21:33 +02:00
File.hpp more removing of "system" files and introducing ndb_global/my_global 2004-05-07 15:34:12 +02:00
InputStream.hpp introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
md5_hash.hpp wl1540, 1802 2004-10-31 22:21:51 +01:00
ndb_opts.h corrected error in ndb programs debug switch 2005-02-21 23:15:30 +01:00
NdbAutoPtr.hpp addes auto pointer class for using with my_ functions 2004-10-04 06:58:33 +00:00
NdbOut.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbSqlUtil.hpp ndb - wl-1203 alignment fix 2005-02-26 16:56:39 +01:00
OutputStream.hpp introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
Parser.hpp wl1744 - fix compiler problems 2004-11-10 00:13:26 +01:00
Properties.hpp compilation fix for AIX 2004-10-26 09:48:01 +00:00
random.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
SimpleProperties.hpp BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree 2005-06-02 14:32:06 +02:00
socket_io.h more removing of "system" files and introducing ndb_global/my_global 2004-05-07 15:34:12 +02:00
SocketAuthenticator.hpp wl 1748 2004-06-23 23:53:48 +00:00
SocketClient.hpp WL2278 Dynamic ports - Impl 6, "deal with mgm server restart and multiple mgm servers" 2005-02-11 15:43:43 +11:00
SocketServer.hpp Impl 3 of WL2278 - Dynamic port allocation of cluster nodes 2005-01-04 15:20:27 +11:00
UtilBuffer.hpp WL1371 - Cleanup configuration handling 2004-05-26 10:56:32 +02:00
uucode.h introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
Vector.hpp ndb - fix small memory leak 2005-03-31 16:22:46 +02:00
version.h NDB compile fix sol9x86 2004-10-12 14:07:41 +02:00