~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/sql_executor.h

  • Committer: Mark Atwood
  • Date: 2011-08-21 06:56:57 UTC
  • mfrom: (2385.3.34 rf)
  • Revision ID: me@mark.atwood.name-20110821065657-vk2at03z9u17mf1d
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <vector>
25
25
#include <drizzled/session.h>
26
26
 
27
 
namespace slave
28
 
{
 
27
namespace slave {
29
28
 
30
29
class SQLExecutor
31
30
{
43
42
    _in_error_state= false;
44
43
  }
45
44
 
46
 
  const std::string &getErrorMessage()
 
45
  const std::string &getErrorMessage() const
47
46
  {
48
47
    return _error_message;
49
48
  }