List:Internals« Previous MessageNext Message »
From:sanja Date:April 2 2005 5:45pm
Subject:bk commit into 5.0 tree (bell:1.1860)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bell. When bell 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.1860 05/04/02 18:45:44 bell@stripped +1 -0
  postreview patch

  sql/sql_view.cc
    1.40 05/04/02 18:45:39 bell@stripped +4 -4
    wording fixed

# 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:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/bk/work-5.0

--- 1.39/sql/sql_view.cc	Sat Apr  2 18:03:34 2005
+++ 1.40/sql/sql_view.cc	Sat Apr  2 18:45:39 2005
@@ -88,14 +88,14 @@
 #ifndef NO_EMBEDDED_ACCESS_CHECKS
   /*
     Privilege check for view creation:
-    - user have CREATE VIEW privilege on view table
-    - user have DROP privilege in case of ALTER VIEW or CREATE OR REPLACE
+    - user has CREATE VIEW privilege on view table
+    - user has DROP privilege in case of ALTER VIEW or CREATE OR REPLACE
     VIEW
-    - have some (SELECT/UPDATE/INSERT/DELETE) privileges on columns of
+    - user has some (SELECT/UPDATE/INSERT/DELETE) privileges on columns of
     underlying tables used on top of SELECT list (because it can be
     (theoretically) updated, so it is enough to have UPDATE privilege on
     them, for example)
-    - have SELECT privilege on columns used in expressions of VIEW select
+    - user has SELECT privilege on columns used in expressions of VIEW select
     - for columns of underly tables used on top of SELECT list also will be
     checked that we have not more privileges on correspondent column of view
     table (i.e. user will not get some privileges by view creation)
Thread
bk commit into 5.0 tree (bell:1.1860)sanja2 Apr