summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSunny Bains <Sunny.Bains@Oracle.Com>2011-02-23 17:56:37 +1100
committerSunny Bains <Sunny.Bains@Oracle.Com>2011-02-23 17:56:37 +1100
commitf91ce0413bfb7554705077f11eeb46ae9dfb3695 (patch)
tree0a2bee1e5f85b7badcfd435f335a8a5a2e6eea07 /storage
parente9678ae8e7ded3b367bd244fedffb5b5dfb8b1a9 (diff)
downloadmariadb-git-f91ce0413bfb7554705077f11eeb46ae9dfb3695.tar.gz
Revert the max value of innodb_purge_batch_size to 5000.
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/handler/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index e4d041bf915..34c4500a723 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -10975,7 +10975,7 @@ static MYSQL_SYSVAR_ULONG(purge_batch_size, srv_purge_batch_size,
NULL, NULL,
20, /* Default setting */
1, /* Minimum value */
- 10000, 0); /* Maximum value */
+ 5000, 0); /* Maximum value */
static MYSQL_SYSVAR_ULONG(rollback_segments, srv_rollback_segments,
PLUGIN_VAR_OPCMDARG,