diff options
author | unknown <monty@mishka.mysql.fi> | 2003-10-06 22:56:34 +0300 |
---|---|---|
committer | unknown <monty@mishka.mysql.fi> | 2003-10-06 22:56:34 +0300 |
commit | 6510d6a10669970e540f48b5ff4c88948eb4abca (patch) | |
tree | 42623f3710505740b5171a6d3e6cdcb4aa119084 /mysys/my_init.c | |
parent | 5f4a4c7a65fa1a4f92351d4e9b71e920fd7a5953 (diff) | |
download | mariadb-git-6510d6a10669970e540f48b5ff4c88948eb4abca.tar.gz |
Move init_compiled_charsets to own file
Remove dependency of charsets (in my_init) to get smaller binaries when charsets are not used
Simple code cleanup
client/mysql.cc:
Fixed indentation
include/my_sys.h:
Move init_compiled_charsets to own file
include/mysql.h:
Remove compiler warning
libmysql/Makefile.shared:
Move init_compiled_charsets to own file
mysys/Makefile.am:
Move init_compiled_charsets to own file
mysys/charset.c:
Move init_compiled_charsets to own file
mysys/my_init.c:
Remove dependency of charsets
scripts/mysql_create_system_tables.sh:
Remove run time warning
scripts/mysql_fix_privilege_tables.sql:
Add help tables
sql/sql_insert.cc:
Code cleanup
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index a72652f266b..4a7e9194dae 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -130,7 +130,6 @@ void my_end(int infoflag) DBUG_PRINT("error",("%s",errbuff[0])); } } - free_charsets(); my_once_free(); if (infoflag & MY_GIVE_INFO || info_file != stderr) { |