mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -3843,6 +3843,13 @@ ROW_NUMBER() OVER w2
|
||||
5
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# MDEV-18916: crash in Window_spec::print_partition() with decimals
|
||||
#
|
||||
SELECT cast((rank() over w1) as decimal (53,56));
|
||||
ERROR 42000: Too big scale 56 specified for 'rank() over w1'. Maximum is 38
|
||||
SELECT cast((rank() over w1) as decimal (53,30));
|
||||
ERROR HY000: Window specification with name 'w1' is not defined
|
||||
#
|
||||
# End of 10.2 tests
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user