mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
20 lines
583 B
Plaintext
Executable File
20 lines
583 B
Plaintext
Executable File
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 41_scripts__mysql_install_db.sh__no_test.dpatch by <ch@debian.org>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: scripts__mysql_install_db.sh__no_test
|
|
## DP: http://bugs.mysql.com/bug.php?id=6901
|
|
|
|
@DPATCH@
|
|
|
|
--- a/scripts/mysql_install_db.sh
|
|
+++ b/scripts/mysql_install_db.sh
|
|
@@ -36,7 +36,6 @@ in_rpm=0
|
|
ip_only=0
|
|
cross_bootstrap=0
|
|
install_params="create database if not exists mysql;
|
|
-create database if not exists test;
|
|
use mysql;"
|
|
auth_root_authentication_method=normal
|
|
auth_root_socket_user='root'
|