Skip to content

Commit c6ae7a7

Browse files
author
Artyom Abakumov
committed
Add forgotten change
1 parent 3ec5e77 commit c6ae7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/trace/TraceDSQLHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class TraceDSQLPrepare
5151
if (!m_need_trace)
5252
return;
5353

54-
m_start_clock = fb_utils::query_performance_counter();std::string_view
54+
m_start_clock = fb_utils::query_performance_counter();
5555

5656
static constexpr const char* empty_string = "<empty statement>";
5757
static FB_SIZE_T empty_string_length = fb_strlen(empty_string);

0 commit comments

Comments
 (0)