trigger CI

This commit is contained in:
tavplubix 2021-01-18 16:53:33 +03:00 committed by GitHub
parent a3cc6707b4
commit 071a6aeb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@ static void checkMySQLVariables(const mysqlxx::Pool::Entry & connection)
{"default_authentication_plugin", "default_authentication_plugin='mysql_native_password'"},
{"log_bin_use_v1_row_events", "log_bin_use_v1_row_events='OFF'"}
};
ColumnPtr variable_name_column = variables_block.getByName("Variable_name").column;
for (size_t index = 0; index < variables_block.rows(); ++index)