1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixes for new key_map code

This commit is contained in:
unknown
2003-10-16 21:21:48 +02:00
parent 249798d846
commit 125c41bd52
3 changed files with 22 additions and 18 deletions

View File

@ -99,7 +99,7 @@ public:
template <> class Bitmap<64>
{
longlong map;
ulonglong map;
public:
Bitmap(uint prefix_to_set=0) { set_prefix(prefix_to_set); }
Bitmap<64>& init() { return *this; }