~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to sql/sql_class.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
884
884
   rli_fake(0), rli_slave(NULL),
885
885
   in_sub_stmt(0),
886
886
   fill_status_recursion_level(0),
 
887
   fill_variables_recursion_level(0),
887
888
   binlog_row_event_extra_data(NULL),
888
889
   binlog_unsafe_warning_flags(0),
889
890
   binlog_table_maps(0),
1991
1992
    auto_inc_intervals_in_cur_stmt_for_binlog.empty();
1992
1993
    rand_used= 0;
1993
1994
    binlog_accessed_db_names= NULL;
1994
 
    m_trans_fixed_log_file= NULL;
1995
1995
 
1996
1996
    if (gtid_mode > 0)
1997
1997
      gtid_post_statement_checks(this);
2009
2009
      auto_inc_intervals_forced.empty();
2010
2010
#endif
2011
2011
  }
 
2012
 
 
2013
  /*
 
2014
    In case of stored procedures, stored functions, triggers and events
 
2015
    m_trans_fixed_log_file will not be set to NULL. The memory will be reused.
 
2016
  */
 
2017
  if (!sp_runtime_ctx)
 
2018
    m_trans_fixed_log_file= NULL;
 
2019
 
2012
2020
  /*
2013
2021
    Forget the binlog stmt filter for the next query.
2014
2022
    There are some code paths that: