Skip to content

Commit 8a3f0c9

Browse files
committed
MC-14884: MySQL Upgrade - v8
1 parent 4e045c7 commit 8a3f0c9

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/blacklist/common.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ dev/tests/api-functional/testsuite/Magento/Integration/Model/AdminTokenServiceTe
1818
dev/tests/api-functional/testsuite/Magento/Integration/Model/CustomerTokenServiceTest.php
1919
app/code/Magento/Developer/Test/Unit/Console/Command/DevTestsRunCommandTest.php
2020
app/code/Magento/OfflineShipping/Test/Unit/Model/ResourceModel/Carrier/Tablerate/CSV/ColumnResolverTest.php
21-
app/code/Magento/Staging/Test/Unit/Model/Entity/Action/UpdateVersionTest.php
22-
app/code/Magento/Staging/Test/Unit/Model/Operation/DeleteTest.php
23-
app/code/Magento/Staging/Test/Unit/Model/Operation/Update/DefaultTemporaryUpdateProcessorTest.php

lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,23 @@
1212
/**
1313
* Class GetDbVersion provides sql engine version requesting version variable
1414
*
15-
* @deprecated First iteration of proper solution which is planning to implement soon
15+
* Rather then depending on this class, please implement this logic in your extension
1616
*/
1717
class SqlVersionProvider
1818
{
19-
/**
20-
* @deprecated First iteration of proper solution which is planning to implement soon
19+
/**#@+
20+
* Database version specific templates
2121
*/
2222
public const MYSQL_8_0_VERSION = '8.0.';
2323

24-
/**
25-
* @deprecated First iteration of proper solution which is planning to implement soon
26-
*/
2724
public const MYSQL_5_7_VERSION = '5.7.';
2825

29-
/**
30-
* @deprecated First iteration of proper solution which is planning to implement soon
31-
*/
3226
public const MARIA_DB_10_VERSION = '10.';
3327

28+
/**#@-*/
29+
3430
/**
35-
* @deprecated First iteration of proper solution which is planning to implement soon
31+
* Database version variable name
3632
*/
3733
private const VERSION_VAR_NAME = 'version';
3834

0 commit comments

Comments
 (0)