MySQL 9.1.0
Source Code Documentation
|
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#include "my_byteorder.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_macros.h"
#include "storage/myisam/ftdefs.h"
#include "storage/myisam/myisam_sys.h"
#include "storage/myisam/myisamdef.h"
Functions | |
int | mi_lock_database (MI_INFO *info, int lock_type) |
void | mi_get_status (void *param, int concurrent_insert) |
void | mi_update_status (void *param) |
void | mi_restore_status (void *param) |
void | mi_copy_status (void *to, void *from) |
bool | mi_check_status (void *param) |
int | _mi_readinfo (MI_INFO *info, int lock_type, int check_keybuffer) |
int | _mi_writeinfo (MI_INFO *info, uint operation) |
int | _mi_test_if_changed (MI_INFO *info) |
int | _mi_mark_file_changed (MI_INFO *info) |
int | _mi_decrement_open_count (MI_INFO *info) |
int _mi_decrement_open_count | ( | MI_INFO * | info | ) |
int _mi_mark_file_changed | ( | MI_INFO * | info | ) |
int _mi_readinfo | ( | MI_INFO * | info, |
int | lock_type, | ||
int | check_keybuffer | ||
) |
int _mi_test_if_changed | ( | MI_INFO * | info | ) |
int _mi_writeinfo | ( | MI_INFO * | info, |
uint | operation | ||
) |
bool mi_check_status | ( | void * | param | ) |
void mi_copy_status | ( | void * | to, |
void * | from | ||
) |
void mi_get_status | ( | void * | param, |
int | concurrent_insert | ||
) |
int mi_lock_database | ( | MI_INFO * | info, |
int | lock_type | ||
) |
void mi_restore_status | ( | void * | param | ) |
void mi_update_status | ( | void * | param | ) |