mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
BINARY charset is now used instead of binary_flag
This commit is contained in:
@@ -290,7 +290,7 @@ class store_key :public Sql_alloc
|
||||
if (field_arg->type() == FIELD_TYPE_BLOB)
|
||||
to_field=new Field_varstring(ptr, length, (uchar*) null, 1,
|
||||
Field::NONE, field_arg->field_name,
|
||||
field_arg->table, field_arg->binary(), default_charset_info);
|
||||
field_arg->table, field_arg->charset());
|
||||
else
|
||||
{
|
||||
to_field=field_arg->new_field(&thd->mem_root,field_arg->table);
|
||||
|
||||
Reference in New Issue
Block a user