1. 13 May, 2003 1 commit
  2. 12 May, 2003 2 commits
    • lenz@mysql.com's avatar
      - On Mac OS X, better call mysql_install_db with "-IN-RPM" during · 07238bab
      lenz@mysql.com authored
         the installation to make sure the privilege tables are being
         installed even if the DNS configuration is broken, which seems
         to be quite common (reverse lookups to "hostname" fail).
      
         This should resolve the problem many Mac OS users experience
         ("Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't
         exist") when they try to start MySQL after installing the PKG.
      07238bab
    • heikki@hundin.mysql.fi's avatar
      srv0start.c, trx0sys.c: · 9ec42178
      heikki@hundin.mysql.fi authored
        Let InnoDB to skip writing of pages from the doublewrite buffer if innodb_force_recovery=6; normally, if the page is corrupt AND the corresponding page in the doublewrite buffer is also corrupt, InnoDB calls exit(1)
      9ec42178
  3. 10 May, 2003 1 commit
  4. 07 May, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      my_base.h: · 611836e4
      heikki@hundin.mysql.fi authored
        Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
      611836e4
    • heikki@hundin.mysql.fi's avatar
      sql_select.cc, opt_sum.cc: · ef6f9145
      heikki@hundin.mysql.fi authored
        Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
      ef6f9145
  5. 06 May, 2003 1 commit
  6. 05 May, 2003 3 commits
  7. 04 May, 2003 13 commits
  8. 03 May, 2003 11 commits
  9. 02 May, 2003 2 commits
  10. 30 Apr, 2003 4 commits