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 /mysql-test | |
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 '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 |