1
0
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

This commit is contained in:
msvensson@neptunus.(none)
2006-10-24 21:02:04 +02:00
parent e4b65a9947
commit ac5b37ef00
2 changed files with 2 additions and 0 deletions

View File

@ -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 )
{