mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge key cache structures to one
Fixed compiler warnings (IRIX C compiler and VC++)
This commit is contained in:
@ -253,7 +253,6 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
||||
continue;
|
||||
if (num_rows >= offset_limit)
|
||||
{
|
||||
String *packet = &thd->packet;
|
||||
Item *item;
|
||||
protocol->prepare_for_resend();
|
||||
it.rewind();
|
||||
|
Reference in New Issue
Block a user