From 76fd13f742853b1d90c2bb79d7076636c9b141a0 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 11 Aug 2013 01:36:59 -0700 Subject: use mysqlnd, some tests fail otherwise --- travis/compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/travis/compile.sh b/travis/compile.sh index b48bfe8e24..a56db63c12 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -1,9 +1,9 @@ #!/bin/bash ./buildconf ./configure --quiet \ ---with-pdo-mysql \ ---with-mysql \ ---with-mysqli \ +--with-pdo-mysql=mysqlnd \ +--with-mysql=mysqlnd \ +--with-mysqli=mysqlnd \ --with-pgsql \ --with-pdo-pgsql \ --with-pdo-sqlite \ -- cgit v1.2.1