summaryrefslogtreecommitdiff
path: root/storage/xtradb/btr/btr0pcur.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/btr/btr0pcur.c')
-rw-r--r--storage/xtradb/btr/btr0pcur.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/xtradb/btr/btr0pcur.c b/storage/xtradb/btr/btr0pcur.c
index b335e2c8aee..a1b7affdeb7 100644
--- a/storage/xtradb/btr/btr0pcur.c
+++ b/storage/xtradb/btr/btr0pcur.c
@@ -47,6 +47,7 @@ btr_pcur_create_for_mysql(void)
pcur->btr_cur.index = NULL;
btr_pcur_init(pcur);
+ pcur->btr_cur.tree_height = ULINT_UNDEFINED;
return(pcur);
}