MySQL Forums
Forum List  »  General

Re: How to detect "events"..if possible...
Posted by: Mike Hillyer
Date: February 26, 2005 04:17PM

This is not currently possible. MySQL has triggers in MySQL 5 to execute server side code when something happens, but no event pushes.

You could always chect the update time of the table intermittently with SHOW TABLE STATUS and if the time changes check for the latest row(s).

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535
Mobile: +1 403-330-0870
Blog: http://www.openwin.org/mike

Options: ReplyQuote


Subject
Written By
Posted
Re: How to detect "events"..if possible...
February 26, 2005 04:17PM


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.