List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:April 1 2005 5:13pm
Subject:bk commit into 4.1 tree (jimw:1.2173)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jimw. When jimw 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2173 05/04/01 09:13:20 jimw@stripped +2 -0
  Fix the new ps_grant test to clean itself up properly.

  mysql-test/t/ps_grant.test
    1.2 05/04/01 09:13:17 jimw@stripped +0 -1
    Fix cleanup of test

  mysql-test/r/ps_grant.result
    1.2 05/04/01 09:13:17 jimw@stripped +0 -1
    Update results

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-4.1-no-es

--- 1.1/mysql-test/r/ps_grant.result	2005-03-29 17:17:43 -08:00
+++ 1.2/mysql-test/r/ps_grant.result	2005-04-01 09:13:17 -08:00
@@ -78,5 +78,4 @@
 commit ;
 show grants for second_user@localhost ;
 ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
-drop table t1,t9 ;
 drop database mysqltest;

--- 1.1/mysql-test/t/ps_grant.test	2005-03-29 17:17:44 -08:00
+++ 1.2/mysql-test/t/ps_grant.test	2005-04-01 09:13:17 -08:00
@@ -114,7 +114,6 @@
 --error 1141
 show grants for second_user@localhost ;
 
-drop table t1,t9 ;
 drop database mysqltest;
 
 
Thread
bk commit into 4.1 tree (jimw:1.2173)Jim Winstead1 Apr