List:Commits« Previous MessageNext Message »
From:ahristov Date:June 28 2006 4:02pm
Subject:bk commit into 5.1 tree (andrey:1.2223)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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
  1.2223 06/06/28 16:02:20 andrey@lmy004. +1 -0
  after merge fix

  sql/events.cc
    1.47 06/06/28 16:02:12 andrey@lmy004. +1 -1
    after merge fix

# 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:	andrey
# Host:	lmy004.
# Root:	/work/mysql-5.1-runtime-wl3337

--- 1.46/sql/events.cc	2006-06-28 15:50:47 +02:00
+++ 1.47/sql/events.cc	2006-06-28 16:02:12 +02:00
@@ -628,7 +628,7 @@ Events::fill_schema_events(THD *thd, TAB
     If it's SHOW EVENTS then thd->lex->select_lex.db is guaranteed not to
     be NULL. Let's do an assert anyway.
   */
-  if (thd->lex->orig_sql_command == SQLCOM_SHOW_EVENTS)
+  if (thd->lex->sql_command == SQLCOM_SHOW_EVENTS)
   {
     DBUG_ASSERT(thd->lex->select_lex.db);
     if (check_access(thd, EVENT_ACL, thd->lex->select_lex.db, 0, 0, 0,
Thread
bk commit into 5.1 tree (andrey:1.2223)ahristov28 Jun