diff options
author | unknown <guilhem@gbichot4.local> | 2007-10-02 19:16:20 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2007-10-02 19:16:20 +0200 |
commit | e81426170095017c9fe9727ca6274ef2e3e4819d (patch) | |
tree | 2723835f09ee40ed3c17c44ca7433320a0fc7cc9 /BUILD | |
parent | d0b9387b883dc30b6c89f4e769c74338e22cfc58 (diff) | |
download | mariadb-git-e81426170095017c9fe9727ca6274ef2e3e4819d.tar.gz |
Fix for pushbuild failure (noticable only on 64-bit)
storage/maria/ma_pagecache.c:
pagecache->blocks is now long, takes 8 bytes on some platforms.
The cast to ulonglong in int8store is for those platforms where
ulong is 32-bit and int8store uses some << shifts, if there are
(x<<40 is undefined if x is 32-bit).
storage/maria/ma_recovery.c:
this change corresponds to the one done in ma_pagecache.c: number
of dirty pages is stored in 8 bytes.
Diffstat (limited to 'BUILD')
0 files changed, 0 insertions, 0 deletions