We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39c6140 + cc10b50 commit 61dd323Copy full SHA for 61dd323
src/Database/Adapter/MariaDB.php
@@ -2001,9 +2001,6 @@ public function getSupportForNumericCasting(): bool
2001
2002
public function getSupportForIndexArray(): bool
2003
{
2004
- /**
2005
- * Disabled to be compatible with Mysql adapter
2006
- */
2007
- return false;
+ return true;
2008
}
2009
src/Database/Adapter/MySQL.php
@@ -81,10 +81,9 @@ public function getSizeOfCollectionOnDisk(string $collection): int
81
82
83
/**
84
- * Disabling index creation due to Mysql bug
85
* @link https://bugs.mysql.com/bug.php?id=111037
86
*/
87
88
89
90
public function getSupportForCastIndexArray(): bool
0 commit comments