An error occurred fetching the project authors.
  1. 17 Nov, 2006 1 commit
  2. 28 Jun, 2006 1 commit
  3. 18 Apr, 2006 2 commits
  4. 02 Mar, 2006 1 commit
  5. 01 Mar, 2006 1 commit
  6. 28 Feb, 2006 1 commit
  7. 27 Feb, 2006 1 commit
  8. 26 Jan, 2006 1 commit
  9. 28 Dec, 2005 2 commits
  10. 01 Sep, 2005 1 commit
    • dlenev@mysql.com's avatar
      Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in · da2af0bb
      dlenev@mysql.com authored
      multi-threaded environment".
      
      To avoid deadlocks between several simultaneously run account management 
      commands (particularly between FLUSH PRIVILEGES/SET PASSWORD and GRANT
      commands) we should always take table and internal locks during their
      execution in the same order. In other words we should first open and lock
      privilege tables and only then obtain acl_cache::lock/LOCK_grant locks.
      da2af0bb
  11. 22 Aug, 2005 1 commit
  12. 28 Jul, 2005 1 commit
  13. 29 Mar, 2005 2 commits
  14. 27 Mar, 2005 1 commit
  15. 23 Mar, 2005 1 commit
    • serg@serg.mylan's avatar
      sql/sql_acl.cc · 9a0dd5c7
      serg@serg.mylan authored
          report correct errror in MODE_NO_AUTO_CREATE_USER
          cleanup
      after merge fixes
      9a0dd5c7
  16. 22 Mar, 2005 2 commits
  17. 18 Mar, 2005 1 commit
    • jani@a193-229-222-105.elisa-laajakaista.fi's avatar
      Added more tests to grant2. Fixed some previous tests. · 5537d214
      Added new logic to ACL system:
      
      1) If GRANT OPTION (not mysql db):
         Ok to update existing user, but not password.
         Not allowed to make a new user.
      
      2) If UPDATE_ACL to mysql DB:
         Ok to update current user, but not make a new one.
      
      3) If INSERT_ACL to mysql DB:
         Ok to add a new user, but not modify existing.
      
      4) If GRANT OPTION to mysql DB:
         All modifications OK.
      5537d214
  18. 17 Mar, 2005 1 commit
    • jani@a193-229-222-105.elisa-laajakaista.fi's avatar
      Fixed two bugs in MySQL ACL. · 1fbb6175
      First one is related to Bug#7905. One should not be allowed to
      create new user with password without UPDATE privilege to
      MySQL database. Furthermore, executing the same GRANT statement
      twice would actually crash the server and corrupt privilege database.
      
      Other bug was that one could update a column, using the existing
      value as basis to calculate the new value (e.g. UPDATE t1 SET a=a+1)
      without SELECT privilege to the field (a in the above example)
      
      Fixed tests grant.pl and grant2, which were wrong.
      1fbb6175
  19. 04 Mar, 2005 1 commit
  20. 03 Mar, 2005 1 commit
  21. 31 Dec, 2004 2 commits
  22. 23 Dec, 2004 1 commit
  23. 27 Nov, 2004 1 commit
  24. 26 Nov, 2004 1 commit
  25. 25 Nov, 2004 1 commit
  26. 02 Nov, 2004 1 commit
  27. 20 Oct, 2004 1 commit
  28. 08 Jul, 2004 1 commit
  29. 05 Apr, 2004 1 commit
    • gluh@gluh.mysql.r18.ru's avatar
      WL1368: SHOW GRANTS FOR CURRENT USER · 8a4e6c64
      gluh@gluh.mysql.r18.ru authored
        'SHOW GRANTS' syntax is added 
        'SHOW GRANTS FOR CURRENT_USER' syntax is added
        'SHOW GRANTS FOR CURRENT_USER()' syntax is added
       CURRENT_USER without parens in expressions(SELECT CURRENT_USER;) 
      8a4e6c64
  30. 28 Jul, 2003 1 commit
  31. 22 Jul, 2003 2 commits