mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
my_gethwaddr() for linux/freebsd
UUID() function
This commit is contained in:
@ -654,7 +654,7 @@ static SYMBOL sql_functions[] = {
|
||||
{ "STDDEV", SYM(STD_SYM)},
|
||||
{ "STR_TO_DATE", F_SYM(FUNC_ARG2),0,CREATE_FUNC(create_func_str_to_date)},
|
||||
{ "STRCMP", F_SYM(FUNC_ARG2),0,CREATE_FUNC(create_func_strcmp)},
|
||||
{ "SUBSTR", SYM(SUBSTRING)},
|
||||
{ "SUBSTR", SYM(SUBSTRING)},
|
||||
{ "SUBSTRING", SYM(SUBSTRING)},
|
||||
{ "SUBSTRING_INDEX", SYM(SUBSTRING_INDEX)},
|
||||
{ "SUBTIME", F_SYM(FUNC_ARG2),0,CREATE_FUNC(create_func_subtime)},
|
||||
@ -674,6 +674,7 @@ static SYMBOL sql_functions[] = {
|
||||
{ "UNIQUE_USERS", SYM(UNIQUE_USERS)},
|
||||
{ "UNIX_TIMESTAMP", SYM(UNIX_TIMESTAMP)},
|
||||
{ "UPPER", F_SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_ucase)},
|
||||
{ "UUID", F_SYM(FUNC_ARG0),0,CREATE_FUNC(create_func_uuid)},
|
||||
{ "VARIANCE", SYM(VARIANCE_SYM)},
|
||||
{ "VERSION", F_SYM(FUNC_ARG0),0,CREATE_FUNC(create_func_version)},
|
||||
{ "WEEK", SYM(WEEK_SYM)},
|
||||
|
Reference in New Issue
Block a user