List:Internals« Previous MessageNext Message »
From:bar Date:August 8 2005 3:04pm
Subject:bk commit into 5.0 tree (bar:1.1962)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bar. When bar 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.1962 05/08/08 18:04:08 bar@stripped +1 -0
  grant.result:
    After merge fix

  mysql-test/r/grant.result
    1.43 05/08/08 18:03:37 bar@stripped +3 -0
    After 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:	bar
# Host:	bar.intranet.mysql.r18.ru
# Root:	/usr/home/bar/mysql-5.0

--- 1.42/mysql-test/r/grant.result	2005-08-08 16:36:05 +05:00
+++ 1.43/mysql-test/r/grant.result	2005-08-08 18:03:37 +05:00
@@ -591,3 +591,6 @@
 flush privileges;
 delete from tables_priv where host = '' and user = 'mysqltest_1';
 flush privileges;
+set @user123="non-existent";
+select * from mysql.db where user=@user123;
+Host	Db	User	Select_priv	Insert_priv	Update_priv	Delete_priv	Create_priv	Drop_priv	Grant_priv	References_priv	Index_priv	Alter_priv	Create_tmp_table_priv	Lock_tables_priv	Create_view_priv	Show_view_priv	Create_routine_priv	Alter_routine_priv	Execute_priv
Thread
bk commit into 5.0 tree (bar:1.1962)bar8 Aug