~orczhou/mysql-server/ESR

« back to all changes in this revision

Viewing changes to sql/rpl_handler.cc

  • Committer: orczhou
  • Date: 2011-08-12 08:51:56 UTC
  • Revision ID: orczhou@gmail.com-20110812085156-io8gtt7exzc0s416
delete some unused commet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
  int ret= 0;
324
324
  FOREACH_OBSERVER(ret, after_binlog_commit, thd,
325
325
                   (&param,log_info->log_file , log_info->log_pos, flags));
326
 
  /*
327
 
    Is this necessary?   
328
 
    my_free(log_info);
329
 
  */
330
326
  return ret;
331
327
}
332
328