mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug17951/my50-bug17951
into rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint myisam/myisampack.c: Auto merged
This commit is contained in:
commit
a031e503dd
1 changed files with 2 additions and 0 deletions
|
@ -2923,6 +2923,8 @@ static void flush_bits(void)
|
|||
bits-= 8;
|
||||
*file_buffer.pos++= (uchar) (bit_buffer >> bits);
|
||||
}
|
||||
if (file_buffer.pos >= file_buffer.end)
|
||||
VOID(flush_buffer(~ (ulong) 0));
|
||||
file_buffer.bits= BITS_SAVED;
|
||||
file_buffer.bitbucket= 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue