~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/error_message.cc

  • Committer: Brian Aker
  • Date: 2011-01-17 23:44:48 UTC
  • mfrom: (2088.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234448-0tt6rd6fxa3csdaf
Rollup of all changes for identifier/error

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
  std::vector<plugin::ErrorMessage *>::iterator iter=
110
110
    std::find_if(all_errmsg_handler.begin(), all_errmsg_handler.end(),
111
111
                 Print(session, priority, format, ap)); 
 
112
 
112
113
  /* If iter is == end() here, that means that all of the plugins returned
113
114
   * false, which in this case means they all succeeded. Since we want to 
114
115
   * return false on success, we return the value of the two being !=