diff options
author | unknown <wax@kishkin.ru> | 2003-04-02 18:15:16 +0600 |
---|---|---|
committer | unknown <wax@kishkin.ru> | 2003-04-02 18:15:16 +0600 |
commit | aee0d02abdae17a6c24dd2aa0fe9a82bafc78fd8 (patch) | |
tree | 488579564c80c09c40acdafd8ff903c433ef47c1 /sql/lex.h | |
parent | 69b8b99a399da7ff0a6da857fbbb484a09a404fc (diff) | |
parent | 6feda00ddb0253dc38f3b8fdf3e0a149086daf15 (diff) | |
download | mariadb-git-aee0d02abdae17a6c24dd2aa0fe9a82bafc78fd8.tar.gz |
Auto merged
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index 01a289e4f7a..aab530251b8 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -335,6 +335,7 @@ static SYMBOL symbols[] = { { "ROWS", SYM(ROWS_SYM),0,0}, { "RTREE", SYM(RTREE_SYM),0,0}, { "SECOND", SYM(SECOND_SYM),0,0}, + { "SEPARATOR", SYM(SEPARATOR_SYM),0,0}, { "SELECT", SYM(SELECT_SYM),0,0}, { "SERIAL", SYM(SERIAL_SYM),0,0}, { "SERIALIZABLE", SYM(SERIALIZABLE_SYM),0,0}, @@ -503,6 +504,7 @@ static SYMBOL sql_functions[] = { { "GEOMFROMWKB", SYM(GEOMFROMWKB),0,0}, { "GLENGTH", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_glength)}, { "GREATEST", SYM(GREATEST_SYM),0,0}, + { "GROUP_CONCAT", SYM(GROUP_CONCAT_SYM),0,0}, { "GROUP_UNIQUE_USERS", SYM(GROUP_UNIQUE_USERS),0,0}, { "HEX", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_hex)}, { "IFNULL", SYM(FUNC_ARG2),0,CREATE_FUNC(create_func_ifnull)}, |