Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15492312
D10641.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
567 B
Referenced Files
None
Subscribers
None
D10641.id.diff
View Options
diff --git a/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php b/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php
--- a/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php
+++ b/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php
@@ -114,7 +114,7 @@
queryfx(
$this->getConn(null),
- 'CREATE DATABASE IF NOT EXISTS %T COLLATE %Q',
+ 'CREATE DATABASE IF NOT EXISTS %T COLLATE %T',
$this->getDatabaseName($fragment),
$collate_text);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 13, 1:14 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7740919
Default Alt Text
D10641.id.diff (567 B)
Attached To
Mode
D10641: Storage - escape collation type in create database code pathway
Attached
Detach File
Event Timeline
Log In to Comment