The world's most popular open source database
#include <unistd.h>#include <stdio.h>#include <errno.h>#include <screen.h>#include <limits.h>#include <signal.h>#include <stdbool.h>#include <stdlib.h>#include <sys/types.h>#include <time.h>#include <sys/time.h>#include <pthread.h>#include <termios.h>Include dependency graph for config-netware.h:

Go to the source code of this file.
Defines | |
| #define | __event_h__ |
| #define | _EVENT_H_ |
| #define | HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 |
| #define | HAVE_PTHREAD_SIGMASK 1 |
| #define | HAVE_PTHREAD_YIELD_ZERO_ARG 1 |
| #define | HAVE_BROKEN_REALPATH 1 |
| #define | HAVE_COMPRESS |
| #define | USE_OLD_FUNCTIONS 1 |
| #define | FN_NO_CASE_SENCE 1 |
| #define | DONT_USE_THR_ALARM 1 |
| #define | SIGNALS_DONT_BREAK_READ 1 |
| #define | SIGNAL_WITH_VIO_CLOSE 1 |
| #define | STACK_DIRECTION -1 |
| #define | NW_THD_STACKSIZE 65536 |
| #define | CANT_DELETE_OPEN_FILES 1 |
| #define | DEFAULT_MYSQL_HOME "sys:/mysql" |
| #define | PACKAGE "mysql" |
| #define | DEFAULT_BASEDIR "sys:/" |
| #define | SHAREDIR "share/" |
| #define | DEFAULT_CHARSET_HOME "sys:/mysql/" |
| #define | DATADIR "data/" |
| #define | SIZEOF_OFF_T 8 |
| #define | off_t off64_t |
| #define | chsize chsize64 |
| #define | ftruncate ftruncate64 |
| #define | lseek lseek64 |
| #define | pread pread64 |
| #define | pwrite pwrite64 |
| #define | tell tell64 |
| #define | _POSIX_SOURCE |
| #define | set_timespec(ABSTIME, SEC) { (ABSTIME).tv_sec=time(NULL)+(SEC); (ABSTIME).tv_nsec=0; } |
| #define | NETWARE_YIELD pthread_yield() |
| #define | NETWARE_SET_SCREEN_MODE(A) setscreenmode(A) |
| #define __event_h__ |
Definition at line 22 of file config-netware.h.
| #define _EVENT_H_ |
Definition at line 23 of file config-netware.h.
| #define _POSIX_SOURCE |
Definition at line 144 of file config-netware.h.
| #define CANT_DELETE_OPEN_FILES 1 |
Definition at line 123 of file config-netware.h.
| #define chsize chsize64 |
| #define DATADIR "data/" |
| #define DEFAULT_BASEDIR "sys:/" |
| #define DEFAULT_CHARSET_HOME "sys:/mysql/" |
| #define DEFAULT_MYSQL_HOME "sys:/mysql" |
Definition at line 126 of file config-netware.h.
Referenced by get_relative_path(), main(), and mysql_init_variables().
| #define DONT_USE_THR_ALARM 1 |
Definition at line 108 of file config-netware.h.
| #define FN_NO_CASE_SENCE 1 |
Definition at line 105 of file config-netware.h.
| #define ftruncate ftruncate64 |
Definition at line 137 of file config-netware.h.
Referenced by history_do_write(), history_truncate_file(), my_chsize(), NdbDaemon_Make(), and os_file_set_eof().
| #define HAVE_BROKEN_REALPATH 1 |
Definition at line 68 of file config-netware.h.
| #define HAVE_COMPRESS |
Definition at line 98 of file config-netware.h.
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 |
Definition at line 65 of file config-netware.h.
| #define HAVE_PTHREAD_SIGMASK 1 |
Definition at line 66 of file config-netware.h.
| #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 |
Definition at line 67 of file config-netware.h.
| #define lseek lseek64 |
Definition at line 138 of file config-netware.h.
Referenced by history_do_write(), main(), my_pread(), my_pwrite(), my_seek(), my_tell(), NdbDaemon_Make(), AsyncFile::openReq(), os_file_get_size(), os_file_pread(), os_file_pwrite(), AsyncFile::readBuffer(), AsyncFile::readvReq(), vi_histedit(), and AsyncFile::writeBuffer().
Definition at line 153 of file config-netware.h.
Referenced by com_quit(), print_version(), short_usage_sub(), and usage().
| #define NETWARE_YIELD pthread_yield() |
Definition at line 151 of file config-netware.h.
Referenced by tee_fprintf(), tee_fputs(), and tee_puts().
| #define NW_THD_STACKSIZE 65536 |
Definition at line 120 of file config-netware.h.
Referenced by init_server_components(), main(), and os_thread_create().
| #define off_t off64_t |
Definition at line 135 of file config-netware.h.
Referenced by ha_tina::chain_append(), ha_tina::find_current_row(), find_eoln_buff(), Transparent_file::get_value(), innobase_start_or_create_for_mysql(), main(), my_chsize(), my_fseek(), my_ftell(), my_fwrite(), my_lock(), my_pread(), my_pwrite(), ha_tina::open(), AsyncFile::openReq(), os_file_get_size(), os_file_pread(), os_file_pwrite(), Transparent_file::read_next(), AsyncFile::readBuffer(), AsyncFile::readReq(), ha_tina::repair(), ha_tina::rnd_end(), ha_tina::rnd_pos(), AsyncFile::writeBuffer(), and AsyncFile::writeReq().
| #define PACKAGE "mysql" |
Definition at line 127 of file config-netware.h.
| #define pread pread64 |
Definition at line 139 of file config-netware.h.
Referenced by my_pread(), os_file_pread(), and AsyncFile::readBuffer().
| #define pwrite pwrite64 |
Definition at line 140 of file config-netware.h.
Referenced by my_pwrite(), os_file_pwrite(), and AsyncFile::writeBuffer().
| #define set_timespec | ( | ABSTIME, | |||
| SEC | ) | { (ABSTIME).tv_sec=time(NULL)+(SEC); (ABSTIME).tv_nsec=0; } |
Definition at line 148 of file config-netware.h.
Referenced by close_connections(), Thread_registry::deliver_shutdown(), handle_delayed_insert(), handle_manager(), main(), remove_table_from_cache(), and Item_func_get_lock::val_int().
| #define SHAREDIR "share/" |
| #define SIGNAL_WITH_VIO_CLOSE 1 |
Definition at line 114 of file config-netware.h.
| #define SIGNALS_DONT_BREAK_READ 1 |
Definition at line 111 of file config-netware.h.
| #define SIZEOF_OFF_T 8 |
Definition at line 134 of file config-netware.h.
| #define STACK_DIRECTION -1 |
Definition at line 117 of file config-netware.h.
| #define tell tell64 |
| #define USE_OLD_FUNCTIONS 1 |
Definition at line 102 of file config-netware.h.
1.4.7

