List:Commits« Previous MessageNext Message »
From:Sergei Golubchik Date:June 16 2006 2:26pm
Subject:bk commit into 5.1 tree (serg:1.2211)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2211 06/06/16 16:26:30 serg@stripped +1 -0
  remove wrong assert

  sql/field.cc
    1.317 06/06/16 16:26:11 serg@stripped +1 -2
    remove wrong assert

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/m51

--- 1.316/sql/field.cc	Fri Jun 16 12:16:57 2006
+++ 1.317/sql/field.cc	Fri Jun 16 16:26:11 2006
@@ -3471,8 +3471,7 @@ int Field_long::store(longlong nr, bool 
   ASSERT_COLUMN_MARKED_FOR_WRITE;
   int error= 0;
   int32 res;
-  DBUG_ASSERT(table->in_use == current_thd);    // General safety
-  
+
   if (unsigned_flag)
   {
     if (nr < 0 && !unsigned_val)
Thread
bk commit into 5.1 tree (serg:1.2211)Sergei Golubchik16 Jun