Navigation Menu

Skip to content

Commit

Permalink
travis: install libmysqld-dev for MySQL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 26, 2018
1 parent 049019d commit e95cc20
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tools/travis/install.sh
Expand Up @@ -119,14 +119,8 @@ else
sudo apt-get -qq -y install \
mysql-server \
libmysqlclient-dev \
libmysqld-dev \
mysql-testsuite
case "$MYSQL_VERSION" in
mysql-8*)
;;
*)
sudo apt-get -y install libmysqld-dev
;;
esac
apt-get -qq source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
fi
Expand Down

0 comments on commit e95cc20

Please sign in to comment.