#At file:///home/marko/innobase/dev/mysql-5.1-innodb2/ based on revid:vasil.dimov@strippedqvj8iiy9mm
3456 Marko Mäkelä 2010-05-11
Remove a stray expression. Spotted by Sunny Bains.
modified:
storage/innodb_plugin/page/page0zip.c
=== modified file 'storage/innodb_plugin/page/page0zip.c'
--- a/storage/innodb_plugin/page/page0zip.c 2009-09-28 07:52:25 +0000
+++ b/storage/innodb_plugin/page/page0zip.c 2010-05-11 10:45:00 +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-20100511104500-c6kzd0bg5s42p8e9.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-innodb branch (marko.makela:3456) | marko.makela | 11 May |