List:Commits« Previous MessageNext Message »
From:igor Date:February 13 2007 8:10am
Subject:bk commit into 5.0 tree (igor:1.2410)
View as plain text  
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@stripped, 2007-02-12 23:10:33-08:00, igor@stripped +1 -0
  Merge olga.mysql.com:/home/igor/mysql-5.0-opt
  into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug26209
  MERGE: 1.2403.3.3

  sql/sql_select.cc@stripped, 2007-02-12 23:10:29-08:00, igor@stripped +0 -0
    Auto merged
    MERGE: 1.488.1.1

# 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:	olga.mysql.com
# Root:	/home/igor/dev-opt/mysql-5.0-opt-bug26209/RESYNC

--- 1.489/sql/sql_select.cc	2007-02-12 23:10:39 -08:00
+++ 1.490/sql/sql_select.cc	2007-02-12 23:10:39 -08:00
@@ -1505,7 +1505,7 @@
 
   if ((curr_join->select_lex->options & OPTION_SCHEMA_TABLE) &&
       !thd->lex->describe &&
-      get_schema_tables_result(curr_join))
+      get_schema_tables_result(curr_join, PROCESSED_BY_JOIN_EXEC))
   {
     DBUG_VOID_RETURN;
   }
@@ -12372,7 +12372,7 @@
   /* Fill schema tables with data before filesort if it's necessary */
   if ((join->select_lex->options & OPTION_SCHEMA_TABLE) &&
       !thd->lex->describe &&
-      get_schema_tables_result(join))
+      get_schema_tables_result(join, PROCESSED_BY_CREATE_SORT_INDEX))
     goto err;
 
   if (table->s->tmp_table)
Thread
bk commit into 5.0 tree (igor:1.2410)igor13 Feb