List:Commits« Previous MessageNext Message »
From:msvensson Date:April 24 2006 10:01am
Subject:bk commit into 5.0 tree (msvensson:1.2183)
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
  1.2183 06/04/24 12:01:16 msvensson@neptunus.(none) +1 -0
  Use "eval select" when evaluating the environment variable "$MYSQL_TEST_ROOT" 

  mysql-test/include/not_as_root.inc
    1.2 06/04/24 12:01:12 msvensson@neptunus.(none) +1 -1
    Use "eval select" when evaluating the environment variable "$MYSQL_TEST_ROOT" 

# 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.1/mysql-test/include/not_as_root.inc	2006-04-24 10:21:04 +02:00
+++ 1.2/mysql-test/include/not_as_root.inc	2006-04-24 12:01:12 +02:00
@@ -1,4 +1,4 @@
 -- require r/not_as_root.require
 disable_query_log;
-select $MYSQL_TEST_ROOT as running_as_root;
+eval select "$MYSQL_TEST_ROOT" as running_as_root;
 enable_query_log;
Thread
bk commit into 5.0 tree (msvensson:1.2183)msvensson24 Apr