mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Fixes multi_statement test case on NetWare.
This commit is contained in:
parent
69e0cc6d41
commit
928ee5cedf
1 changed files with 4 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ void start_master()
|
|||
add_arg(&al, "--character-sets-dir=%s", char_dir);
|
||||
add_arg(&al, "--tmpdir=%s", mysql_tmp_dir);
|
||||
add_arg(&al, "--language=%s", lang_dir);
|
||||
add_arg(&al, "--log-slow-queries");
|
||||
add_arg(&al, "--log-queries-not-using-indexes");
|
||||
#ifdef DEBUG //only for debug builds
|
||||
add_arg(&al, "--debug");
|
||||
#endif
|
||||
|
|
@ -520,6 +522,8 @@ void start_slave()
|
|||
add_arg(&al, "--master-retry-count=10");
|
||||
add_arg(&al, "-O");
|
||||
add_arg(&al, "slave_net_timeout=10");
|
||||
add_arg(&al, "--log-slow-queries");
|
||||
add_arg(&al, "--log-queries-not-using-indexes");
|
||||
#ifdef DEBUG //only for debug builds
|
||||
add_arg(&al, "--debug");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue