diff options
author | monty@hundin.mysql.fi <> | 2001-09-03 05:16:15 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-03 05:16:15 +0300 |
commit | 279de0c67c3c07d2dafb94763966842d8160c242 (patch) | |
tree | e5faac23f2977c577bc7fac42a2b90e5f53f2855 /sql/gen_lex_hash.cc | |
parent | 5d732a069833dcc668f28869a04091e0b23b0b46 (diff) | |
download | mariadb-git-279de0c67c3c07d2dafb94763966842d8160c242.tar.gz |
Update of manual with 4.0 changes
Create innodb table space if configuring with InnoDB and not using --skip-innodb
Fixes for TRUNCATE TABLE and DROP DATABASE.
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 e05fdafcbc4..b6621a056a5 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=6130115L; best_t1=3632784L; best_t2=86437L; best_type=3; /* mode=4229 add=2 type: 0 */ + start_value=3579077L; best_t1=6681742L; best_t2=142815L; best_type=3; /* mode=5167 add=7 type: 0 */ if (get_options(argc,(char **) argv)) exit(1); |