Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent Cache Timestamp API #6798

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Commits on Nov 19, 2019

  1. Persistent Cache Timestamp API

    - New endpoint
        - For every table that has endpoints that are being persistently
        cached the endpoint returns a table name timestamp pair of the
        last time the table was updated
        - If the table has never been updated, it instead returns
        the creation date of the table
    - This feature requires SQL 5.7.2+ because the InnoDb engine did not
    update this column correctly before then
        - updated the requirements in the docs to require 5.7 rather than 5.x
    Luke-Sikina committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    8b5147f View commit details
    Browse the repository at this point in the history