diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-04-02 20:51:02 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-04-02 20:51:02 +0200 |
commit | d979dd6f81394f115a2ae744b207d134db5b8241 (patch) | |
tree | 212113d6a8495233fd361b2818352861a513f976 /libmysqld | |
parent | 3b03f5d97e0f80da74cb0789f513ce0319fc9c8a (diff) | |
download | mariadb-git-d979dd6f81394f115a2ae744b207d134db5b8241.tar.gz |
more fixes for windows and status_user.test
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 9adf91c997b..0e8acc8a5e5 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -104,7 +104,7 @@ SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc ../sql-common/client.c ../sql-common/my_time.c ../sql-common/my_user.c ../sql-common/pack.c ../sql/password.c ../sql/discover.cc ../sql/derror.cc - ../sql/field.cc ../sql/field_conv.cc + ../sql/field.cc ../sql/field_conv.cc ../sql-common/client_plugin.c ../sql/filesort.cc ../sql/gstream.cc ../sql/ha_partition.cc ../sql/handler.cc ../sql/hash_filo.cc ../sql/hostname.cc ../sql/init.cc ../sql/item_buff.cc ../sql/item_cmpfunc.cc |