MySQL Data Dictionary
Posted in Kiloblog, Professional, Software | Leave a Comment
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.
One Response to “MySQL Data Dictionary”
Leave a Reply