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-21 21:39:37+01:00, msvensson@neptunus.(none) +2 -0
When runnig from binary dist the .sql files are found in share/ directory
mysql-test/mysql-test-run.pl@stripped, 2006-11-21 21:39:34+01:00, msvensson@neptunus.(none) +2 -1
When runnig from binary dist the .sql files are found in share/ directory
scripts/mysql_fix_privilege_tables.sql@stripped, 2006-11-21 21:39:34+01:00, msvensson@neptunus.(none) +1 -1
Remove annoying single '
# 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.159/mysql-test/mysql-test-run.pl 2006-11-21 21:39:42 +01:00
+++ 1.160/mysql-test/mysql-test-run.pl 2006-11-21 21:39:42 +01:00
@@ -1417,7 +1417,8 @@ sub executable_setup () {
# Look for mysql_fix_privilege_tables.sql script
$file_mysql_fix_privilege_tables=
- mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql");
+ mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql",
+ "$path_share/mysql_fix_privilege_tables.sql");
if ( ! $opt_skip_ndbcluster and executable_setup_ndb())
{
--- 1.36/scripts/mysql_fix_privilege_tables.sql 2006-11-21 21:39:42 +01:00
+++ 1.37/scripts/mysql_fix_privilege_tables.sql 2006-11-21 21:39:42 +01:00
@@ -435,7 +435,7 @@ PRIMARY KEY TranTime (Transition_time)
#
-# Create proc table if it doesn't exists
+# Create proc table if it does not exists
#
CREATE TABLE IF NOT EXISTS proc (
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2328) | msvensson | 21 Nov |