MySQL Forums
Forum List  »  Triggers

Re: problem with a trigger
Posted by: Bob Field
Date: August 08, 2006 01:22PM

If you don't mind some latency, perhaps the trigger could perform an insert into a single static table along with the server_id. Then a cron job could run periodically, say once a minute, and move these records to the proper table.

Options: ReplyQuote


Subject
Views
Written By
Posted
2548
July 27, 2006 11:35PM
1658
July 28, 2006 08:29AM
1560
August 08, 2006 05:57AM
Re: problem with a trigger
1587
August 08, 2006 01:22PM


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.