Bug #13724 | federated tables structure not replicable | ||
---|---|---|---|
Submitted: | 3 Oct 2005 18:51 | Modified: | 24 Nov 2005 0:21 |
Reporter: | Giuseppe Maxia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.13/BK source 5.0 | OS: | Any (all) |
Assigned to: | Eric Herman | CPU Architecture: | Any |
[3 Oct 2005 18:51]
Giuseppe Maxia
[3 Oct 2005 19:09]
MySQL Verification Team
Thank you for the bug report. mysql> show create table t1\G *************************** 1. row *************************** Table: t1 Create Table: CREATE TABLE `t1` ( `id` int(11) default NULL ) ENGINE=FEDERATED DEFAULT CHARSET=latin1 1 row in set (0.00 sec) mysql> select version(); +-----------------+ | version() | +-----------------+ | 5.0.15-rc-debug | +-----------------+ 1 row in set (0.00 sec)
[11 Oct 2005 0:41]
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/30890
[20 Oct 2005 8:01]
Jon Stephens
Please don't place bugs in Documenting status until you've pushed the fix, and indicated the applicable 3-part version number(s) here. Thanks.
[21 Nov 2005 14:31]
Eric Herman
fixed in 5.0.16
[24 Nov 2005 0:21]
Paul DuBois
Noted in 5.0.16 changelog.