mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Fix #1705 : MySQL connection might be lost after long operations
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
*/
|
||||
interface connection_interface
|
||||
{
|
||||
|
||||
public function ping();
|
||||
|
||||
public function get_name();
|
||||
@@ -28,11 +27,5 @@ interface connection_interface
|
||||
|
||||
public function close();
|
||||
|
||||
public function prepare($statement, $driver_options = array());
|
||||
|
||||
public function beginTransaction();
|
||||
|
||||
public function commit();
|
||||
|
||||
public function server_info();
|
||||
}
|
||||
|
Reference in New Issue
Block a user