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

sql/sql_cache.cc:
  Added include of send_data_in_chunks() definiton when macros EMBEDDED_LIBRARY is on.
This commit is contained in:
Dmitry Shulga 2010-09-24 19:03:28 +07:00
parent 9516e824e0
commit 7461d92d45

View File

@ -1330,6 +1330,7 @@ end:
}
#ifndef EMBEDDED_LIBRARY
/**
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;
}
#endif
/*