]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- update to 5.1.18-beta
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 May 2007 22:46:11 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-upgrade.patch -> 1.4

mysql-upgrade.patch

index 9a874d41fceb99c2386628d54bd60bbf9f431fa2..1d7ecf275b68b61da19d80b4d67323e02055cc2b 100644 (file)
@@ -1,20 +1,11 @@
---- mysql-5.1.14-beta/client/mysql_upgrade.c   2006-12-13 12:10:17.331321518 +0200
-+++ mysql-5.1.17-beta/client/mysql_upgrade.c   2007-04-24 22:17:48.406948376 +0300
-@@ -40,7 +40,7 @@
extern TYPELIB sql_protocol_typelib;
+--- mysql-5.1.18-beta/client/mysql_upgrade.c~  2007-05-29 01:42:34.215129171 +0300
++++ mysql-5.1.18-beta/client/mysql_upgrade.c   2007-05-29 01:45:02.148469038 +0300
+@@ -33,7 +33,7 @@
static char mysqlcheck_path[FN_REFLEN];
  
- 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= 0, *datadir= 0, *opt_password= 0;
- static char *current_host= 0;
- static char *opt_default_charset= 0, *opt_charsets_dir= 0;
- #ifdef HAVE_SMEM
-@@ -563,7 +563,7 @@
+ static my_bool opt_force, opt_verbose;
+-static char *opt_user= (char*)"root";
++static char *opt_user= (char*)"mysql";
+ static DYNAMIC_STRING ds_args;
  
-   /* Find mysqlcheck */
-   if (find_file(mysqlcheck_name, basedir, MYF(0), path, sizeof(path),
--                "bin", EXTRA_CLIENT_PATHS, NullS))
-+                "sbin", EXTRA_CLIENT_PATHS, NullS))
-   {
-      ret= 1;
-      fprintf(stderr,
This page took 0.043931 seconds and 4 git commands to generate.