MySQL Forums
Forum List  »  Federated Storage Engine

BUG: Update on Federated table causes MySQL to Restart
Posted by: Tyson Lowery
Date: September 09, 2010 12:32PM

I'm running 5.1.50

My Database has 2 tables. One of them is InnoDB, the other is a Federated table that is linked to an InnoDB table in another database on the same server.

If I run an update like this, MySQL actually reboots!

update fedtable, innotable set fedtable.field = 1 where fedtable.ID = innotable.ID and innotable.Field = "XYZ"

Have I set something up wrong, or is this a bug?

Options: ReplyQuote


Subject
Views
Written By
Posted
BUG: Update on Federated table causes MySQL to Restart
5666
September 09, 2010 12:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.