MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <errno.h>
#include <stddef.h>
#include <sys/types.h>
#include <unistd.h>
#include "my_compiler.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "my_thread_local.h"
#include "mysys_err.h"
#include <algorithm>
Functions | |
size_t | my_write (File Filedes, const uchar *Buffer, size_t Count, myf MyFlags) |
Write a chunk of bytes to a file. More... | |
Variables | |
PSI_stage_info | stage_waiting_for_disk_space |
ssize_t(* | mock_write )(int fd, const void *buf, size_t count) = nullptr |
ssize_t(* mock_write) (int fd, const void *buf, size_t count) | ( | int | fd, |
const void * | buf, | ||
size_t | count | ||
) | = nullptr |
|
extern |