mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-4243 Warnings/errors while compiling with clang
This commit is contained in:
@ -915,7 +915,7 @@ bool do_command(THD *thd)
|
|||||||
packet_length= my_net_read(net);
|
packet_length= my_net_read(net);
|
||||||
thd->m_server_idle= FALSE;
|
thd->m_server_idle= FALSE;
|
||||||
|
|
||||||
if ((packet_length == packet_error))
|
if (packet_length == packet_error)
|
||||||
{
|
{
|
||||||
DBUG_PRINT("info",("Got error %d reading command from socket %s",
|
DBUG_PRINT("info",("Got error %d reading command from socket %s",
|
||||||
net->error,
|
net->error,
|
||||||
|
Reference in New Issue
Block a user