summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-06-03 14:59:17 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-06-03 14:59:17 +0500
commit93d3ba840d1fe746929c68c262d3337cf4f38fc0 (patch)
treef7bb603f0c1323874da13a5e0f5bc44f6781cada /sql/item_geofunc.cc
parent4beedd513eecdc4f57715112c1496e976a2f079c (diff)
downloadmariadb-git-93d3ba840d1fe746929c68c262d3337cf4f38fc0.tar.gz
MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now)
Some default_charset_info were removed
Diffstat (limited to 'sql/item_geofunc.cc')
-rw-r--r--sql/item_geofunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_geofunc.cc b/sql/item_geofunc.cc
index 06ba67cbc73..fa858922c1b 100644
--- a/sql/item_geofunc.cc
+++ b/sql/item_geofunc.cc
@@ -141,7 +141,7 @@ String *Item_func_geometry_type::val_str(String *str)
return 0;
str->copy(geom.get_class_info()->m_name,
strlen(geom.get_class_info()->m_name),
- default_charset_info);
+ default_charset());
return str;
}