mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
################################################################################
|
|
# 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;
|
|
|