You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #23590280 NO WARNING WHEN REDUCING INNODB_BUFFER_POOL_SIZE INSIZE
THE FIRST CHUNK
PROBLEM
It is a post-push problem. innodb_buffer_pool_size_validate() function was
supposed to return updated buffer pool value to the caller function,
but due to a check introduced by my fix, it returned before updating
the buffer pool value.
FIX
Ensured that the proper updated value of buffer pool size returns
to the caller function.
Reviewed by: Aditya
RB: 17812
0 commit comments