Skip to content
  • Ali Ibrahim's avatar
    6584fb39
    Cache full MySQL version in schema cache · 6584fb39
    Ali Ibrahim authored
      * The database version is cached in all the adapters, but this didn't include
        the full MySQL version. Anything that uses the full MySQL version would need
        to query the database to get that data even if they're using the schema
        cache.
      * Now the full MySQL version will be cached in the schema cache via the
        Version object.
    6584fb39
    Cache full MySQL version in schema cache
    Ali Ibrahim authored
      * The database version is cached in all the adapters, but this didn't include
        the full MySQL version. Anything that uses the full MySQL version would need
        to query the database to get that data even if they're using the schema
        cache.
      * Now the full MySQL version will be cached in the schema cache via the
        Version object.
Loading