Bug #12009 | Insert into Merge table does not enforce base table defaults | ||
---|---|---|---|
Submitted: | 18 Jul 2005 14:33 | Modified: | 20 Jul 2005 21:07 |
Reporter: | Theresa Pitts | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | Any (*) |
Assigned to: | Ingo Strüwing | CPU Architecture: | Any |
[18 Jul 2005 14:33]
Theresa Pitts
[20 Jul 2005 21:07]
Sergei Golubchik
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: No, it should not. You insert into the table mt1, so whatever default values are specified in *this* table definition are used. Besides, it's generally a bad idea to have a merge table that is defined differently from underlying myisam tables.