mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user