MySQL Forums
Forum List  »  Federated Storage Engine

Re: Triggers and Federated tables
Posted by: Adam Reynolds
Date: August 03, 2006 11:22PM

What version of MySQL are you running and could you give me the example setup that you are using? Not only could I not get the trigger I was trying to fire to work from the federated table but I have also since spoken to someone from MySQL who has told me that because the connection from the federated table goes only one way ( the federated table connects back to the source table when a request is made to it, the source table does not actually communicate changes forwards to the federated table) that firing triggers from federated tables is not possible . . . of course all this would no doubt change if you were to be a trigger after an insert on the federated table.

Unfortunately I am trying to fire an AFTER UPDATE trigger on a federated table after updating the source table.

Options: ReplyQuote


Subject
Views
Written By
Posted
8191
July 31, 2006 09:13AM
5422
July 31, 2006 10:30AM
5303
August 03, 2006 05:59AM
4986
August 03, 2006 10:51AM
5336
August 03, 2006 11:13AM
Re: Triggers and Federated tables
7126
August 03, 2006 11:22PM
5485
August 03, 2006 11:32PM
5162
August 04, 2006 01:47AM
5022
February 28, 2008 03:22AM


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.