~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/execute.h

  • Committer: Mark Atwood
  • Date: 2011-12-11 22:56:39 UTC
  • mfrom: (2465.1.1 drizzle)
  • Revision ID: me@mark.atwood.name-20111211225639-3d8ype7g2y82dci5
mergeĀ lp:~brianaker/drizzle/libdrizzle-breakout

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
  bool parseVariable(void);
36
36
 
37
 
  bool runStatement(plugin::NullClient *client, const std::string &arg);
 
37
  bool runStatement(plugin::NullClient&, const std::string&);
38
38
 
39
39
  bool execute_shell();
40
40
public:
47
47
} /* namespace statement */
48
48
 
49
49
} /* namespace drizzled */
50