Commit 0e0a3580 authored by Daniel Black's avatar Daniel Black

MDEV-27314 Condense innodb buffer pool resize message (postfix)

parent 41068a89
......@@ -17412,8 +17412,6 @@ static
void
innodb_buffer_pool_size_update(THD*,st_mysql_sys_var*,void*, const void* save)
{
longlong in_val = *static_cast<const longlong*>(save);
snprintf(export_vars.innodb_buffer_pool_resize_status,
sizeof(export_vars.innodb_buffer_pool_resize_status),
"Buffer pool resize requested");
......
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