mariadb/storage/ibmdb2i
Davi Arnaut cd37b73fe5 Bug#53445: Build with -Wall and fix warnings that it generates
Introduce a MySQL maintainer/developer mode that enables
a set of warning options for the C/C++ compiler. This mode
is intended to help improve the overall quality of the code.

The warning options are:

C_WARNINGS="-Wall -Wextra -Wunused -Wwrite-strings -Werror"
CXX_WARNINGS="$C_WARNINGS -Wno-unused-parameter"

Since -Wall is essentially a moving target, autoconf checks
are not run with warning options enabled, in particualr -Werror.
This decision might be revisited in the future. The patch also
fixes a mistake in the makefiles, where automake CXXFLAGS would
be set to CFLAGS.

config/ac-macros/maintainer.m4:
  Add a set of default compiler flags used when in maintainer mode.
configure.in:
  Hook into the maintainer mode. Disabled by default.
2010-07-09 08:37:51 -03:00
..
CMakeLists.txt
db2i_blobCollection.cc
db2i_blobCollection.h
db2i_charsetSupport.cc Bug#45793 macce charset causes error with IBMDB2I 2009-07-02 13:34:23 +05:30
db2i_charsetSupport.h
db2i_collationSupport.cc Bug#45196 Some collations do not sort correctly with IBMDB2I 2009-06-29 07:32:17 +05:30
db2i_collationSupport.h
db2i_constraints.cc Bug#49521 SHOW CREATE TABLE on IBMDB2I tables has incorrect fk constraint format 2009-12-11 12:46:57 +05:30
db2i_conversion.cc Bug#45803 Inaccurate estimates for partial key values with IBMDB2I 2009-07-06 14:19:32 +05:30
db2i_errors.cc
db2i_errors.h
db2i_file.cc
db2i_file.h Bug#22320: my_atomic-t unit test fails 2010-07-05 09:00:39 -03:00
db2i_global.h
db2i_iconv.h
db2i_ileBridge.cc
db2i_ileBridge.h
db2i_ioBuffers.cc
db2i_ioBuffers.h
db2i_misc.h
db2i_myconv.cc
db2i_myconv.h Bug#45803 Inaccurate estimates for partial key values with IBMDB2I 2009-07-06 14:19:32 +05:30
db2i_rir.cc Bug#45803 Inaccurate estimates for partial key values with IBMDB2I 2009-07-06 14:19:32 +05:30
db2i_safeString.h
db2i_sqlStatementStream.cc
db2i_sqlStatementStream.h
db2i_validatedPointer.h
ha_ibmdb2i.cc Bug#49329 example (and other) engines use wrong collation for open tables hash 2009-12-11 12:31:16 +05:30
ha_ibmdb2i.h Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
Makefile.am Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-09 08:37:51 -03:00
plug.in