~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Brian Aker
  • Date: 2009-01-22 23:52:45 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090122235245-86jal8k1zku98lfd
Detangle more of the session object

Show diffs side-by-side

added added

removed removed

Lines of Context:
1964
1964
 
1965
1965
  // TODO: the assignment below should be under mutex (5.0)
1966
1966
  mi->slave_running= DRIZZLE_SLAVE_RUN_CONNECT;
1967
 
  session->slave_net = &drizzle->net;
1968
1967
  session->set_proc_info("Checking master version");
1969
1968
  if (get_master_version_and_clock(drizzle, mi))
1970
1969
    goto err;