diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-16 14:05:55 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-16 14:05:55 +0300 |
commit | e5bd740dea6d55e15acc9d89990bb6c1909db40e (patch) | |
tree | 71b8dc7684015c297db3e01616c40cfa6acc6324 /mysql-test/r/heap.result | |
parent | 4b570fc359635b216abd8852c31ac32cb35bae46 (diff) | |
download | mariadb-git-e5bd740dea6d55e15acc9d89990bb6c1909db40e.tar.gz |
Fixed bug with HEAP tables when using LIKE
Docs/manual.texi:
Updated information about BDB tables.
mysql-test/r/heap.result:
Added test for HEAP bug
mysql-test/t/heap.test:
Added test for HEAP bug
sql/field.cc:
Fixed bug with HEAP tables
sql/gen_lex_hash.cc:
Smallare array
Diffstat (limited to 'mysql-test/r/heap.result')
-rw-r--r-- | mysql-test/r/heap.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/heap.result b/mysql-test/r/heap.result index 1bf34c6ad1b..bf4c468c802 100644 --- a/mysql-test/r/heap.result +++ b/mysql-test/r/heap.result @@ -78,3 +78,10 @@ f1 f2 12 ted 12 ted 12 ted +table type possible_keys key key_len ref rows Extra +t1 range btn btn 10 NULL 10 where used +btn +table type possible_keys key key_len ref rows Extra +t1 ALL btn NULL NULL NULL 14 where used +table type possible_keys key key_len ref rows Extra +t1 ref btn btn 11 const,const 10 where used |