From 8512c526ab768c77f0023c9b4d75949a1727acaf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Apr 2001 03:55:25 +0300 Subject: Don't use ranges on HEAP tables with LIKE Don't reconnect client on close libmysql/libmysql.c: Don't reconnect on close mysql-test/r/heap.result: Fixed heap table test sql/field.cc: Backed out wrong HEAP table bug fix sql/ha_heap.h: cleanup sql/mini_client.cc: Don't reconnect on close sql/opt_range.cc: Don't use ranges on HEAP tables with LIKE --- sql/ha_heap.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sql/ha_heap.h') diff --git a/sql/ha_heap.h b/sql/ha_heap.h index d88c28097af..1a6e8d9393c 100644 --- a/sql/ha_heap.h +++ b/sql/ha_heap.h @@ -78,10 +78,3 @@ class ha_heap: public handler enum thr_lock_type lock_type); }; - - - - - - - -- cgit v1.2.1