aboutsummaryrefslogtreecommitdiffstats
path: root/tests/travis
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-01-27 21:56:21 +0100
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-03-14 20:40:53 +0100
commitcb2eee1d2e82be62118482fb2668561c193a012b (patch)
tree51ae601142342ae1537e068fd0890b8e32460ca8 /tests/travis
parent8e80500ee68972eef7d9c004823d1a547270334f (diff)
downloadvolse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.tar.gz
volse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.tar.bz2
volse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.zip
:construction_worker: Add old MySQL 5.5 to Travis CI again.
The trusty distro contains MySQL 5.6. Add a precise distro with MySQL 5.5. Unfortunately 5.7 is not yet provided, which would be interesting because of the enabled strict SQL mode.
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/prepare_mysql.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/travis/prepare_mysql.sh b/tests/travis/prepare_mysql.sh
index 96a562ac3..92c720205 100755
--- a/tests/travis/prepare_mysql.sh
+++ b/tests/travis/prepare_mysql.sh
@@ -31,6 +31,8 @@ echo "Preparing for MySQL ..."
mysql --version
mysql -e "SELECT VERSION();"
mysql -e "SHOW VARIABLES LIKE 'max_allowed_packet';"
+mysql -e "SHOW VARIABLES LIKE 'collation_%';"
+mysql -e "SHOW VARIABLES LIKE 'character_set%';"
mysql -e "SELECT @@sql_mode;"
# Create Hubzilla database