Bug #25629 | CREATE TABLE LIKE does not work with INFORMATION_SCHEMA | ||
---|---|---|---|
Submitted: | 15 Jan 2007 15:43 | Modified: | 18 Dec 2007 5:03 |
Reporter: | Kristian Koehntopp | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
Version: | 5.1.15-BK, 5.0.34-BK, 5.0.33-standard-log | OS: | Linux (Linux, Centos 4.x) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
Tags: | bfsm_2007_01_18, CREATE TABLE LIKE, information schema |
[15 Jan 2007 15:43]
Kristian Koehntopp
[16 Jan 2007 7:29]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described. It is a documentation request, for sure, and, likely a feature request for 5.1.x. I hope we will have a proper data dictionary eventually.
[16 Jan 2007 7:34]
Valeriy Kravchuk
Same problem with latest 5.1.15-BK also.
[15 Oct 2007 12:55]
Sergei Golubchik
bug#31584 was marked a duplicate of this bug
[9 Nov 2007 5:14]
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/37406 ChangeSet@1.2605, 2007-11-09 09:09:39+04:00, gluh@mysql.com +3 -0 Bug#25629 CREATE TABLE LIKE does not work with INFORMATION_SCHEMA added new func mysql_create_like_schema_frm() which creates frm file based on I_S table
[28 Nov 2007 11:42]
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/38690 ChangeSet@1.2656, 2007-11-28 15:37:00+04:00, gluh@mysql.com +3 -0 Bug#25629 CREATE TABLE LIKE does not work with INFORMATION_SCHEMA added new func mysql_create_like_schema_frm() which creates frm file based on I_S table
[14 Dec 2007 8:18]
Bugs System
Pushed into 5.1.23-rc
[14 Dec 2007 8:21]
Bugs System
Pushed into 6.0.5-alpha
[18 Dec 2007 5:03]
Paul DuBois
Noted in 5.1.23, 6.0.5 changelogs. CREATE TABLE LIKE did not work when the source table was an INFORMATION_SCHEMA table.