List:Internals« Previous MessageNext Message »
From:Sergey Petrunia Date:June 23 2005 11:10am
Subject:bk commit into 5.0 tree (sergefp:1.1999)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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.1999 05/06/23 11:10:41 sergefp@stripped +1 -0
  Merge spetrunia@stripped:/home/bk/mysql-5.0
  into mysql.com:/home/psergey/mysql-5.0-back-vac-look

  sql/opt_range.cc
    1.172 05/06/23 11:10:39 sergefp@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:	sergefp
# Host:	newbox.mylan
# Root:	/home/psergey/mysql-5.0-back-vac-look/RESYNC

--- 1.171/sql/opt_range.cc	2005-06-22 09:08:21 +00:00
+++ 1.172/sql/opt_range.cc	2005-06-23 11:10:39 +00:00
@@ -2593,12 +2593,12 @@
       {
         tuple_arg= scan->sel_arg;
         /* Here we use the length of the first key part */
-        tuple_arg->store_min(key_part->length, &key_ptr, 0);
+        tuple_arg->store_min(key_part->store_length, &key_ptr, 0);
       }
       while (tuple_arg->next_key_part != sel_arg)
       {
         tuple_arg= tuple_arg->next_key_part;
-        tuple_arg->store_min(key_part[tuple_arg->part].length, &key_ptr, 0);
+        tuple_arg->store_min(key_part[tuple_arg->part].store_length, &key_ptr, 0);
       }
       min_range.length= max_range.length= ((char*) key_ptr - (char*) key_val);
       records= (info->param->table->file->
Thread
bk commit into 5.0 tree (sergefp:1.1999)Sergey Petrunia23 Jun