List:Internals« Previous MessageNext Message »
From:konstantin Date:May 14 2005 11:26am
Subject:bk commit into 5.0 tree (konstantin:1.1949)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.1949 05/05/14 13:26:01 konstantin@stripped +1 -0
  A post-merge fix.

  mysql-test/r/ps_grant.result
    1.5 05/05/14 13:25:55 konstantin@stripped +4 -4
    A post-merge fix.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/media/sda1/mysql/mysql-5.0-merge

--- 1.4/mysql-test/r/ps_grant.result	2005-05-14 12:38:04 +04:00
+++ 1.5/mysql-test/r/ps_grant.result	2005-05-14 13:25:55 +04:00
@@ -1,7 +1,3 @@
-prepare stmt4 from ' show full processlist ';
-execute stmt4;
-Id	User	Host	db	Command	Time	State	Info
-number	root	localhost	test	Query	time	NULL	show full processlist
 test_sequence
 ------ grant/revoke/drop affects a parallel session test ------
 show grants for second_user@localhost ;
@@ -79,6 +75,10 @@
 show grants for second_user@localhost ;
 ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost'
 drop database mysqltest;
+prepare stmt4 from ' show full processlist ';
+execute stmt4;
+Id	User	Host	db	Command	Time	State	Info
+number	root	localhost	test	Query	time	NULL	show full processlist
 prepare stmt3 from ' grant all on test.t1 to drop_user@localhost
 identified by ''looser'' ';
 ERROR HY000: This command is not supported in the prepared statement protocol yet
Thread
bk commit into 5.0 tree (konstantin:1.1949)konstantin14 May