File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/core/Mage/ImportExport/Model/Resource/Helper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Mage_ImportExport_Model_Resource_Helper_Mysql4 extends Mage_Core_Model_Res
26
26
*/
27
27
public const DB_MAX_PACKET_SIZE = 1048576 ; // Maximal packet length by default in MySQL
28
28
public const DB_MAX_PACKET_COEFFICIENT = 0.85 ; // The coefficient of useful data from maximum packet length
29
-
29
+
30
30
/**
31
31
* Semaphore to disable schema stats only once
32
32
*
@@ -45,7 +45,7 @@ public function getMaxDataSize()
45
45
$ maxPacket = empty ($ maxPacketData ['Value ' ]) ? self ::DB_MAX_PACKET_SIZE : $ maxPacketData ['Value ' ];
46
46
return floor ($ maxPacket * self ::DB_MAX_PACKET_COEFFICIENT );
47
47
}
48
-
48
+
49
49
/**
50
50
* Returns next autoincrement value for a table
51
51
*
@@ -67,7 +67,7 @@ public function getNextAutoincrement($tableName)
67
67
}
68
68
return $ entityStatus ['Auto_increment ' ];
69
69
}
70
-
70
+
71
71
/**
72
72
* Set information_schema_stats_expiry to 0 if not already set.
73
73
*/
You can’t perform that action at this time.
0 commit comments