summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot4.local>2007-10-02 19:16:20 +0200
committerunknown <guilhem@gbichot4.local>2007-10-02 19:16:20 +0200
commite81426170095017c9fe9727ca6274ef2e3e4819d (patch)
tree2723835f09ee40ed3c17c44ca7433320a0fc7cc9 /BUILD
parentd0b9387b883dc30b6c89f4e769c74338e22cfc58 (diff)
downloadmariadb-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