summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.h
diff options
context:
space:
mode:
authorunknown <ram@mysql.r18.ru>2003-06-20 14:53:37 +0500
committerunknown <ram@mysql.r18.ru>2003-06-20 14:53:37 +0500
commitfd3abc83eaef975979f227c564bd11d9a76a0cb4 (patch)
tree20fd14db37a9803d4afadf701d29300621b541bb /sql/item_geofunc.h
parent2295fcc8769c4e7184cb012e3406f21b0d3a8d13 (diff)
downloadmariadb-git-fd3abc83eaef975979f227c564bd11d9a76a0cb4.tar.gz
Renamed xxx_as_text() and xxx__from_text().
Diffstat (limited to 'sql/item_geofunc.h')
-rw-r--r--sql/item_geofunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h
index 21e94735f31..d86914eb6c5 100644
--- a/sql/item_geofunc.h
+++ b/sql/item_geofunc.h
@@ -43,10 +43,10 @@ public:
void fix_length_and_dec();
};
-class Item_func_as_text: public Item_str_func
+class Item_func_as_wkt: public Item_str_func
{
public:
- Item_func_as_text(Item *a): Item_str_func(a) {}
+ Item_func_as_wkt(Item *a): Item_str_func(a) {}
const char *func_name() const { return "astext"; }
String *val_str(String *);
void fix_length_and_dec();