#At file:///G:/bzr/mysql-6.0-falcon-team/
2944 Vladislav Vaintroub 2008-12-18
Add missing DBUG_RETURN to StorageInterface::fillMrrBitmap
modified:
storage/falcon/ha_falcon.cpp
=== modified file 'storage/falcon/ha_falcon.cpp'
--- a/storage/falcon/ha_falcon.cpp 2008-12-16 21:29:54 +0000
+++ b/storage/falcon/ha_falcon.cpp 2008-12-18 01:44:03 +0000
@@ -1822,7 +1822,7 @@ int StorageInterface::fillMrrBitmap()
startKey = mrr_cur_range.start_key.keypart_map? &mrr_cur_range.start_key: NULL;
endKey = mrr_cur_range.end_key.keypart_map? &mrr_cur_range.end_key: NULL;
if ((res = scanRange(startKey, endKey, test(mrr_cur_range.range_flag & EQ_RANGE))))
- return res;
+ DBUG_RETURN(res);
}
DBUG_RETURN(0);
}
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon-team branch (vvaintroub:2944) | Vladislav Vaintroub | 18 Dec |