diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2018-04-11 16:50:32 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-04-30 19:34:08 +0400 |
commit | 9a8498066865b508239b36853403f2700800af2b (patch) | |
tree | 265e8c8abb576d57960a8f43ac6e5b4e0b9f9bf2 /sql/mysql_install_db.cc | |
parent | 8bbcc0d5050dcbd44c0bc396c6b1acd488d3dfe2 (diff) | |
download | mariadb-git-9a8498066865b508239b36853403f2700800af2b.tar.gz |
MDEV-12645 - mysql_install_db: no install test db option
Added --skip-test-db option to mysql_install_db. If specified, no test
database created and relevant grants issued.
Removed --skip-auth-anonymous-user option of mysql_install_db. Now it is
covered by --skip-test-db.
Dropped some Debian patches that did the same.
Removed unused make_win_bin_dist.1, make_win_bin_dist and
mysql_install_db.pl.in.
Diffstat (limited to 'sql/mysql_install_db.cc')
-rw-r--r-- | sql/mysql_install_db.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysql_install_db.cc b/sql/mysql_install_db.cc index c76b279048b..0483c7f5fbf 100644 --- a/sql/mysql_install_db.cc +++ b/sql/mysql_install_db.cc @@ -545,7 +545,6 @@ static int create_db_instance() } CreateDirectory("mysql",NULL); - CreateDirectory("test", NULL); /* Set data directory permissions for both current user and |