summaryrefslogtreecommitdiff
path: root/heap/hp_test1.c
diff options
context:
space:
mode:
authorunknown <ram@gw.udmsearch.izhnet.ru>2002-06-07 17:09:14 +0500
committerunknown <ram@gw.udmsearch.izhnet.ru>2002-06-07 17:09:14 +0500
commit33a65cb2277b03a86d541ab2762ba2aa485b177c (patch)
tree38faef35228c208675a26573ea72a8949b844dcd /heap/hp_test1.c
parent6192996d17bb37e87a62a5e92f9e89330ccc6f28 (diff)
downloadmariadb-git-33a65cb2277b03a86d541ab2762ba2aa485b177c.tar.gz
tests fixes
Diffstat (limited to 'heap/hp_test1.c')
-rw-r--r--heap/hp_test1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/heap/hp_test1.c b/heap/hp_test1.c
index f619ac2e8db..58a13efc12f 100644
--- a/heap/hp_test1.c
+++ b/heap/hp_test1.c
@@ -44,11 +44,13 @@ int main(int argc, char **argv)
keyinfo[0].keysegs=1;
keyinfo[0].seg=keyseg;
+ keyinfo[0].algorithm= HA_KEY_ALG_HASH;
keyinfo[0].seg[0].type=HA_KEYTYPE_BINARY;
keyinfo[0].seg[0].start=1;
keyinfo[0].seg[0].length=6;
+ keyinfo[0].seg[0].charset=default_charset_info;
keyinfo[0].flag = HA_NOSAME;
-
+
deleted=0;
bzero((gptr) flags,sizeof(flags));