Lines Matching full:poisoned_
206 poisoned_(false) {
287 // need to close again. Clear the |poisoned_| bit so that incorrect
289 if (poisoned_) {
290 poisoned_ = false;
301 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
356 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
468 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
479 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
493 poisoned_ = true;
500 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db";
510 poisoned_ = true;
562 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction";
579 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction";
630 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
638 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
657 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
696 return new StatementRef(NULL, NULL, poisoned_);
715 return new StatementRef(NULL, NULL, poisoned_);
753 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
799 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
807 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
848 // If |poisoned_| is set, it means an error handler called
852 // TODO(shess): Revise is_open() to consider poisoned_, and review
854 DLOG_IF(FATAL, poisoned_) << "sql::Connection is already open.";
855 poisoned_ = false;
868 bool was_poisoned = poisoned_;
978 bool was_poisoned = poisoned_;