cloudstack/packaging/centos7/tomcat7
Wido den Hollander 0c1c27ba85
CLOUDSTACK-9871: Set SQL Mode in SQL Session for MySQL 5.7 compatibility
MySQL 5.7 has a more strict SQL mode by default with which CloudStack
is not compatible.

By setting the SQL Mode to a more relaxed mode on run-time we can
run without changing any SQL server settings.

Admins could also apply this to the [mysqld] section of their my.cnf:

sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'

Signed-off-by: Wido den Hollander <wido@widodh.nl>
2017-04-12 15:13:08 +02:00
..
catalina.properties Addresses CLOUDSTACK-9300 where the MySQL HA StaticStrategy class fails to load successfully 2016-03-04 06:53:44 -06:00
commons-logging.properties
db.properties CLOUDSTACK-9871: Set SQL Mode in SQL Session for MySQL 5.7 compatibility 2017-04-12 15:13:08 +02:00
environment.properties
java.security.ciphers fix centos7 rpm build, file misplaced 2015-03-19 10:16:20 -04:00
log4j-cloud.xml CLOUDSTACK-9062: Improve S3 implementation. 2015-11-19 15:29:10 +01:00
server.xml CLOUDSTACK-8433: remove awsapi rpm and debian packaging 2015-05-06 15:22:04 +02:00
tomcat-users.xml
web.xml