Skip to content

Commit e38d4cf

Browse files
committed
AC-11995:Add compatibility with MySQL 8.4 LTS
1 parent 377d22a commit e38d4cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/setup-integration/testsuite/Magento/Setup/DeclarativeInstallerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ public function testInstallationWithConstraintsModification()
208208
['Magento_TestSetupDeclarationModule1']
209209
);
210210
$this->updateDbSchemaRevision('constraint_modifications');
211-
// $adapter = $this->resourceConnection->getConnection("default");
212-
// $adapter->query("SET @OLD_RESTRICT_FK_ON_NON_STANDARD_KEY=@@GLOBAL.RESTRICT_FK_ON_NON_STANDARD_KEY, @@GLOBAL.RESTRICT_FK_ON_NON_STANDARD_KEY=0");
213211
$this->cliCommand->upgrade();
214212

215213
$diff = $this->schemaDiff->diff(
@@ -219,7 +217,6 @@ public function testInstallationWithConstraintsModification()
219217
self::assertNull($diff->getAll());
220218
$shardData = $this->describeTable->describeShard(Sharding::DEFAULT_CONNECTION);
221219
$this->assertTableCreationStatements($this->getTrimmedData(), $shardData);
222-
// $adapter->query("SET @@GLOBAL.RESTRICT_FK_ON_NON_STANDARD_KEY=IF(@OLD_RESTRICT_FK_ON_NON_STANDARD_KEY=0, 0, 1)");
223220
}
224221

225222
/**

0 commit comments

Comments
 (0)