Navigation Menu

Skip to content

Commit

Permalink
travis: revert installing libmysqld-dev for MySQL 8
Browse files Browse the repository at this point in the history
It doesn't exist.
  • Loading branch information
kou committed Nov 26, 2018
1 parent a7d6631 commit 6cfe32c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/travis/install.sh
Expand Up @@ -116,11 +116,15 @@ else
sudo apt-get -qq update
sudo apt-get -qq -y remove --purge mysql-common
sudo apt-get -qq -y build-dep mysql-server
sudo apt-get -y install \
sudo apt-get -qq -y install \
mysql-server \
libmysqlclient-dev \
libmysqld-dev \
mysql-testsuite
case "$MYSQL_VERSION" in
mysql-5.*)
sudo apt-get -qq -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 6cfe32c

Please sign in to comment.