mirror of https://github.com/MariaDB/server
Browse Source
If secure-file-priv was set on slave, it became unable to execute LOAD DATA INFILE statements sent from master using mixed or statement-based replication. This patch fixes the issue by ignoring this security restriction and checking if the files are created and read by the slave in the --slave-load-tmpdir while executing the SQL Thread.pull/374/head
7 changed files with 88 additions and 5 deletions
Loading…
Reference in new issue