Commit f122cca4 authored by Sergei Golubchik's avatar Sergei Golubchik

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)
parent 6f12cfdc
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment