summaryrefslogtreecommitdiff
path: root/innobase/include/srv0srv.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-03-08 11:12:18 +0200
committerunknown <marko@hundin.mysql.fi>2005-03-08 11:12:18 +0200
commitc9a4502e8213f645d63ba87cc9ee7f07a8fcdb04 (patch)
treef6abb1171cf1c04e76910d688e1bc6e1101f4ce1 /innobase/include/srv0srv.h
parent9cd79914c9f147673d59e4f67a4913121f787a81 (diff)
downloadmariadb-git-c9a4502e8213f645d63ba87cc9ee7f07a8fcdb04.tar.gz
InnoDB: Win64 portability fix: add missing declaration and
correct the definition of srv_max_buf_pool_modified_pct. innobase/include/srv0srv.h: Declare srv_max_buf_pool_modified_pct innobase/srv/srv0srv.c: Define srv_max_buf_pool_modified_pct as ulong, as it is declared in ha_innodb.h.
Diffstat (limited to 'innobase/include/srv0srv.h')
-rw-r--r--innobase/include/srv0srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h
index 30dd3db7bb1..e18ceb32bbe 100644
--- a/innobase/include/srv0srv.h
+++ b/innobase/include/srv0srv.h
@@ -101,6 +101,7 @@ extern ibool srv_use_doublewrite_buf;
extern ibool srv_set_thread_priorities;
extern int srv_query_thread_priority;
+extern ulong srv_max_buf_pool_modified_pct;
extern ulong srv_max_purge_lag;
/*-------------------------------------------*/