diff options
author | monty@donna.mysql.com <> | 2000-12-26 17:34:04 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-26 17:34:04 +0200 |
commit | a12c1ffb9a738ac986e3106542b82a54a0a49a39 (patch) | |
tree | 88d39c525bc426869b8b4ce7a80f9c9bdf6509d6 /sql/gen_lex_hash.cc | |
parent | 75dc09534bd26e4e516fbbc78f004290e154ce89 (diff) | |
download | mariadb-git-a12c1ffb9a738ac986e3106542b82a54a0a49a39.tar.gz |
--safe-show-db and have_xxx variables
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 e77081c64a0..97a3bc6f518 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=5206280L; best_t1=590774L; best_t2=5977654L; best_type=1; /* mode=6229 add=2 func_type: 0 */ + start_value=5307411L; best_t1=4597287L; best_t2=3375760L; best_type=1; /* mode=4783 add=5 func_type: 0 */ if (get_options(argc,(char **) argv)) exit(1); |