Skip to content

Commit 1d4543f

Browse files
committed
ACP2E-2204: Price indexing performance gradually degrades overtime
- bypassing table check for truncate
1 parent d27734d commit 1d4543f

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,6 @@ public function truncateTable($tableName, $schemaName = null)
26922692
* @param string $tableName
26932693
* @param string $schemaName
26942694
* @return bool
2695-
* @throws LocalizedException
26962695
*/
26972696
public function isTableExists($tableName, $schemaName = null)
26982697
{

0 commit comments

Comments
 (0)