An error occurred fetching the project authors.
  1. 13 Jan, 2005 1 commit
  2. 06 Dec, 2004 1 commit
  3. 16 Sep, 2004 1 commit
  4. 29 Jul, 2004 1 commit
  5. 25 Jun, 2004 1 commit
  6. 23 Jun, 2004 1 commit
  7. 18 Jun, 2004 1 commit
  8. 10 Jun, 2004 1 commit
  9. 09 Jun, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#4038 "rpm postinstall script leaves files as owned by root": · 4bd44185
      guilhem@mysql.com authored
      the rpm postinstall script must call mysql_install_db with --user=mysql,
      and mysql_install_db must then pass this to mysqld. Otherwise, mysqld
      runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql
      it creates binlog files owned by root in this dir, and this dir is not
      fixed by the 'chmod mysql', so files remain owned by root, and later mysqld
      (running as 'mysql') can't read them.
      I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded
      there in many places (see the useradd and chown) so it's ok.
      4bd44185
  10. 04 Jun, 2004 1 commit
  11. 19 May, 2004 1 commit
  12. 11 May, 2004 1 commit
  13. 30 Apr, 2004 1 commit
  14. 19 Mar, 2004 1 commit
  15. 10 Mar, 2004 1 commit
  16. 13 Jan, 2004 1 commit
  17. 08 Dec, 2003 1 commit
  18. 16 Oct, 2003 1 commit
  19. 07 Oct, 2003 1 commit
  20. 04 Oct, 2003 1 commit
  21. 26 Sep, 2003 1 commit
  22. 23 Sep, 2003 1 commit
  23. 10 Sep, 2003 1 commit
  24. 26 Aug, 2003 1 commit
  25. 06 Aug, 2003 1 commit
  26. 17 Jul, 2003 1 commit
  27. 15 Jun, 2003 1 commit
  28. 14 Jun, 2003 1 commit
  29. 29 May, 2003 1 commit
  30. 27 May, 2003 1 commit
  31. 13 May, 2003 1 commit
  32. 21 Mar, 2003 1 commit
  33. 07 Mar, 2003 1 commit
  34. 02 Mar, 2003 1 commit
  35. 03 Feb, 2003 1 commit
  36. 24 Nov, 2002 1 commit
  37. 28 Oct, 2002 1 commit
  38. 16 Sep, 2002 1 commit
  39. 12 Jun, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added the following new privleges: · b8421d34
      monty@mashka.mysql.fi authored
      SHOW DATABASES
      CREATE TEMPORARY TABLE
      LOCK TABLES
      REPLICATION SLAVE & REPLICATION CLIENT
      SUPER
      EXECUTE
      
      All scripts & documentation is updated for this change.
      Added better error messages for global privileges 
      b8421d34
  40. 08 Jun, 2002 1 commit