1. 22 Nov, 2005 2 commits
  2. 21 Nov, 2005 5 commits
  3. 19 Nov, 2005 2 commits
  4. 18 Nov, 2005 2 commits
  5. 17 Nov, 2005 7 commits
  6. 16 Nov, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · ce3d3c1a
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      ce3d3c1a
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6922316f
      unknown authored
      into  mysql.com:/export/space/pekka/ndb/version/my41-r1.2456.1.1
      
      6922316f
    • unknown's avatar
      ndb - bug#14007 4.1 [re-commit for LenZ merge] · 78f73c80
      unknown authored
      
      mysql-test/r/ndb_charset.result:
        bug#14007 test [re-commit]
      mysql-test/t/ndb_charset.test:
        bug#14007 test [re-commit]
      ndb/include/kernel/AttributeDescriptor.hpp:
        bug#14007 4.1 need getSizeInBytes [re-commit]
      ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        bug#14007 4.1 *** do not AUTOmerge to 5.0 *** [re-commit]
      78f73c80
    • unknown's avatar
      WL#2779 ndb_size.pl · cd28732b
      unknown authored
      Add display of minimum requirements for various cluster parameters
      e.g. DataMemory, IndexMemory, MaxNoOfTables, MaxNoOfAttributes etc
      
      and the memory usage because of them.
      
      
      ndb/tools/ndb_size.pl:
        Computer minimum parameter settings (MaxNoOfTables, Attributes, Indexes, Triggers) and the memory usage because of these settings.
      ndb/tools/ndb_size.tmpl:
        display parameters
      cd28732b
    • unknown's avatar
      WL#2779 ndb_size.pl · 3cdb5671
      unknown authored
      fix some small bugs, slightly improve output, add --help
      
      
      ndb/tools/ndb_size.pl:
        Provide --help and --usage.
        
        Fix some bugs related to quoting table names.
      ndb/tools/ndb_size.tmpl:
        A NAME and A HREF to tables from the main list
      3cdb5671
  7. 15 Nov, 2005 7 commits
  8. 12 Nov, 2005 1 commit
  9. 11 Nov, 2005 1 commit
  10. 10 Nov, 2005 3 commits
  11. 09 Nov, 2005 1 commit
  12. 08 Nov, 2005 4 commits
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · d6b809f5
      unknown authored
      into  c-5608e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-4.1
      
      d6b809f5
    • unknown's avatar
      Bug #12796: Record lost in HEAP table · 938f6a88
      unknown authored
      Two handler objects were present, one was used for an insert and the other for a select
      The state of the statistics was local to the handler object and thus the other handler
      object didn't notice the insert.
      Fix included:
      1) Add a new variable key_stat_version added to whenever statistics was considered in need
      of update (previously key_stats_ok= FALSE in those places)
      2) Add a new handler variable key_stat_version assigned whenever key_stats_ok= TRUE was set
      previously
      3) Fix records_in_range to return records if records <= 1
      4) Fix records_in_range to add 2 to rec_per_key to ensure we don't specify 0 or 1 when it isn't
      and thus invoking incorrect optimisations.
      5) Fix unique key handling for HEAP table in records_in_range
      
      938f6a88
    • unknown's avatar
      changed select release_lock() to do release_lock() to avoid having to compare the · 633e8fdc
      unknown authored
      non-deterministic result in the test case for BUG#7947
      the bug fix for BUG#7947 now fixed the result of mix_innodb_myisam_binlog test, which
      in the past was missing DO RELEASE_LOCK() in the output of SHOW BINLOG EVENTS
      
      
      mysql-test/r/mix_innodb_myisam_binlog.result:
        DO RELEASE_LOCK() was supposed to be there from the very start
      mysql-test/r/rpl_bug7947.result:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      mysql-test/t/rpl_bug7947.test:
        changed select release_lock() to do release_lock() to avoid having to compare the 
        non-deterministic result
      633e8fdc
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug13814 · 2d877244
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-nov08-push
      
      2d877244