commit ed9d6096aa9382107d55be6f5b791be34637290f parent 8b2ee5b99a91bffea21765f97adeb6d6f3c2228e Author: Sergio Benitez <sb@sergio.bz> Date: Mon, 22 Oct 2018 00:01:34 -0700 Really disable MySQL pooling support. Diffstat:
M | scripts/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/test.sh b/scripts/test.sh @@ -90,7 +90,7 @@ if [ "$1" = "--contrib" ]; then diesel_sqlite_pool diesel_mysql_pool postgres_pool - mysql_pool + # mysql_pool sqlite_pool cypher_pool redis_pool