mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +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.
14 KiB
14 KiB