List:Commits« Previous MessageNext Message »
From:msvensson Date:November 23 2006 10:56am
Subject:bk commit into 5.0 tree (msvensson:1.2330)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-11-23 11:56:05+01:00, msvensson@neptunus.(none) +1 -0
  mysql_upgrade should look for .sql script also in share/ directory

  client/mysql_upgrade.c@stripped, 2006-11-23 11:56:03+01:00, msvensson@neptunus.(none) +1 -1
    mysql_upgrade should look for .sql script also in share/ directory

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.12/client/mysql_upgrade.c	2006-11-23 11:56:10 +01:00
+++ 1.13/client/mysql_upgrade.c	2006-11-23 11:56:10 +01:00
@@ -597,7 +597,7 @@ fix_priv_tables:
 
   if (find_file(MYSQL_FIX_PRIV_TABLES_NAME, basedir, MYF(0), 
                           path, sizeof(path), 
-                          "support_files", "share/mysql", "scripts", 
+                          "support_files", "share", "share/mysql", "scripts",
                           NullS)
      && find_file(MYSQL_FIX_PRIV_TABLES_NAME, "/usr/local/mysql", MYF(0),
                           path, sizeof(path),
Thread
bk commit into 5.0 tree (msvensson:1.2330)msvensson23 Nov