41_scripts__mysql_install_db.sh__no_test.diff 485 Bytes
Newer Older
1
2
3
4
5
6
## 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

7
8
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
9
@@ -374,7 +374,7 @@ then
10
11
12
13
14
15
16
17
 fi
 
 # Create database directories
-for dir in "$ldata" "$ldata/mysql" "$ldata/test"
+for dir in "$ldata" "$ldata/mysql"
 do
   if test ! -d "$dir"
   then