mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@@ -30,8 +30,8 @@ extern "C" {
|
||||
typedef struct st_used_mem
|
||||
{ /* struct for once_alloc (block) */
|
||||
struct st_used_mem *next; /* Next block in use */
|
||||
unsigned int left; /* memory left in block */
|
||||
unsigned int size; /* size of block */
|
||||
size_t left; /* memory left in block */
|
||||
size_t size; /* size of block */
|
||||
} USED_MEM;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user