mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix for bug#52501 consisting of changes of some sys_vars tests including review results.
This commit is contained in:
@ -66,10 +66,6 @@ SET @@timestamp = 0;
|
||||
|
||||
--echo 'Setting 0 resets timestamp to session default timestamp'
|
||||
|
||||
SET @@timestamp = 123456789123456;
|
||||
SELECT @@timestamp;
|
||||
SET @@timestamp = 60*60*60*60*365;
|
||||
SELECT @@timestamp;
|
||||
SET @@timestamp = -1000000000;
|
||||
SELECT @@timestamp;
|
||||
|
||||
|
Reference in New Issue
Block a user