mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Fix build
This commit is contained in:
parent
5dc1ef2f4f
commit
7944bc8a34
1 changed files with 1 additions and 1 deletions
|
@ -2331,7 +2331,7 @@ basement_node_gc_all_les(BASEMENTNODE bn,
|
|||
void* keyp = NULL;
|
||||
uint32_t keylen = 0;
|
||||
LEAFENTRY leaf_entry;
|
||||
bn->data_buffer.fetch_klpair(index, &leaf_entry, &keylen, &keyp);
|
||||
r = bn->data_buffer.fetch_klpair(index, &leaf_entry, &keylen, &keyp);
|
||||
assert_zero(r);
|
||||
ft_basement_node_gc_once(
|
||||
bn,
|
||||
|
|
Loading…
Add table
Reference in a new issue