mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Making the test for MDEV-17854 independent from the host time zone
This commit is contained in:
@ -3129,4 +3129,6 @@ SELECT TIME('- 01:00:00'), TIME('- 1 01:00:00');
|
||||
--echo # MDEV-17854 Assertion `decimals <= 6' failed in my_time_fraction_remainder on SELECT with NULLIF and FROM_UNIXTIME on incorrect time
|
||||
--echo #
|
||||
|
||||
SET time_zone='+00:00';
|
||||
SELECT NULLIF(FROM_UNIXTIME('foo'), '2012-12-12 21:10:14');
|
||||
SET time_zone=DEFAULT;
|
||||
|
Reference in New Issue
Block a user