summaryrefslogtreecommitdiff
path: root/Build-tools/Do-compile
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-21 22:04:22 +0300
committermonty@hundin.mysql.fi <>2002-08-21 22:04:22 +0300
commit03b0179af9f3492c4682dbc85542529215010a7c (patch)
tree75f29bea26c7fd21a45f22fd906c7a1545aaee91 /Build-tools/Do-compile
parenta5edb200421018ee967045903b2802c2d5c1bd75 (diff)
downloadmariadb-git-03b0179af9f3492c4682dbc85542529215010a7c.tar.gz
Use our version of RWLOCKS on UNIXWARE 7
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-xBuild-tools/Do-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index d262fc82f94..04e905cb834 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -236,7 +236,7 @@ if ($opt_stage <= 5 && !$opt_no_test && !$opt_no_mysqltest)
{
system("mkdir $bench_tmpdir") if (! -d $bench_tmpdir);
safe_cd("${test_dir}/mysql-test");
- check_system("./mysql-test-run --tmpdir=$bench_tmpdir --master_port=$mysql_tcp_port --slave_port=$slave_port --manager-port=$manager_port --no-manager --sleep=10", "tests were successful");
+ check_system("./mysql-test-run --warnings --tmpdir=$bench_tmpdir --master_port=$mysql_tcp_port --slave_port=$slave_port --manager-port=$manager_port --no-manager --sleep=10", "tests were successful");
}
# Start the server if we are going to run any of the benchmarks