MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>
#include <limits>
#include <unistd.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"
Functions | |
int | my_fallocator (File fd, my_off_t newlength, int filler, myf MyFlags) |
Change size of the specified file. More... | |