mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[t:2504] Added range lock escalation success/failure counts to engine status.
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@19268 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
52f5774532
commit
c7e3040205
2 changed files with 113 additions and 111 deletions
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
@ -18,11 +18,15 @@
|
|||
|
||||
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
|
@ -78,21 +82,17 @@ ha_tokudb_la_DEPENDENCIES =
|
|||
am_ha_tokudb_la_OBJECTS = ha_tokudb_la-hatoku_hton.lo \
|
||||
ha_tokudb_la-hatoku_cmp.lo ha_tokudb_la-ha_tokudb.lo
|
||||
ha_tokudb_la_OBJECTS = $(am_ha_tokudb_la_OBJECTS)
|
||||
ha_tokudb_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(ha_tokudb_la_CXXFLAGS) \
|
||||
$(CXXFLAGS) $(ha_tokudb_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(libtokudb_a_SOURCES) $(ha_tokudb_la_SOURCES)
|
||||
DIST_SOURCES = $(libtokudb_a_SOURCES) $(ha_tokudb_la_SOURCES)
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
|
@ -102,19 +102,30 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|||
ABI_CHECK = @ABI_CHECK@
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALLOCA = @ALLOCA@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
ARFLAGS = @ARFLAGS@
|
||||
AS = @AS@
|
||||
ASFLAGS = @ASFLAGS@
|
||||
ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
|
||||
ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
|
||||
ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
|
||||
ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
|
||||
ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
|
||||
ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
|
||||
ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
|
||||
ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
|
||||
AWK = @AWK@
|
||||
BUILD_INNODB_TOOLS_FALSE = @BUILD_INNODB_TOOLS_FALSE@
|
||||
BUILD_INNODB_TOOLS_TRUE = @BUILD_INNODB_TOOLS_TRUE@
|
||||
CC = @CC@
|
||||
CCAS = @CCAS@
|
||||
CCASDEPMODE = @CCASDEPMODE@
|
||||
CCASFLAGS = @CCASFLAGS@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CC_VERSION = @CC_VERSION@
|
||||
|
@ -137,6 +148,8 @@ CXXFLAGS = @CXXFLAGS@
|
|||
CXXLDFLAGS = @CXXLDFLAGS@
|
||||
CXX_VERSION = @CXX_VERSION@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
|
||||
DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DIFF = @DIFF@
|
||||
|
@ -153,11 +166,13 @@ F77 = @F77@
|
|||
FFLAGS = @FFLAGS@
|
||||
FIND_PROC = @FIND_PROC@
|
||||
GETCONF = @GETCONF@
|
||||
GREP = @GREP@
|
||||
GXX = @GXX@
|
||||
HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
|
||||
HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
|
||||
HAVE_YASSL_FALSE = @HAVE_YASSL_FALSE@
|
||||
HAVE_YASSL_TRUE = @HAVE_YASSL_TRUE@
|
||||
HOSTNAME = @HOSTNAME@
|
||||
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -182,7 +197,6 @@ MAKEINDEX = @MAKEINDEX@
|
|||
MAKEINFO = @MAKEINFO@
|
||||
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
|
||||
MAKE_SHELL = @MAKE_SHELL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MV = @MV@
|
||||
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
|
||||
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
|
||||
|
@ -214,6 +228,8 @@ NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
|
|||
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
|
||||
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
|
||||
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
|
||||
NEED_THREAD_FALSE = @NEED_THREAD_FALSE@
|
||||
NEED_THREAD_TRUE = @NEED_THREAD_TRUE@
|
||||
NM = @NM@
|
||||
NOINST_LDFLAGS = @NOINST_LDFLAGS@
|
||||
NON_THREADED_LIBS = @NON_THREADED_LIBS@
|
||||
|
@ -253,19 +269,26 @@ TARGET_LINUX = @TARGET_LINUX@
|
|||
TERMCAP_LIB = @TERMCAP_LIB@
|
||||
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
|
||||
THREAD_LOBJECTS = @THREAD_LOBJECTS@
|
||||
THREAD_SAFE_CLIENT_FALSE = @THREAD_SAFE_CLIENT_FALSE@
|
||||
THREAD_SAFE_CLIENT_TRUE = @THREAD_SAFE_CLIENT_TRUE@
|
||||
VERSION = @VERSION@
|
||||
WRAPLIBS = @WRAPLIBS@
|
||||
YACC = @YACC@
|
||||
ZLIB_DEPS = @ZLIB_DEPS@
|
||||
ZLIB_INCLUDES = @ZLIB_INCLUDES@
|
||||
ZLIB_LIBS = @ZLIB_LIBS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_GETCONF = @ac_ct_GETCONF@
|
||||
ac_ct_NM = @ac_ct_NM@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
|
@ -277,16 +300,12 @@ build_alias = @build_alias@
|
|||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
|
||||
condition_dependent_plugin_links = @condition_dependent_plugin_links@
|
||||
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
|
||||
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
docs_dirs = @docs_dirs@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
extra_docs = @extra_docs@
|
||||
host = @host@
|
||||
|
@ -294,7 +313,6 @@ host_alias = @host_alias@
|
|||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
innodb_system_libs = @innodb_system_libs@
|
||||
|
@ -302,7 +320,6 @@ install_sh = @install_sh@
|
|||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
libmysqld_dirs = @libmysqld_dirs@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
man1_files = @man1_files@
|
||||
man8_files = @man8_files@
|
||||
|
@ -331,7 +348,6 @@ netware_dir = @netware_dir@
|
|||
oldincludedir = @oldincludedir@
|
||||
openssl_includes = @openssl_includes@
|
||||
openssl_libs = @openssl_libs@
|
||||
pdfdir = @pdfdir@
|
||||
plugin_archive_shared_target = @plugin_archive_shared_target@
|
||||
plugin_archive_static_target = @plugin_archive_static_target@
|
||||
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
|
||||
|
@ -362,7 +378,6 @@ plugin_tokudb_shared_target = @plugin_tokudb_shared_target@
|
|||
plugin_tokudb_static_target = @plugin_tokudb_static_target@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pstack_dir = @pstack_dir@
|
||||
pstack_libs = @pstack_libs@
|
||||
readline_basedir = @readline_basedir@
|
||||
|
@ -377,7 +392,6 @@ sql_client_dirs = @sql_client_dirs@
|
|||
sql_server = @sql_server@
|
||||
sql_server_dirs = @sql_server_dirs@
|
||||
sql_union_dirs = @sql_union_dirs@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
|
@ -385,9 +399,6 @@ target_cpu = @target_cpu@
|
|||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
tools_dirs = @tools_dirs@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
uname_prog = @uname_prog@
|
||||
yassl_dir = @yassl_dir@
|
||||
yassl_h_ln_cmd = @yassl_h_ln_cmd@
|
||||
|
@ -461,21 +472,21 @@ libtokudb.a: $(libtokudb_a_OBJECTS) $(libtokudb_a_DEPENDENCIES)
|
|||
$(RANLIB) libtokudb.a
|
||||
install-pkgpluginLTLIBRARIES: $(pkgplugin_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkgplugindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgplugindir)"
|
||||
test -z "$(pkgplugindir)" || $(mkdir_p) "$(DESTDIR)$(pkgplugindir)"
|
||||
@list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgplugindir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgplugindir)/$$f"; \
|
||||
echo " $(LIBTOOL) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgplugindir)/$$f'"; \
|
||||
$(LIBTOOL) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgplugindir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-pkgpluginLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
@set -x; list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-pkgpluginLTLIBRARIES:
|
||||
|
@ -487,7 +498,7 @@ clean-pkgpluginLTLIBRARIES:
|
|||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
ha_tokudb.la: $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_DEPENDENCIES)
|
||||
$(ha_tokudb_la_LINK) $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_LIBADD) $(LIBS)
|
||||
$(CXXLINK) $(ha_tokudb_la_LDFLAGS) $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
@ -503,88 +514,88 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtokudb_a-hatoku_hton.Po@am__quote@
|
||||
|
||||
.cc.o:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
||||
|
||||
.cc.obj:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
|
||||
.cc.lo:
|
||||
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
||||
|
||||
libtokudb_a-hatoku_hton.o: hatoku_hton.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_hton.o -MD -MP -MF $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo -c -o libtokudb_a-hatoku_hton.o `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo $(DEPDIR)/libtokudb_a-hatoku_hton.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_hton.o -MD -MP -MF "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo" -c -o libtokudb_a-hatoku_hton.o `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo" "$(DEPDIR)/libtokudb_a-hatoku_hton.Po"; else rm -f "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_hton.cc' object='libtokudb_a-hatoku_hton.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-hatoku_hton.o `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc
|
||||
|
||||
libtokudb_a-hatoku_hton.obj: hatoku_hton.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_hton.obj -MD -MP -MF $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo -c -o libtokudb_a-hatoku_hton.obj `if test -f 'hatoku_hton.cc'; then $(CYGPATH_W) 'hatoku_hton.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_hton.cc'; fi`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo $(DEPDIR)/libtokudb_a-hatoku_hton.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_hton.obj -MD -MP -MF "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo" -c -o libtokudb_a-hatoku_hton.obj `if test -f 'hatoku_hton.cc'; then $(CYGPATH_W) 'hatoku_hton.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_hton.cc'; fi`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo" "$(DEPDIR)/libtokudb_a-hatoku_hton.Po"; else rm -f "$(DEPDIR)/libtokudb_a-hatoku_hton.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_hton.cc' object='libtokudb_a-hatoku_hton.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-hatoku_hton.obj `if test -f 'hatoku_hton.cc'; then $(CYGPATH_W) 'hatoku_hton.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_hton.cc'; fi`
|
||||
|
||||
libtokudb_a-hatoku_cmp.o: hatoku_cmp.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_cmp.o -MD -MP -MF $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo -c -o libtokudb_a-hatoku_cmp.o `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo $(DEPDIR)/libtokudb_a-hatoku_cmp.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_cmp.o -MD -MP -MF "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo" -c -o libtokudb_a-hatoku_cmp.o `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo" "$(DEPDIR)/libtokudb_a-hatoku_cmp.Po"; else rm -f "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_cmp.cc' object='libtokudb_a-hatoku_cmp.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-hatoku_cmp.o `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc
|
||||
|
||||
libtokudb_a-hatoku_cmp.obj: hatoku_cmp.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_cmp.obj -MD -MP -MF $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo -c -o libtokudb_a-hatoku_cmp.obj `if test -f 'hatoku_cmp.cc'; then $(CYGPATH_W) 'hatoku_cmp.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_cmp.cc'; fi`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo $(DEPDIR)/libtokudb_a-hatoku_cmp.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-hatoku_cmp.obj -MD -MP -MF "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo" -c -o libtokudb_a-hatoku_cmp.obj `if test -f 'hatoku_cmp.cc'; then $(CYGPATH_W) 'hatoku_cmp.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_cmp.cc'; fi`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo" "$(DEPDIR)/libtokudb_a-hatoku_cmp.Po"; else rm -f "$(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_cmp.cc' object='libtokudb_a-hatoku_cmp.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-hatoku_cmp.obj `if test -f 'hatoku_cmp.cc'; then $(CYGPATH_W) 'hatoku_cmp.cc'; else $(CYGPATH_W) '$(srcdir)/hatoku_cmp.cc'; fi`
|
||||
|
||||
libtokudb_a-ha_tokudb.o: ha_tokudb.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-ha_tokudb.o -MD -MP -MF $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo -c -o libtokudb_a-ha_tokudb.o `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo $(DEPDIR)/libtokudb_a-ha_tokudb.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-ha_tokudb.o -MD -MP -MF "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo" -c -o libtokudb_a-ha_tokudb.o `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo" "$(DEPDIR)/libtokudb_a-ha_tokudb.Po"; else rm -f "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ha_tokudb.cc' object='libtokudb_a-ha_tokudb.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-ha_tokudb.o `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc
|
||||
|
||||
libtokudb_a-ha_tokudb.obj: ha_tokudb.cc
|
||||
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-ha_tokudb.obj -MD -MP -MF $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo -c -o libtokudb_a-ha_tokudb.obj `if test -f 'ha_tokudb.cc'; then $(CYGPATH_W) 'ha_tokudb.cc'; else $(CYGPATH_W) '$(srcdir)/ha_tokudb.cc'; fi`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo $(DEPDIR)/libtokudb_a-ha_tokudb.Po
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -MT libtokudb_a-ha_tokudb.obj -MD -MP -MF "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo" -c -o libtokudb_a-ha_tokudb.obj `if test -f 'ha_tokudb.cc'; then $(CYGPATH_W) 'ha_tokudb.cc'; else $(CYGPATH_W) '$(srcdir)/ha_tokudb.cc'; fi`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo" "$(DEPDIR)/libtokudb_a-ha_tokudb.Po"; else rm -f "$(DEPDIR)/libtokudb_a-ha_tokudb.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ha_tokudb.cc' object='libtokudb_a-ha_tokudb.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtokudb_a_CXXFLAGS) $(CXXFLAGS) -c -o libtokudb_a-ha_tokudb.obj `if test -f 'ha_tokudb.cc'; then $(CYGPATH_W) 'ha_tokudb.cc'; else $(CYGPATH_W) '$(srcdir)/ha_tokudb.cc'; fi`
|
||||
|
||||
ha_tokudb_la-hatoku_hton.lo: hatoku_hton.cc
|
||||
@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-hatoku_hton.lo -MD -MP -MF $(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo -c -o ha_tokudb_la-hatoku_hton.lo `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo $(DEPDIR)/ha_tokudb_la-hatoku_hton.Plo
|
||||
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-hatoku_hton.lo -MD -MP -MF "$(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo" -c -o ha_tokudb_la-hatoku_hton.lo `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo" "$(DEPDIR)/ha_tokudb_la-hatoku_hton.Plo"; else rm -f "$(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_hton.cc' object='ha_tokudb_la-hatoku_hton.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-hatoku_hton.lo `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-hatoku_hton.lo `test -f 'hatoku_hton.cc' || echo '$(srcdir)/'`hatoku_hton.cc
|
||||
|
||||
ha_tokudb_la-hatoku_cmp.lo: hatoku_cmp.cc
|
||||
@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-hatoku_cmp.lo -MD -MP -MF $(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo -c -o ha_tokudb_la-hatoku_cmp.lo `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo $(DEPDIR)/ha_tokudb_la-hatoku_cmp.Plo
|
||||
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-hatoku_cmp.lo -MD -MP -MF "$(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo" -c -o ha_tokudb_la-hatoku_cmp.lo `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo" "$(DEPDIR)/ha_tokudb_la-hatoku_cmp.Plo"; else rm -f "$(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hatoku_cmp.cc' object='ha_tokudb_la-hatoku_cmp.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-hatoku_cmp.lo `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-hatoku_cmp.lo `test -f 'hatoku_cmp.cc' || echo '$(srcdir)/'`hatoku_cmp.cc
|
||||
|
||||
ha_tokudb_la-ha_tokudb.lo: ha_tokudb.cc
|
||||
@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-ha_tokudb.lo -MD -MP -MF $(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo -c -o ha_tokudb_la-ha_tokudb.lo `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo $(DEPDIR)/ha_tokudb_la-ha_tokudb.Plo
|
||||
@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -MT ha_tokudb_la-ha_tokudb.lo -MD -MP -MF "$(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo" -c -o ha_tokudb_la-ha_tokudb.lo `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo" "$(DEPDIR)/ha_tokudb_la-ha_tokudb.Plo"; else rm -f "$(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo"; exit 1; fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ha_tokudb.cc' object='ha_tokudb_la-ha_tokudb.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-ha_tokudb.lo `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc
|
||||
@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_tokudb_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_tokudb_la-ha_tokudb.lo `test -f 'ha_tokudb.cc' || echo '$(srcdir)/'`ha_tokudb.cc
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
@ -592,13 +603,17 @@ mostlyclean-libtool:
|
|||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
|
@ -610,8 +625,8 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
|
@ -621,12 +636,13 @@ ctags: CTAGS
|
|||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
@ -640,21 +656,22 @@ distclean-tags:
|
|||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
|
@ -670,7 +687,7 @@ check: check-am
|
|||
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(pkgplugindir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
|
@ -705,7 +722,7 @@ distclean: distclean-am
|
|||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
|
@ -719,20 +736,12 @@ info-am:
|
|||
|
||||
install-data-am: install-pkgpluginLTLIBRARIES
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
|
@ -753,24 +762,20 @@ ps: ps-am
|
|||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-pkgpluginLTLIBRARIES
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
uninstall-am: uninstall-info-am uninstall-pkgpluginLTLIBRARIES
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-noinstLIBRARIES clean-pkgpluginLTLIBRARIES \
|
||||
ctags distclean distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-man install-pdf install-pdf-am \
|
||||
install-pkgpluginLTLIBRARIES install-ps install-ps-am \
|
||||
install-data-am install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-pkgpluginLTLIBRARIES \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
||||
uninstall-pkgpluginLTLIBRARIES
|
||||
uninstall-info-am uninstall-pkgpluginLTLIBRARIES
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
@ -866,13 +866,7 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
STATPRINT("max_time_ydb_lock_held", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.total_time_ydb_lock_held);
|
||||
STATPRINT("total_time_ydb_lock_held", buf);
|
||||
#if 0
|
||||
lockstat = (engstat.logger_lock_ctr & 0x01) ? "Locked" : "Unlocked";
|
||||
lockctr = engstat.logger_lock_ctr >> 1; // lsb indicates if locked
|
||||
snprintf(buf, bufsiz, "%" PRIu64, lockctr);
|
||||
STATPRINT("logger lock", lockstat);
|
||||
STATPRINT("logger lock counter", buf);
|
||||
#endif
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_period);
|
||||
STATPRINT("checkpoint period", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_footprint);
|
||||
|
@ -920,7 +914,10 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
STATPRINT("max range locks per index", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.range_locks_curr);
|
||||
STATPRINT("range locks in use", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.range_lock_escalation_successes);
|
||||
STATPRINT("range lock escalation successes", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.range_lock_escalation_failures);
|
||||
STATPRINT("range lock escalation failures", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.inserts);
|
||||
STATPRINT("dictionary inserts", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.deletes);
|
||||
|
|
Loading…
Add table
Reference in a new issue