From 043007677e7475faaa7c3a6f80a0dad607be0c7c Mon Sep 17 00:00:00 2001
From: noelmcloughlin <noel.mcloughlin@gmail.com>
Date: Mon, 30 Nov 2020 16:49:02 +0000
Subject: [PATCH] doc(example): update pillar.example for strict ansi
---
pillar.example | 1 +
1 file changed, 1 insertion(+)
diff --git a/pillar.example b/pillar.example
index 17780b3..2edc7cc 100644
--- a/pillar.example
+++ b/pillar.example
@@ -40,6 +40,7 @@ mysql:
- sys
- information_schema
- performance_schema
+ explicit_defaults_for_timestamp: 1 # strict ansi supports sane defaults
mysql:
# my.cnf param that not require value
no-auto-rehash: noarg_present
--
GitLab