1. 03 Jan, 2005 28 commits
    • unknown's avatar
      Merge · fcb2a0ab
      unknown authored
      
      ndb/include/ndb_types.h:
        SCCS merged
      fcb2a0ab
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 114b3154
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      114b3154
    • unknown's avatar
      merge error · 3cd62d82
      unknown authored
      3cd62d82
    • unknown's avatar
      merge 5.0->5.0-ndb · 5c93c3e1
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      ndb/test/tools/Makefile.am:
        Auto merged
      5c93c3e1
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b89482ab
      unknown authored
      into intelp4d.mysql.com:/users/vtkachenko/bk/mysql-5.0
      
      
      b89482ab
    • unknown's avatar
      sync0sync.h, sync0rw.h: · d474247d
      unknown authored
        Fix Bug#7624
      
      
      innobase/include/sync0rw.h:
        Fix Bug#7624
      innobase/include/sync0sync.h:
        Fix Bug#7624
      d474247d
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 613201b8
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
      
      
      613201b8
    • unknown's avatar
      fixed reporting error · 386f1f35
      unknown authored
      386f1f35
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 57deb768
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      57deb768
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · a14a2258
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/include/ndb_global.h.in:
        Auto merged
      ndb/include/ndb_types.h:
        Auto merged
      a14a2258
    • unknown's avatar
      bug#7626 - post review version · 9ecd9ac6
      unknown authored
      
      ndb/include/ndb_global.h.in:
        move types into ndb_global.h.in
        Check sizeof of Uint8, Uint32 & Uint64
      ndb/include/ndb_types.h:
        move types into ndb_global.h.in
      9ecd9ac6
    • unknown's avatar
      Better handling of ensuring that setup_tables() are not called twice · 2bcaed34
      unknown authored
      This fixed a bug in prepared statements when used with outher joins
      Fixed a bug in SUM(DISTINCT) when used with prepared statements.
      Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
      
      
      mysql-test/r/mysqldump.result:
        Safety fix if a previous test would fail
      mysql-test/r/show_check.result:
        Safety fix if a previous test would fail
      mysql-test/r/sp.result:
        Fix for --ps-protocol
      mysql-test/r/synchronization.result:
        Safety fix if a previous test would fail
      mysql-test/r/system_mysql_db.result:
        Safety fix if a previous test would fail
      mysql-test/t/mysqldump.test:
        Safety fix if a previous test would fail
      mysql-test/t/select.test:
        Safety fix if a previous test would fail
      mysql-test/t/show_check.test:
        Safety fix if a previous test would fail
      mysql-test/t/sp.test:
        fix for --ps-protocol
      mysql-test/t/strict.test:
        Fix for --ps-protocol
      mysql-test/t/synchronization.test:
        Safety fix if a previous test would fail
      mysql-test/t/system_mysql_db.test:
        Safety fix if a previous test would fail
      sql/item_sum.cc:
        Fix bug in SUM(DISTINCT...) when using with prepared statements
      sql/item_sum.h:
        Fix bug in SUM(DISTINCT...) when using with prepared statements
      sql/mysql_priv.h:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_base.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_insert.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_parse.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_prepare.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_select.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_union.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/sql_update.cc:
        Better handling of ensuring that setup_tables() are not called twice
      sql/table.h:
        Better handling of ensuring that setup_tables() are not called twice
      2bcaed34
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · e23ba8ea
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/include/ndb_types.h:
        Auto merged
      e23ba8ea
    • unknown's avatar
      bug#7626 - ndb UintPtr handling · e197fa45
      unknown authored
      
      ndb/include/ndb_types.h:
        redo UintPtr handling
      e197fa45
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 423241da
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      423241da
    • unknown's avatar
      bug#7626 - ndb - non portable uint_ptr · 3c1b5f54
      unknown authored
      
      ndb/include/ndb_types.h:
        redo UintPtr handling using SIZEOF_CHARP
      ndb/test/tools/Makefile.am:
        remove unused defines
      3c1b5f54
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 79e05c83
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      79e05c83
    • unknown's avatar
      Remove clear_insert_values() because it was far from trivial to handle the cleanup in all cases · e055be66
      unknown authored
      (Old code failed for INSERT ... ON DUPLICATE with prepared statements) 
      Instead, always reset table->insert_values on open.
      
      
      mysql-test/t/trigger.test:
        Fix test for --ps-protocol
      sql/sql_base.cc:
        Clear insert_values on open_table
      sql/sql_insert.cc:
        Remove clear_insert_values()
      sql/sql_parse.cc:
        Remove clear_insert_values()
      sql/sql_prepare.cc:
        Remove clear_insert_values()
      sql/table.cc:
        Remove clear_insert_values()
      sql/table.h:
        Remove clear_insert_values()
      e055be66
    • unknown's avatar
      ndb Updated example · fa7b260a
      unknown authored
      
      ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
        Updated example
      ndb/include/ndbapi/NdbScanFilter.hpp:
        Fix default value
      fa7b260a
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2c6636b5
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      2c6636b5
    • unknown's avatar
      Fixed failed merge · 703ceb1f
      unknown authored
      703ceb1f
    • unknown's avatar
      updated ndbapi examples · 52722f1b
      unknown authored
      52722f1b
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 865d0329
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      configure.in:
        Auto merged
      ndb/include/ndbapi/Ndb.hpp:
        Auto merged
      ndb/include/ndbapi/NdbDictionary.hpp:
        Auto merged
      ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      865d0329
    • unknown's avatar
      configure.in: · 477d1cc7
      unknown authored
        updated ndb version number
      
      
      configure.in:
        updated ndb version number
      477d1cc7
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7b04c06e
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      7b04c06e
    • unknown's avatar
      Merge from fix for Bug #7480 Mysqld crash in ha_ndbcluster using Query Browser · 79d9caff
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.h:
        Auto merged
      79d9caff
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · a6ba55f2
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      a6ba55f2
    • unknown's avatar
      merge · 65defab6
      unknown authored
      65defab6
  2. 02 Jan, 2005 3 commits
  3. 01 Jan, 2005 9 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4cff6feb
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Auto merged
      ndb/include/ndbapi/NdbConnection.hpp:
        Auto merged
      ndb/include/ndbapi/NdbDictionary.hpp:
        Auto merged
      4cff6feb
    • unknown's avatar
      make_win_src_distribution.sh, make_binary_distribution.sh, mysql-test-run.sh: · 3a4372d3
      unknown authored
        Removed references to ISAM and MERGE
      
      
      mysql-test/mysql-test-run.sh:
        Removed references to ISAM and MERGE
      scripts/make_binary_distribution.sh:
        Removed references to ISAM and MERGE
      scripts/make_win_src_distribution.sh:
        Removed references to ISAM and MERGE
      3a4372d3
    • unknown's avatar
      Many files: · b0f963f5
      unknown authored
        Removed references to ISAM and MERGE
      
      
      netware/BUILD/compile-linux-tools:
        Removed references to ISAM and MERGE
      netware/Makefile.am:
        Removed references to ISAM and MERGE
      os2/ChangeLog.os2:
        Removed references to ISAM and MERGE
      os2/MySQL-Source.icc:
        Removed references to ISAM and MERGE
      os2/MySQL-Sql.icc:
        Removed references to ISAM and MERGE
      os2/MySQL-Util.icc:
        Removed references to ISAM and MERGE
      support-files/debian/gomi:
        Removed references to ISAM and MERGE
      b0f963f5
    • unknown's avatar
      prepare, winmysqladmin.cpp, mysqldmax.dsp, mysqld.dsp, mysql.dsw: · 6c5c48b5
      unknown authored
        Removed references to ISAM and MERGE
      
      
      VC++Files/mysql.dsw:
        Removed referenses to ISAM and MERGE
      VC++Files/sql/mysqld.dsp:
        Removed referenses to ISAM and MERGE
      VC++Files/sql/mysqldmax.dsp:
        Removed referenses to ISAM and MERGE
      VC++Files/winmysqladmin/winmysqladmin.cpp:
        Removed referenses to ISAM and MERGE
      VC++Files/prepare:
        Removed referenses to ISAM and MERGE
      6c5c48b5
    • unknown's avatar
      ndb - removed deprecated Ndb constructor · 11a2a356
      unknown authored
      
      ndb/include/ndbapi/Ndb.hpp:
        removed deprecated methods
      ndb/src/ndbapi/NdbPool.cpp:
        removed deprecated methods
      ndb/src/ndbapi/NdbPoolImpl.cpp:
        removed deprecated methods
      ndb/src/ndbapi/NdbPoolImpl.hpp:
        removed deprecated methods
      ndb/src/ndbapi/Ndbinit.cpp:
        removed deprecated methods
      ndb/tools/delete_all.cpp:
        removed deprecated methods
      ndb/tools/desc.cpp:
        removed deprecated methods
      ndb/tools/drop_index.cpp:
        removed deprecated methods
      ndb/tools/drop_tab.cpp:
        removed deprecated methods
      ndb/tools/restore/consumer_restore.cpp:
        removed deprecated methods
      ndb/tools/restore/consumer_restore.hpp:
        removed deprecated methods
      ndb/tools/restore/restore_main.cpp:
        removed deprecated methods
      ndb/tools/select_all.cpp:
        removed deprecated methods
      ndb/tools/select_count.cpp:
        removed deprecated methods
      11a2a356
    • unknown's avatar
      ndb - post merge fixes · a61ef102
      unknown authored
      
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        merge
      a61ef102
    • unknown's avatar
      merge · 2a5aa24f
      unknown authored
      
      configure.in:
        Auto merged
      ndb/include/ndbapi/NdbApi.hpp:
        Auto merged
      ndb/include/ndbapi/NdbReceiver.hpp:
        Auto merged
      ndb/include/transporter/TransporterRegistry.hpp:
        Auto merged
      ndb/src/common/logger/Logger.cpp:
        Auto merged
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        Auto merged
      ndb/src/common/transporter/Transporter.hpp:
        Auto merged
      ndb/src/kernel/main.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      ndb/src/ndbapi/NdbBlob.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      ndb/src/ndbapi/Ndbinit.cpp:
        Auto merged
      ndb/test/ndbapi/testBlobs.cpp:
        Auto merged
      2a5aa24f
    • unknown's avatar
      ndb - more removal of old constructor usage in test prgs · a142cea8
      unknown authored
      
      ndb/test/ndbapi/flexAsynch.cpp:
        new constructor
      ndb/test/ndbapi/flexHammer.cpp:
        new constructor
      ndb/test/ndbapi/flexTT.cpp:
        new constructor
      ndb/test/ndbapi/slow_select.cpp:
        new constructor
      ndb/test/ndbapi/testDeadlock.cpp:
        new constructor
      ndb/test/ndbapi/testLcp.cpp:
        new constructor
      a142cea8
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · 3fef20e2
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      3fef20e2