mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
8 lines
161 B
PHP
8 lines
161 B
PHP
|
disable_query_log;
|
||
|
disable_warnings;
|
||
|
if (`SELECT from_unixtime((1<<31)+24*3600) is null`) {
|
||
|
--skip Need a 64 bit timestamps
|
||
|
}
|
||
|
enable_warnings;
|
||
|
enable_query_log;
|