List:Commits« Previous MessageNext Message »
From:kpettersson Date:May 29 2007 10:17am
Subject:bk commit into 5.0 tree (thek:1.2503)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of thek. When thek 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@stripped, 2007-05-29 10:17:30+02:00, thek@adventure.(none) +1 -0
  Merge adventure.(none):/home/thek/Development/cpp/bug24988/my50-bug24988
  into  adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime
  MERGE: 1.2469.33.1

  sql/mysqld.cc@stripped, 2007-05-29 10:17:27+02:00, thek@adventure.(none) +0 -0
    Auto merged
    MERGE: 1.607.1.1

# 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:	thek
# Host:	adventure.(none)
# Root:	/home/thek/Development/cpp/mysql-5.0-runtime/RESYNC

--- 1.609/sql/mysqld.cc	2007-05-02 14:25:09 +02:00
+++ 1.610/sql/mysqld.cc	2007-05-29 10:17:27 +02:00
@@ -346,7 +346,15 @@ bool opt_endinfo, using_udf_functions;
 my_bool locked_in_memory;
 bool opt_using_transactions, using_update_log;
 bool volatile abort_loop;
-bool volatile shutdown_in_progress, grant_option;
+bool volatile shutdown_in_progress;
+/**
+   @brief 'grant_option' is used to indicate if privileges needs
+   to be checked, in which case the lock, LOCK_grant, is used
+   to protect access to the grant table.
+   @note This flag is dropped in 5.1 
+   @see grant_init()
+ */
+bool volatile grant_option;
 
 my_bool opt_skip_slave_start = 0; // If set, slave is not autostarted
 my_bool opt_reckless_slave = 0;
Thread
bk commit into 5.0 tree (thek:1.2503)kpettersson29 May