Eneboo - Documentación para desarrolladores
|
#include "mysys_priv.h"
#include "my_static.h"
#include "my_alarm.h"
struct st_remember _my_sig_remember[MAX_SIGNALS] = {{0,0}} |
volatile int _my_signals = 0 |
int _my_tempnam_used = 0 |
char NEAR curr_dir[FN_REFLEN] = {0} |
int(* error_handler_hook)(uint error, const char *str, myf MyFlags) |
int(* fatal_error_handler_hook)(uint error, const char *str, myf MyFlags) |
char NEAR NEAR home_dir_buff[FN_REFLEN] = {0} |
void(* my_abort_hook)(int) = (void(*)(int)) exit |
ulong my_default_record_cache_size = RECORD_CACHE_SIZE |
my_bool NEAR my_disable_async_io = 0 |
my_bool NEAR my_disable_flush_key_blocks = 0 |
my_bool NEAR my_disable_locking = 0 |
my_bool NEAR my_disable_symlinks = 0 |
int NEAR my_dont_interrupt = 0 |
struct st_my_file_info* my_file_info = my_file_info_default |
struct st_my_file_info my_file_info_default[MY_NFILE] = {{0,UNOPEN}} |
uint my_file_limit = MY_NFILE |
ulong my_file_opened = 0 |
int volatile my_have_got_alarm = 0 |
uint my_once_extra = ONCE_ALLOC_INIT |
my_string my_progname = 0 |
int NEAR NEAR my_umask_dir = 0777 |
my_bool NEAR mysys_uses_curses = 0 |
const char* raid_type_string[] = {"none","striped"} |
uint sf_malloc_count = 0 |
uint sf_malloc_quick = 0 |
struct st_irem* sf_malloc_root = NULL |
byte * sf_max_adress = (byte*) 0L |
byte* sf_min_adress = (byte*) ~(unsigned long) 0L |
const char* soundex_map = "01230120022455012623010202" |