mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge with alias as String
This commit is contained in:
@@ -1617,7 +1617,8 @@ loop_end:
|
||||
do
|
||||
{
|
||||
Field_string *field= new Field_string(tbl->file->ref_length, 0,
|
||||
tbl->alias, &my_charset_bin);
|
||||
tbl->alias.c_ptr(),
|
||||
&my_charset_bin);
|
||||
if (!field)
|
||||
DBUG_RETURN(1);
|
||||
field->init(tbl);
|
||||
|
Reference in New Issue
Block a user