mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
Backport Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with --slave-load-tm
The 'rpl_cross_version' fails on mysql-next-mr-bugfixing as following: mysqltest: In included file "./include/setup_fake_relay_log.inc": At line 80: query 'select './$_fake_filename-fake.000001\n' into dumpfile '$_fake_relay_index'' failed: 1290: The MySQL server is running with the --secure-file-priv option so it cannot execute this statement. To fix the problem by removeing the --secure-file-priv option for adapting the update of the 'setup_fake_relay_log.inc'.
This commit is contained in:
parent
fa64b359ab
commit
0c4e5f784b
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
--replicate-same-server-id --relay-log=slave-relay-bin --secure-file-priv=$MYSQL_TMP_DIR
|
--replicate-same-server-id --relay-log=slave-relay-bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue