diff options
author | serg@serg.mysql.com <> | 2002-01-03 20:00:45 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-01-03 20:00:45 +0000 |
commit | 5f1599e4b4b04b40a52e5c57796cdb6e61d2871d (patch) | |
tree | e7eeb4836aa90bdd94af9eefffeca93a16137b5c /sql/lex.h | |
parent | fd81437a6b91b28fd89aca4dedffa5f5d7e6e685 (diff) | |
parent | ef8436beffb8f9aac4fc646627661539dad61911 (diff) | |
download | mariadb-git-5f1599e4b4b04b40a52e5c57796cdb6e61d2871d.tar.gz |
merged
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index c2664e4e8c0..c9382275f0e 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -396,6 +396,7 @@ static SYMBOL sql_functions[] = { { "BIT_AND", SYM(BIT_AND),0,0}, { "CAST", SYM(CAST_SYM),0,0}, { "CEILING", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_ceiling)}, + { "BIT_LENGTH", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_bit_length)}, { "CHAR_LENGTH", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_char_length)}, { "CHARACTER_LENGTH", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_char_length)}, { "COALESCE", SYM(COALESCE),0,0}, |