1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix information_schema test on Windows. (Bug #10844)

This commit is contained in:
jimw@mysql.com
2005-06-18 03:02:27 +02:00
parent 07892fe219
commit 01c690b79b
4 changed files with 9 additions and 5 deletions

View File

@ -486,6 +486,7 @@ void start_master()
#endif
add_arg(&al, "--local-infile");
add_arg(&al, "--core");
add_arg(&al, "--log-bin-trust-routine-creators");
add_arg(&al, "--datadir=%s", master_dir);
#ifndef __WIN__
add_arg(&al, "--pid-file=%s", master_pid);