Follow-up for Bug#42503: fix a compilation warning.

This commit is contained in:
Dmitry Shulga 2010-09-24 19:03:28 +07:00
parent c7ccc7265e
commit f14d8c2896

View File

@ -1330,6 +1330,7 @@ end:
} }
#ifndef EMBEDDED_LIBRARY
/** /**
Send a single memory block from the query cache. Send a single memory block from the query cache.
@ -1377,6 +1378,7 @@ send_data_in_chunks(NET *net, const uchar *packet, ulong len)
return FALSE; return FALSE;
} }
#endif
/* /*