]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- possible fix for not finding mysqlcheck (doesn't compile on ac)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 24 Apr 2007 19:52:10 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-upgrade.patch -> 1.3

mysql-upgrade.patch

index 991e7bf03c229b2b4cbcc99163d14d9b61fd2476..9a874d41fceb99c2386628d54bd60bbf9f431fa2 100644 (file)
@@ -1,5 +1,5 @@
---- 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
+--- 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;
  
@@ -9,3 +9,12 @@
  static char *current_host= 0;
  static char *opt_default_charset= 0, *opt_charsets_dir= 0;
  #ifdef HAVE_SMEM
+@@ -563,7 +563,7 @@
+   /* 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.075815 seconds and 4 git commands to generate.