Merge branch '3.0' into release-3.0.10

This commit is contained in:
Carlos Salguero
2018-05-19 00:04:35 -03:00
5 changed files with 11 additions and 11 deletions

View File

@@ -2518,7 +2518,7 @@ report_mysql_summary () {
local keyring_plugins="$(collect_keyring_plugins)"
local encrypted_tables=""
local encrypted_tablespaces=""
if [ ${OPT_LIST_ENCRYPTED_TABLES} == 'yes' ]; then
if [ "${OPT_LIST_ENCRYPTED_TABLES}" = 'yes' ]; then
encrypted_tables="$(collect_encrypted_tables)"
encrypted_tablespaces="$(collect_encrypted_tablespaces)"
fi