diff options
author | unknown <msvensson@neptunus.(none)> | 2006-10-24 21:02:04 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-10-24 21:02:04 +0200 |
commit | b9302078e26d3bc148bc4179ed69d7d459b38338 (patch) | |
tree | ce581f9addedd68e4e26cfa58554cd54b66a7fc7 | |
parent | 1c860bc80c0583bf297773950fbdac240ac5a806 (diff) | |
download | mariadb-git-b9302078e26d3bc148bc4179ed69d7d459b38338.tar.gz |
Pass --core-file option to mysqld when bootstrapping
BitKeeper/etc/ignore:
Added mysql-test/r/blackhole.log to the ignore list
-rw-r--r-- | .bzrignore | 1 | ||||
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 5e2aa892c28..348093af390 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1066,3 +1066,4 @@ vio/test-sslserver vio/viotest-ssl include/check_abi include/mysql_h.ic +mysql-test/r/blackhole.log diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 3046e5ba2fe..72b4fe95132 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2624,6 +2624,7 @@ sub install_db ($$) { mtr_add_arg($args, "--skip-innodb"); mtr_add_arg($args, "--skip-ndbcluster"); mtr_add_arg($args, "--tmpdir=."); + mtr_add_arg($args, "--core-file"); if ( $opt_debug ) { |