| 4375 | |
| 4376 | |
| 4377 | void 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 | |
| 4387 | void |
no outgoing calls
no test coverage detected