Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2007-08-04 20:31:48-07:00, igor@stripped +1 -0
Removed warnings after fix for bug 28404.
sql/sql_select.cc@stripped, 2007-08-04 20:31:43-07:00, igor@stripped +5 -2
Removed warnings after fix for bug 28404.
diff -Nrup a/sql/sql_select.cc b/sql/sql_select.cc
--- a/sql/sql_select.cc 2007-08-03 21:10:44 -07:00
+++ b/sql/sql_select.cc 2007-08-04 20:31:43 -07:00
@@ -12596,7 +12596,7 @@ test_if_skip_sort_order(JOIN_TAB *tab,OR
TABLE *table=tab->table;
SQL_SELECT *select=tab->select;
key_map usable_keys;
- QUICK_SELECT_I *save_quick;
+ QUICK_SELECT_I *save_quick= 0;
DBUG_ENTER("test_if_skip_sort_order");
LINT_INIT(ref_key_parts);
@@ -12734,7 +12734,10 @@ test_if_skip_sort_order(JOIN_TAB *tab,OR
JOIN *join= tab->join;
uint tablenr= tab - join->join_tab;
ha_rows table_records= table->file->stats.records;
- bool group= join->group && order == join->group_list;
+ bool group= join->group && order == join->group_list;
+ LINT_INIT(best_key_parts);
+ LINT_INIT(best_key_direction);
+ LINT_INIT(best_records);
/*
filesort() and join cache are usually faster than reading in
| Thread |
|---|
| • bk commit into 5.1 tree (igor:1.2594) | igor | 5 Aug |