List:Internals« Previous MessageNext Message »
From:gluh Date:September 14 2005 7:10am
Subject:bk commit into 5.0 tree (gluh:1.1945)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh 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.1945 05/09/14 12:10:07 gluh@stripped +1 -0
  formatting typo fix

  sql/sql_parse.cc
    1.486 05/09/14 12:10:02 gluh@stripped +4 -4
    formatting typo 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:	gluh
# Host:	eagle.intranet.mysql.r18.ru
# Root:	/home/gluh/MySQL/Bugs/5.0.cml

--- 1.485/sql/sql_parse.cc	Tue Sep 13 16:06:27 2005
+++ 1.486/sql/sql_parse.cc	Wed Sep 14 12:10:02 2005
@@ -6853,11 +6853,11 @@
   {
     TABLE_LIST *save= table->next_local;
     table->next_local= 0;
-    if ((check_access(thd, UPDATE_ACL, table->db, &
-                      table->grant.privilege,0,1, test(table->schema_table)) ||
-        (grant_option && check_grant(thd, UPDATE_ACL, table,0,1,1))) &&
+    if ((check_access(thd, UPDATE_ACL, table->db, 
+                      &table->grant.privilege,0,1, test(table->schema_table)) ||
+         (grant_option && check_grant(thd, UPDATE_ACL, table,0,1,1))) &&
 	check_one_table_access(thd, SELECT_ACL, table))
-	goto error;
+      goto error;
     table->next_local= save;
   }
     
Thread
bk commit into 5.0 tree (gluh:1.1945)gluh14 Sep