List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:June 19 2006 12:50pm
Subject:bk commit into 5.0 tree (svoj:1.2186) BUG#18036
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of svoj. When svoj 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.2186 06/06/19 17:50:52 svoj@stripped +1 -0
  Addition to fix for
  BUG#18036 - update of table joined to self reports table as crashed
  
  Set exclude_from_table_unique_test value back to FALSE. It is needed for
  further check in multi_update::prepare whether to use record cache.

  sql/sql_update.cc
    1.190 06/06/19 17:50:46 svoj@stripped +6 -1
    Set exclude_from_table_unique_test value back to FALSE. It is needed for
    further check in multi_update::prepare whether to use record cache.

# 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:	svoj
# Host:	may.pils.ru
# Root:	/home/svoj/devel/mysql/BUG18036/mysql-5.0

--- 1.189/sql/sql_update.cc	2006-06-19 16:06:23 +05:00
+++ 1.190/sql/sql_update.cc	2006-06-19 17:50:46 +05:00
@@ -859,7 +859,12 @@ reopen_tables:
       }
     }
   }
-
+  /*
+    Set exclude_from_table_unique_test value back to FALSE. It is needed for
+    further check in multi_update::prepare whether to use record cache.
+  */
+  lex->select_lex.exclude_from_table_unique_test= FALSE;
+ 
   if (thd->fill_derived_tables() &&
       mysql_handle_derived(lex, &mysql_derived_filling))
     DBUG_RETURN(TRUE);
Thread
bk commit into 5.0 tree (svoj:1.2186) BUG#18036Sergey Vojtovich19 Jun