mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
A cleanup for MDEV-35427 to avoid dependency from the current date
Adding a "SET timestamp" command before the test body.
This commit is contained in:
@ -5,10 +5,12 @@
|
||||
--echo #
|
||||
|
||||
SET time_zone='+00:00';
|
||||
SET timestamp=UNIX_TIMESTAMP('2025-01-15 00:00:00');
|
||||
PREPARE s FROM 'SELECT CONCAT (UNIX_TIMESTAMP(?))';
|
||||
EXECUTE s USING CAST('00000000-0000-0000-0000-000000000001' AS UUID);
|
||||
EXECUTE s USING @unknown_variable;
|
||||
DEALLOCATE PREPARE s;
|
||||
SET timestamp=DEFAULT;
|
||||
SET time_zone=DEFAULT;
|
||||
|
||||
--echo # End of 10.11 tests
|
||||
|
Reference in New Issue
Block a user