MySQL 8.3.0
Source Code Documentation
my_write.cc File Reference
#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
 

Variable Documentation

◆ mock_write

ssize_t(* mock_write) (int fd, const void *buf, size_t count) ( int  fd,
const void *  buf,
size_t  count 
) = nullptr

◆ stage_waiting_for_disk_space

PSI_stage_info stage_waiting_for_disk_space
extern