diff options
author | unknown <ram@mysql.r18.ru> | 2003-05-30 15:22:34 +0500 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2003-05-30 15:22:34 +0500 |
commit | 7a99669fbcf534d7e4fa869c4d729f21bc625b1b (patch) | |
tree | 63740c308f1012b76e837db49fc103d44503c8db /sql/item.h | |
parent | 38c5034b196e9a509d27c5dac90edc4a99f9ab69 (diff) | |
download | mariadb-git-7a99669fbcf534d7e4fa869c4d729f21bc625b1b.tar.gz |
Moved spatial functions to the sql/item_geofunc.cc file.
BitKeeper/etc/ignore:
Added libmysqld/item_geofunc.cc to the ignore list
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 470937f8ee7..2d285bbe434 100644 --- a/sql/item.h +++ b/sql/item.h @@ -644,6 +644,7 @@ public: #include "item_row.h" #include "item_cmpfunc.h" #include "item_strfunc.h" +#include "item_geofunc.h" #include "item_timefunc.h" #include "item_uniq.h" #include "item_subselect.h" |