List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:November 14 2007 9:07pm
Subject:bk commit into 5.0-community tree (cmiller:1.2539)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0-community repository of cmiller. When cmiller 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-11-14 15:07:03-05:00, cmiller@stripped +1 -0
  Correct for 5.0 member existance and execution.

  sql/sql_profile.cc@stripped, 2007-11-14 15:07:01-05:00, cmiller@stripped +1 -1
    Correct for 5.0 member existance and execution.

diff -Nrup a/sql/sql_profile.cc b/sql/sql_profile.cc
--- a/sql/sql_profile.cc	2007-11-13 18:54:11 -05:00
+++ b/sql/sql_profile.cc	2007-11-14 15:07:01 -05:00
@@ -520,7 +520,7 @@ int PROFILING::fill_statistics_info(THD 
       /* Skip the first.  We count spans of fence, not fence-posts. */
       if (previous == NULL) continue;
 
-      if (thd->lex->sql_command == SQLCOM_SHOW_PROFILE)
+      if (thd->lex->orig_sql_command == SQLCOM_SHOW_PROFILE)
       {
         /*
           We got here via a SHOW command.  That means that we stored
Thread
bk commit into 5.0-community tree (cmiller:1.2539)Chad MILLER14 Nov