Bug #30079 | A check for "hidden" I_S tables is flawed | ||
---|---|---|---|
Submitted: | 26 Jul 2007 16:26 | Modified: | 1 Nov 2007 2:59 |
Reporter: | Sergei Golubchik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[26 Jul 2007 16:26]
Sergei Golubchik
[14 Aug 2007 10:01]
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/32499 ChangeSet@1.2513, 2007-08-14 14:58:25+05:00, gluh@mysql.com +3 -0 Bug#30079 A check for "hidden" I_S tables is flawed added check for hidden I_S tables for 'show columns|keys' commands
[4 Oct 2007 11:25]
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/34892 ChangeSet@1.2551, 2007-10-04 16:20:56+05:00, gluh@mysql.com +3 -0 Bug#30079 A check for "hidden" I_S tables is flawed added check for hidden I_S tables for 'show columns|keys' commands
[29 Oct 2007 8:42]
Bugs System
Pushed into 5.0.52
[29 Oct 2007 8:45]
Bugs System
Pushed into 5.1.23-beta
[29 Oct 2007 8:49]
Bugs System
Pushed into 6.0.4-alpha
[1 Nov 2007 2:59]
Paul DuBois
Noted in 5.0.52, 5.1.23, 6.0.4 changelogs. Some INFORMATION_SCHEMA tables are intended for internal use, but could be accessed by using SHOW statements.