Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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.2104 06/05/03 21:35:27 igor@stripped +1 -0
Post-review changes.
sql/sql_test.cc
1.46 06/05/03 21:35:22 igor@stripped +2 -2
Post-review changes.
# 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: igor
# Host: rurik.mysql.com
# Root: /home/igor/dev/mysql-5.0-0
--- 1.45/sql/sql_test.cc 2006-05-02 18:31:14 -07:00
+++ 1.46/sql/sql_test.cc 2006-05-03 21:35:22 -07:00
@@ -252,7 +252,7 @@
else
{
fprintf(DBUG_FILE,
- "%s; idx:%u, best: %g, atime: %g, itime: %g, count: %g\n",
+ "%s; idx:%u, best: %g, accumulated: %g, increment: %g, count: %g\n",
info, idx, join->best_read, current_read_time, read_time, record_count);
}
@@ -272,9 +272,9 @@
Print the tables in JOIN->best_positions only if at least one complete plan
has been found. An indicator for this is the value of 'join->best_read'.
*/
- fputs("BEST_POSITIONS: ", DBUG_FILE);
if (join->best_read < DBL_MAX)
{
+ fputs("BEST_POSITIONS: ", DBUG_FILE);
for (i= 0; i < idx ; i++)
{
pos= join->best_positions[i];
| Thread |
|---|
| • bk commit into 5.0 tree (igor:1.2104) | igor | 4 May |