mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
main.null --ps: Item_null doesn't need charset converter
in particular, not the one that destructively changes Item's charset (meaning different metadata for PREPARE and EXECUTE)
This commit is contained in:
parent
6f12cfdc5e
commit
f122cca4df
1 changed files with 0 additions and 1 deletions
|
|
@ -3132,7 +3132,6 @@ my_decimal *Item_null::val_decimal(my_decimal *decimal_value)
|
|||
|
||||
Item *Item_null::safe_charset_converter(CHARSET_INFO *tocs)
|
||||
{
|
||||
collation.set(tocs);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue