You need to sign in or sign up before continuing.
  • Varun Gupta's avatar
    MDEV-15424: Unreasonable SQL Error (1356) on select from view · 82a4d55d
    Varun Gupta authored
    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.
    82a4d55d
item.cc 294 KB