List:Internals« Previous MessageNext Message »
From:ramil Date:March 3 2005 11:37am
Subject:bk commit into 5.0 tree (ramil:1.1783)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.1783 05/03/03 15:37:14 ramil@stripped +1 -0
  After merge fix.

  sql/sql_lex.cc
    1.139 05/03/03 15:37:09 ramil@stripped +0 -2
    No need to change options here.

# 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:	ramil
# Host:	gw.mysql.r18.ru
# Root:	/usr/home/ram/work/5.0

--- 1.138/sql/sql_lex.cc	2005-02-18 15:02:32 +04:00
+++ 1.139/sql/sql_lex.cc	2005-03-03 15:37:09 +04:00
@@ -1837,8 +1837,6 @@
   select_limit_cnt= values->select_limit+values->offset_limit;
   if (select_limit_cnt < values->select_limit)
     select_limit_cnt= HA_POS_ERROR;		// no limit
-  if (select_limit_cnt == HA_POS_ERROR)
-    sl->options&= ~OPTION_FOUND_ROWS;
 }
 
 
Thread
bk commit into 5.0 tree (ramil:1.1783)ramil3 Mar