]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Oct 2003 08:22:16 +0000 (08:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-buffer.patch -> 1.2

mysql-buffer.patch [deleted file]

diff --git a/mysql-buffer.patch b/mysql-buffer.patch
deleted file mode 100644 (file)
index 87f8c81..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mysql-4.0.14/sql/sql_acl.cc.orig   Thu Sep 11 06:59:14 2003
-+++ mysql-4.0.14/sql/sql_acl.cc        Thu Sep 11 06:59:42 2003
-@@ -233,7 +233,7 @@
-                     "Found old style password for user '%s'. Ignoring user. (You may want to restart mysqld using --old-protocol)",
-                     user.user ? user.user : ""); /* purecov: tested */
-     }
--    else if (length % 8)              // This holds true for passwords
-+    else if (length % 8 || length > 16)               // This holds true for passwords
-     {
-       sql_print_error(
-                     "Found invalid password for user: '%s@%s'; Ignoring user",
This page took 0.185341 seconds and 4 git commands to generate.