Fix some bugs with MySQL strict mode

Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
Yuriy Pikhtarev 2018-06-24 21:08:46 +03:00
commit 5429a3bcb8
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
8 changed files with 34 additions and 16 deletions

View file

@ -165,8 +165,8 @@ switch ($mode) {
'CRON_SCRIPT' => '',
'RUN_TIME' => '',
'RUN_ORDER' => 255,
'LAST_RUN' => '0000-00-00 00:00:00',
'NEXT_RUN' => '0000-00-00 00:00:00',
'LAST_RUN' => '1900-01-01 00:00:00',
'NEXT_RUN' => '1900-01-01 00:00:00',
'RUN_INTERVAL' => '',
'LOG_ENABLED' => 0,
'LOG_FILE' => '',