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 b0e3d15 commit ab476d6Copy full SHA for ab476d6
setup/src/Magento/Setup/Model/Installer.php
@@ -1856,8 +1856,8 @@ private function disableRestrictFKOnNonStandardKey($setup): void
1856
*/
1857
private function revertRestrictFKOnNonStandardKey($setup): void
1858
{
1859
- $setup->getConnection()->query("
1860
- SET @@GLOBAL.RESTRICT_FK_ON_NON_STANDARD_KEY=IF(@OLD_RESTRICT_FK_ON_NON_STANDARD_KEY=0, 0, 1)"
1861
- );
+// $setup->getConnection()->query("
+// SET @@GLOBAL.RESTRICT_FK_ON_NON_STANDARD_KEY=IF(@OLD_RESTRICT_FK_ON_NON_STANDARD_KEY=0, 0, 1)"
+// );
1862
}
1863
0 commit comments