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:
parent
9516e824e0
commit
7461d92d45
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user