Browse Source

#4694 add feedback during installation

Laurent Opprecht 13 years ago
parent
commit
4af782cb77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/install/update-db-1.8.6.2-1.8.7.inc.php

+ 1 - 0
main/install/update-db-1.8.6.2-1.8.7.inc.php

@@ -279,6 +279,7 @@ if (defined('SYSTEM_INSTALLATION')) {
                     }
                 }
                 $query = "ALTER DATABASE `" . $dbStatsForm . "` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;";
+                Log::notice('Database: statistics - change default char set');
                 $res = Database::query($query);
                 if ($res === false) {
                     Log::error('Error in ' . $query . ': ' . Database::error());