summaryrefslogtreecommitdiff
path: root/mysql-test/r/win_rank.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/win_rank.result')
-rw-r--r--mysql-test/r/win_rank.result10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/r/win_rank.result b/mysql-test/r/win_rank.result
index 54f70147b1a..725683d3869 100644
--- a/mysql-test/r/win_rank.result
+++ b/mysql-test/r/win_rank.result
@@ -40,11 +40,11 @@ pk a b rank dense_rank
3 1 10 3 2
4 1 10 3 2
8 2 10 5 3
-5 2 20 1 0
-6 2 20 1 0
-7 2 20 1 0
-9 4 20 4 1
-10 4 20 4 1
+5 2 20 1 1
+6 2 20 1 1
+7 2 20 1 1
+9 4 20 4 2
+10 4 20 4 2
drop table t1;
#
# Test with null values in the table.