We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db_exec_prepared
1 parent 1b2d5ac commit d27aa98Copy full SHA for d27aa98
db/utils.c
@@ -175,7 +175,7 @@ bool db_step(struct db_stmt *stmt)
175
176
void db_exec_prepared_v2(struct db_stmt *stmt TAKES)
177
{
178
- trace_span_start("db_query_prepared", stmt);
+ trace_span_start("db_exec_prepared", stmt);
179
trace_span_tag(stmt, "query", stmt->query->query);
180
bool ret = stmt->db->config->exec_fn(stmt);
181
trace_span_end(stmt);
0 commit comments