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 5613726 commit 6b5b2f5Copy full SHA for 6b5b2f5
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -29,8 +29,10 @@ class Mage_ImportExport_Model_Resource_Helper_Mysql4 extends Mage_Core_Model_Res
29
30
/**
31
* Semaphore to disable schema stats only once
32
+ *
33
+ * @var bool
34
*/
- private static boolean $instantInformationSchemaStatsExpiry = false;
35
+ private static $instantInformationSchemaStatsExpiry = false;
36
37
38
* Returns maximum size of packet, that we can send to DB
0 commit comments