List:Commits« Previous MessageNext Message »
From:Alex Ivanov Notebook Date:April 11 2006 6:46pm
Subject:bk commit into 5.0 tree (aivanov:1.2147)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of alexi. When alexi 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.2147 06/04/11 22:46:26 aivanov@stripped +1 -0
  Merge aivanov@stripped:/home/bk/mysql-5.0
  into  mysql.com:/home/alexi/bugs/mysql-5.0-merge

  sql/sql_insert.cc
    1.187 06/04/11 22:46:20 aivanov@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:	aivanov
# Host:	mysqld.localdomain
# Root:	/home/alexi/bugs/mysql-5.0-merge/RESYNC

--- 1.186/sql/sql_insert.cc	2006-04-05 16:39:15 +04:00
+++ 1.187/sql/sql_insert.cc	2006-04-11 22:46:20 +04:00
@@ -321,7 +321,7 @@
       if (!table_list->derived && !table_list->view)
         table_list->updatable= 1;  // usual table
     }
-    else
+    else if (thd->net.last_errno != ER_WRONG_OBJECT)
     {
       /* Too many delayed insert threads;  Use a normal insert */
       table_list->lock_type= lock_type= TL_WRITE;
Thread
bk commit into 5.0 tree (aivanov:1.2147)Alex Ivanov Notebook11 Apr