mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
This commit is contained in:
@ -212,7 +212,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
||||
if (cond)
|
||||
{
|
||||
err=err;
|
||||
if(!cond->val_int())
|
||||
if (!cond->val_int())
|
||||
continue;
|
||||
}
|
||||
if (num_rows>=offset_limit)
|
||||
|
Reference in New Issue
Block a user