From: Date: October 13 2005 12:56pm Subject: bk commit into 5.0 tree (konstantin:1.2036) BUG#12736 List-Archive: http://lists.mysql.com/internals/31015 X-Bug: 12736 Message-Id: <20051013105605.46244AB29@dragonfly.local> Below is the list of changes that have just been committed into a local 5.0 repository of kostja. When kostja 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.2036 05/10/13 14:55:56 konstantin@stripped +1 -0 A post-review fix (Bug#12736) sql/sql_select.cc 1.380 05/10/13 14:55:50 konstantin@stripped +1 -0 A post-review fix (Bug#12736) # 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: konstantin # Host: dragonfly.local # Root: /opt/local/work/mysql-5.0-12736 --- 1.379/sql/sql_select.cc 2005-10-13 11:54:42 +04:00 +++ 1.380/sql/sql_select.cc 2005-10-13 14:55:50 +04:00 @@ -5718,6 +5718,7 @@ end_read_record(&read_record); } + /* Partially cleanup JOIN after it has executed: close index or rnd read (table cursors), free quick selects.