1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A fix for systems that don't have HAVE_MMAP defined.

Moved some variable externs from sql_class.h to mysql_priv.h
This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-06-07 11:30:09 +03:00
parent ab96501e4c
commit f2933263fb
3 changed files with 6 additions and 4 deletions

View File

@ -45,10 +45,6 @@ extern const char **errmesg;
#define TC_LOG_PAGE_SIZE 8192
#define TC_LOG_MIN_SIZE (3*TC_LOG_PAGE_SIZE)
extern ulong opt_tc_log_size;
extern ulong tc_log_max_pages_used;
extern ulong tc_log_page_size;
extern ulong tc_log_page_waits;
#define TC_HEURISTIC_RECOVER_COMMIT 1
#define TC_HEURISTIC_RECOVER_ROLLBACK 2