From 02fd65b970a0cdc63cacc944e18fca5ea97973b5 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Fri, 29 Sep 2000 00:58:16 +0300 Subject: Fixed indention, removed compiler varnings and fixed a bug in FULLTEXT indexes. --- heap/hp_test2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'heap') diff --git a/heap/hp_test2.c b/heap/hp_test2.c index 179e2c7c399..bfb30e59622 100644 --- a/heap/hp_test2.c +++ b/heap/hp_test2.c @@ -62,6 +62,7 @@ char *argv[]; HP_KEYSEG keyseg[MAX_KEYS*5]; HEAP_PTR position; MY_INIT(argv[0]); /* init my_sys library & pthreads */ + LINT_INIT(position); filename= "test2"; filename2= "test2_2"; -- cgit v1.2.1