diff --git a/CHANGELOG.md b/CHANGELOG.md index 4580ebe1..4aee495c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -HEAD +0.1.2 =============== +* Added max_allowed_packet=1024M to db containers for M1 and M2 to avoid imports or upgrade routines from failing on large packets. * Changed `php-fpm` and `php-debug` to use custom images based on `centos:7` as opposed to the `alpine3.9` based official php-fpm images to avoid seg-faults when Source Guardian loader is installed alongside Xdebug. * Fixed issue with DEFINER stripping in `db import` allowing it to correctly strip from both TRIGGERS and ALGORITHM clauses. diff --git a/commands/usage.help b/commands/usage.help index 53fcb74b..d2888c89 100755 --- a/commands/usage.help +++ b/commands/usage.help @@ -11,7 +11,7 @@ WARDEN_HEADER=' WARDEN_USAGE=$(cat <