1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

set_var.cc, sql_table.cc, handler.cc, field.cc:

Less default_charset_info
This commit is contained in:
bar@bar.mysql.r18.ru
2003-02-26 13:34:35 +04:00
parent 1a2c7da8db
commit e3579917da
4 changed files with 4 additions and 4 deletions

View File

@ -4549,7 +4549,7 @@ void Field_geom::set_key_image(char *buff,uint length,CHARSET_INFO *cs)
void Field_geom::sql_type(String &res) const
{
res.set("geometry", 8, default_charset_info);
res.set("geometry", 8, &my_charset_latin1);
}
int Field_blob::key_cmp(const byte *key_ptr, uint max_key_length)