• Ilya Goryachev's avatar
    Automatically reconnect to the MySQL server (#654) · 8e750e65
    Ilya Goryachev authored
    * Reconnect to the MySQL server while preparing/unprepared query if the connection was lost (errno 2006)
    
    * limit auto reconnecting attempts
    
    * update stmt while autoreconnecting
    
    * reset auto reconnect counter; some refactoring
    8e750e65
MysqliDb.php 70.2 KB