1. 03 Sep, 2004 1 commit
    • unknown's avatar
      renamed ha_recovery_logging to ha_enable_transaction · e8c2e418
      unknown authored
      added tests to alter table for "large" alter tables and truncates in ndbcluster
      added debug printout in restart() in ndbcluster
      added flag THD::transaction.on to enable/disable transaction
      
      
      mysql-test/r/ndb_alter_table.result:
        added tests to alter table for "large" alter tables and truncates
      mysql-test/t/ndb_alter_table.test:
        added tests to alter table for "large" alter tables and truncates
      ndb/src/ndbapi/NdbConnection.cpp:
        added debug printout in restart()
      sql/ha_ndbcluster.cc:
        added support for large alter table and truncate
      sql/handler.cc:
        renamed ha_recovery_logging to ha_enable_transaction
      sql/handler.h:
        renamed ha_recovery_logging to ha_enable_transaction
      sql/sql_class.cc:
        added flag THD::transaction.on to enable/disable transaction
      sql/sql_class.h:
        added flag THD::transaction.on to enable/disable transaction
      sql/sql_delete.cc:
        added disable transaction for mysql_truncate
      sql/sql_table.cc:
        renamed ha_recovery_logging to ha_enable_transaction
      e8c2e418
  2. 02 Sep, 2004 9 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · c83d39c9
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      
      c83d39c9
    • unknown's avatar
      fixed wrong initial auto increment value bug#5369 · 0d3ade0b
      unknown authored
      
      ndb/tools/waiter.cpp:
        added option to set timeout to ndb_waiter
      0d3ade0b
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 4803d9f1
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1-ndb
      
      
      4803d9f1
    • unknown's avatar
      see resp file · 46701713
      unknown authored
      
      mysql-test/ndb/ndbcluster.sh:
        added better/safer shutdown
      46701713
    • unknown's avatar
      Fix for bug overwriting stack when table name larger than 32 bytes. · d5bf76c1
      unknown authored
      getWords interprets the length as number of words and previously
      number of bytes was sent in.
      
      
      d5bf76c1
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 8628937e
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41-blobs
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      8628937e
    • unknown's avatar
      Merge · 0a6dda55
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Auto merged
      ndb/src/ndbapi/NdbReceiver.cpp:
        Auto merged
      ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      ndb/src/ndbapi/TransporterFacade.hpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        SCCS merged
      0a6dda55
    • unknown's avatar
      added connect thread to Ndb_cluster_connection + · 3b124d4f
      unknown authored
      some other small fixes
      
      
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        added options to do_connect to contol how connects failures should be treated
      ndb/include/mgmcommon/NdbConfig.h:
        method to retrieve datadir path (to user for chdir)
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        Added connect thread
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        added options to do_connect to contol how connects failures should be treated
      ndb/src/common/mgmcommon/NdbConfig.c:
        method to retrieve datadir path (to user for chdir)
      ndb/src/kernel/main.cpp:
        ndbd to do chdir
      ndb/src/kernel/vm/WatchDog.cpp:
        added my_thread_init for debug
      ndb/src/ndbapi/ClusterMgr.cpp:
        added my_thread_init for debug
      ndb/src/ndbapi/TransporterFacade.cpp:
        removed call to atexit
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        added connect thread
      3b124d4f
    • unknown's avatar
      ha_ndbcluster.cc, ndb_blob.test, ndb_blob.result: · b186ef5a
      unknown authored
        bug-5013 fix
      
      
      mysql-test/r/ndb_blob.result:
        bug-5013 fix
      mysql-test/t/ndb_blob.test:
        bug-5013 fix
      sql/ha_ndbcluster.cc:
        bug-5013 fix
      b186ef5a
  3. 01 Sep, 2004 7 commits
  4. 31 Aug, 2004 21 commits
  5. 30 Aug, 2004 2 commits