################################################################################ # 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;