MySQL Data Dictionary

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.

No Comments 1 Trackback

One Response to “MySQL Data Dictionary”

Leave a Reply