1
0
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:
monty@narttu.mysql.fi
2003-07-04 23:06:19 +03:00
parent 22bce83c1b
commit a3fe7c0959
5 changed files with 14 additions and 6 deletions

View File

@ -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;