diff options
author | monty@donna.mysql.fi <> | 2001-03-25 01:02:26 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-25 01:02:26 +0200 |
commit | 5487d7a8c01a5ccce90a63a359562cff1bd95b78 (patch) | |
tree | 6191242036b4e9061dfd34fc46bf82677415e532 /sql/gen_lex_hash.cc | |
parent | 176147cd31e728185b8b5cb4459d9d9afd1623d5 (diff) | |
download | mariadb-git-5487d7a8c01a5ccce90a63a359562cff1bd95b78.tar.gz |
Fixed bug in send in mysqltest
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index 13284a8f723..e847da182a0 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -472,8 +472,8 @@ int main(int argc,char **argv) int error; MY_INIT(argv[0]); - start_value=318439L; best_t1=7136932L; best_t2=1067561L; best_type=0; /* mode=5413 add=5 type: 0 */ - if (get_options(argc,(char **) argv)) + start_value=6871391L; best_t1=1779313L; best_t2=5719807L; best_type=3; /* mode=4987 add=5 type: 0 */ + if (get_options(argc,(char **) argv)) exit(1); make_max_length_table(); |