mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Merge from mysql-5.1-innodb:
------------------------------------------------------------ revno: 3456 revision-id: marko.makela@oracle.com-20100511104500-c6kzd0bg5s42p8e9 parent: vasil.dimov@oracle.com-20100510132852-cz457uqvj8iiy9mm committer: Marko Mäkelä <marko.makela@oracle.com> branch nick: mysql-5.1-innodb2 timestamp: Tue 2010-05-11 13:45:00 +0300 message: Remove a stray expression. Spotted by Sunny Bains.
This commit is contained in:
parent
2f4b80a098
commit
ad79491cd1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue