Commit e1b299ed authored by Dmitry Shulga's avatar Dmitry Shulga

Merged changes from 5.1-bugteam for bug#42503.

parents 7cc60456 f14d8c28
...@@ -1346,6 +1346,7 @@ end: ...@@ -1346,6 +1346,7 @@ end:
} }
#ifndef EMBEDDED_LIBRARY
/** /**
Send a single memory block from the query cache. Send a single memory block from the query cache.
...@@ -1393,6 +1394,7 @@ send_data_in_chunks(NET *net, const uchar *packet, ulong len) ...@@ -1393,6 +1394,7 @@ send_data_in_chunks(NET *net, const uchar *packet, ulong len)
return FALSE; return FALSE;
} }
#endif
/* /*
......
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