Bug #5776 | create table with the "like" statement not working | ||
---|---|---|---|
Submitted: | 27 Sep 2004 21:52 | Modified: | 27 Sep 2004 22:31 |
Reporter: | Carle Denis | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.4 | OS: | Windows (windows XP) |
Assigned to: | CPU Architecture: | Any |
[27 Sep 2004 21:52]
Carle Denis
[27 Sep 2004 22:31]
Paul DuBois
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: That's how CREATE TABLE ... LIKE works. It copies table structure, not table contents, and thus creates an empty table. http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html