ido-mysql: Don't set the SQL mode to NO_AUTO_VALUE_ON_ZERO

This mode is obsolete because timestamp columns now default to NULL instead of '0000-00...'.

refs #10502
This commit is contained in:
Eric Lippmann 2016-11-17 12:22:00 +01:00 committed by Michael Friedrich
parent 1bb363091c
commit 0b9046a030
1 changed files with 0 additions and 4 deletions

View File

@ -6,15 +6,11 @@
--
-- -- --------------------------------------------------------
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: icinga
--