mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
merged
sql/item_create.cc: Auto merged sql/item_func.h: Auto merged sql/lex.h: Auto merged
This commit is contained in:
commit
f4da62e138
11 changed files with 39 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue