]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql-fix_privilege_tables.patch
- removed IMPORTANT line, as MYSQL_CLUSTERS is obsolete (and what the line actually...
[packages/mysql.git] / mysql-fix_privilege_tables.patch
index f0bb4bffca0b16b418f9e3b7a7f2dcca5dc04b9e..2ee99bac734d02070729ba4d2ffaa10eb4317695 100644 (file)
@@ -1,13 +1,12 @@
-diff -uNr old-mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh
---- old-mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh     Fri Jul 18 14:57:48 2003
-+++ mysql-4.0.14/scripts/mysql_fix_privilege_tables.sh Wed Oct  1 07:03:28 2003
-@@ -2,7 +2,7 @@
root_password="$1"
+diff -urN mysql-4.1.7.org/scripts/mysql_fix_privilege_tables.sh mysql-4.1.7/scripts/mysql_fix_privilege_tables.sh
+--- mysql-4.1.7.org/scripts/mysql_fix_privilege_tables.sh      2004-10-27 01:35:56.000000000 +0200
++++ mysql-4.1.7/scripts/mysql_fix_privilege_tables.sh  2004-10-27 12:13:42.159439392 +0200
+@@ -5,7 +5,7 @@
+ # Default values (Can be changed in my.cnf)
password=""
  host="localhost"
 -user="root"
 +user="mysql"
- port=""
- socket=""
- comment=""
- database="mysql"
+ sql_only=0
+ basedir=""
+ verbose=0
This page took 0.037984 seconds and 4 git commands to generate.