~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/execute.h

  • Committer: Mark Atwood
  • Date: 2011-10-13 18:28:03 UTC
  • mfrom: (2433.1.5 rf1)
  • Revision ID: me@mark.atwood.name-20111013182803-pbmb3r5emfxfrbvy
mergeĀ lp:~olafvdspek/drizzle/refactor2

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