mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix for Bug #11200 show instance options returns garbage instead of log options
This commit is contained in:
@ -316,7 +316,10 @@ int Show_instance_options::execute(struct st_net *net, ulong connection_id)
|
|||||||
*option_value= '=';
|
*option_value= '=';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
store_to_string(&send_buff, tmp_option + 2, &position);
|
store_to_string(&send_buff, tmp_option + 2, &position);
|
||||||
|
store_to_string(&send_buff, "", &position);
|
||||||
|
}
|
||||||
|
|
||||||
if (send_buff.is_error() ||
|
if (send_buff.is_error() ||
|
||||||
my_net_write(net, send_buff.buffer, (uint) position))
|
my_net_write(net, send_buff.buffer, (uint) position))
|
||||||
|
Reference in New Issue
Block a user