1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Don't use ranges on HEAP tables with LIKE

Don't reconnect client on close
This commit is contained in:
monty@donna.mysql.fi
2001-04-17 03:55:25 +03:00
parent 561c18c116
commit 1e80c3f3e1
6 changed files with 13 additions and 10 deletions

View File

@ -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