diff options
author | Michael Widenius <monty@askmonty.org> | 2013-03-26 00:03:13 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2013-03-26 00:03:13 +0200 |
commit | 068c61978e3a81836d52b8caf11e044290159ad1 (patch) | |
tree | 2cbca861ab2cebe3bd99379ca9668bb483ca0d2a /storage/innobase/include/trx0rec.ic | |
parent | 35bc8f9f4353b64da215e52ff6f1612a8ce66f43 (diff) | |
download | mariadb-git-068c61978e3a81836d52b8caf11e044290159ad1.tar.gz |
Temporary commit of 10.0-merge
Diffstat (limited to 'storage/innobase/include/trx0rec.ic')
-rw-r--r-- | storage/innobase/include/trx0rec.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/trx0rec.ic b/storage/innobase/include/trx0rec.ic index 847c26f03a8..08704f6b821 100644 --- a/storage/innobase/include/trx0rec.ic +++ b/storage/innobase/include/trx0rec.ic @@ -90,7 +90,7 @@ trx_undo_rec_get_offset( /*====================*/ undo_no_t undo_no) /*!< in: undo no read from node */ { - return (3 + mach_ull_get_much_compressed_size(undo_no)); + return(3 + mach_ull_get_much_compressed_size(undo_no)); } /***********************************************************************//** |