Skip to content

Commit 20998e2

Browse files
committed
Align
1 parent 85f46c3 commit 20998e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Database/Adapter/MySQL.php

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

81+
public function getSupportForIndexArray(): bool
82+
{
83+
/**
84+
* @link https://bugs.mysql.com/bug.php?id=111037
85+
*/
86+
return true;
87+
}
88+
8189
public function getSupportForCastIndexArray(): bool
8290
{
8391
if (!$this->getSupportForIndexArray()) {

0 commit comments

Comments
 (0)