Skip to content

Commit aa55da2

Browse files
committed
AC-7469: Add support for MySQL8.0.29 and higher
1 parent 3eb8740 commit aa55da2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\Framework\DB\Adapter;
99

1010
use Magento\Framework\App\ResourceConnection;
11-
use Magento\Tests\NamingConvention\true\bool;
1211

1312
/**
1413
* Class GetDbVersion provides sql engine version requesting version variable
@@ -130,7 +129,7 @@ private function fetchSqlVersion(string $resource): string
130129
* @return bool
131130
* @throws ConnectionException
132131
*/
133-
public function isMysqlGte8029(): bool
132+
public function isMysqlGte8029()
134133
{
135134
$sqlVersion = $this->getSqlVersion();
136135
$isMariaDB = str_contains($sqlVersion, SqlVersionProvider::MARIA_DB_10_VERSION);

0 commit comments

Comments
 (0)