diff options
author | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-29 00:58:16 +0300 |
commit | 02fd65b970a0cdc63cacc944e18fca5ea97973b5 (patch) | |
tree | b7b27884a7a1c424b00084acf096abc9155bcb32 /heap | |
parent | 17dec8eadd3ecf9e89f801b68c677fbb3b7e7101 (diff) | |
download | mariadb-git-02fd65b970a0cdc63cacc944e18fca5ea97973b5.tar.gz |
Fixed indention, removed compiler varnings and fixed a bug
in FULLTEXT indexes.
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_test2.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |