SOURCES: mysql-upgrade.patch - update to 5.1.14

glen glen at pld-linux.org
Wed Dec 13 11:11:18 CET 2006


Author: glen                         Date: Wed Dec 13 10:11:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 5.1.14

---- Files affected:
SOURCES:
   mysql-upgrade.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mysql-upgrade.patch
diff -u SOURCES/mysql-upgrade.patch:1.1 SOURCES/mysql-upgrade.patch:1.2
--- SOURCES/mysql-upgrade.patch:1.1	Wed Nov  1 19:40:37 2006
+++ SOURCES/mysql-upgrade.patch	Wed Dec 13 11:11:12 2006
@@ -1,11 +1,11 @@
---- mysql-5.1.11-beta/client/mysql_upgrade.c~	2006-06-02 21:01:24.000000000 +0300
-+++ mysql-5.1.11-beta/client/mysql_upgrade.c	2006-11-01 20:39:36.489202516 +0200
-@@ -18,7 +18,7 @@
- #include <my_dir.h>
+--- mysql-5.1.14-beta/client/mysql_upgrade.c~	2006-12-13 12:09:28.860238973 +0200
++++ mysql-5.1.14-beta/client/mysql_upgrade.c	2006-12-13 12:10:17.331321518 +0200
+@@ -40,7 +40,7 @@
+ extern TYPELIB sql_protocol_typelib;
  
- static my_bool opt_force= 0, opt_verbose= 0, tty_password= 0;
+ static my_bool opt_force= 0, opt_verbose= 0, opt_compress= 0;
 -static char *user= (char*) "root", *basedir= 0, *datadir= 0, *opt_password= 0;
-+static char *user= (char*) "mysql", *basedir= (char *)"/usr", *datadir= 0, *opt_password= 0;
- static my_bool upgrade_defaults_created= 0;
- static my_string opt_mysql_port, opt_mysql_unix_port= 0;
- static char *default_dbug_option= (char*) "d:t:O,/tmp/comp_err.trace";
++static char *user= (char*) "mysql", *basedir= 0, *datadir= 0, *opt_password= 0;
+ static char *current_host= 0;
+ static char *opt_default_charset= 0, *opt_charsets_dir= 0;
+ #ifdef HAVE_SMEM
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql-upgrade.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list