mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
Remove compiler warnings
Simple cleanup of previous pull sql/item_strfunc.cc: Removed compiler warning sql/sql_cache.cc: Indentation fix sql/sql_handler.cc: Simple ptimization sql/sql_parse.cc: Removed compiler warning sql/log_event.h: Indentation fix
This commit is contained in:
parent
4e4ab26f53
commit
4e61b75d8b
5 changed files with 14 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue