Fixed: FS#2533 - Backup not working with small values for wait_timeout and interactive_timeout in MySQL?
| | |
| | | } |
| | | |
| | | public function query($queryString) { |
| | | parent::ping(); |
| | | $this->queryId = parent::query($queryString); |
| | | $this->updateError('DB::query('.$queryString.') -> mysqli_query'); |
| | | if($this->errorNumber) debug_print_backtrace(); |
| | |
| | | } |
| | | |
| | | public function query($queryString) { |
| | | parent::ping(); |
| | | $this->queryId = parent::query($queryString); |
| | | $this->updateError('DB::query('.$queryString.') -> mysqli_query'); |
| | | if(!$this->queryId) { |