diff options
author | monty@hundin.mysql.fi <> | 2002-08-17 05:18:06 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-17 05:18:06 +0300 |
commit | b9d7fcd27978a60105442d109581fa63c9d7e21d (patch) | |
tree | 6ddcfd168371a75010c2bd6892cf8b2b33839553 /sql/gen_lex_hash.cc | |
parent | 339be73c0513edc08f4c807e549f27a4c7b3fcc1 (diff) | |
download | mariadb-git-b9d7fcd27978a60105442d109581fa63c9d7e21d.tar.gz |
Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
Removed thread marking of safemalloc blocks (becasue of alignment problems)
Temporary fix for bigint comparison.
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 bd48c65586a..c24e7b6d124 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -469,7 +469,7 @@ int main(int argc,char **argv) int error; MY_INIT(argv[0]); - start_value=7281255L; best_t1=4459515L; best_t2=321142L; best_type=2; /* mode=5953 add=7 type: 0 */ + start_value=2925024L; best_t1=654916L; best_t2=1723390L; best_type=3; /* mode=4943 add=1 type: 0 */ if (get_options(argc,(char **) argv)) exit(1); |