Skip to content

Commit b39ab7d

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-94241: Mysql reconnect does not work
1 parent f0eeb57 commit b39ab7d

File tree

1 file changed

+1
-2
lines changed
  • lib/internal/Magento/Framework/DB/Statement/Pdo

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class Mysql extends \Zend_Db_Statement_Pdo
1616
{
1717

1818
/**
19-
* Executes statement with binding values to it.
20-
* Allows transferring specific options to DB driver.
19+
* Executes statement with binding values to it. Allows transferring specific options to DB driver.
2120
*
2221
* @param array $params Array of values to bind to parameter placeholders.
2322
* @return bool

0 commit comments

Comments
 (0)