cloudstack/client
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
..
WEB-INF Update L10N resource files with 4.9 strings from Transifex (20170223) 2017-02-23 06:57:29 +00:00
bindir CLOUDSTACK-8818: Use MySQL native connector with Python 2016-05-04 23:28:52 +02:00
distro CLOUDSTACK-8852 Database shows that management server is UP when it is actually stopped from the CCP GUI 2015-11-02 15:26:39 +05:30
resources/META-INF/cloudstack Spring Modularization 2013-10-02 15:41:04 -07:00
tomcatconf CLOUDSTACK-9871: Set SQL Mode in SQL Session for MySQL 5.7 compatibility 2017-04-12 15:13:08 +02:00
pom.xml CLOUDSTACK-9783: Improve metrics view performance 2017-02-28 13:45:03 +05:30