mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into ibmlab.site:/home/my/bk/mysql-5.1-new
This commit is contained in:
commit
6dbb6cf199
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ class Event_timed;
|
|||
/*
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue