~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Brian Aker
  • Date: 2008-12-16 06:33:48 UTC
  • Revision ID: brian@tangent.org-20081216063348-fe9j7ys729o9eb32
Refactor out char* strdup for string class in user.

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