diff options
author | unknown <marko@hundin.mysql.fi> | 2005-03-08 16:02:13 +0200 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-03-08 16:02:13 +0200 |
commit | 15842c55ac5177bcfbdf4daf4d26f2a27eccc00d (patch) | |
tree | e498116e24a4f56150eff0f4f00844c5cba0725a /innobase/srv | |
parent | 9934674d175f6631b257a4ed8e2cfe22a8312052 (diff) | |
parent | 068f31dd932f9d3f61efbb7547f5ab9995254f06 (diff) | |
download | mariadb-git-15842c55ac5177bcfbdf4daf4d26f2a27eccc00d.tar.gz |
Merge hundin.mysql.fi:/home/marko/k/mysql-4.0
into hundin.mysql.fi:/home/marko/mysql-4.1
innobase/include/srv0srv.h:
Auto merged
innobase/srv/srv0srv.c:
Auto merged
Diffstat (limited to 'innobase/srv')
-rw-r--r-- | innobase/srv/srv0srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/srv/srv0srv.c b/innobase/srv/srv0srv.c index 0c888d7de72..a60e9e5a5f7 100644 --- a/innobase/srv/srv0srv.c +++ b/innobase/srv/srv0srv.c @@ -184,7 +184,7 @@ in the buffer pool to all database pages in the buffer pool smaller than the following number. But it is not guaranteed that the value stays below that during a time of heavy update/insert activity. */ -ulint srv_max_buf_pool_modified_pct = 90; +ulong srv_max_buf_pool_modified_pct = 90; /* If the following is != 0 we do not allow inserts etc. This protects the user from forgetting the innodb_force_recovery keyword to my.cnf */ |