]> granicus.if.org Git - pdns/commitdiff
disable mysql character-set-client-handshake on travis
authorKees Monshouwer <mind04@monshouwer.org>
Sat, 18 May 2013 20:22:45 +0000 (22:22 +0200)
committermind04 <mind04@monshouwer.org>
Sat, 18 May 2013 20:22:45 +0000 (22:22 +0200)
.travis.yml

index 4fbe1f064e8ddd285b88bcfa87a1ba66159951b7..afe46fd444f19100c928f0843f4124a9bfe563ce 100644 (file)
@@ -4,6 +4,8 @@ compiler:
 before_script:
  - sudo apt-get update
  - sudo apt-get install libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool libcdb-dev xmlto dblatex links
+ - sudo sed -i '0,/\[mysqld\]/s//[mysqld]\nskip-character-set-client-handshake/' /etc/mysql/my.cnf
+ - sudo restart mysql
 script:
  - ./bootstrap
  - ./configure --with-modules='gmysql tinydns random' --with-sqlite3 --enable-unit-tests