cakephp2-php8/lib/Cake/Model/Datasource
paolo a7b5f8c3af DboSource now check the actual status of connection by executing a dumb query on DB
This change makes it possible for developer to build reconnection logic
on MySQL connections which frequently time out in long running CLI
processes.

Cherry picked onto 2.7 from #7190.
2015-08-07 21:59:28 -04:00
..
Database Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
Session Ignore counter cache also 2015-01-23 08:30:34 +00:00
CakeSession.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
DataSource.php Wording correction. 2014-11-05 13:14:45 +01:00
DboSource.php DboSource now check the actual status of connection by executing a dumb query on DB 2015-08-07 21:59:28 -04:00