Commit b77105ca authored by Varun Gupta's avatar Varun Gupta

Only single element order-by list is allowed for percentile functions

parent 4f4f8f3f
......@@ -10765,9 +10765,11 @@ inverse_distribution_function_def:
;
order_by_single_element_list:
ORDER_SYM BY order_list
ORDER_SYM BY order_ident order_dir
{ if (add_order_to_list(thd, $3,(bool) $4)) MYSQL_YYABORT; }
;
window_name:
ident
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment