#At file:///home/marko/innobase/dev/mysql/5.5-innodb/ based on revid:vasil.dimov@stripped85juwog2j
3079 Marko Mäkelä 2010-05-11
Merge from mysql-5.1-innodb:
------------------------------------------------------------
revno: 3456
revision-id: marko.makela@stripped04500-c6kzd0bg5s42p8e9
parent: vasil.dimov@oracle.com-20100510132852-cz457uqvj8iiy9mm
committer: Marko Mäkelä <marko.makela@stripped>
branch nick: mysql-5.1-innodb2
timestamp: Tue 2010-05-11 13:45:00 +0300
message:
Remove a stray expression. Spotted by Sunny Bains.
modified:
storage/innobase/page/page0zip.c
=== modified file 'storage/innobase/page/page0zip.c'
--- a/storage/innobase/page/page0zip.c 2010-04-19 15:44:15 +0000
+++ b/storage/innobase/page/page0zip.c 2010-05-11 15:39:19 +0000
@@ -571,7 +571,7 @@ page_zip_dir_encode(
/* Traverse the list of stored records in the collation order,
starting from the first user record. */
- rec = page + PAGE_NEW_INFIMUM, TRUE;
+ rec = page + PAGE_NEW_INFIMUM;
i = 0;
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20100511153919-hjw6khgh4my3fio0.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-innodb branch (marko.makela:3079) | marko.makela | 11 May |