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

Method set_statement

sql/sql_class.cc:4377–4384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4375
4376
4377void Statement::set_statement(Statement *stmt)
4378{
4379 id= stmt->id;
4380 column_usage= stmt->column_usage;
4381 lex= stmt->lex;
4382 query_string= stmt->query_string;
4383 hr_prepare_time= stmt->hr_prepare_time;
4384}
4385
4386
4387void

Callers 4

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected