Skip to content

Commit ee4b7f4

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function restoreFromDbDump()
176176
throw new \LogicException("DB dump file does not exist: " . $this->getSetupDbDumpFilename());
177177
}
178178

179-
$dbCommand = $this->getDbImportCommand();
179+
$dbCommand = $this->getDbCommand();
180180

181181
$this->_shell->execute(
182182
"{$dbCommand} --defaults-file=%s --host=%s --port=%s %s < %s",

0 commit comments

Comments
 (0)