Skip to content

Commit ca3ae4a

Browse files
committed
AC-12085:: Add compatibility with MariaDB 11.4 LTS For CE
1 parent ee4b7f4 commit ca3ae4a

File tree

1 file changed

+0
-10
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Db

1 file changed

+0
-10
lines changed

dev/tests/integration/framework/Magento/TestFramework/Db/Mysql.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,4 @@ protected function getDbDumpCommand()
309309
{
310310
return $this->isMariaDB() ? 'mariadb-dump' : 'mysqldump';
311311
}
312-
313-
/**
314-
* Get db command mysql or mariadb-import
315-
*
316-
* @return string
317-
*/
318-
protected function getDbImportCommand()
319-
{
320-
return $this->isMariaDB() ? 'mariadb-import' : 'mysql';
321-
}
322312
}

0 commit comments

Comments
 (0)