Found the MySQL data dictionary in a database called information_schema. There is a table there named Tables. Using the fields TABLE_NAME and UPDATE_TIME you can select the most recent changes to the database.
This could be used as part of the caching expiration mechanism of Syndibase.
3 Responses to “MySQL Data Dictionary”
Great thanks
You’re welcome. Funny how such notes prove useful to others.
Leave a Reply