List:Commits« Previous MessageNext Message »
From:ahristov Date:February 24 2006 2:08pm
Subject:bk commit into 5.1 tree (andrey:1.2170) BUG#16411
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.2170 06/02/24 14:08:34 andrey@lmy004. +1 -0
  fix for bug #16411 (microseconds are allowed)
  last fixes

  sql/event_executor.cc
    1.33 06/02/24 14:08:23 andrey@lmy004. +1 -1
    fix message

# 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-bug16411

--- 1.32/sql/event_executor.cc	2006-02-24 12:00:28 +01:00
+++ 1.33/sql/event_executor.cc	2006-02-24 14:08:23 +01:00
@@ -724,7 +724,7 @@ event_executor_worker(void *event_void)
                             event->dbname.str, event->name.str,
                             event->definer.str);
     else if (ret == EVEX_MICROSECOND_UNSUP)
-      sql_print_information("SCHEDULER: MICROSECOND is supported");
+      sql_print_information("SCHEDULER: MICROSECOND is not supported");
   }
   event->spawn_thread_finish(thd);
 
Thread
bk commit into 5.1 tree (andrey:1.2170) BUG#16411ahristov24 Feb