Commit a13214af authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Workaround MDEV-34890

parent db1402d1
......@@ -684,6 +684,9 @@ static int handle_one_table(const table_load_params *params, MYSQL *mysql)
}
}
if (exec_sql(mysql, "SET collation_database=binary"))
DBUG_RETURN(1);
to_unix_path(hard_path);
if (verbose)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment