An error occurred fetching the project authors.
  1. 07 Mar, 2005 1 commit
  2. 06 Dec, 2004 1 commit
  3. 07 Oct, 2004 1 commit
  4. 01 Oct, 2004 1 commit
  5. 28 Sep, 2004 1 commit
  6. 26 Sep, 2004 1 commit
  7. 24 Sep, 2004 1 commit
    • unknown's avatar
      fix for invalidating table if mismatch with frm · c76c3830
      unknown authored
          removed debug printout
          new test in alter table for dictionay update test with multiple connections
          added coice of setting MaxNoOfOrderedIndexes
          added option to run "--small-bench"
      
      
      mysql-test/mysql-test-run.sh:
        added option to run "--small-bench"
      mysql-test/ndb/ndb_config_2_node.ini:
        added coice of setting MaxNoOfOrderedIndexes
      mysql-test/ndb/ndbcluster.sh:
        added coice of setting MaxNoOfOrderedIndexes
      mysql-test/r/ndb_alter_table.result:
        new test in alter table for dictionay update test with multiple connections
      mysql-test/t/ndb_alter_table.test:
        new test in alter table for dictionay update test with multiple connections
      ndb/src/ndbapi/DictCache.cpp:
        removed debug printout
      sql/ha_ndbcluster.cc:
        fix for invalidating table if mismatch with frm
      c76c3830
  8. 15 Sep, 2004 1 commit
  9. 10 Sep, 2004 1 commit
  10. 07 Sep, 2004 2 commits
  11. 03 Sep, 2004 1 commit
    • unknown's avatar
      renamed ha_recovery_logging to ha_enable_transaction · 158e6745
      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
      158e6745
  12. 12 Aug, 2004 1 commit
  13. 10 Aug, 2004 1 commit
  14. 31 Jul, 2004 1 commit
  15. 29 Jul, 2004 1 commit
  16. 05 May, 2004 1 commit
    • unknown's avatar
      BUG# 3658 ALTER TABLE corrupts table · 5c4c0ef2
      unknown authored
      Added  test file for ALTER TABLE, engine = ndbcluster
      
      
      sql/ha_ndbcluster.cc:
        Add code to retriev all fields if HA_EXTRA_RETRIEVE_ALL_COLS are set.
      sql/ha_ndbcluster.h:
        Add var for retreiving all fields
      sql/sql_table.cc:
        Send HA_EXTRA_RETRIEVE_ALL_COLS to handler in copy_data_between_tables
      5c4c0ef2