List:Commits« Previous MessageNext Message »
From:kgeorge Date:September 24 2007 11:56am
Subject:bk commit into 5.0 tree (gkodinov:1.2533)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kgeorge. When kgeorge 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-09-24 13:56:40+02:00, gkodinov@stripped +1 -0
  updating the fix for bug 28702 to the current 5.0-opt

  sql/sql_select.cc@stripped, 2007-09-24 13:56:33+02:00, gkodinov@stripped +1 -1
    updating the fix for bug 28702 to the current 5.0-opt

diff -Nrup a/sql/sql_select.cc b/sql/sql_select.cc
--- a/sql/sql_select.cc	2007-09-22 16:05:56 +02:00
+++ b/sql/sql_select.cc	2007-09-24 13:56:33 +02:00
@@ -15483,7 +15483,7 @@ static void print_join(THD *thd, String 
 */
 
 void 
-st_table_list::print_index_hint(THD *thd, String *str, 
+TABLE_LIST::print_index_hint(THD *thd, String *str, 
                                 const char *hint, uint32 hint_length,
                                 List<String> indexes)
 {
Thread
bk commit into 5.0 tree (gkodinov:1.2533)kgeorge24 Sep