Feature #20915
Updated by Mathias Schreiber almost 10 years ago
Sometimes, after long DB operations, DB connection could be dropped. It would be nice to have a function in t3lib_db, that would check if the connection is still alive (by using mysql_ping), and if not, give an option to reconnect. (issue imported from #M11770)