List:Commits« Previous MessageNext Message »
From:andrey Date:September 13 2006 2:55pm
Subject:bk commit into 5.1 tree (ahristov:1.2313)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ahristov. When ahristov 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, 2006-09-13 16:55:15+02:00, ahristov@stripped +1 -0
  event_queue.cc:
    fix sigsegv

  sql/event_queue.cc@stripped, 2006-09-13 16:54:34+02:00, ahristov@stripped +1 -1
    fix sigsegv

# 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:	ahristov
# Host:	bk-internal.mysql.com
# Root:	/data0/bk/mysql-5.1-wl3337-pre-event-queue

--- 1.15/sql/event_queue.cc	2006-09-13 16:55:21 +02:00
+++ 1.16/sql/event_queue.cc	2006-09-13 16:55:21 +02:00
@@ -320,7 +320,7 @@
 Event_queue::drop_event(THD *thd, LEX_STRING dbname, LEX_STRING name)
 {
   DBUG_ENTER("Event_queue::drop_event");
-  DBUG_PRINT("enter", ("thd=0x%lx db=%s name=%s", thd, dbname, name));
+  DBUG_PRINT("enter", ("thd=0x%lx db=%s name=%s", thd, dbname.str, name.str));
 
   LOCK_QUEUE_DATA();
   find_n_remove_event(dbname, name);
Thread
bk commit into 5.1 tree (ahristov:1.2313)andrey13 Sep