bk commit into 5.0 tree (sergefp:1.1907) -
05-03-2005
, 01:18 AM
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/in...urce-tree.html
ChangeSet
1.1907 05/05/03 10:23:10 sergefp (AT) mysql (DOT) com +1 -0
Merge spetrunia (AT) bk-internal (DOT) mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/psergey/mysql-5.0-test-valgrind
sql/sql_select.cc
1.323 05/05/03 10:23:08 sergefp (AT) mysql (DOT) com +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-test-valgrind/RESYNC
--- 1.322/sql/sql_select.cc 2005-05-02 01:10:32 +04:00
+++ 1.323/sql/sql_select.cc 2005-05-03 10:23:08 +04:00
@@ -11002,7 +11002,8 @@
*/
if (!(select->quick= (tab->type == JT_FT ?
new FT_SELECT(thd, table, tab->ref.key) :
- get_quick_select_for_ref(thd, table, &tab->ref))))
+ get_quick_select_for_ref(thd, table, &tab->ref,
+ tab->found_records))))
goto err;
}
}
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |