1
0
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:
Sergei Golubchik
2013-03-28 20:03:01 +01:00
parent 3a9f1091f0
commit 79dff012ff

View File

@ -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,