Wind Li
Wind Li
支持反向代理、trusthost支持子域名、无法预览的文件提供下载链接
Issue #4184 Add configuration logic to MySQL connection for skipping user_variables_by_thread check
feat(mysql): add support for skipping user variable reset via configuration - Add configuration logic to MySQL connection for skipping user variable reset - Retrieve skipUserVariableReset configuration via MysqlConfigurationExtension plugin -...
When Flyway connects to a MySQL database, it attempts to determine if the database supports user variable reset by querying the `performance_schema.user_variables_by_thread` system table. This check requires `SELECT` permission on...