mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Already approved bug fix for #1561.
Bug happens in INTERVAL function when number of compared arguments is 8 or more.
This commit is contained in:
parent
18ebd63440
commit
85a4e83e9a
3 changed files with 12 additions and 1 deletions
|
|
@ -50,3 +50,9 @@ id elt(two.val,'one','two')
|
|||
2 one
|
||||
4 two
|
||||
drop table t1,t2;
|
||||
SELECT INTERVAL(13, 7, 14, 21, 28, 35, 42, 49, 56);
|
||||
INTERVAL(13, 7, 14, 21, 28, 35, 42, 49, 56)
|
||||
1
|
||||
SELECT INTERVAL(13, 7, 14, 21, 28, 35, 42, 49, 56, 77);
|
||||
INTERVAL(13, 7, 14, 21, 28, 35, 42, 49, 56, 77)
|
||||
1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue