diff options
author | unknown <heikki@hundin.mysql.fi> | 2002-10-03 19:48:23 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2002-10-03 19:48:23 +0300 |
commit | 050fd27c4f7a5f1de5c42e47f36242366e5b69af (patch) | |
tree | d65949f7e776c2a34f19df4cf4ec80e08b2549ae | |
parent | 3a088a328d3b394b2ac678e2a1e73288708aba47 (diff) | |
parent | b7c46250bb5dd6fde05f0918c93a4acf05f3485a (diff) | |
download | mariadb-git-050fd27c4f7a5f1de5c42e47f36242366e5b69af.tar.gz |
Merge heikki@work.mysql.com:/home/bk/mysql
into hundin.mysql.fi:/home/heikki/mysql
-rwxr-xr-x | Build-tools/Do-compile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 6bee9fb8a92..a3da1804af5 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -374,14 +374,14 @@ if ($opt_stage <= 9 && !$opt_no_test) log_system("rm -f output/*"); $tmp= $opt_fast_benchmark ? "--fast --user root --small-test" : ""; check_system("perl ./run-all-tests --log --die-on-errors $connect_option $tmp","RUN-mysql"); - if ($opt_bdb) - { - check_system("perl ./run-all-tests --log --suffix=\"_bdb\" --die-on-errors $connect_option $tmp --create-option=\"type=bdb\"","RUN-mysql"); - } if ($opt_innodb) { check_system("perl ./run-all-tests --log --suffix=\"_innodb\" --die-on-errors $connect_option $tmp --create-option=\"type=innodb\"","RUN-mysql"); } + if ($opt_bdb) + { + check_system("perl ./run-all-tests --log --suffix=\"_bdb\" --die-on-errors $connect_option $tmp --create-option=\"type=bdb\"","RUN-mysql"); + } } rm_all($bench_tmpdir); |