An error occurred fetching the project authors.
  1. 12 Nov, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #31305 myisam tables crash when they are near capacity. · 91e2f918
      holyfoot/hf@mysql.com/hfmain.(none) authored
      When we insert a record into MYISAM table which is almost 'full',
      we first write record data in the free space inside a file, and then
      check if we have enough space after the end of the file.
      So if we don't have the space, table will left corrupted.
      Similar error also happens when we updata MYISAM tables.
      
      Fixed by modifying write_dynamic_record and update_dynamic_record functions
      to check for free space before writing parts of a record
      91e2f918
  2. 27 Aug, 2007 1 commit
    • mhansson/martin@linux-st28.site's avatar
      Bug #30596 GROUP BY optimization gives wrong result order · a4d5d920
      mhansson/martin@linux-st28.site authored
      The optimization that uses a unique index to remove GROUP BY, did not 
      ensure that the index was actually used, thus violating the ORDER BY
      that is impled by GROUP BY.
      Fixed by replacing GROUP BY with ORDER BY if the GROUP BY clause contains
      a unique index. In case GROUP BY ... ORDER BY null is used, GROUP BY is
      simply removed.
      a4d5d920
  3. 25 Jul, 2007 1 commit
  4. 20 Jun, 2007 1 commit
  5. 01 Jun, 2007 1 commit
  6. 23 Apr, 2007 1 commit
  7. 18 Apr, 2007 1 commit
    • msvensson@pilot.blaudden's avatar
      Bug#25452 mysql_upgrade access denied · 20e622dc
      msvensson@pilot.blaudden authored
       - Improve mysql_upgrade and add comments describing it's logic
       - Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade
        was started from
       - Don't look for mysql_fix_privilege_tables.sql randomly, compile
        in the mysql_fix_privilege_tables.sql file and use that to upgrade
        the system tables of MySQL
       - Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL
       - Fix bug#26639, bug#24248 and bug#25405
      20e622dc
  8. 16 Mar, 2007 2 commits
    • joerg@trift2.'s avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 66960bd1
      joerg@trift2. authored
       - Build sql files for netware from the mysql_system_tables*.sq files
       - Fix comments about mysql_create_system_tables.sh
       - Use mysql_install_db.sh to create system tables for mysql_test-run-shell
       - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
      
      Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
      66960bd1
    • msvensson@pilot.blaudden's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 88b4c86e
      msvensson@pilot.blaudden authored
       - Build sql files for netware from the mysql_system_tables*.sq files
       - Fix comments about mysql_create_system_tables.sh
       - Use mysql_install_db.sh to create system tables for mysql_test-run-shell
       - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
      88b4c86e
  9. 28 Feb, 2007 1 commit
  10. 26 Feb, 2007 1 commit
  11. 06 Feb, 2007 1 commit
  12. 19 Jan, 2007 1 commit
  13. 29 Nov, 2006 1 commit
  14. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      monty@mysql.com/nosik.monty.fi authored
      (Mostly in DBUG_PRINT() and unused arguments)
      Fixed bug in query cache when used with traceing (--with-debug)
      Fixed memory leak in mysqldump
      Removed warnings from mysqltest scripts (replaced -- with #)
      e8258798
  15. 24 Oct, 2006 2 commits
  16. 02 Oct, 2006 1 commit
  17. 27 Sep, 2006 1 commit
  18. 13 Sep, 2006 1 commit
  19. 01 Sep, 2006 1 commit
  20. 23 Aug, 2006 1 commit
  21. 10 Aug, 2006 1 commit
  22. 03 Aug, 2006 1 commit
  23. 07 Jul, 2006 1 commit
  24. 04 Jul, 2006 1 commit
  25. 30 Jun, 2006 1 commit
  26. 02 Jun, 2006 1 commit
  27. 01 Jun, 2006 1 commit
  28. 01 May, 2006 1 commit
  29. 24 Apr, 2006 1 commit
  30. 28 Mar, 2006 2 commits
  31. 06 Mar, 2006 1 commit
  32. 17 Feb, 2006 1 commit
  33. 17 Jan, 2006 1 commit
  34. 10 Jan, 2006 1 commit
  35. 24 Nov, 2005 1 commit
  36. 14 Nov, 2005 1 commit
  37. 22 Sep, 2005 1 commit
    • monty@mysql.com's avatar
      Fixed problems found by valgrind · 82fc5478
      monty@mysql.com authored
      Fixed problems in test suite where some test failed
      Fixed access to not initialized memory in federated
      Fixed access to not initialized memory when using BIT fields in internal temporary tables
      82fc5478