List:Internals« Previous MessageNext Message »
From:eugene Date:November 1 2005 6:53pm
Subject:bk commit into 5.0 tree (evgen:1.1964)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of evgen. When evgen 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.1964 05/11/01 20:53:27 evgen@stripped +1 -0
  sql_update.cc:
    After merge fix

  sql/sql_update.cc
    1.179 05/11/01 20:52:54 evgen@stripped +1 -2
    After merge fix

# 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:	evgen
# Host:	moonbone.local
# Root:	/work/14186-bug-5.0-mysql

--- 1.178/sql/sql_update.cc	2005-11-01 19:47:51 +03:00
+++ 1.179/sql/sql_update.cc	2005-11-01 20:52:54 +03:00
@@ -237,9 +237,8 @@
   }
   // Don't count on usage of 'only index' when calculating which key to use
   table->used_keys.clear_all();
-  select= make_select(table, 0, 0, conds, 0, &error);
   if (limit)
-    select=make_select(table,0,0,conds,&error);
+    select= make_select(table, 0, 0, conds, 0, &error);
   if (error || !limit ||
       (select && select->check_quick(thd, safe_update, limit)))
   {
Thread
bk commit into 5.0 tree (evgen:1.1964)eugene1 Nov