mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove compiler warnings
Simple cleanup of previous pull
This commit is contained in:
@ -234,7 +234,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
||||
}
|
||||
if (cond && !cond->val_int())
|
||||
continue;
|
||||
if (!err && num_rows >= offset_limit)
|
||||
if (num_rows >= offset_limit)
|
||||
{
|
||||
String *packet = &thd->packet;
|
||||
Item *item;
|
||||
|
Reference in New Issue
Block a user