summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-06-03 14:59:17 +0500
committerbar@bar.mysql.r18.ru <>2003-06-03 14:59:17 +0500
commit759214fa418c5570925ba1d5efd5a154e3b7c076 (patch)
treef7bb603f0c1323874da13a5e0f5bc44f6781cada /sql/item_geofunc.cc
parent7342852dd93d16385b69af08e30d6747a2f358e3 (diff)
downloadmariadb-git-759214fa418c5570925ba1d5efd5a154e3b7c076.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;
}