Commit 58623934 authored by Daniel Black's avatar Daniel Black

MDEV-23326: mysql_install_db - fix Debian patch

parent 0d2029ff
...@@ -7,13 +7,14 @@ ...@@ -7,13 +7,14 @@
@DPATCH@ @DPATCH@
index bbb264dec82..867e195f1a2 100644
--- a/scripts/mysql_install_db.sh --- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh
@@ -36,7 +36,6 @@ in_rpm=0 @@ -553,7 +553,6 @@ cat_sql()
ip_only=0 echo "create database if not exists mysql;"
cross_bootstrap=0 echo "use mysql;"
install_params="create database if not exists mysql; # drop below 6 lines in 10.3 merge
-create database if not exists test; - echo "create database if not exists test;"
use mysql;"
auth_root_authentication_method=normal if test -n "$skip_anonymous"
auth_root_socket_user='root' then
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment