~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/command.h

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
public:
47
47
  SqlCommand(enum enum_sql_command in_comm_type,
48
48
             Session *in_session)
49
 
    :
50
 
      comm_type(in_comm_type),
 
49
    : comm_type(in_comm_type),
51
50
      session(in_session)
52
51
  {}
53
52