1. 06 Jan, 2005 2 commits
  2. 05 Jan, 2005 5 commits
    • unknown's avatar
      ndbapi event code cleanup · 0ba44da7
      unknown authored
      + some more docs on event
      
      
      ndb/examples/ndbapi_event_example/ndbapi_event.cpp:
        ndbapi event code cleanup
      ndb/include/kernel/signaldata/CreateEvnt.hpp:
        ndbapi event code cleanup
      ndb/include/ndbapi/NdbDictionary.hpp:
        ndbapi event code cleanup
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        ndbapi event code cleanup
      ndb/src/ndbapi/ndberror.c:
        ndbapi event code cleanup
      0ba44da7
    • unknown's avatar
      last go at enabling using const NdbDictionary didn't work · f8a9ce28
      unknown authored
      + some docs update on events
      
      
      ndb/examples/ndbapi_simple_example/ndbapi_simple.cpp:
        updated example somewhat
      ndb/include/ndbapi/NdbDictionary.hpp:
        fixed some docs
      ndb/src/ndbapi/NdbDictionary.cpp:
        last go at enabling using const NdbDictionary didn't work
      ndb/tools/desc.cpp:
        last go at enabling using const NdbDictionary didn't work
      ndb/tools/listTables.cpp:
        last go at enabling using const NdbDictionary didn't work
      f8a9ce28
    • unknown's avatar
      changed to using NdbTransaction scoped enums · f14e155d
      unknown authored
      and removed usage of Ndb::waitUntilReady()
      
      f14e155d
    • unknown's avatar
      ndb - getTable retry if DICT busy · 3fce21da
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        getTable retry if DICT busy
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3fce21da
    • unknown's avatar
      moved AbortOption and ExecType inside NdbTransaction · bcf952df
      unknown authored
      and provided some backwards compat functions
      
      bcf952df
  3. 04 Jan, 2005 11 commits
  4. 03 Jan, 2005 22 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