Changeset 2209494
- Timestamp:
- 12/10/2019 06:38:09 PM (6 years ago)
- File:
-
- 1 edited
-
hyperdb/trunk/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyperdb/trunk/db.php
r1785108 r2209494 646 646 $queries = 1; 647 647 $lag = isset( $this->lag ) ? $this->lag : 0; 648 $this->last_connection = compact('dbhname', 'host', 'port', 'user', 'name', ' tcp', 'elapsed', 'success', 'queries', 'lag');648 $this->last_connection = compact('dbhname', 'host', 'port', 'user', 'name', 'server_state', 'elapsed', 'success', 'queries', 'lag'); 649 649 $this->db_connections[] = $this->last_connection; 650 650 $this->open_connections[] = $dbhname;
Note: See TracChangeset
for help on using the changeset viewer.