MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_eof

Function my_eof

sql/sql_class.h:2940–2945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2938/** A short cut for thd->get_stmt_da()->set_eof_status(). */
2939
2940inline void
2941my_eof(THD *thd)
2942{
2943 thd->set_row_count_func(-1);
2944 thd->get_stmt_da()->set_eof_status(thd);
2945}
2946
2947#define tmp_disable_binlog(A) \
2948 {ulonglong tmp_disable_binlog__save_options= (A)->variables.option_bits; \

Callers

nothing calls this directly

Calls 3

set_row_count_funcMethod · 0.80
set_eof_statusMethod · 0.80
get_stmt_daMethod · 0.80

Tested by

no test coverage detected