List:Internals« Previous MessageNext Message »
From:holyfoot Date:May 7 2005 11:27am
Subject:bk commit into 4.0 tree (hf:1.2099)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of hf. When hf 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.2099 05/05/07 16:27:35 hf@deer.(none) +1 -0
  Merge bk@stripped:/usr/home/bk/mysql-4.0
  into deer.(none):/home/hf/work/mysql-4.0.9060

  sql/mysql_priv.h
    1.233 05/05/07 16:27:33 hf@deer.(none) +0 -0
    Auto merged

# 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:	hf
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-4.0.9060/RESYNC

--- 1.232/sql/mysql_priv.h	Thu Mar 17 00:42:24 2005
+++ 1.233/sql/mysql_priv.h	Sat May  7 16:27:33 2005
@@ -766,7 +766,8 @@
 extern struct st_VioSSLAcceptorFd * ssl_acceptor_fd;
 #endif /* HAVE_OPENSSL */
 
-MYSQL_LOCK *mysql_lock_tables(THD *thd,TABLE **table,uint count);
+MYSQL_LOCK *mysql_lock_tables(THD *thd, TABLE **table, uint count,
+                              bool ignore_global_read_lock= FALSE);
 void mysql_unlock_tables(THD *thd, MYSQL_LOCK *sql_lock);
 void mysql_unlock_read_tables(THD *thd, MYSQL_LOCK *sql_lock);
 void mysql_unlock_some_tables(THD *thd, TABLE **table,uint count);
@@ -779,6 +780,8 @@
 bool wait_if_global_read_lock(THD *thd, bool abort_on_refresh, bool is_not_commit);
 void start_waiting_global_read_lock(THD *thd);
 void make_global_read_lock_block_commit(THD *thd);
+my_bool set_protect_against_global_read_lock(void);
+void unset_protect_against_global_read_lock(void);
 
 /* Lock based on name */
 int lock_and_wait_for_table_name(THD *thd, TABLE_LIST *table_list);
Thread
bk commit into 4.0 tree (hf:1.2099)holyfoot7 May