1. 05 Aug, 2004 2 commits
  2. 04 Aug, 2004 4 commits
    • unknown's avatar
      Fix for allowing large transactions with less memory impact. · 607f0de7
      unknown authored
      Currently one needs 636*1.6*2*noOfReplicas + 184 bytes per record
      which amounts to about 4200 bytes per record. The 2 is a bug which
      is fixed here as well, noOfReplicas is removed, it was there for
      concurrent transactions but it is better to focus on supporting one
      large transaction in the cluster. Also decreasing the safety factor
      from 1.6 to 1.1.
      
      Also removing unused parameters.
      
      
      607f0de7
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1 · 438f11ef
      unknown authored
      into neptunus.(none):/home/magnus/mysql-4.1
      
      
      438f11ef
    • unknown's avatar
      BUG#4892 TRUNCATE TABLE returns error 156 · 94a1e482
      unknown authored
      Added NDBCLUSTER to table types which does not support generate. 
      Added test case for truncate.
      
      
      sql/handler.h:
        Add NDBCLUSTER to table types that does not support generate.
      94a1e482
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 92498f81
      unknown authored
      Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan 
      
      
      sql/ha_ndbcluster.cc:
        Check ops_pending if there are operations to take over before closing the scan
      92498f81
  3. 03 Aug, 2004 2 commits
  4. 02 Aug, 2004 1 commit
  5. 01 Aug, 2004 5 commits
  6. 31 Jul, 2004 3 commits
  7. 30 Jul, 2004 22 commits
  8. 29 Jul, 2004 1 commit