summaryrefslogtreecommitdiff
path: root/include/mysql.h.pp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r--include/mysql.h.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp
index 584276a7a08..4ffc271a644 100644
--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -259,9 +259,10 @@ typedef struct st_mem_root
size_t min_malloc;
size_t block_size;
unsigned int block_num;
- unsigned int first_block_usage;
+ unsigned short first_block_usage;
+ unsigned short flags;
void (*error_handler)(void);
- PSI_memory_key m_psi_key;
+ PSI_memory_key psi_key;
} MEM_ROOT;
}
typedef struct st_typelib {