Vasil Dimov wrote:
> On Fri, Jul 10, 2009 at 10:25:11 +0000, Satya B wrote:
>
>> #At file:///home/satya/WORK/mysql/mysql-5.1-bugteam/ based on
> revid:joro@stripped
>>
>> 3018 Satya B 2009-07-10
>> Applying InnoDB snashot 5.1-ss5488, part 1
>>
>> 1. Fixes build warnings caused by applying snapshot 5.1-ss5282
>>
>> 2. Fix the Makefile.am in storage/innobase to remove the header file
>> 'fsp0types.h' which was added twice to fix build warning generated
>> after applying the 5.1-ss5282 snapshot
>>
>> Detailed revision comments:
>>
>> r5410 | marko | 2009-06-24 22:26:34 +0300 (Wed, 24 Jun 2009) | 2 lines
>> branches/5.1: Add missing #include "mtr0log.h" to avoid warnings
>> when compiling with -DUNIV_MUST_NOT_INLINE.
>> modified:
>> storage/innobase/Makefile.am
>> storage/innobase/include/trx0sys.ic
>> storage/innobase/trx/trx0purge.c
>> storage/innobase/trx/trx0sys.c
>> storage/innobase/trx/trx0undo.c
>>
>> === modified file 'storage/innobase/Makefile.am'
>> --- a/storage/innobase/Makefile.am 2009-07-01 05:37:02 +0000
>> +++ b/storage/innobase/Makefile.am 2009-07-10 10:25:08 +0000
>> @@ -57,7 +57,7 @@ noinst_HEADERS= include/btr0btr.h inclu
>> include/ha0ha.ic include/hash0hash.h \
>> include/hash0hash.ic include/ibuf0ibuf.h \
>> include/ibuf0ibuf.ic include/ibuf0types.h \
>> - include/lock0iter.h include/fsp0types.h \
>> + include/lock0iter.h \
>>
> [...]
>
> Hi,
>
> After this change there is a single space after include/lock0iter.h, can
> you restore it to only-tabs-between-include/lock0iter.h-and-\, it shows
> up in a diff here.
>
>
Hi Vasil,
Sure! Will do.
Regards,
Satya
> Thanks!
>
>