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 f262415 commit a369072Copy full SHA for a369072
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -3083,7 +3083,6 @@ public function startSetup()
3083
$this->rawQuery("SET SQL_MODE=''");
3084
$this->rawQuery("SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0");
3085
$this->rawQuery("SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'");
3086
-
3087
if (str_contains($this->sqlVersionProvider->getSqlVersion(), self::MYSQL_8_4_VERSION)) {
3088
$this->rawQuery("SET RESTRICT_FK_ON_NON_STANDARD_KEY=0");
3089
}
0 commit comments