mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
While printing a view containing a window function we were printing it as an Item_field object instead of an Item_window_func object. This is incorrect and this leads to us throwing an error ER_VIEW_INVALID. Fixed by adjusting the Item_ref:print function. Also made UDF function aware if there arguments have window function.
15 KiB
15 KiB