diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-19 20:57:39 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-27 09:40:56 +0200 |
commit | e24caa758890e0a753c0be9293a09f5d2931e377 (patch) | |
tree | a4ae127d04b921d150ea2b2a7e3786cdb3ca3d97 /sql/sql_cmd.h | |
parent | c47acc21aa5b92d301d30a6c5fee3838111246c3 (diff) | |
download | mariadb-git-e24caa758890e0a753c0be9293a09f5d2931e377.tar.gz |
small cleanup
* keep all com_xxx constants together in struct system_status_var
* fix an outdated comment in sql_cmd.h
* fix an off-by-one bug in mysqld.cc
Diffstat (limited to 'sql/sql_cmd.h')
-rw-r--r-- | sql/sql_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cmd.h b/sql/sql_cmd.h index dcc0b3303d8..904578134b4 100644 --- a/sql/sql_cmd.h +++ b/sql/sql_cmd.h @@ -96,7 +96,7 @@ enum enum_sql_command { /* 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 com_status_vars[]= {" ... */ /* This should be the last !!! */ SQLCOM_END |