mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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);
|
||||
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",
|
||||
net->error,
|
||||
|
Reference in New Issue
Block a user