Commit 79dff012 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-4243 Warnings/errors while compiling with clang

parent 3a9f1091
...@@ -915,7 +915,7 @@ bool do_command(THD *thd) ...@@ -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,
......
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