diff options
author | unknown <serg@serg.mylan> | 2004-02-27 20:30:08 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-27 20:30:08 +0100 |
commit | 1e191736d6ddf9dc70d6f430921588fdb6aecf91 (patch) | |
tree | d0f8d063fcdfa4d4c0549be6ee8d1a3d49393175 /sql/item_create.h | |
parent | bda3122232ef76d8ff9a2737666e84dfba756923 (diff) | |
download | mariadb-git-1e191736d6ddf9dc70d6f430921588fdb6aecf91.tar.gz |
my_gethwaddr() for linux/freebsd
UUID() function
BitKeeper/etc/ignore:
Added mysys/test_gethwaddr to the ignore list
include/my_sys.h:
my_gethwaddr()
mysys/Makefile.am:
my_gethwaddr
sql/item_create.cc:
UUID() function
sql/item_create.h:
UUID() function
sql/item_strfunc.cc:
UUID() function
sql/item_strfunc.h:
UUID() function
sql/lex.h:
UUID() function
sql/mysql_priv.h:
UUID() function
sql/mysqld.cc:
UUID() function
sql/sql_class.cc:
cleanup
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 773fdffbaf2..a6a3c9e1841 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -92,6 +92,7 @@ Item *create_func_time_format(Item *a, Item *b); Item *create_func_time_to_sec(Item* a); Item *create_func_to_days(Item* a); Item *create_func_ucase(Item* a); +Item *create_func_uuid(void); Item *create_func_version(void); Item *create_func_weekday(Item* a); Item *create_load_file(Item* a); |