List:Commits« Previous MessageNext Message »
From:konstantin Date:March 16 2006 11:50am
Subject:bk commit into 5.1 tree (konstantin:1.2190) BUG#17403
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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.2190 06/03/16 13:50:00 konstantin@stripped +1 -0
  A post-review fix for Bug#17403 "Events: packets out of order 
  with show create event"

  sql/sql_lex.h
    1.222 06/03/16 13:49:53 konstantin@stripped +5 -0
    Add a comment.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.1-root

--- 1.221/sql/sql_lex.h	2006-03-13 17:34:16 +03:00
+++ 1.222/sql/sql_lex.h	2006-03-16 13:49:53 +03:00
@@ -53,6 +53,11 @@
 /*
   When a command is added here, be sure it's also added in mysqld.cc
   in "struct show_var_st status_vars[]= {" ...
+
+  If the command returns a result set or is not allowed in stored
+  functions or triggers, please also make sure that
+  sp_get_flags_for_command (sp_head.cc) returns proper flags for the
+  added SQLCOM_.
 */
 
 enum enum_sql_command {
Thread
bk commit into 5.1 tree (konstantin:1.2190) BUG#17403konstantin16 Mar