Browse Source
Fixed compiler warnings.
Fixed compiler warnings.
client/mysql_upgrade.c: Fixed problem with mysql_upgrade being dependent on local my.cnf files and problem with memory not being freed. client/mysqltest.c: Changed type to avoid warning. cmd-line-utils/readline/xmalloc.c: Fix to avoid warning. include/my_dbug.h: To disable parts from code in non-debug more. sql/field.cc: Fixed warning. sql/ha_archive.cc: Fixed warning. sql/ha_berkeley.cc: Added casts to avoid warnings. sql/ha_ndbcluster.cc: Fixed warnings. sql/log.cc: Added casts to avoid warnings. sql/slave.cc: Avoid warning. sql/sql_repl.cc: Avoid warning. support-files/compiler_warnings.supp: Added disabled warnings to compiler_warnings.supp file. These are backported mainly from 5.1 suppress file, but there are some additional new ones.pull/374/head
12 changed files with 114 additions and 33 deletions
-
29client/mysql_upgrade.c
-
2client/mysqltest.c
-
7cmd-line-utils/readline/xmalloc.c
-
2include/my_dbug.h
-
6sql/field.cc
-
2sql/ha_archive.cc
-
6sql/ha_berkeley.cc
-
29sql/ha_ndbcluster.cc
-
4sql/log.cc
-
2sql/slave.cc
-
2sql/sql_repl.cc
-
56support-files/compiler_warnings.supp
Write
Preview
Loading…
Cancel
Save
Reference in new issue