From 9a8498066865b508239b36853403f2700800af2b Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Wed, 11 Apr 2018 16:50:32 +0400 Subject: 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. --- sql/mysql_install_db.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/mysql_install_db.cc') 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 -- cgit v1.2.1