Skip to content

Hotfix: TableMetadataStorage set MySQL platform options

Latest
Compare
Choose a tag to compare
@edmundofuentes edmundofuentes released this 26 Jun 22:57

TableMetadataStorage initialization check were failing because the Abstract "Expected Table" does not contain platformOptions while the Introspect table obtained from querying a real MySQL server contains those platform options.

The hotfix hardcodes the platformOptions as: utf8mb4 with utf8mb4_general_ci to allow the TableMetadataStorage check to pass it's sync process.