MCPcopy Create free account
hub / github.com/MariaDB/server / set_command

Method set_command

sql/sql_lex.h:4745–4750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4743 return false;
4744 }
4745 void set_command(enum_sql_command command,
4746 DDL_options_st options)
4747 {
4748 sql_command= command;
4749 create_info.set(options);
4750 }
4751 void set_command(enum_sql_command command,
4752 uint scope,
4753 DDL_options_st options)

Callers 12

runMethod · 0.45
Delayed_insertMethod · 0.45
startMethod · 0.45
binlog_background_threadFunction · 0.45
rpl_parallel.ccFile · 0.45
new_bg_THDFunction · 0.45
handle_slave_ioFunction · 0.45
handle_slave_sqlFunction · 0.45
create_thdFunction · 0.45
create_background_thdFunction · 0.45
sql_parse.ccFile · 0.45
create_thdFunction · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected