Commit 8e885fe0 authored by unknown's avatar unknown

Bug #28653 Fast GCP + high load + high RedoBuffer causes ndbrequire

- correction, backport to 5.0

parent 47dc880c
......@@ -305,11 +305,6 @@ Dblqh::Dblqh(Block_context& ctx):
initData();
/* maximum number of log file operations */
clfoFileSize = clogPageFileSize;
if (clfoFileSize < ZLFO_MIN_FILE_SIZE)
clfoFileSize = ZLFO_MIN_FILE_SIZE;
#ifdef VM_TRACE
{
void* tmp[] = {
......
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