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 14d6877 commit f262415Copy full SHA for f262415
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -3083,6 +3083,7 @@ 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