List:Commits« Previous MessageNext Message »
From:eugene Date:June 20 2006 9:17pm
Subject:bk commit into 5.0 tree (evgen:1.2187)
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.2187 06/06/21 01:17:44 evgen@stripped +3 -0
  Merge epotemkin@stripped:/home/bk/mysql-5.0-opt
  into moonbone.local:/work/tmp_merge-5.0-opt-mysql

  sql/sql_select.cc
    1.425 06/06/21 01:17:42 evgen@stripped +0 -1
    Auto merged

  mysql-test/t/insert_select.test
    1.30 06/06/21 01:17:42 evgen@stripped +0 -0
    Auto merged

  mysql-test/r/insert_select.result
    1.37 06/06/21 01:17:42 evgen@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:	evgen
# Host:	moonbone.local
# Root:	/work/tmp_merge-5.0-opt-mysql/RESYNC

--- 1.424/sql/sql_select.cc	2006-06-20 12:28:54 +04:00
+++ 1.425/sql/sql_select.cc	2006-06-21 01:17:42 +04:00
@@ -8834,6 +8834,8 @@
     null_pack_length-=hidden_null_pack_length;
     keyinfo->key_parts= ((field_count-param->hidden_field_count)+
 			 test(null_pack_length));
+    set_if_smaller(table->s->max_rows, rows_limit);
+    param->end_write_records= rows_limit;
     table->distinct= 1;
     table->s->keys= 1;
     if (blob_count)
Thread
bk commit into 5.0 tree (evgen:1.2187)eugene20 Jun