We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1054e commit 85f46c3Copy full SHA for 85f46c3
src/Database/Adapter/MySQL.php
@@ -78,15 +78,6 @@ public function getSizeOfCollectionOnDisk(string $collection): int
78
return $size;
79
}
80
81
- public function getSupportForIndexArray(): bool
82
- {
83
- /**
84
- * Disabling index creation due to Mysql bug
85
- * @link https://bugs.mysql.com/bug.php?id=111037
86
- */
87
- return false;
88
- }
89
-
90
public function getSupportForCastIndexArray(): bool
91
{
92
if (!$this->getSupportForIndexArray()) {
0 commit comments