Bug #30710 | query_cache.test fails on embedded - per-column privs test | ||
---|---|---|---|
Submitted: | 29 Aug 2007 22:53 | Modified: | 24 Oct 2007 19:26 |
Reporter: | Timothy Smith | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Kristofer Pettersson | CPU Architecture: | Any |
Tags: | embedded |
[29 Aug 2007 22:53]
Timothy Smith
[5 Oct 2007 10:09]
Magnus BlÄudd
The query_cache.test is currently disabled from being run with embedded server.
[14 Oct 2007 16:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/35532 ChangeSet@1.2575, 2007-10-14 18:54:31+02:00, thek@adventure.(none) +1 -0 Bug#30710 query_cache.test fails on embedded - per-column privs test The embedded version of the server doesn't use column level grants, and the compile directive NO_EMBEDDED_ACCESS_CHECKS should be checked instead of the redundant HAVE_QUERY_CACHE (which is always the case) to determine if column level grants should be compiled or not.
[16 Oct 2007 12:41]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/35646 ChangeSet@1.2575, 2007-10-16 14:42:42+02:00, thek@adventure.(none) +5 -0 Bug#30710 query_cache.test fails on embedded - per-column privs test The embedded version of the server doesn't use column level grants, and the compile directive NO_EMBEDDED_ACCESS_CHECKS should be checked instead of the redundant HAVE_QUERY_CACHE (which is always the case) to determine if column level grants should be compiled or not.
[19 Oct 2007 18:53]
Bugs System
Pushed into 5.1.23-beta
[24 Oct 2007 19:26]
Paul DuBois
Noted in 5.1.23 changelog. The embedded server did not properly check column-level privileges.