1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

BUG#35543 mysqlbinlog.cc does not properly work with tmp files

- Backport to 5.0, use --local-load to instruct myqlbinlog where to 
 put the files it generate
This commit is contained in:
msvensson@pilot.(none)
2008-05-09 15:17:10 +02:00
parent 2e071e9e7a
commit 914e85b3f8

View File

@@ -2045,6 +2045,9 @@ sub environment_setup () {
{
$cmdline_mysqlbinlog .=" --character-sets-dir=$path_charsetsdir";
}
# Always use the given tmpdir for the LOAD files created
# by mysqlbinlog
$cmdline_mysqlbinlog .=" --local-load=$opt_tmpdir";
if ( $opt_debug )
{