1. 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
  2. 16 Mar, 2005 33 commits
  3. 15 Mar, 2005 6 commits