summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorvva@genie.(none) <>2002-10-29 12:52:34 +0400
committervva@genie.(none) <>2002-10-29 12:52:34 +0400
commit2196aae6b4c0762f06067dd4309c204b024c9fa3 (patch)
tree843bb0b689fc5050c52e0e0f41b85839c35cefda /sql/sql_lex.h
parent9adf688be6bf5b73d39b58086c7756979d7053b1 (diff)
downloadmariadb-git-2196aae6b4c0762f06067dd4309c204b024c9fa3.tar.gz
correct English in last message
delete ugly comma
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index dca3fe7e7df..50bff7c7f63 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -66,7 +66,7 @@ enum enum_sql_command {
SQLCOM_SHOW_BINLOG_EVENTS, SQLCOM_SHOW_NEW_MASTER, SQLCOM_DO,
SQLCOM_SHOW_WARNS, SQLCOM_EMPTY_QUERY, SQLCOM_SHOW_ERRORS,
SQLCOM_SHOW_COLUMN_TYPES, SQLCOM_SHOW_TABLE_TYPES, SQLCOM_SHOW_PRIVILEGES,
- SQLCOM_END, SQLCOM_HELP,
+ SQLCOM_END, SQLCOM_HELP
};
enum lex_states