mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
branches/zip: ha_node_t: Enclose the field buf_block_t* block inside
#ifdef UNIV_DEBUG. This should have been done in r1014.
This commit is contained in:
parent
746c3316e1
commit
448568332d
1 changed files with 2 additions and 0 deletions
|
@ -158,7 +158,9 @@ ha_print_info(
|
|||
typedef struct ha_node_struct ha_node_t;
|
||||
struct ha_node_struct {
|
||||
ha_node_t* next; /* next chain node or NULL if none */
|
||||
#ifdef UNIV_DEBUG
|
||||
buf_block_t* block; /* buffer block containing the data, or NULL */
|
||||
#endif /* UNIV_DEBUG */
|
||||
void* data; /* pointer to the data */
|
||||
ulint fold; /* fold value for the data */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue