Skip to content

Commit 6c86833

Browse files
Tor Didriksendahlerlend
authored andcommitted
Bug #28825617 ASSERTION FAILURE: LOB0LOB.CC.*TRX == NULLPTR || TRX->IS_READ_UNCOMMITTED()
Post push fix: broken doxygen build. Change-Id: I995a7b6767ca7359c9b37d603b5db7258f18fb05
1 parent e3d2354 commit 6c86833

File tree

1 file changed

+1
-1
lines changed
  • storage/innobase/rem

1 file changed

+1
-1
lines changed

storage/innobase/rem/rec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ bool rec_offs_cmp(ulint *offsets1, ulint *offsets2);
572572

573573
/** Print the record offsets.
574574
@param[in] out the output stream to which offsets are printed.
575-
@param[in] offset the field offsets of the record.
575+
@param[in] offsets the field offsets of the record.
576576
@return the output stream. */
577577
std::ostream &rec_offs_print(std::ostream &out, const ulint *offsets);
578578
#else

0 commit comments

Comments
 (0)