~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client/concurrent.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-10 17:58:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110810175823-s0tm7bv5qlg8uyaf
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  virtual bool haveError(void) { return false; }
106
106
  virtual bool wasAborted(void) { return false; }
107
107
 
108
 
  void pushSQL(const std::string &arg)
 
108
  void pushSQL(str_ref arg)
109
109
  {
110
110
    ::drizzled::error_t err_msg;
111
111
    ::drizzled::execute::Context context(arg.data(), arg.size(), err_msg);