]> source.dussan.org Git - nextcloud-server.git/commit
Add repair step to set MySQL collation to utf8_bin
authorRobin Appelman <icewind@owncloud.com>
Mon, 7 Jul 2014 15:37:35 +0000 (17:37 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 8 Jul 2014 13:12:07 +0000 (15:12 +0200)
commit76c709d7de67f680b3f1f8b52f0418e029d99341
tree2b81311c0dcc991781503775de8a134671548e30
parent687cd7fe83fc40d7bc7d2ba7df5b495bf7bebdca
Add repair step to set MySQL collation to utf8_bin
Set default collation of mysql connection to utf8_bin
Set utf_bin as default collation for new tables
lib/private/db/mdb2schemareader.php
lib/private/repair.php
lib/private/setup/mysql.php
lib/repair/collation.php [new file with mode: 0644]
tests/lib/repair/repaircollation.php [new file with mode: 0644]