1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Pass --core-file option to mysqld when bootstrapping

BitKeeper/etc/ignore:
  Added mysql-test/r/blackhole.log to the ignore list
This commit is contained in:
unknown
2006-10-24 21:02:04 +02:00
parent c84d4bfad6
commit f89efeb5f6
2 changed files with 2 additions and 0 deletions

View File

@@ -1066,3 +1066,4 @@ vio/test-sslserver
vio/viotest-ssl vio/viotest-ssl
include/check_abi include/check_abi
include/mysql_h.ic include/mysql_h.ic
mysql-test/r/blackhole.log

View File

@@ -2624,6 +2624,7 @@ sub install_db ($$) {
mtr_add_arg($args, "--skip-innodb"); mtr_add_arg($args, "--skip-innodb");
mtr_add_arg($args, "--skip-ndbcluster"); mtr_add_arg($args, "--skip-ndbcluster");
mtr_add_arg($args, "--tmpdir=."); mtr_add_arg($args, "--tmpdir=.");
mtr_add_arg($args, "--core-file");
if ( $opt_debug ) if ( $opt_debug )
{ {