mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
object of type 'Item_string' in sql/json_schema.cc Analysis: make_string_literal() returns pointer of type Item_basic_constant which is converted to pointer of type Item_string. Now, Item_string is base class of Item_basic_constant, so the error about downcasting. Fix: using constructor of Item_string type directly instead of downcasting would be more appropriate.
3.2 KiB
3.2 KiB