mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[t:2504] Improve engine status
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@20076 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
cbbde4c90f
commit
3d6436c5e3
2 changed files with 287 additions and 165 deletions
|
@ -1,8 +1,9 @@
|
|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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,15 +19,12 @@
|
|||
|
||||
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
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
|
||||
|
@ -62,7 +60,14 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
LIBRARIES = $(noinst_LIBRARIES)
|
||||
AM_V_AR = $(am__v_AR_$(V))
|
||||
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_AR_0 = @echo " AR " $@;
|
||||
AM_V_at = $(am__v_at_$(V))
|
||||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_at_0 = @
|
||||
libtokudb_a_AR = $(AR) $(ARFLAGS)
|
||||
libtokudb_a_LIBADD =
|
||||
am_libtokudb_a_OBJECTS = libtokudb_a-hatoku_hton.$(OBJEXT) \
|
||||
|
@ -74,25 +79,57 @@ am__vpath_adj = case $$p in \
|
|||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(pkgplugindir)"
|
||||
pkgpluginLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(pkgplugin_LTLIBRARIES)
|
||||
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)
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
|
||||
AM_V_lt = $(am__v_lt_$(V))
|
||||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_lt_0 = --silent
|
||||
ha_tokudb_la_LINK = $(LIBTOOL) $(AM_V_lt) --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
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
am__mv = mv -f
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
|
||||
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
AM_V_CXX = $(am__v_CXX_$(V))
|
||||
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CXX_0 = @echo " CXX " $@;
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
AM_V_CXXLD = $(am__v_CXXLD_$(V))
|
||||
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_CXXLD_0 = @echo " CXXLD " $@;
|
||||
AM_V_GEN = $(am__v_GEN_$(V))
|
||||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||||
am__v_GEN_0 = @echo " GEN " $@;
|
||||
SOURCES = $(libtokudb_a_SOURCES) $(ha_tokudb_la_SOURCES)
|
||||
DIST_SOURCES = $(libtokudb_a_SOURCES) $(ha_tokudb_la_SOURCES)
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
|
@ -102,30 +139,20 @@ 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@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
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@
|
||||
|
@ -148,31 +175,27 @@ 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@
|
||||
DOT_FRM_VERSION = @DOT_FRM_VERSION@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
DVIS = @DVIS@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
FGREP = @FGREP@
|
||||
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@
|
||||
|
@ -187,6 +210,7 @@ LIBOBJS = @LIBOBJS@
|
|||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
|
||||
LIPO = @LIPO@
|
||||
LM_CFLAGS = @LM_CFLAGS@
|
||||
LN = @LN@
|
||||
LN_CP_F = @LN_CP_F@
|
||||
|
@ -197,6 +221,7 @@ 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@
|
||||
|
@ -228,17 +253,20 @@ 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@
|
||||
NMEDIT = @NMEDIT@
|
||||
NOINST_LDFLAGS = @NOINST_LDFLAGS@
|
||||
NON_THREADED_LIBS = @NON_THREADED_LIBS@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PDFLATEX = @PDFLATEX@
|
||||
|
@ -269,26 +297,19 @@ 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@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
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@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
|
@ -300,12 +321,16 @@ 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@
|
||||
|
@ -313,6 +338,7 @@ 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@
|
||||
|
@ -320,7 +346,9 @@ install_sh = @install_sh@
|
|||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
libmysqld_dirs = @libmysqld_dirs@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_ECHO = @lt_ECHO@
|
||||
man1_files = @man1_files@
|
||||
man8_files = @man8_files@
|
||||
man_dirs = @man_dirs@
|
||||
|
@ -348,6 +376,7 @@ 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@
|
||||
|
@ -378,6 +407,7 @@ 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@
|
||||
|
@ -392,6 +422,7 @@ 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@
|
||||
|
@ -399,6 +430,9 @@ 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@
|
||||
|
@ -438,14 +472,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu storage/tokudb/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu storage/tokudb/Makefile
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu storage/tokudb/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu storage/tokudb/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
|
@ -463,30 +497,35 @@ $(top_srcdir)/configure: $(am__configure_deps)
|
|||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
clean-noinstLIBRARIES:
|
||||
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
||||
libtokudb.a: $(libtokudb_a_OBJECTS) $(libtokudb_a_DEPENDENCIES)
|
||||
-rm -f libtokudb.a
|
||||
$(libtokudb_a_AR) libtokudb.a $(libtokudb_a_OBJECTS) $(libtokudb_a_LIBADD)
|
||||
$(RANLIB) libtokudb.a
|
||||
$(AM_V_at)-rm -f libtokudb.a
|
||||
$(AM_V_AR)$(libtokudb_a_AR) libtokudb.a $(libtokudb_a_OBJECTS) $(libtokudb_a_LIBADD)
|
||||
$(AM_V_at)$(RANLIB) libtokudb.a
|
||||
install-pkgpluginLTLIBRARIES: $(pkgplugin_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pkgplugindir)" || $(mkdir_p) "$(DESTDIR)$(pkgplugindir)"
|
||||
@list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
test -z "$(pkgplugindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgplugindir)"
|
||||
@list='$(pkgplugin_LTLIBRARIES)'; test -n "$(pkgplugindir)" || list=; \
|
||||
list2=; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
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"; \
|
||||
list2="$$list2 $$p"; \
|
||||
else :; fi; \
|
||||
done
|
||||
done; \
|
||||
test -z "$$list2" || { \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgplugindir)'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgplugindir)"; \
|
||||
}
|
||||
|
||||
uninstall-pkgpluginLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@set -x; list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
|
||||
@list='$(pkgplugin_LTLIBRARIES)'; test -n "$(pkgplugindir)" || list=; \
|
||||
for p in $$list; do \
|
||||
$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$f"; \
|
||||
done
|
||||
|
||||
clean-pkgpluginLTLIBRARIES:
|
||||
|
@ -498,7 +537,7 @@ clean-pkgpluginLTLIBRARIES:
|
|||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
ha_tokudb.la: $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(ha_tokudb_la_LDFLAGS) $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_LIBADD) $(LIBS)
|
||||
$(AM_V_CXXLD)$(ha_tokudb_la_LINK) $(ha_tokudb_la_OBJECTS) $(ha_tokudb_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
@ -514,88 +553,100 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtokudb_a-hatoku_hton.Po@am__quote@
|
||||
|
||||
.cc.o:
|
||||
@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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo $(DEPDIR)/libtokudb_a-hatoku_hton.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-hatoku_hton.Tpo $(DEPDIR)/libtokudb_a-hatoku_hton.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo $(DEPDIR)/libtokudb_a-hatoku_cmp.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-hatoku_cmp.Tpo $(DEPDIR)/libtokudb_a-hatoku_cmp.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo $(DEPDIR)/libtokudb_a-ha_tokudb.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(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@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtokudb_a-ha_tokudb.Tpo $(DEPDIR)/libtokudb_a-ha_tokudb.Po
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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@ 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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --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@ $(AM_V_at)$(am__mv) $(DEPDIR)/ha_tokudb_la-hatoku_hton.Tpo $(DEPDIR)/ha_tokudb_la-hatoku_hton.Plo
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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 --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) $(AM_V_lt) --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
|
||||
|
||||
ha_tokudb_la-hatoku_cmp.lo: hatoku_cmp.cc
|
||||
@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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --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@ $(AM_V_at)$(am__mv) $(DEPDIR)/ha_tokudb_la-hatoku_cmp.Tpo $(DEPDIR)/ha_tokudb_la-hatoku_cmp.Plo
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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 --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) $(AM_V_lt) --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
|
||||
|
||||
ha_tokudb_la-ha_tokudb.lo: ha_tokudb.cc
|
||||
@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
|
||||
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --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@ $(AM_V_at)$(am__mv) $(DEPDIR)/ha_tokudb_la-ha_tokudb.Tpo $(DEPDIR)/ha_tokudb_la-ha_tokudb.Plo
|
||||
@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
|
||||
@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 --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) $(AM_V_lt) --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
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
@ -603,82 +654,85 @@ 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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
set x; \
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
shift; \
|
||||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
if test $$# -gt 0; then \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
"$$@" $$unique; \
|
||||
else \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$unique; \
|
||||
fi; \
|
||||
fi
|
||||
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; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
$$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
&& $(am__cd) $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||||
|
||||
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)'; 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; \
|
||||
@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 \
|
||||
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 \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
@ -687,7 +741,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
|
||||
|
@ -709,6 +763,7 @@ clean-generic:
|
|||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
@ -722,7 +777,7 @@ distclean: distclean-am
|
|||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
|
@ -730,18 +785,38 @@ dvi-am:
|
|||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-pkgpluginLTLIBRARIES
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
|
@ -762,23 +837,28 @@ ps: ps-am
|
|||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am uninstall-pkgpluginLTLIBRARIES
|
||||
uninstall-am: uninstall-pkgpluginLTLIBRARIES
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.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-exec install-exec-am install-info \
|
||||
install-info-am install-man install-pkgpluginLTLIBRARIES \
|
||||
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-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-info-am uninstall-pkgpluginLTLIBRARIES
|
||||
uninstall-pkgpluginLTLIBRARIES
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
|
@ -842,22 +842,63 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
STATPRINT("*** URGENT WARNING ***", "FILE SYSTEM IS COMPLETELY FULL");
|
||||
snprintf(buf, bufsiz, "FILE SYSTEM IS COMPLETELY FULL");
|
||||
}
|
||||
else if (engstat.enospc_seal_state == 0) {
|
||||
else if (engstat.enospc_state == 0) {
|
||||
snprintf(buf, bufsiz, "more than %d percent of total file system space", 2*tokudb_fs_reserve_percent);
|
||||
}
|
||||
else if (engstat.enospc_seal_state == 1) {
|
||||
else if (engstat.enospc_state == 1) {
|
||||
snprintf(buf, bufsiz, "*** WARNING *** FILE SYSTEM IS GETTING FULL (less than %d percent free)", 2*tokudb_fs_reserve_percent);
|
||||
}
|
||||
else if (engstat.enospc_seal_state == 2){
|
||||
else if (engstat.enospc_state == 2){
|
||||
snprintf(buf, bufsiz, "*** WARNING *** FILE SYSTEM IS GETTING VERY FULL (less than %d percent free): INSERTS ARE PROHIBITED", tokudb_fs_reserve_percent);
|
||||
}
|
||||
else {
|
||||
snprintf(buf, bufsiz, "information unavailable %" PRIu64, engstat.enospc_seal_state);
|
||||
snprintf(buf, bufsiz, "information unavailable %" PRIu64, engstat.enospc_state);
|
||||
}
|
||||
STATPRINT ("disk free space", buf);
|
||||
|
||||
STATPRINT("time of engine startup", engstat.startuptime);
|
||||
STATPRINT("time now", engstat.now);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_period);
|
||||
STATPRINT("checkpoint period", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_footprint);
|
||||
STATPRINT("checkpoint status code (0 = idle)", buf);
|
||||
STATPRINT("last checkpoint began ", engstat.checkpoint_time_begin);
|
||||
STATPRINT("last complete checkpoint began ", engstat.checkpoint_time_begin_complete);
|
||||
STATPRINT("last complete checkpoint ended ", engstat.checkpoint_time_end);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.checkpoint_last_lsn);
|
||||
STATPRINT("last complete checkpoint LSN ", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_count);
|
||||
STATPRINT("checkpoints taken ", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_count_fail);
|
||||
STATPRINT("checkpoints failed", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.txn_begin);
|
||||
STATPRINT("txn begin", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.txn_commit);
|
||||
STATPRINT("txn commits", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.txn_abort);
|
||||
STATPRINT("txn aborts", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.txn_close);
|
||||
STATPRINT("txn close (commit+abort)", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.txn_oldest_live);
|
||||
STATPRINT("txn oldest live", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.next_lsn);
|
||||
STATPRINT("next LSN", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.inserts);
|
||||
STATPRINT("dictionary inserts", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.inserts_fail);
|
||||
STATPRINT("dictionary inserts fail", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.deletes);
|
||||
STATPRINT("dictionary deletes", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.deletes_fail);
|
||||
STATPRINT("dictionary deletes fail", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.point_queries);
|
||||
STATPRINT("dictionary point queries", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.sequential_queries);
|
||||
STATPRINT("dictionary sequential queries", buf);
|
||||
|
||||
const char * lockstat = (engstat.ydb_lock_ctr & 0x01) ? "Locked" : "Unlocked";
|
||||
u_int64_t lockctr = engstat.ydb_lock_ctr >> 1; // lsb indicates if locked
|
||||
snprintf(buf, bufsiz, "%" PRIu64, lockctr);
|
||||
|
@ -889,14 +930,6 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
snprintf(buf, bufsiz, "%" PRIu64, engstat.total_time_ydb_lock_held);
|
||||
STATPRINT("total_time_ydb_lock_held", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_period);
|
||||
STATPRINT("checkpoint period", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.checkpoint_footprint);
|
||||
STATPRINT("checkpoint status code (0 = idle)", buf);
|
||||
STATPRINT("last checkpoint began ", engstat.checkpoint_time_begin);
|
||||
STATPRINT("last complete checkpoint began ", engstat.checkpoint_time_begin_complete);
|
||||
STATPRINT("last complete checkpoint ended ", engstat.checkpoint_time_end);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.cachetable_lock_taken);
|
||||
STATPRINT("cachetable lock taken", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.cachetable_lock_released);
|
||||
|
@ -940,18 +973,6 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
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);
|
||||
STATPRINT("dictionary deletes", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.point_queries);
|
||||
STATPRINT("dictionary point queries", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.sequential_queries);
|
||||
STATPRINT("dictionary sequential queries", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.commits);
|
||||
STATPRINT("txn commits", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.aborts);
|
||||
STATPRINT("txn aborts", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.fsync_count);
|
||||
STATPRINT("fsync count", buf);
|
||||
|
@ -968,10 +989,31 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
|
|||
STATPRINT("most recent disk full", engstat.enospc_most_recent);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.enospc_threads_blocked);
|
||||
STATPRINT("threads currently blocked by full disk", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.enospc_total);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.enospc_ctr);
|
||||
STATPRINT("ENOSPC blocked count", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.enospc_seal_ctr);
|
||||
STATPRINT("ENOSPC reserve count", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.enospc_redzone_ctr);
|
||||
STATPRINT("ENOSPC reserve count (redzone)", buf);
|
||||
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_create);
|
||||
STATPRINT("loader create (success)", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_create_fail);
|
||||
STATPRINT("loader create fail)", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_put);
|
||||
STATPRINT("loader put", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_close);
|
||||
STATPRINT("loader close (success)", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_close_fail);
|
||||
STATPRINT("loader close fail", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.loader_abort);
|
||||
STATPRINT("loader abort", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.loader_current);
|
||||
STATPRINT("loaders current", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu32, engstat.loader_max);
|
||||
STATPRINT("loader max", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.logsuppress);
|
||||
STATPRINT("log suppress (success) ", buf);
|
||||
snprintf(buf, bufsiz, "%" PRIu64, engstat.logsuppressfail);
|
||||
STATPRINT("log suppress fail", buf);
|
||||
}
|
||||
if (error) { my_errno = error; }
|
||||
TOKUDB_DBUG_RETURN(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue