Bug #9434 SHOW CREATE DATABASE `information_schema`;
Submitted: 28 Mar 2005 15:06 Modified: 17 Jun 2005 3:11
Reporter: MySQL-Front Team Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.3-beta OS:Windows (Windows XP)
Assigned to: Sergei Glukhov CPU Architecture:Any

[28 Mar 2005 15:06] MySQL-Front Team
Description:
SHOW DATABASES;
shows also "information_schema" as database.

But if I try to call
SHOW CREATE DATABASE `information_schema`;
I receive the error:
"unknown database 'information_schema'  (#1049)

How to repeat:
SHOW CREATE DATABASE `information_schema`;
[8 Jun 2005 11:23] 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/internals/25752
[16 Jun 2005 9:04] Sergei Glukhov
Fixed in 5.0.8
[16 Jun 2005 15:09] 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/internals/26063
[17 Jun 2005 3:11] Paul DuBois
Noted in 5.0.8 changelog.