Skip to content

Commit c5fac38

Browse files
committed
Bug#23539857 post-push fix removing extra comma.
Change-Id: I19162e12c1e44146501ed70aae7cb42a08b89932
1 parent cc47661 commit c5fac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ Dbtup::releaseFragPage(Fragrecord* fragPtrP,
11641164
{
11651165
if (unlikely(lcp_scanned_bit != 0))
11661166
{
1167-
g_eventLogger->info("(%u)tab(%u,%u):%u crash lcp_scanned_bit set",
1167+
g_eventLogger->info("(%u)tab(%u,%u):%u crash lcp_scanned_bit set"
11681168
" is lcp_scan_ptr_i RNIL %u,"
11691169
" last_lcp_state %u,"
11701170
" is_rowid_in_remaining_lcp_set %u"

0 commit comments

Comments
 (0)