mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed problems with original gzio() functions not being able to correctly return lengths of long rows.
This commit is contained in:
parent
c4a1c72b5e
commit
4eba36ee3b
5 changed files with 247 additions and 72 deletions
|
|
@ -158,6 +158,6 @@ public:
|
|||
int max_row_length(const byte *buf);
|
||||
bool fix_rec_buff(int length);
|
||||
int unpack_row(azio_stream *file_to_read, char *record);
|
||||
int pack_row(const byte *record);
|
||||
unsigned long pack_row(const byte *record);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue