mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fixes
This commit is contained in:
@ -606,7 +606,7 @@ class Unique :public Sql_alloc
|
||||
ulong max_elements, max_in_memory_size;
|
||||
IO_CACHE file;
|
||||
TREE tree;
|
||||
char *record_pointers;
|
||||
byte *record_pointers;
|
||||
bool flush();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user