SOURCES: mysql.init - pass dbdir to mysql_create_system_tables (we...

glen glen at pld-linux.org
Fri Mar 9 14:50:51 CET 2007


Author: glen                         Date: Fri Mar  9 13:50:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass dbdir to mysql_create_system_tables (we never have at that point, this is for completeness)

---- Files affected:
SOURCES:
   mysql.init (1.112 -> 1.113) 

---- Diffs:

================================================================
Index: SOURCES/mysql.init
diff -u SOURCES/mysql.init:1.112 SOURCES/mysql.init:1.113
--- SOURCES/mysql.init:1.112	Fri Mar  9 14:44:19 2007
+++ SOURCES/mysql.init	Fri Mar  9 14:50:45 2007
@@ -371,7 +371,7 @@
 
 	cat > $MYSQL_DATA_DIR/mysql-init.sql <<-EOF
 		CREATE DATABASE mysql;
-		$(/usr/sbin/mysql_create_system_tables real)
+		$(/usr/sbin/mysql_create_system_tables real $MYSQL_DATA_DIR/mysql)
 EOF
 
 	ok=0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.init?r1=1.112&r2=1.113&f=u



More information about the pld-cvs-commit mailing list