mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
73d3805d00
mysql-test/suite/binlog/r/binlog_unsafe.result: Updated results (RAND() doesn't require statement based logging anymore for inserts) mysql-test/t/information_schema_all_engines.test: Ensure that InnoDB is used storage/pbxt/bin/Makefile.am: Fixed build failure on build hosts (Patch from Kristian Nielsen) storage/pbxt/bin/xtstat_xt.cc: Added missing argument storage/pbxt/src/datalog_xt.cc: Fixed compiler warnings storage/pbxt/src/ha_pbxt.cc: Fixed compiler warnings storage/pbxt/src/table_xt.cc: Fixed compiler warnings support-files/compiler_warnings.supp: Added suppression of compiler warnings in Xtradb (Failure can only happen for corrupted tables, but should be fixed properly at some point)
14 lines
365 B
Makefile
14 lines
365 B
Makefile
# Used to build Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
|
|
-I$(top_srcdir)/regex \
|
|
-I$(top_srcdir)/storage/innobase/include \
|
|
-I$(top_srcdir)/sql \
|
|
-I$(srcdir) \
|
|
-I$(srcdir)/../src
|
|
|
|
bin_PROGRAMS = xtstat
|
|
|
|
xtstat_SOURCES = xtstat_xt.cc ../src/strutil_xt.cc
|
|
|
|
xtstat_LDADD = $(top_builddir)/libmysql/libmysqlclient.la
|