~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-24 00:05:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111124000544-186obn61qr3b7r9x
First pass, drizzle_create() no longer takes an argument. This means that we can now change drizzle_st without being concerned about ABI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  void errorHandler(drizzle_result_st *res,  drizzle_return_t ret, const char *when);
39
39
 
40
40
private:
41
 
  drizzle_st drizzle;
 
41
  drizzle_st *drizzle;
42
42
  drizzle_con_st connection;
43
43
  std::string hostName;
44
44
  bool drizzleProtocol;