mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #63101 from Slach/fix_mysql81
Fix mysql8.3 compatibilty for MaterializedMySQL
This commit is contained in:
commit
8475fae0ba
@ -151,8 +151,7 @@ static void checkMySQLVariables(const mysqlxx::Pool::Entry & connection, const S
|
||||
{"log_bin", "ON"},
|
||||
{"binlog_format", "ROW"},
|
||||
{"binlog_row_image", "FULL"},
|
||||
{"default_authentication_plugin", "mysql_native_password"},
|
||||
{"log_bin_use_v1_row_events", "OFF"}
|
||||
{"default_authentication_plugin", "mysql_native_password"}
|
||||
};
|
||||
|
||||
QueryPipeline pipeline(std::move(variables_input));
|
||||
|
Loading…
Reference in New Issue
Block a user