Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
58623934
Commit
58623934
authored
Oct 26, 2020
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-23326: mysql_install_db - fix Debian patch
parent
0d2029ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
...n/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
+9
-8
No files found.
debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
View file @
58623934
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment