1. 02 Jun, 2005 1 commit
    • unknown's avatar
      BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree · 43ebae40
      unknown authored
       - 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,
      43ebae40
  2. 26 May, 2005 2 commits
  3. 24 May, 2005 5 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 76fbe88b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-ctype-cp932.c:
        Auto merged
      configure.in:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      strings/ctype-big5.c:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      76fbe88b
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · c99091e6
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      c99091e6
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 1cd24591
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      mysql-test/t/ndb_restore.test:
        Auto merged
      1cd24591
    • unknown's avatar
      ndb - mysqltestrun · 77b83ce6
      unknown authored
        run ndb_select_all --no-defaults
      
      
      mysql-test/t/ndb_restore.test:
        run ndb_select_all --no-defaults
      77b83ce6
    • unknown's avatar
      BUG#10813 SCI Transporter build fails · d0a29f7b
      unknown authored
      fix typo
      
      
      ndb/src/common/transporter/SCI_Transporter.cpp:
        Fix SCI transporter build errror
      d0a29f7b
  4. 23 May, 2005 3 commits
    • unknown's avatar
      Build fix · d35e537a
      unknown authored
      
      include/my_global.h:
        Look for __INTEL_COMPILER to detect icc
      d35e537a
    • unknown's avatar
      Build fix · c1248c42
      unknown authored
      
      ndb/src/cw/cpcd/Process.cpp:
        Remove ifdef for icc
        Shouldn't need to define rlimit64
      c1248c42
    • unknown's avatar
      ndb - test progs · 6fe073e1
      unknown authored
      
      ndb/test/ndbapi/testOIBasic.cpp:
        random order of ndbapi calls
      ndb/test/ndbapi/testBlobs.cpp:
        valgrind fix, compile fix for 5.1
      6fe073e1
  5. 22 May, 2005 2 commits
    • unknown's avatar
      ndb - NdbDictionaryImpl.cpp: fix access to freed memory · 4694d124
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        fix access to freed memory
      4694d124
    • unknown's avatar
      misc.hpp: · 6f3718e4
      unknown authored
        Check _LONGLONG_TYPE as well, to define 'word64', to make it
        work on Solaris 10 x86_64.
        Can't assume all x86_64 share the same assembler syntax.
        For now disabled assembler for x86_64 and Solaris.
      
      
      extra/yassl/taocrypt/include/misc.hpp:
        Check _LONGLONG_TYPE as well, to define 'word64', to make it
        work on Solaris 10 x86_64.
        Can't assume all x86_64 share the same assembler syntax.
        For now disabled assembler for x86_64 and Solaris.
      6f3718e4
  6. 21 May, 2005 1 commit
    • unknown's avatar
      default_modify.c: · 05e65823
      unknown authored
        Use MY_STAT to declare argument to my_fstat()
      des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys.dsp, libmysqld.dsp, libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      
      
      VC++Files/libmysql/libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      VC++Files/libmysqld/libmysqld.dsp:
        New file needed, "../mysys/default_modify.c"
      VC++Files/mysys/mysys.dsp:
        New file needed, "../mysys/default_modify.c"
      sql/des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys/default_modify.c:
        Use MY_STAT to declare argument to my_fstat()
      05e65823
  7. 20 May, 2005 9 commits
    • unknown's avatar
      yaSSL fixes for Sun Forte 7 · fd6acea2
      unknown authored
      
      extra/yassl/include/yassl_types.hpp:
        A fix for Sun Forte 7
      extra/yassl/mySTL/helpers.hpp:
        Better comment for the previous fix.
      extra/yassl/mySTL/list.hpp:
        A fix for Sun Forte 7
      fd6acea2
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 3b2ba12e
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
      
      
      extra/yassl/mySTL/helpers.hpp:
        Auto merged
      3b2ba12e
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 6888f098
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
      
      
      6888f098
    • unknown's avatar
      Fixes for numerous compatibility problems in yaSSL. · 27b7f85a
      unknown authored
      
      extra/yassl/include/openssl/ssl.h:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/include/yassl_error.hpp:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/include/yassl_types.hpp:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/mySTL/helpers.hpp:
        Fix AIX 5.2 compilation problem.
      extra/yassl/taocrypt/include/asn.hpp:
        Fix -std=c++98 mode compilation failures.
      vio/Makefile.am:
        Add a dummy C++ file to SSL tests to make libtool use a C++ linker:
        this lets ssl tests link when using yaSSL and a non-gcc C++ compiler.
      27b7f85a
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · 7936630e
      unknown authored
      Portability fixes
      
      
      extra/yassl/include/buffer.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/include/log.hpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/include/socket_wrapper.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/mySTL/helpers.hpp:
        Use stdlib.h instead of less portable cstdlib
      extra/yassl/mySTL/stdexcept.hpp:
        Use string.h instead of less portable cstring
      extra/yassl/mySTL/vector.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/src/ssl.cpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/taocrypt/include/block.hpp:
        Use stddef.h instead of less portable cstddef, always use ptrdiff_t instead of less portable std::ptrdiff_t
      extra/yassl/taocrypt/include/file.hpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/taocrypt/include/integer.hpp:
        Use string.h instead of less portable cstring
      extra/yassl/taocrypt/include/runtime.hpp:
        Use stdlib.h instead of less portable cstdlib
      extra/yassl/taocrypt/src/dh.cpp:
        Use math.h instead of less portable cmatch
      7936630e
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1-build · 78d81529
      unknown authored
      into mysql.com:/usr/home/ram/work/mysql-5.0-build
      
      
      78d81529
    • unknown's avatar
      a fix (bug #10757: gis-rtree.test fails) · 2ef41d3d
      unknown authored
      
      
      myisam/sp_key.c:
        a fix (bug #10757: gis-rtree.test fails)
        float8get() doesn't properly work with local variables sometimes.
      2ef41d3d
    • unknown's avatar
      my_vsnprintf.c, sql_select.cc, sql_delete.cc, field_conv.cc, rt_split.c: · 31cffb8a
      unknown authored
        Fixes for valgrind errors and compatiblity issues by Monty
      
      
      myisam/rt_split.c:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/field_conv.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/sql_delete.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/sql_select.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      strings/my_vsnprintf.c:
        Fixes for valgrind errors and compatiblity issues by Monty
      31cffb8a
    • unknown's avatar
      addition of "REFERENCED_TABLE_SCHEMA", · be218f51
      unknown authored
        "REFERENCED_TABLE_NAME", "REFERENCED_COLUMN_NAME" fields into
        KEY_COLUMN_USAGE table
      
      
      
      be218f51
  8. 19 May, 2005 17 commits