X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmysqlschema.php;h=485096ac425d4dea1dc48f7ab3d5cfb3040d1a83;hb=ca2a88545d353f0e887f48fe0e3bd43b505031ca;hp=1f7c3d09269f40d5d1d33547216cd80d9d669fda;hpb=1625a13b93e1490c3f2a3d6f0dcf2bcaaf4a4c51;p=quix0rs-gnu-social.git diff --git a/lib/mysqlschema.php b/lib/mysqlschema.php index 1f7c3d0926..485096ac42 100644 --- a/lib/mysqlschema.php +++ b/lib/mysqlschema.php @@ -213,6 +213,7 @@ class MysqlSchema extends Schema $sql .= "); "; + common_log(LOG_INFO, $sql); $res = $this->conn->query($sql); if (PEAR::isError($res)) {