diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-03-17 08:16:56 +0200 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-03-17 08:16:56 +0200 |
commit | 2bbde22d8485463704a4be3494094a03c1888e21 (patch) | |
tree | df04acf3caef7557f23fbe0d023035e2b5fa2393 /sql/lock.cc | |
parent | b766082bfb598a5f9c4c295b4f8e04d5886b12bd (diff) | |
download | mariadb-git-2bbde22d8485463704a4be3494094a03c1888e21.tar.gz |
Fixed two bugs in MySQL ACL.
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.
Diffstat (limited to 'sql/lock.cc')
0 files changed, 0 insertions, 0 deletions