mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
66ec3a770f
73 changed files with 879 additions and 348 deletions
|
|
@ -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
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue