MXS-1247 Add all server window function tests

This commit is contained in:
Johan Wikman
2017-08-16 13:20:40 +03:00
parent 2784858495
commit 384633fc69
20 changed files with 1646 additions and 1 deletions

View File

@ -424,6 +424,11 @@ static const char* BUILTIN_10_2_3_FUNCTIONS[] =
//
"cume_dist",
"dense_rank",
"first_value",
"lag",
"last_value",
"lead",
"nth_value",
"ntile",
"percent_rank",
"rank",