From 05821367d403ff69e6af3c83ceb45756376f9b94 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Sep 2001 22:44:51 +0300 Subject: Fixed bug in UNION when doing UNION with the same tables myisam/mi_extra.c: More debugging information mysql-test/r/union.result: Added test for UNION bug mysql-test/t/union.test: Added test for UNION bug sql/sql_base.cc: Clear field->query_id when using UNION sql/sql_parse.cc: Fix for UNION bug sql/sql_union.cc: Cleanup sql/table.h: Fix for UNION bug tools/Makefile.am: Fix for compiling with MIT-threads --- myisam/mi_extra.c | 1 + 1 file changed, 1 insertion(+) (limited to 'myisam') diff --git a/myisam/mi_extra.c b/myisam/mi_extra.c index eb7285491ed..f1401aaae3c 100644 --- a/myisam/mi_extra.c +++ b/myisam/mi_extra.c @@ -34,6 +34,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function) int error=0; MYISAM_SHARE *share=info->s; DBUG_ENTER("mi_extra"); + DBUG_PRINT("enter",("function: %d",(int) function)); switch (function) { case HA_EXTRA_RESET: -- cgit v1.2.1