summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-24 21:02:04 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-24 21:02:04 +0200
commitb9302078e26d3bc148bc4179ed69d7d459b38338 (patch)
treece581f9addedd68e4e26cfa58554cd54b66a7fc7
parent1c860bc80c0583bf297773950fbdac240ac5a806 (diff)
downloadmariadb-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--.bzrignore1
-rwxr-xr-xmysql-test/mysql-test-run.pl1
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 )
{