Commit f91ce041 authored by Sunny Bains's avatar Sunny Bains

Revert the max value of innodb_purge_batch_size to 5000.

parent e9678ae8
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment