Bug #9434 SHOW CREATE DATABASE `information_schema`;
Submitted: 28 Mar 2005 17:06 Modified: 17 Jun 2005 5:11
Reporter: MySQL-Front Team
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:5.0.3-beta OS:Microsoft Windows (Windows XP)
Assigned to: Sergey Gluhov Target Version:

[28 Mar 2005 17: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 13: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 11:04] Sergey Gluhov
Fixed in 5.0.8
[16 Jun 2005 17: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 5:11] Paul DuBois
Noted in 5.0.8 changelog.