summaryrefslogtreecommitdiff
path: root/sql/sql_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_bitmap.h')
-rw-r--r--sql/sql_bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_bitmap.h b/sql/sql_bitmap.h
index 55b2d7eefd9..229c4dc8379 100644
--- a/sql/sql_bitmap.h
+++ b/sql/sql_bitmap.h
@@ -168,7 +168,7 @@ public:
class Iterator : public Table_map_iterator
{
public:
- Iterator(Bitmap<64> &bmp) : Table_map_iterator(bmp.map) {}
+ Iterator(Bitmap<64> &map2) : Table_map_iterator(map2.map) {}
};
uint bits_set()
{