~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/utilities/transaction_log_connection.h

  • Committer: Brian Aker
  • Date: 2011-11-26 23:14:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111126231459-pa9i3arizevf0vlr
Remove con from being passed object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
private:
41
41
  drizzle_st *drizzle;
42
 
  drizzle_con_st connection;
 
42
  drizzle_con_st *connection;
43
43
  std::string hostName;
44
44
  bool drizzleProtocol;
45
45
};