List:Commits« Previous MessageNext Message »
From:gluh Date:October 4 2007 12:09pm
Subject:bk commit into 5.1 tree (gluh:1.2579)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of gluh. When gluh 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-10-04 17:08:59+05:00, gluh@stripped +1 -0
  after merge fix

  sql/sql_parse.cc@stripped, 2007-10-04 17:08:57+05:00, gluh@stripped +2 -2
    after merge fix

diff -Nrup a/sql/sql_parse.cc b/sql/sql_parse.cc
--- a/sql/sql_parse.cc	2007-10-04 16:35:10 +05:00
+++ b/sql/sql_parse.cc	2007-10-04 17:08:57 +05:00
@@ -5770,8 +5770,8 @@ TABLE_LIST *st_select_lex::add_table_to_
           /*
             this check is used for show columns|keys from I_S hidden table
           */
-          lex->orig_sql_command == SQLCOM_SHOW_FIELDS ||
-          lex->orig_sql_command == SQLCOM_SHOW_KEYS)))
+          lex->sql_command == SQLCOM_SHOW_FIELDS ||
+          lex->sql_command == SQLCOM_SHOW_KEYS)))
     {
       my_error(ER_UNKNOWN_TABLE, MYF(0),
                ptr->table_name, INFORMATION_SCHEMA_NAME.str);
Thread
bk commit into 5.1 tree (gluh:1.2579)gluh4 Oct