aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/btree/bt_seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/btree/bt_seq.c')
-rwxr-xr-xdb1-ast/btree/bt_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/btree/bt_seq.c b/db1-ast/btree/bt_seq.c
index 90f896036..5ba7b0301 100755
--- a/db1-ast/btree/bt_seq.c
+++ b/db1-ast/btree/bt_seq.c
@@ -244,7 +244,7 @@ __bt_seqadv(t, ep, flags)
{
CURSOR *c;
PAGE *h;
- indx_t index;
+ indx_t index = 0;
pgno_t pg;
int exact;