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:
@ -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; }
|
||||
|
Reference in New Issue
Block a user