mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
14 lines
598 B
Text
14 lines
598 B
Text
################################################################################
|
|
# Created by Horst Hunger 2008-05-07 #
|
|
# #
|
|
# Wrapper for 64 bit machines #
|
|
################################################################################
|
|
|
|
--source include/have_64bit.inc
|
|
--source suite/sys_vars/inc/timestamp_basic.inc
|
|
|
|
SET @@timestamp = 123456789123456;
|
|
SELECT @@timestamp;
|
|
SET @@timestamp = 60*60*60*60*365;
|
|
SELECT @@timestamp;
|
|
|