From cf350ce984ac75ef27d5750af2a11cc9704af7e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Sep 2001 07:21:24 +0300 Subject: Fixed that one can always get a name for a compiled characterset Docs/manual.texi: Added section "Problems with character sets" acinclude.m4: Fixed typos include/m_ctype.h: Made some declarations global sql/gen_lex_hash.cc: Smaller array --- sql/gen_lex_hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/gen_lex_hash.cc') diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index 6530e5dd4cf..2358dde7b6d 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -474,7 +474,7 @@ int main(int argc,char **argv) MY_INIT(argv[0]); - start_value=1060872L; best_t1=7930739L; best_t2=4311642L; best_type=3; /* mode=5333 add=6 type: 0 */ + start_value=1109118L; best_t1=6657025L; best_t2=6114496L; best_type=1; /* mode=4903 add=3 type: 0 */ if (get_options(argc,(char **) argv)) exit(1); -- cgit v1.2.1