From 60677ffd2cceb0c8154ff73c8c17cc080f37bda4 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Thu, 28 Dec 2000 19:25:41 +0200 Subject: Cleanup of tests Fixed bug with ALTER TABLE on HEAP tables --- heap/hp_open.c | 1 + 1 file changed, 1 insertion(+) (limited to 'heap/hp_open.c') diff --git a/heap/hp_open.c b/heap/hp_open.c index 77de5ca824a..3040da50484 100644 --- a/heap/hp_open.c +++ b/heap/hp_open.c @@ -38,6 +38,7 @@ HP_INFO *heap_open(const char *name, int mode, uint keys, HP_KEYDEF *keydef, pthread_mutex_lock(&THR_LOCK_heap); if (!(share=_hp_find_named_heap(name))) { + DBUG_PRINT("info",("Initializing new table")); for (i=key_segs=max_length=0 ; i < keys ; i++) { key_segs+= keydef[i].keysegs; -- cgit v1.2.1