[conf] r1005 - /mysql/my.cnf.tmpl

svn at incase.de svn at incase.de
Thu Mar 27 11:05:10 UTC 2008


Author: root
Date: Thu Mar 27 12:05:09 2008
New Revision: 1005

URL: https://mail.incase.de/viewcvs?rev=1005&root=conf&view=rev
Log:
Make MySQL be more strict about data

Modified:
    mysql/my.cnf.tmpl

Modified: mysql/my.cnf.tmpl
URL: https://mail.incase.de/viewcvs/mysql/my.cnf.tmpl?rev=1005&root=3Dconf&r1=1004&r2=1005&view=diff
==============================================================================
--- mysql/my.cnf.tmpl (original)
+++ mysql/my.cnf.tmpl Thu Mar 27 12:05:09 2008
@@ -125,6 +125,11 @@
 # You might want to disable InnoDB to shrink the mysqld process by circa 100MB.
 #skip-innodb
 #
+# * Data integrity settings
+#
+sql-mode = TRADITIONAL
+#note: This is a shorthand for STRICT_ALL_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE
+#
 # * Security Features
 #
 # Read the manual, too, if you want chroot!




More information about the Pkg-Cyrus-imapd-Debian-devel mailing list