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.
1 parent e3d2354 commit 6c86833Copy full SHA for 6c86833
storage/innobase/rem/rec.h
@@ -572,7 +572,7 @@ bool rec_offs_cmp(ulint *offsets1, ulint *offsets2);
572
573
/** Print the record offsets.
574
@param[in] out the output stream to which offsets are printed.
575
-@param[in] offset the field offsets of the record.
+@param[in] offsets the field offsets of the record.
576
@return the output stream. */
577
std::ostream &rec_offs_print(std::ostream &out, const ulint *offsets);
578
#else
0 commit comments