diff options
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 6e70265c8bc..e1c8ed966ee 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -5228,8 +5228,8 @@ Disable with --skip-innodb-doublewrite.", (gptr*) &innobase_use_doublewrite, */ {"log-bin-trust-function-creators", OPT_LOG_BIN_TRUST_FUNCTION_CREATORS, "If equal to 0 (the default), then when --log-bin is used, creation of " - "a function (a trigger) is allowed only to users having the SUPER privilege " - "and only if this function (trigger) may not break binary logging." + "a stored function (or trigger) is allowed only to users having the SUPER privilege " + "and only if this stored function (trigger) may not break binary logging." #ifdef HAVE_ROW_BASED_REPLICATION " If using --binlog-format=row, the security issues do not exist and the " "binary logging cannot break so this option is automatically set to 1." |