List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:December 7 2006 6:53pm
Subject:bk commit into 5.0 tree (cmiller:1.2346)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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, 2006-12-07 12:53:32-05:00, cmiller@stripped +1 -0
  Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible.  This is a
  forwards-incompatible change.

  include/mysql_h.ic@stripped, 2006-12-07 12:53:30-05:00, cmiller@stripped +1 -0
    Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible.  This is a
    forwards-incompatible change.

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.0-maint

--- 1.6/include/mysql_h.ic	2006-12-07 12:53:36 -05:00
+++ 1.7/include/mysql_h.ic	2006-12-07 12:53:36 -05:00
@@ -575,6 +575,7 @@ enum mysql_enum_shutdown_level
     SHUTDOWN_WAIT_UPDATES = (unsigned char)((1 << 3)),
     SHUTDOWN_WAIT_ALL_BUFFERS = ((unsigned char)((1 << 3)) << 1),
     SHUTDOWN_WAIT_CRITICAL_BUFFERS = (((unsigned char)((1 << 3)) << 1) + 1),
+    KILL_QUERY = 254,
     KILL_CONNECTION = 255,
   };
 # 154 "mysql.h"
Thread
bk commit into 5.0 tree (cmiller:1.2346)Chad MILLER7 Dec