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:
Elena Stepanova 2014-07-28 13:31:46 +04:00
parent c57c5be12a
commit 0aa40c35ca
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
--timezone=GMT-3