Merge branch 'sh-disabled-prepared-statements-in-test' into 'master'

Disabled prepared statements in test

See merge request !12773
This commit is contained in:
Yorick Peterse 2017-07-11 11:05:02 +00:00
commit 655219e24a
2 changed files with 2 additions and 0 deletions

View File

@ -42,3 +42,4 @@ test: &test
password:
# host: localhost
# socket: /tmp/mysql.sock
prepared_statements: false

View File

@ -46,3 +46,4 @@ test: &test
username: postgres
password:
# host: localhost
prepared_statements: false