diff options
author | unknown <jcole@abel.spaceapes.com> | 2001-03-14 07:15:45 -0600 |
---|---|---|
committer | unknown <jcole@abel.spaceapes.com> | 2001-03-14 07:15:45 -0600 |
commit | 79924f27efb1640ef2430cc6be59d5de35df39b6 (patch) | |
tree | e7dfccda5cff6fea865f644da997138ac44495c1 /sql/gen_lex_hash.cc | |
parent | 8187e5e8f8fd8dd5e9c3aa5dea68db4af0e98a7e (diff) | |
download | mariadb-git-79924f27efb1640ef2430cc6be59d5de35df39b6.tar.gz |
Reversed SQL_ANSI_MODE per Monty's request.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index ca105257f19..08180e62a44 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -472,10 +472,8 @@ int main(int argc,char **argv) int error; MY_INIT(argv[0]); - start_value=4934807L; best_t1=5181754L; best_t2=1469522L; best_type=0; - /* mode=4999 add=7 type: 0 */ - - if (get_options(argc,(char **) argv)) + start_value=5315771L; best_t1=6916833L; best_t2=3813748L; best_type=3; /* mode=5839 add=5 type: 0 */ + if (get_options(argc,(char **) argv)) exit(1); make_max_length_table(); |