mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 01:20:15 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
098c0f2634
278 changed files with 17666 additions and 7397 deletions
|
|
@ -1118,8 +1118,8 @@ SELECT 1 FROM g1 WHERE a >= ANY
|
|||
(SELECT 1 FROM g1 WHERE a = ST_geomfromtext('') OR a) ;
|
||||
1
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'a'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'a'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'a'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'a'
|
||||
DROP TABLE g1;
|
||||
End of 5.5 tests
|
||||
DROP DATABASE IF EXISTS gis_ogs;
|
||||
|
|
|
|||
|
|
@ -1119,8 +1119,8 @@ SELECT 1 FROM g1 WHERE a >= ANY
|
|||
(SELECT 1 FROM g1 WHERE a = ST_geomfromtext('') OR a) ;
|
||||
1
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'a'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'a'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'a'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'a'
|
||||
DROP TABLE g1;
|
||||
End of 5.5 tests
|
||||
DROP DATABASE IF EXISTS gis_ogs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue