summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-03-28 12:57:52 +0200
committerVladislav Vaintroub <wlad@montyprogram.com>2011-03-28 12:57:52 +0200
commit262dd3204591b8128b4cb9b1f0e5185ea2e6c857 (patch)
tree3caca12aaa700432c3123b41b668337c7a2e72b3 /mysql-test/mysql-test-run.pl
parent9762b236d47e74f2f065c89a747c1a8d3444ed18 (diff)
parent90b5afaab63125cf3513635f9d93dcee8bd28ffe (diff)
downloadmariadb-git-262dd3204591b8128b4cb9b1f0e5185ea2e6c857.tar.gz
merge
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 8406ba20186..29950f124d6 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1400,6 +1400,9 @@ sub command_line_setup {
# Turn off use of bin log
push(@opt_extra_mysqld_opt, "--skip-log-bin");
+ # Write errors to stderr, not to mysqld.1.err
+ push(@opt_extra_mysqld_opt, "--disable-log-error");
+
if ( using_extern() )
{
mtr_error("Can't use --extern with --embedded-server");