Commit 257ab484 authored by jani@ibmlab.site's avatar jani@ibmlab.site

Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  ibmlab.site:/home/my/bk/mysql-5.1-new
parents ba5c9403 fdd2f921
...@@ -53,6 +53,11 @@ class Event_timed; ...@@ -53,6 +53,11 @@ class Event_timed;
/* /*
When a command is added here, be sure it's also added in mysqld.cc When a command is added here, be sure it's also added in mysqld.cc
in "struct show_var_st status_vars[]= {" ... 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 { enum enum_sql_command {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment