~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/execute.h

  • Committer: Brian Aker
  • Date: 2010-12-08 03:38:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1987.
  • Revision ID: brian@tangent.org-20101208033836-d0pacr0sjcd3py2w
Added WAIT to the execute() function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    return _session;
42
42
  }
43
43
 
 
44
  void setWait(bool arg= true)
 
45
  {
 
46
    wait= arg;
 
47
  }
 
48
 
44
49
private:
45
50
};
46
51