mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
081fd8bfa2
75 changed files with 7163 additions and 328 deletions
|
|
@ -611,7 +611,9 @@ static inline size_t my_b_bytes_in_cache(const IO_CACHE *info)
|
|||
return info->read_end - info->read_pos;
|
||||
}
|
||||
|
||||
int my_b_copy_to_file(IO_CACHE *cache, FILE *file);
|
||||
int my_b_copy_to_file (IO_CACHE *cache, FILE *file, size_t count);
|
||||
int my_b_copy_all_to_file(IO_CACHE *cache, FILE *file);
|
||||
|
||||
my_off_t my_b_append_tell(IO_CACHE* info);
|
||||
my_off_t my_b_safe_tell(IO_CACHE* info); /* picks the correct tell() */
|
||||
int my_b_pread(IO_CACHE *info, uchar *Buffer, size_t Count, my_off_t pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue