You are here

protected property DatabaseConnection_mysql::$needsCleanup in Drupal 7

Flag to indicate if the cleanup function in __destruct() should run.

Type: boolean

File

includes/database/mysql/database.inc, line 25
Database interface code for MySQL database servers.

Class

DatabaseConnection_mysql

Code

protected $needsCleanup = FALSE;