mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Moving Item::str_value from public to protected.
This commit is contained in:
parent
658a1e9420
commit
fbaaf3688d
12 changed files with 86 additions and 43 deletions
|
|
@ -3397,7 +3397,7 @@ void Item_func_set_collation::print(String *str, enum_query_type query_type)
|
|||
str->append(STRING_WITH_LEN(" collate "));
|
||||
DBUG_ASSERT(args[1]->basic_const_item() &&
|
||||
args[1]->type() == Item::STRING_ITEM);
|
||||
args[1]->str_value.print(str);
|
||||
((Item_string *)args[1])->print_value(str);
|
||||
str->append(')');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue