~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Stewart Smith
  • Date: 2008-12-16 23:30:01 UTC
  • mfrom: (709 testable)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: stewart@flamingspork.com-20081216233001-o9z3jkwbcbxcin89
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1328
1328
  int32_t simulate_error= 0;
1329
1329
  session->system_thread = (session_type == SLAVE_Session_SQL) ?
1330
1330
    SYSTEM_THREAD_SLAVE_SQL : SYSTEM_THREAD_SLAVE_IO;
1331
 
  session->security_ctx->skip_grants();
 
1331
  session->security_ctx.skip_grants();
1332
1332
  my_net_init(&session->net, 0);
1333
1333
/*
1334
1334
  Adding MAX_LOG_EVENT_HEADER_LEN to the max_allowed_packet on all