Bug #303 | GRANT fails for non-existent table | ||
---|---|---|---|
Submitted: | 17 Apr 2003 10:50 | Modified: | 17 Apr 2003 11:29 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Apr 2003 10:50]
Paul DuBois
[17 Apr 2003 11:29]
MySQL Verification Team
The behaviour is different for security reasons and a manner in which table grants are cached. So, if requested grants do not comprehend CREATE grant, and table does not exist, grent can not be completed. Table grants are cached in several levels, including table_cache, and there is no such thing as database cache ... ;o) So, it is a mixture of both security reasons and a manner in which table / column grants are cached.