~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-11-30 07:06:47 UTC
  • mfrom: (2463.1.6 drizzle-include)
  • Revision ID: me@mark.atwood.name-20111130070647-ixp7oalp70hkbt6l
mergeĀ lp:~brianaker/drizzle/libdrizzle-2.0-not-install

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;
42
 
  drizzle_con_st connection;
 
41
  drizzle_st *drizzle;
 
42
  drizzle_con_st *connection;
43
43
  std::string hostName;
44
44
  bool drizzleProtocol;
45
45
};