MDEV-23804: Server crashes in st_select_lex::collect_grouping_fields_for_derived
The issue here was we were trying to push an extracted condition for a view into the underlying table value constructor inside the view. The fix would be to not push conditions into table value constructors.
Showing
Please register or sign in to comment