~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/command/show_warnings.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 14:32:00 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807143200-mc2h2kb088u9lvq5
Changed return type of the execute() function in Command classes to be bool
instead of int.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      SqlCommand(in_comm_type, in_session)
40
40
  {}
41
41
 
42
 
  int execute();
 
42
  bool execute();
43
43
};
44
44
 
45
45
} /* end namespace command */