From f89efeb5f60c8cdbf1a4f70003f7740623934220 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Oct 2006 21:02:04 +0200 Subject: [PATCH] Pass --core-file option to mysqld when bootstrapping BitKeeper/etc/ignore: Added mysql-test/r/blackhole.log to the ignore list --- .bzrignore | 1 + mysql-test/mysql-test-run.pl | 1 + 2 files changed, 2 insertions(+) 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 ) {