2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00

Renamed MYSQL_HAS_SHA256

This commit is contained in:
ruben
2020-04-19 11:25:42 +01:00
parent 21dbbc308f
commit 76734e8c78
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ Sanitize
Valgrindize
Use -DBOOST_MYSQL_VALGRIND_TESTS in the appropriate CIs
Refactor CMake
Rename env variables MYSQL_SHA256 in CIs
Bad serialize(value.value) somewhere
Copy operations for handshake
Test zero dates

View File

@@ -14,7 +14,7 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then
if [ $DATABASE == "mariadb" ]; then
sudo mysql -u root < ci/root_user_setup.sql
else
export MYSQL_HAS_SHA256=1
export BOOST_MYSQL_HAS_SHA256=1
fi
else
sudo cp ci/unix-ci.cnf /etc/mysql/conf.d/