1. 25 Nov, 2005 1 commit
  2. 24 Nov, 2005 2 commits
  3. 23 Nov, 2005 1 commit
  4. 22 Nov, 2005 1 commit
    • unknown's avatar
      support-files/mysql.spec.sh · 6a6caf56
      unknown authored
      Fix a possible problem on RPM un-install. bug#15145
      
      
      support-files/mysql.spec.sh:
        Extend the file existence check for "init.d/mysql" on un-install
        to also guard the call to "insserv"/"chkconfig".
        bug#15145, br#5369 / 5586, csc#7129
      6a6caf56
  5. 21 Nov, 2005 5 commits
  6. 19 Nov, 2005 2 commits
  7. 18 Nov, 2005 2 commits
  8. 17 Nov, 2005 7 commits
  9. 16 Nov, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 771478f2
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      771478f2
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2432bc8f
      unknown authored
      into  mysql.com:/export/space/pekka/ndb/version/my41-r1.2456.1.1
      
      
      2432bc8f
    • unknown's avatar
      ndb - bug#14007 4.1 [re-commit for LenZ merge] · 563e5c8d
      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]
      563e5c8d
    • unknown's avatar
      WL#2779 ndb_size.pl · 74ae82f5
      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
      74ae82f5
    • unknown's avatar
      WL#2779 ndb_size.pl · 517967de
      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
      517967de
  10. 15 Nov, 2005 7 commits
  11. 12 Nov, 2005 1 commit
  12. 11 Nov, 2005 1 commit
  13. 10 Nov, 2005 3 commits
  14. 09 Nov, 2005 1 commit
  15. 08 Nov, 2005 1 commit
    • unknown's avatar
      changed select release_lock() to do release_lock() to avoid having to compare the · 232652e9
      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
      232652e9