Bug #14288 Federated fails in 5.1
Submitted: 25 Oct 2005 9:50 Modified: 19 Nov 2005 1:18
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Linux AMD64)
Assigned to: Bugs System CPU Architecture:Any

[25 Oct 2005 9:50] Jonas Oreland
Description:
./mysql-test-run --do-test=federated
federated                      [ fail ]

Errors are (from /home/jonas/src/51-clean/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 253: query 'UPDATE federated.t1 SET name = 'Third name' WHERE name = '3rd name'' failed: 1031: Table storage engine for 't1' doesn't have this option
(the last lines may be the most important ones)

How to repeat:
./mysql-test-run --do-test=federated
federated                      [ fail ]

Errors are (from /home/jonas/src/51-clean/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 253: query 'UPDATE federated.t1 SET name = 'Third name' WHERE name = '3rd name'' failed: 1031: Table storage engine for 't1' doesn't have this option
(the last lines may be the most important ones)
[25 Oct 2005 13:06] Sergey Petrunya
This is the same problem as BUG#14272
[25 Oct 2005 13:08] Sergey Petrunya
No, it is probably different from BUG#14272 because the cause of BUG#14272 has been pushed on previous week
[28 Oct 2005 16:20] Antony Curtis
This is a recent breakage which Patrick is investigating, possibly caused by optimiser work.
[2 Nov 2005 3:05] Patrick Galbraith
fixed in 5.0, waiting on merge.
[19 Nov 2005 1:18] Patrick Galbraith
fixed with big merge by Monty (mysql-5.1-new)