diff options
| author | unknown <monty@donna.mysql.fi> | 2001-04-17 03:55:25 +0300 |
|---|---|---|
| committer | unknown <monty@donna.mysql.fi> | 2001-04-17 03:55:25 +0300 |
| commit | 56614e1d19f36846a27501fb29282e70b248e06e (patch) | |
| tree | 6b83fb56810a9e22b736552033a21cba8af2886c /mysql-test | |
| parent | 24771fddf7be59dd621f6ffe91263bf634cfcf1f (diff) | |
| download | mariadb-git-56614e1d19f36846a27501fb29282e70b248e06e.tar.gz | |
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
Diffstat (limited to 'mysql-test')
| -rw-r--r-- | mysql-test/r/heap.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/heap.result b/mysql-test/r/heap.result index bf4c468c802..d3d16128ebd 100644 --- a/mysql-test/r/heap.result +++ b/mysql-test/r/heap.result @@ -79,7 +79,7 @@ f1 f2 12 ted 12 ted table type possible_keys key key_len ref rows Extra -t1 range btn btn 10 NULL 10 where used +t1 ALL btn NULL NULL NULL 14 where used btn table type possible_keys key key_len ref rows Extra t1 ALL btn NULL NULL NULL 14 where used |
