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 /sql/gen_lex_hash.cc | |
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 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index b2925680dd5..4a923e039c4 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -472,7 +472,7 @@ int main(int argc,char **argv) int error; MY_INIT(argv[0]); - start_value=6591595L; best_t1=6947666L; best_t2=6561864L; best_type=2; /* mode=4523 add=5 type: 0 */ + start_value=2663113L; best_t1=1175350L; best_t2=7404531L; best_type=4; /* mode=4327 add=3 type: 0 */ if (get_options(argc,(char **) argv)) exit(1); |