mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge branch '10.3' into 10.4
This commit is contained in:
commit
3bb36e9495
267 changed files with 17500 additions and 7356 deletions
|
|
@ -524,7 +524,7 @@ ORDER BY t1.f2;
|
|||
MAX(t2.f2)
|
||||
NULL
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'd'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'd'
|
||||
DROP TABLE t1,t2;
|
||||
End of 5.0 tests
|
||||
#
|
||||
|
|
@ -858,13 +858,13 @@ bar
|
|||
SELECT DEFAULT(f) AS h FROM t1 HAVING h > 5;
|
||||
h
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'A'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'A'
|
||||
SELECT DEFAULT(f) AS h FROM t1 HAVING h >= 0;
|
||||
h
|
||||
A
|
||||
A
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'A'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'A'
|
||||
SELECT DEFAULT(f) AS h FROM t1 HAVING h >= 'A';
|
||||
h
|
||||
A
|
||||
|
|
@ -892,7 +892,7 @@ HAVING t.f != 112 AND t.f = 'x' AND t.f != 'a';
|
|||
f
|
||||
x
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'x'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'x'
|
||||
DROP TABLE t1,t2;
|
||||
#
|
||||
# MDEV-20200: AddressSanitizer: use-after-poison in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue