[Pkg-owncloud-commits] [owncloud] 18/131: [Repair] add repair info for changed collation

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:58:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.1.1
in repository owncloud.

commit 388409290a9b03cd6bc2776f699c35d5669199e4
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Tue Jun 23 10:52:24 2015 +0200

    [Repair] add repair info for changed collation
---
 lib/repair/collation.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/repair/collation.php b/lib/repair/collation.php
index e28ee3a..7eb14f0 100644
--- a/lib/repair/collation.php
+++ b/lib/repair/collation.php
@@ -60,6 +60,7 @@ class Collation extends BasicEmitter implements \OC\RepairStep {
 
 		$tables = $this->getAllNonUTF8BinTables($this->connection);
 		foreach ($tables as $table) {
+			$this->emit('\OC\Repair', 'info', array("Change collation for $table ..."));
 			$query = $this->connection->prepare('ALTER TABLE `' . $table . '` CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;');
 			$query->execute();
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list