mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
port to i386
git-svn-id: file:///svn/tokudb@4161 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
85d3c99dca
commit
2f35b4cf16
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ int deserialize_brtheader_7_or_later(u_int32_t size, int fd, DISKOFF off, struct
|
|||
rc.ndone = 0;
|
||||
{
|
||||
ssize_t r = pread(fd, rc.buf, size-12, off+12);
|
||||
if (r!=size-12) { ret = EINVAL; goto died1; }
|
||||
if (r!=(ssize_t)size-12) { ret = EINVAL; goto died1; }
|
||||
}
|
||||
h->dirty=0;
|
||||
h->layout_version = rbuf_int(&rc);
|
||||
|
|
Loading…
Add table
Reference in a new issue