]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql-upgrade.patch
init: report when mysql program needed
[packages/mysql.git] / mysql-upgrade.patch
index 49f5369ddb6b928c7a9b4d8a4b2c47ca148b145c..397747cccf11b6c7f8870291cd5806c94f625dec 100644 (file)
@@ -1,6 +1,6 @@
---- mysql-5.5.8/client/mysql_upgrade.c~        2010-12-03 18:58:26.000000000 +0100
-+++ mysql-5.5.8/client/mysql_upgrade.c 2010-12-15 23:06:17.178431694 +0100
-@@ -33,13 +33,13 @@
+--- mysql-5.5.32/client/mysql_upgrade.c.orig   2013-07-01 03:16:34.000000000 +0000
++++ mysql-5.5.32/client/mysql_upgrade.c        2013-07-09 16:15:08.366178596 +0000
+@@ -35,13 +35,13 @@
  # endif
  #endif
  
 +static char *mysqlcheck_path = "/usr/sbin/mysqlcheck";
  
  static my_bool opt_force, opt_verbose, debug_info_flag, debug_check_flag,
-                opt_systables_only;
+                opt_systables_only, opt_version_check;
  static uint my_end_arg= 0;
 -static char *opt_user= (char*)"root";
 +static char *opt_user= (char*)"mysql";
  
  static DYNAMIC_STRING ds_args;
  static DYNAMIC_STRING conn_args;
-@@ -848,15 +848,7 @@
+@@ -923,15 +923,7 @@
    dynstr_append_os_quoted(&ds_args, "--user=", opt_user, NullS);
    dynstr_append(&ds_args, " ");
  
This page took 0.059599 seconds and 4 git commands to generate.