1. 04 Jan, 2005 3 commits
  2. 03 Jan, 2005 37 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · e50d859d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      e50d859d
    • unknown's avatar
      0587b7e6
    • unknown's avatar
      Merge · cbf1b4fe
      unknown authored
      
      ndb/include/ndb_types.h:
        SCCS merged
      cbf1b4fe
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 80d6b986
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      80d6b986
    • unknown's avatar
      merge error · 42ae1f1b
      unknown authored
      42ae1f1b
    • unknown's avatar
      merge 5.0->5.0-ndb · d245f009
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      ndb/test/tools/Makefile.am:
        Auto merged
      d245f009
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · e30aef3b
      unknown authored
      into intelp4d.mysql.com:/users/vtkachenko/bk/mysql-5.0
      
      e30aef3b
    • unknown's avatar
      sync0sync.h, sync0rw.h: · 821db2cb
      unknown authored
        Fix Bug#7624
      
      
      innobase/include/sync0rw.h:
        Fix Bug#7624
      innobase/include/sync0sync.h:
        Fix Bug#7624
      821db2cb
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 229046fa
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
      
      229046fa
    • unknown's avatar
      fixed reporting error · aa5ae09b
      unknown authored
      aa5ae09b
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · f3e78702
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      f3e78702
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 252218e9
      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
      252218e9
    • unknown's avatar
      updated ndbapi examples · 5bb7ff14
      unknown authored
      5bb7ff14
    • unknown's avatar
      bug#7626 - post review version · dc1b538f
      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
      dc1b538f
    • unknown's avatar
      Better handling of ensuring that setup_tables() are not called twice · a1a4c2c6
      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
      a1a4c2c6
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 0b444acb
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/include/ndb_types.h:
        Auto merged
      0b444acb
    • unknown's avatar
      bug#7626 - ndb UintPtr handling · 530389e6
      unknown authored
      
      ndb/include/ndb_types.h:
        redo UintPtr handling
      530389e6
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 08f1745d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      08f1745d
    • unknown's avatar
      bug#7626 - ndb - non portable uint_ptr · 5468ac12
      unknown authored
      
      ndb/include/ndb_types.h:
        redo UintPtr handling using SIZEOF_CHARP
      ndb/test/tools/Makefile.am:
        remove unused defines
      5468ac12
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · c81c1260
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      c81c1260
    • unknown's avatar
      updated ndbapi examples · f267d48e
      unknown authored
          removed references to example2 (asynch api)
      
      
      ndb/examples/Makefile:
        updated ndbapi examples
      ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
        updated ndbapi examples
      ndb/examples/ndbapi_example2/Makefile:
        updated ndbapi examples
      ndb/examples/ndbapi_example2/ndbapi_example2.cpp:
        updated ndbapi examples
      ndb/examples/ndbapi_example3/Makefile:
        updated ndbapi examples
      ndb/examples/ndbapi_example3/ndbapi_example3.cpp:
        updated ndbapi examples
      ndb/examples/ndbapi_example4/Makefile:
        updated ndbapi examples
      ndb/examples/ndbapi_example4/ndbapi_example4.cpp:
        updated ndbapi examples
      ndb/examples/ndbapi_example5/Makefile:
        updated ndbapi examples
      ndb/examples/ndbapi_example5/ndbapi_example5.cpp:
        updated ndbapi examples
      ndb/include/ndbapi/Ndb.hpp:
        removed references to example2 (asynch api)
      ndb/include/ndbapi/NdbRecAttr.hpp:
        removed references to example2 (asynch api)
      f267d48e
    • unknown's avatar
      Merge · 1d05259e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      1d05259e
    • unknown's avatar
    • unknown's avatar
      Merge · 8e8873f3
      unknown authored
      8e8873f3
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 70c60fd0
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      70c60fd0
    • unknown's avatar
      Makefile: · dae4accd
      unknown authored
        fixed ndbapi_example     
      ndbapi_example1.cpp:
        fixed ndbapi_example
      
      
      ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
        fixed ndbapi_example
      ndb/examples/ndbapi_example1/Makefile:
        fixed ndbapi_example
      dae4accd
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · b7b3275b
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      b7b3275b
    • unknown's avatar
      Remove clear_insert_values() because it was far from trivial to handle the cleanup in all cases · b76b2ba6
      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()
      b76b2ba6
    • unknown's avatar
      ndb Updated example · 9731161e
      unknown authored
      
      ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
        Updated example
      ndb/include/ndbapi/NdbScanFilter.hpp:
        Fix default value
      9731161e
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · b9916c2d
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      b9916c2d
    • unknown's avatar
      Fixed failed merge · 87f96833
      unknown authored
      87f96833
    • unknown's avatar
      updated ndbapi examples · e5cf1de5
      unknown authored
      e5cf1de5
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · 898a12b0
      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
      898a12b0
    • unknown's avatar
      configure.in: · f834b126
      unknown authored
        updated ndb version number
      
      
      configure.in:
        updated ndb version number
      f834b126
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 191d813b
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      191d813b
    • unknown's avatar
      Merge from fix for Bug #7480 Mysqld crash in ha_ndbcluster using Query Browser · dab56c02
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.h:
        Auto merged
      dab56c02
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · fa6fcc05
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      fa6fcc05