1. 04 Aug, 2004 4 commits
    • unknown's avatar
      Fix for allowing large transactions with less memory impact. · fa04dff4
      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.
      
      fa04dff4
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1 · bc27bf02
      unknown authored
      into neptunus.(none):/home/magnus/mysql-4.1
      
      bc27bf02
    • unknown's avatar
      BUG#4892 TRUNCATE TABLE returns error 156 · 98374772
      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.
      98374772
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 87139fef
      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
      87139fef
  2. 03 Aug, 2004 2 commits
  3. 02 Aug, 2004 1 commit
  4. 01 Aug, 2004 5 commits
  5. 31 Jul, 2004 3 commits
  6. 30 Jul, 2004 22 commits
  7. 29 Jul, 2004 3 commits