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.
1 parent 5277498 commit 5ad4f56Copy full SHA for 5ad4f56
dev/tests/integration/framework/Magento/TestFramework/Db/Mysql.php
@@ -297,7 +297,7 @@ private function isMariaDB(): bool
297
*/
298
protected function getDbCommand()
299
{
300
- return $this->isMariaDB() ? 'mariadb' : 'mysql';
+ return $this->isMariaDB() ? 'mariadb-import' : 'mysql';
301
}
302
303
/**
@@ -307,6 +307,6 @@ protected function getDbCommand()
307
308
protected function getDbDumpCommand()
309
310
- return $this->isMariaDB() ? 'mysqldump' : 'mariadb-dump';
+ return $this->isMariaDB() ? 'mariadb-dump' : 'mysqldump';
311
312
0 commit comments