~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/rpl_injector.cc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  m_start_pos.m_file_name= my_strdup(log_info.log_file_name, MYF(0));
36
36
  m_start_pos.m_file_pos= log_info.pos;
37
37
 
 
38
  m_thd->lex->start_transaction_opt= 0; /* for begin_trans() */
38
39
  begin_trans(m_thd);
39
40
 
40
41
  thd->set_current_stmt_binlog_row_based();