Skip to content

Commit 85f46c3

Browse files
committed
Sync
1 parent 6b1054e commit 85f46c3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Database/Adapter/MySQL.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,6 @@ public function getSizeOfCollectionOnDisk(string $collection): int
7878
return $size;
7979
}
8080

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-
9081
public function getSupportForCastIndexArray(): bool
9182
{
9283
if (!$this->getSupportForIndexArray()) {

0 commit comments

Comments
 (0)