List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:June 1 2005 7:59pm
Subject:bk commit into 4.1 tree (jimw:1.2303)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jimw. When jimw 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.2303 05/06/01 12:59:11 jimw@stripped +1 -0
  Merge mysql.com:/home/jimw/my/mysql-4.1-8135
  into  mysql.com:/home/jimw/my/mysql-4.1-clean

  sql/sql_table.cc
    1.283 05/06/01 12:59:08 jimw@stripped +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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-4.1-clean/RESYNC

--- 1.282/sql/sql_table.cc	2005-05-24 11:11:37 -07:00
+++ 1.283/sql/sql_table.cc	2005-06-01 12:59:08 -07:00
@@ -1536,7 +1536,7 @@
   if (!table)
     DBUG_RETURN(0);
   table->reginfo.lock_type=TL_WRITE;
-  if (!((*lock)=mysql_lock_tables(thd,&table,1)))
+  if (! ((*lock)= mysql_lock_tables(thd, &table, 1, MYSQL_LOCK_IGNORE_FLUSH)))
   {
     VOID(pthread_mutex_lock(&LOCK_open));
     hash_delete(&open_cache,(byte*) table);
Thread
bk commit into 4.1 tree (jimw:1.2303)Jim Winstead1 Jun