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 | 83c04153bc02af520925a290f95b163ed047ffdb (patch) | |
tree | d0f8d063fcdfa4d4c0549be6ee8d1a3d49393175 /.bzrignore | |
parent | 4e468f66cc48c1ede186103594fb8a4a00ce010e (diff) | |
download | mariadb-git-83c04153bc02af520925a290f95b163ed047ffdb.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 '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index fbc25f32f7a..541e854b188 100644 --- a/.bzrignore +++ b/.bzrignore @@ -646,3 +646,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +mysys/test_gethwaddr |