From: Peter van Dijk Date: Mon, 22 Jul 2013 06:27:36 +0000 (+0200) Subject: clarify X-Git-Tag: rec-3.6.0-rc1~553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a782741c3fee284310bf12c2520f7849320a4921;p=thirdparty%2Fpdns.git clarify --- diff --git a/modules/gmysqlbackend/smysql.cc b/modules/gmysqlbackend/smysql.cc index b6a97a3d16..84b8c17d96 100644 --- a/modules/gmysqlbackend/smysql.cc +++ b/modules/gmysqlbackend/smysql.cc @@ -52,7 +52,7 @@ SMySQL::SMySQL(const string &database, const string &host, uint16_t port, const } else { if (retry == 0) { mysql_close(&d_db); - throw sPerrorException("Please add 'innodb-read-committed=no' to your configuration, and reconsider your storage engine if it does not support transactions."); + throw sPerrorException("Please add '(gmysql-)innodb-read-committed=no' to your PowerDNS configuration, and reconsider your storage engine if it does not support transactions."); } retry=-1; }