diff options
author | monty@donna.mysql.fi <> | 2001-04-17 03:55:25 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-17 03:55:25 +0300 |
commit | 1e80c3f3e13b10d607150caad5af3a0a8b279ce5 (patch) | |
tree | 6b83fb56810a9e22b736552033a21cba8af2886c /sql/ha_heap.h | |
parent | 561c18c11631638a0a2b67b3c32a68cff9a9d36f (diff) | |
download | mariadb-git-1e80c3f3e13b10d607150caad5af3a0a8b279ce5.tar.gz |
Don't use ranges on HEAP tables with LIKE
Don't reconnect client on close
Diffstat (limited to 'sql/ha_heap.h')
-rw-r--r-- | sql/ha_heap.h | 7 |
1 files changed, 0 insertions, 7 deletions
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); }; - - - - - - - |