MDEV-6378 mtr engines iuds time tests fail
- adjusted a test result according to the change made for MDEV-6100; - added explicit timezone for engines/iuds, since MTR in MariaDB does not set it like MySQL's, and tests with constant TIMESTAMP can have different outcome
This commit is contained in:
parent
c57c5be12a
commit
0aa40c35ca
@ -5035,9 +5035,9 @@ CAST(0.2359591234567e6 AS TIME)
|
||||
23:59:59
|
||||
SELECT CAST(0.2359591234567e+30 AS TIME);
|
||||
CAST(0.2359591234567e+30 AS TIME)
|
||||
NULL
|
||||
838:59:59
|
||||
Warnings:
|
||||
Warning 1292 Incorrect datetime value: '2.359591234567e29'
|
||||
Warning 1292 Truncated incorrect time value: '2.359591234567e29'
|
||||
select cast('100:55:50' as time) < cast('24:00:00' as time);
|
||||
cast('100:55:50' as time) < cast('24:00:00' as time)
|
||||
0
|
||||
|
2
mysql-test/suite/engines/iuds/suite.opt
Normal file
2
mysql-test/suite/engines/iuds/suite.opt
Normal file
@ -0,0 +1,2 @@
|
||||
--timezone=GMT-3
|
||||
|
Loading…
x
Reference in New Issue
Block a user