实例介绍
MariaDB是一个增强的MySQL替代品,并且在GPL v2许可证下可用。它主要是由MariaDB community开发的,由MariaDB Foundation主管。
【实例截图】
【核心代码】
0f259833-bd30-421c-8a73-915eed9b01e9
└── mariadb-10.0.17
├── BUILD
│ ├── autorun.sh
│ ├── build_mccge.sh
│ ├── check-cpu
│ ├── cleanup
│ ├── cmake_configure.sh
│ ├── compile-alpha
│ ├── compile-alpha-debug
│ ├── compile-amd64-debug-all
│ ├── compile-amd64-debug-max
│ ├── compile-amd64-debug-max-no-ndb
│ ├── compile-amd64-gcov
│ ├── compile-amd64-gprof
│ ├── compile-amd64-gprof-no-ndb
│ ├── compile-amd64-max
│ ├── compile-amd64-max-sci
│ ├── compile-amd64-valgrind-max
│ ├── compile-bintar
│ ├── compile-darwin-mwcc
│ ├── compile-dist
│ ├── compile-hpux11-parisc2-aCC
│ ├── compile-ia64-debug-max
│ ├── compile-innodb
│ ├── compile-irix-mips64-mipspro
│ ├── compile-ndb-autotest
│ ├── compile-pentium
│ ├── compile-pentium64
│ ├── compile-pentium64-debug
│ ├── compile-pentium64-debug-all
│ ├── compile-pentium64-debug-max
│ ├── compile-pentium64-gcov
│ ├── compile-pentium64-gprof
│ ├── compile-pentium64-max
│ ├── compile-pentium64-max-sci
│ ├── compile-pentium64-valgrind-max
│ ├── compile-pentium-cybozu
│ ├── compile-pentium-debug
│ ├── compile-pentium-debug-all
│ ├── compile-pentium-debug-max
│ ├── compile-pentium-debug-max-no-embedded
│ ├── compile-pentium-debug-max-no-ndb
│ ├── compile-pentium-debug-max-no-qc
│ ├── compile-pentium-debug-openssl
│ ├── compile-pentium-debug-yassl
│ ├── compile-pentium-gcov
│ ├── compile-pentium-gprof
│ ├── compile-pentium-icc
│ ├── compile-pentium-icc-valgrind-max
│ ├── compile-pentium-icc-yassl
│ ├── compile-pentium-max
│ ├── compile-pentium-myodbc
│ ├── compile-pentium-pgcc
│ ├── compile-pentium-valgrind-max
│ ├── compile-pentium-valgrind-max-no-ndb
│ ├── compile-ppc
│ ├── compile-ppc-debug
│ ├── compile-ppc-debug-max
│ ├── compile-ppc-debug-max-no-ndb
│ ├── compile-ppc-max
│ ├── compile-solaris-amd64
│ ├── compile-solaris-amd64-debug
│ ├── compile-solaris-amd64-debug-forte
│ ├── compile-solaris-amd64-forte
│ ├── compile-solaris-amd64-forte-debug
│ ├── compile-solaris-sparc
│ ├── compile-solaris-sparc-debug
│ ├── compile-solaris-sparc-forte
│ ├── compile-solaris-sparc-purify
│ ├── compile-solaris-x86-32
│ ├── compile-solaris-x86-32-debug
│ ├── compile-solaris-x86-32-debug-forte
│ ├── compile-solaris-x86-forte-32
│ ├── FINISH.sh
│ ├── SETUP.sh
│ └── util.sh
├── BUILD-CMAKE
├── client
│ ├── async_example.c
│ ├── client_priv.h
│ ├── CMakeLists.txt
│ ├── completion_hash.cc
│ ├── completion_hash.h
│ ├── echo.c
│ ├── get_password.c
│ ├── my_readline.h
│ ├── mysqladmin.cc
│ ├── mysqlbinlog.cc
│ ├── mysql.cc
│ ├── mysqlcheck.c
│ ├── mysqldump.c
│ ├── mysqlimport.c
│ ├── mysql_plugin.c
│ ├── mysqlshow.c
│ ├── mysqlslap.c
│ ├── mysqltest.cc
│ ├── mysql_upgrade.c
│ ├── readline.cc
│ ├── sql_string.cc.dontuse
│ └── sql_string.h.dontuse
├── cmake
│ ├── abi_check.cmake
│ ├── bison.cmake
│ ├── build_configurations
│ │ └── mysql_release.cmake
│ ├── cat.cmake
│ ├── character_sets.cmake
│ ├── check_minimal_version.cmake
│ ├── cmake_parse_arguments.cmake
│ ├── compile_flags.cmake
│ ├── configurable_file_content.in
│ ├── configure.pl
│ ├── cpack_deb.cmake
│ ├── cpack_rpm.cmake
│ ├── CPackRPM.cmake
│ ├── cpack_source_ignore_files.cmake
│ ├── cpu_info.cmake
│ ├── create_initial_db.cmake.in
│ ├── ctest.cmake
│ ├── do_abi_check.cmake
│ ├── dtrace.cmake
│ ├── dtrace_prelink.cmake
│ ├── info_bin.cmake
│ ├── info_macros.cmake.in
│ ├── info_src.cmake
│ ├── install_layout.cmake
│ ├── install_macros.cmake
│ ├── jemalloc.cmake
│ ├── libutils.cmake
│ ├── maintainer.cmake
│ ├── make_dist.cmake.in
│ ├── merge_archives_unix.cmake.in
│ ├── mysql_add_executable.cmake
│ ├── mysql_version.cmake
│ ├── os
│ │ ├── AIX.cmake
│ │ ├── Cygwin.cmake
│ │ ├── Darwin.cmake
│ │ ├── FreeBSD.cmake
│ │ ├── HP-UX.cmake
│ │ ├── Linux.cmake
│ │ ├── OS400.cmake
│ │ ├── SunOS.cmake
│ │ ├── WindowsCache.cmake
│ │ └── Windows.cmake
│ ├── package_name.cmake
│ ├── pcre.cmake
│ ├── plugin.cmake
│ ├── readline.cmake
│ ├── ssl.cmake
│ ├── stack_direction.c
│ ├── tags.cmake
│ ├── versioninfo.rc.in
│ └── zlib.cmake
├── CMakeLists.txt
├── cmd-line-utils
│ ├── libedit
│ │ ├── chared.c
│ │ ├── chared.h
│ │ ├── chartype.c
│ │ ├── chartype.h
│ │ ├── CMakeLists.txt
│ │ ├── common.c
│ │ ├── config.h
│ │ ├── el.c
│ │ ├── el.h
│ │ ├── eln.c
│ │ ├── el_terminal.h
│ │ ├── emacs.c
│ │ ├── filecomplete.c
│ │ ├── filecomplete.h
│ │ ├── hist.c
│ │ ├── histedit.h
│ │ ├── hist.h
│ │ ├── history.c
│ │ ├── historyn.c
│ │ ├── keymacro.c
│ │ ├── keymacro.h
│ │ ├── makelist.sh
│ │ ├── map.c
│ │ ├── map.h
│ │ ├── np
│ │ │ ├── fgetln.c
│ │ │ ├── strlcat.c
│ │ │ ├── strlcpy.c
│ │ │ ├── unvis.c
│ │ │ ├── vis.c
│ │ │ ├── vis.h
│ │ │ └── wcsdup.c
│ │ ├── parse.c
│ │ ├── parse.h
│ │ ├── prompt.c
│ │ ├── prompt.h
│ │ ├── read.c
│ │ ├── read.h
│ │ ├── readline
│ │ │ └── readline.h
│ │ ├── readline.c
│ │ ├── README
│ │ ├── refresh.c
│ │ ├── refresh.h
│ │ ├── search.c
│ │ ├── search.h
│ │ ├── sig.c
│ │ ├── sig.h
│ │ ├── sys.h
│ │ ├── terminal.c
│ │ ├── tokenizer.c
│ │ ├── tokenizern.c
│ │ ├── tty.c
│ │ ├── tty.h
│ │ └── vi.c
│ └── readline
│ ├── ansi_stdlib.h
│ ├── bind.c
│ ├── callback.c
│ ├── chardefs.h
│ ├── CMakeLists.txt
│ ├── compat.c
│ ├── complete.c
│ ├── config_readline.h
│ ├── configure.in
│ ├── COPYING
│ ├── display.c
│ ├── emacs_keymap.c
│ ├── funmap.c
│ ├── histexpand.c
│ ├── histfile.c
│ ├── histlib.h
│ ├── history.c
│ ├── history.h
│ ├── histsearch.c
│ ├── input.c
│ ├── INSTALL
│ ├── isearch.c
│ ├── keymaps.c
│ ├── keymaps.h
│ ├── kill.c
│ ├── macro.c
│ ├── mbutil.c
│ ├── misc.c
│ ├── nls.c
│ ├── parens.c
│ ├── posixdir.h
│ ├── posixjmp.h
│ ├── posixstat.h
│ ├── readline.c
│ ├── readline.h
│ ├── README
│ ├── rlconf.h
│ ├── rldefs.h
│ ├── rlmbutil.h
│ ├── rlprivate.h
│ ├── rlshell.h
│ ├── rlstdc.h
│ ├── rltty.c
│ ├── rltty.h
│ ├── rltypedefs.h
│ ├── rlwinsize.h
│ ├── savestring.c
│ ├── search.c
│ ├── shell.c
│ ├── signals.c
│ ├── tcap.h
│ ├── terminal.c
│ ├── text.c
│ ├── tilde.c
│ ├── tilde.h
│ ├── undo.c
│ ├── util.c
│ ├── vi_keymap.c
│ ├── vi_mode.c
│ ├── xmalloc.c
│ └── xmalloc.h
├── config.h.cmake
├── configure.cmake
├── COPYING
├── COPYING.LESSER
├── CREDITS
├── dbug
│ ├── CMakeLists.txt
│ ├── dbug_add_tags.pl
│ ├── dbug.c
│ ├── dbug_long.h
│ ├── example1.c
│ ├── example2.c
│ ├── example3.c
│ ├── factorial.c
│ ├── main.c
│ ├── monty.doc
│ ├── my_main.c
│ ├── remove_function_from_trace.pl
│ ├── tests.c
│ ├── tests-t.pl
│ └── user.r
├── debian
│ ├── additions
│ │ ├── debian-start
│ │ ├── debian-start.inc.sh
│ │ ├── Docs__Images__Makefile.in
│ │ ├── Docs__Makefile.in
│ │ ├── echo_stderr
│ │ ├── innotop
│ │ │ ├── changelog.innotop
│ │ │ ├── innotop
│ │ │ └── innotop.1
│ │ ├── mariadb.cnf
│ │ ├── my.cnf
│ │ ├── mysqld_safe_syslog.cnf
│ │ ├── mysqlreport
│ │ ├── mysqlreport.1
│ │ └── mysql-server.lintian-overrides
│ ├── autobake-deb.sh
│ ├── changelog
│ ├── compat
│ ├── copyright
│ ├── dist
│ │ ├── Debian
│ │ │ ├── control
│ │ │ ├── mariadb-server-10.0.dirs
│ │ │ ├── mariadb-server-10.0.files.in
│ │ │ ├── mariadb-server-10.0.postinst
│ │ │ ├── mariadb-server-10.0.postrm
│ │ │ ├── mariadb-server-10.0.README.Debian
│ │ │ └── rules
│ │ └── Ubuntu
│ │ ├── apparmor-profile
│ │ ├── control
│ │ ├── mariadb-server-10.0.dirs
│ │ ├── mariadb-server-10.0.files.in
│ │ ├── mariadb-server-10.0.postinst
│ │ ├── mariadb-server-10.0.postrm
│ │ ├── mariadb-server-10.0.py
│ │ ├── mariadb-server-10.0.README.Debian
│ │ └── rules
│ ├── libmariadbclient18.dirs
│ ├── libmariadbclient18.files
│ ├── libmariadbclient18.postinst
│ ├── libmariadbclient-dev.dirs
│ ├── libmariadbclient-dev.examples
│ ├── libmariadbclient-dev.files
│ ├── libmariadbclient-dev.links
│ ├── libmariadbclient-dev.README.Maintainer
│ ├── libmariadbd-dev.files
│ ├── mariadb-client-10.0.dirs
│ ├── mariadb-client-10.0.docs
│ ├── mariadb-client-10.0.files
│ ├── mariadb-client-10.0.links
│ ├── mariadb-client-10.0.lintian-overrides
│ ├── mariadb-client-10.0.menu
│ ├── mariadb-client-10.0.README.Debian
│ ├── mariadb-client-core-10.0.files
│ ├── mariadb-common.files
│ ├── mariadb-common.postrm
│ ├── mariadb-connect-engine-10.0.files
│ ├── mariadb-oqgraph-engine-10.0.files
│ ├── mariadb-server-10.0.config
│ ├── mariadb-server-10.0.lintian-overrides
│ ├── mariadb-server-10.0.logcheck.ignore.paranoid
│ ├── mariadb-server-10.0.logcheck.ignore.server
│ ├── mariadb-server-10.0.logcheck.ignore.workstation
│ ├── mariadb-server-10.0.mysql.init
│ ├── mariadb-server-10.0.mysql-server.logrotate
│ ├── mariadb-server-10.0.NEWS
│ ├── mariadb-server-10.0.preinst
│ ├── mariadb-server-10.0.prerm
│ ├── mariadb-server-10.0.templates
│ ├── mariadb-server-core-10.0.files
│ ├── mariadb-test-10.0.dirs
│ ├── mariadb-test-10.0.files
│ ├── mariadb-test-10.0.links
│ ├── mysql-common.dirs
│ ├── mysql-common.files
│ ├── mysql-common.lintian-overrides
│ ├── mysql-common.postrm
│ ├── patches
│ │ ├── 00list
│ │ ├── 01_MAKEFILES__Docs_Images_Makefile.in.dpatch
│ │ ├── 01_MAKEFILES__Docs_Makefile.in.dpatch
│ │ ├── 02_no_builtin_ndbcluster_plugin.dpatch
│ │ ├── 21_init__openquery_configtest.dpatch
│ │ ├── 33_scripts__mysql_create_system_tables__no_test.dpatch
│ │ ├── 38_scripts__mysqld_safe.sh__signals.dpatch
│ │ ├── 41_scripts__mysql_install_db.sh__no_test.dpatch
│ │ ├── 44_scripts__mysql_config__libs.dpatch
│ │ ├── 50_mysql-test__db_test.dpatch
│ │ ├── 60_zlib_innodb_workaround.dpatch
│ │ └── 61_replace_dash_with_bash_mbug675185.dpatch
│ ├── po
│ │ ├── ar.po
│ │ ├── ca.po
│ │ ├── cs.po
│ │ ├── da.po
│ │ ├── de.po
│ │ ├── es.po
│ │ ├── eu.po
│ │ ├── fr.po
│ │ ├── gl.po
│ │ ├── it.po
│ │ ├── ja.po
│ │ ├── nb.po
│ │ ├── nl.po
│ │ ├── POTFILES.in
│ │ ├── pt_BR.po
│ │ ├── pt.po
│ │ ├── ro.po
│ │ ├── ru.po
│ │ ├── sv.po
│ │ ├── templates.pot
│ │ └── tr.po
│ ├── README.Maintainer
│ ├── source.lintian-overrides
│ └── watch
├── Docs
│ ├── glibc-2.2.5.patch
│ ├── INFO_SRC
│ ├── INSTALL-BINARY
│ ├── linuxthreads.txt
│ ├── myisam.txt
│ ├── mysql.info
│ └── sp-imp-spec.txt
├── EXCEPTIONS-CLIENT
├── extra
│ ├── charset2html.c
│ ├── CMakeLists.txt
│ ├── comp_err.c
│ ├── innochecksum.cc
│ ├── my_print_defaults.c
│ ├── mysql_waitpid.c
│ ├── perror.c
│ ├── replace.c
│ ├── resolveip.c
│ ├── resolve_stack_dump.c
│ └── yassl
│ ├── AUTHORS
│ ├── certs
│ │ ├── ca-cert.pem
│ │ ├── ca-key.pem
│ │ ├── client-cert.der
│ │ ├── client-cert.pem
│ │ ├── client-key.der
│ │ ├── client-keyEnc3.pem
│ │ ├── client-keyEnc.pem
│ │ ├── client-key.pem
│ │ ├── dh1024.dat
│ │ ├── dsa1024.der
│ │ ├── dsa1024.pem
│ │ ├── dsa-cert.pem
│ │ ├── server-cert.pem
│ │ ├── server-keyEnc.pem
│ │ ├── server-key.pem
│ │ └── taoCert.txt
│ ├── ChangeLog
│ ├── CMakeLists.txt
│ ├── COPYING
│ ├── examples
│ │ ├── client
│ │ │ ├── client.cpp
│ │ │ └── client.dsp
│ │ ├── echoclient
│ │ │ ├── echoclient.cpp
│ │ │ ├── echoclient.dsp
│ │ │ ├── input
│ │ │ └── quit
│ │ ├── echoserver
│ │ │ ├── echoserver.cpp
│ │ │ └── echoserver.dsp
│ │ └── server
│ │ ├── server.cpp
│ │ └── server.dsp
│ ├── FLOSS-EXCEPTIONS
│ ├── include
│ │ ├── buffer.hpp
│ │ ├── cert_wrapper.hpp
│ │ ├── crypto_wrapper.hpp
│ │ ├── factory.hpp
│ │ ├── handshake.hpp
│ │ ├── lock.hpp
│ │ ├── log.hpp
│ │ ├── openssl
│ │ │ ├── crypto.h
│ │ │ ├── des.h
│ │ │ ├── des_old.h
│ │ │ ├── engine.h
│ │ │ ├── err.h
│ │ │ ├── evp.h
│ │ │ ├── generate_prefix_files.pl
│ │ │ ├── hmac.h
│ │ │ ├── lhash.h
│ │ │ ├── md4.h
│ │ │ ├── md5.h
│ │ │ ├── objects.h
│ │ │ ├── opensslv.h
│ │ │ ├── pem.h
│ │ │ ├── pkcs12.h
│ │ │ ├── prefix_crypto.h
│ │ │ ├── prefix_ssl.h
│ │ │ ├── rand.h
│ │ │ ├── rsa.h
│ │ │ ├── sha.h
│ │ │ ├── ssl.h
│ │ │ ├── transport_types.h
│ │ │ ├── x509.h
│ │ │ └── x509v3.h
│ │ ├── socket_wrapper.hpp
│ │ ├── timer.hpp
│ │ ├── yassl_error.hpp
│ │ ├── yassl.hpp
│ │ ├── yassl_imp.hpp
│ │ ├── yassl_int.hpp
│ │ └── yassl_types.hpp
│ ├── INSTALL
│ ├── lib
│ │ └── dummy
│ ├── NEWS
│ ├── README
│ ├── src
│ │ ├── buffer.cpp
│ │ ├── cert_wrapper.cpp
│ │ ├── crypto_wrapper.cpp
│ │ ├── dummy.cpp
│ │ ├── handshake.cpp
│ │ ├── lock.cpp
│ │ ├── log.cpp
│ │ ├── make.bat
│ │ ├── socket_wrapper.cpp
│ │ ├── ssl.cpp
│ │ ├── timer.cpp
│ │ ├── yassl.cpp
│ │ ├── yassl_error.cpp
│ │ ├── yassl_imp.cpp
│ │ └── yassl_int.cpp
│ ├── taocrypt
│ │ ├── benchmark
│ │ │ ├── benchmark.cpp
│ │ │ ├── benchmark.dsp
│ │ │ ├── dh1024.der
│ │ │ ├── dsa1024.der
│ │ │ ├── make.bat
│ │ │ └── rsa1024.der
│ │ ├── certs
│ │ │ ├── client-cert.der
│ │ │ ├── client-key.der
│ │ │ ├── dh1024.dat
│ │ │ └── dsa512.der
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── include
│ │ │ ├── aes.hpp
│ │ │ ├── algebra.hpp
│ │ │ ├── arc4.hpp
│ │ │ ├── asn.hpp
│ │ │ ├── block.hpp
│ │ │ ├── blowfish.hpp
│ │ │ ├── coding.hpp
│ │ │ ├── des.hpp
│ │ │ ├── dh.hpp
│ │ │ ├── dsa.hpp
│ │ │ ├── error.hpp
│ │ │ ├── file.hpp
│ │ │ ├── hash.hpp
│ │ │ ├── hc128.hpp
│ │ │ ├── hmac.hpp
│ │ │ ├── integer.hpp
│ │ │ ├── kernelc.hpp
│ │ │ ├── md2.hpp
│ │ │ ├── md4.hpp
│ │ │ ├── md5.hpp
│ │ │ ├── misc.hpp
│ │ │ ├── modarith.hpp
│ │ │ ├── modes.hpp
│ │ │ ├── pwdbased.hpp
│ │ │ ├── rabbit.hpp
│ │ │ ├── random.hpp
│ │ │ ├── ripemd.hpp
│ │ │ ├── rsa.hpp
│ │ │ ├── runtime.hpp
│ │ │ ├── sha.hpp
│ │ │ ├── twofish.hpp
│ │ │ ├── types.hpp
│ │ │ └── type_traits.hpp
│ │ ├── INSTALL
│ │ ├── mySTL
│ │ │ ├── algorithm.hpp
│ │ │ ├── helpers.hpp
│ │ │ ├── list.hpp
│ │ │ ├── memory_array.hpp
│ │ │ ├── memory.hpp
│ │ │ ├── pair.hpp
│ │ │ ├── stdexcept.hpp
│ │ │ └── vector.hpp
│ │ ├── README
│ │ ├── src
│ │ │ ├── aes.cpp
│ │ │ ├── aestables.cpp
│ │ │ ├── algebra.cpp
│ │ │ ├── arc4.cpp
│ │ │ ├── asn.cpp
│ │ │ ├── bftables.cpp
│ │ │ ├── blowfish.cpp
│ │ │ ├── coding.cpp
│ │ │ ├── des.cpp
│ │ │ ├── dh.cpp
│ │ │ ├── dsa.cpp
│ │ │ ├── file.cpp
│ │ │ ├── hash.cpp
│ │ │ ├── hc128.cpp
│ │ │ ├── integer.cpp
│ │ │ ├── make.bat
│ │ │ ├── md2.cpp
│ │ │ ├── md4.cpp
│ │ │ ├── md5.cpp
│ │ │ ├── misc.cpp
│ │ │ ├── rabbit.cpp
│ │ │ ├── random.cpp
│ │ │ ├── ripemd.cpp
│ │ │ ├── rsa.cpp
│ │ │ ├── sha.cpp
│ │ │ ├── tftables.cpp
│ │ │ └── twofish.cpp
│ │ ├── taocrypt.dsp
│ │ ├── taocrypt.dsw
│ │ ├── test
│ │ │ ├── make.bat
│ │ │ ├── memory.cpp
│ │ │ ├── test.cpp
│ │ │ └── test.dsp
│ │ └── test.dsw
│ ├── testsuite
│ │ ├── cipher-test.sh
│ │ ├── input
│ │ ├── make.bat
│ │ ├── quit
│ │ ├── test.hpp
│ │ ├── testsuite.cpp
│ │ └── testsuite.dsp
│ ├── yassl.dsp
│ └── yassl.dsw
├── include
│ ├── atomic
│ │ ├── gcc_builtins.h
│ │ ├── generic-msvc.h
│ │ ├── nolock.h
│ │ ├── rwlock.h
│ │ ├── solaris.h
│ │ └── x86-gcc.h
│ ├── base64.h
│ ├── big_endian.h
│ ├── byte_order_generic.h
│ ├── byte_order_generic_x86_64.h
│ ├── byte_order_generic_x86.h
│ ├── CMakeLists.txt
│ ├── decimal.h
│ ├── errmsg.h
│ ├── ft_global.h
│ ├── handler_ername.h
│ ├── handler_state.h
│ ├── hash.h
│ ├── heap.h
│ ├── keycache.h
│ ├── lf.h
│ ├── little_endian.h
│ ├── ma_dyncol.h
│ ├── maria.h
│ ├── m_ctype.h
│ ├── m_string.h
│ ├── my_aes.h
│ ├── my_alarm.h
│ ├── my_alloc.h
│ ├── my_atomic.h
│ ├── my_attribute.h
│ ├── my_base.h
│ ├── my_bit.h
│ ├── my_bitmap.h
│ ├── my_byteorder.h
│ ├── my_check_opt.h
│ ├── my_compare.h
│ ├── my_compiler.h
│ ├── my_context.h
│ ├── my_cpu.h
│ ├── my_dbug.h
│ ├── my_decimal_limits.h
│ ├── my_default.h
│ ├── my_dir.h
│ ├── my_getopt.h
│ ├── my_global.h
│ ├── my_handler_errors.h
│ ├── myisamchk.h
│ ├── myisam.h
│ ├── myisammrg.h
│ ├── myisampack.h
│ ├── my_libwrap.h
│ ├── my_list.h
│ ├── my_md5.h
│ ├── my_net.h
│ ├── my_nosys.h
│ ├── my_pthread.h
│ ├── my_rdtsc.h
│ ├── my_rnd.h
│ ├── mysql
│ │ ├── auth_dialog_client.h
│ │ ├── client_plugin.h
│ │ ├── client_plugin.h.pp
│ │ ├── plugin_audit.h
│ │ ├── plugin_audit.h.pp
│ │ ├── plugin_auth_common.h
│ │ ├── plugin_auth.h
│ │ ├── plugin_auth.h.pp
│ │ ├── plugin_ftparser.h
│ │ ├── plugin_ftparser.h.pp
│ │ ├── plugin.h
│ │ ├── psi
│ │ │ ├── mysql_file.h
│ │ │ ├── mysql_idle.h
│ │ │ ├── mysql_socket.h
│ │ │ ├── mysql_stage.h
│ │ │ ├── mysql_statement.h
│ │ │ ├── mysql_table.h
│ │ │ ├── mysql_thread.h
│ │ │ ├── psi_abi_v0.h
│ │ │ ├── psi_abi_v0.h.pp
│ │ │ ├── psi_abi_v1.h
│ │ │ ├── psi_abi_v1.h.pp
│ │ │ ├── psi_abi_v2.h
│ │ │ ├── psi_abi_v2.h.pp
│ │ │ └── psi.h
│ │ ├── service_debug_sync.h
│ │ ├── service_kill_statement.h
│ │ ├── service_logger.h
│ │ ├── service_my_plugin_log.h
│ │ ├── service_my_snprintf.h
│ │ ├── service_progress_report.h
│ │ ├── services.h
│ │ ├── service_sha1.h
│ │ ├── service_thd_alloc.h
│ │ ├── service_thd_autoinc.h
│ │ ├── service_thd_error_context.h
│ │ ├── service_thd_timezone.h
│ │ └── service_thd_wait.h
│ ├── mysql_async.h
│ ├── mysql_com.h
│ ├── mysql_com_server.h
│ ├── mysqld_default_groups.h
│ ├── mysql_embed.h
│ ├── mysql.h
│ ├── mysql.h.pp
│ ├── mysql_time.h
│ ├── mysql_version.h.in
│ ├── my_stacktrace.h
│ ├── mysys_err.h
│ ├── my_sys.h
│ ├── my_time.h
│ ├── my_tree.h
│ ├── my_uctype.h
│ ├── my_user.h
│ ├── my_valgrind.h
│ ├── my_xml.h
│ ├── password.h
│ ├── probes_mysql.d.base
│ ├── probes_mysql.h
│ ├── probes_mysql_nodtrace.h
│ ├── queues.h
│ ├── rijndael.h
│ ├── service_versions.h
│ ├── sha1.h
│ ├── sha2.h
│ ├── sql_common.h
│ ├── sslopt-case.h
│ ├── sslopt-longopts.h
│ ├── sslopt-vars.h
│ ├── t_ctype.h
│ ├── thr_alarm.h
│ ├── thread_pool_priv.h
│ ├── thr_lock.h
│ ├── typelib.h
│ ├── violite.h
│ ├── waiting_threads.h
│ ├── welcome_copyright_notice.h
│ └── wqueue.h
├── INSTALL-SOURCE
├── INSTALL-WIN-SOURCE
├── KNOWN_BUGS.txt
├── libmysql
│ ├── client_settings.h
│ ├── CMakeLists.txt
│ ├── conf_to_src.c
│ ├── errmsg.c
│ ├── get_password.c
│ ├── libmysql.c
│ ├── libmysql.def
│ └── libmysql_versions.ld.in
├── libmysqld
│ ├── CMakeLists.txt
│ ├── embedded_priv.h
│ ├── emb_qcache.cc
│ ├── emb_qcache.h
│ ├── examples
│ │ ├── builder-sample
│ │ │ ├── emb_sample.bpr
│ │ │ ├── emb_sample.cpp
│ │ │ ├── emb_samples.cpp
│ │ │ ├── emb_samples.dfm
│ │ │ ├── emb_samples.h
│ │ │ ├── images
│ │ │ │ ├── db.ico
│ │ │ │ ├── find.ico
│ │ │ │ ├── logo.ico
│ │ │ │ ├── mysql.bmp
│ │ │ │ └── net.ico
│ │ │ └── snapshot.jpg
│ │ ├── CMakeLists.txt
│ │ └── test-run
│ ├── libmysqld.c
│ ├── libmysqld.def
│ ├── libmysqld.rc
│ ├── lib_sql.cc
│ └── resource.h
├── libservices
│ ├── CMakeLists.txt
│ ├── debug_sync_service.c
│ ├── HOWTO
│ ├── kill_statement_service.c
│ ├── logger_service.c
│ ├── my_sha1_service.c
│ ├── my_snprintf_service.c
│ ├── progress_report_service.c
│ ├── thd_alloc_service.c
│ ├── thd_autoinc_service.c
│ ├── thd_error_context_service.c
│ ├── thd_timezone_service.c
│ └── thd_wait_service.c
├── man
│ ├── aria_chk.1
│ ├── aria_dump_log.1
│ ├── aria_ftdump.1
│ ├── aria_pack.1
│ ├── aria_read_log.1
│ ├── CMakeLists.txt
│ ├── comp_err.1
│ ├── innochecksum.1
│ ├── make_win_bin_dist.1
│ ├── msql2mysql.1
│ ├── myisamchk.1
│ ├── myisam_ftdump.1
│ ├── myisamlog.1
│ ├── myisampack.1
│ ├── my_print_defaults.1
│ ├── mysql.1
│ ├── mysqlaccess.1
│ ├── mysqladmin.1
│ ├── mysqlbinlog.1
│ ├── mysqlbug.1
│ ├── mysqlcheck.1
│ ├── mysql_client_test.1
│ ├── mysql_client_test_embedded.1
│ ├── mysql_config.1
│ ├── mysql_convert_table_format.1
│ ├── mysqld.8
│ ├── mysqld_multi.1
│ ├── mysqld_safe.1
│ ├── mysqldump.1
│ ├── mysqldumpslow.1
│ ├── mysql_find_rows.1
│ ├── mysql_fix_extensions.1
│ ├── mysqlhotcopy.1
│ ├── mysqlimport.1
│ ├── mysql_install_db.1
│ ├── mysql_plugin.1
│ ├── mysql_secure_installation.1
│ ├── mysql.server.1
│ ├── mysql_setpermission.1
│ ├── mysqlshow.1
│ ├── mysqlslap.1
│ ├── mysql-stress-test.pl.1
│ ├── mysqltest.1
│ ├── mysqltest_embedded.1
│ ├── mysql-test-run.pl.1
│ ├── mysql_tzinfo_to_sql.1
│ ├── mysql_upgrade.1
│ ├── mysql_waitpid.1
│ ├── mysql_zap.1
│ ├── ndbd.8
│ ├── ndbd_redo_log_reader.1
│ ├── ndbmtd.8
│ ├── perror.1
│ ├── replace.1
│ ├── resolveip.1
│ └── resolve_stack_dump.1
├── mysql-test
│ ├── CMakeLists.txt
│ ├── collections
│ │ ├── default.daily
│ │ ├── default.experimental
│ │ ├── default.push
│ │ ├── default.release.in
│ │ ├── default.weekly
│ │ ├── disabled-daily.list
│ │ ├── disabled-per-push.list
│ │ ├── disabled-weekly.list
│ │ ├── mysql-next-mr-wl2540.push
│ │ ├── mysql-trunk.daily
│ │ ├── mysql-trunk.weekly
│ │ ├── README
│ │ └── README.experimental
│ ├── disabled.def
│ ├── extra
│ │ ├── binlog_tests
│ │ │ ├── binlog_cache_stat.test
│ │ │ ├── binlog_insert_delayed.test
│ │ │ ├── binlog.test
│ │ │ ├── binlog_truncate.test
│ │ │ ├── blackhole.test
│ │ │ ├── ctype_cp932_binlog.test
│ │ │ ├── ctype_cp932.test
│ │ │ ├── ctype_ucs_binlog.test
│ │ │ ├── database.test
│ │ │ ├── drop_table.test
│ │ │ ├── drop_temp_table.test
│ │ │ ├── implicit.test
│ │ │ ├── insert_select-binlog.test
│ │ │ ├── mix_innodb_myisam_binlog.test
│ │ │ ├── mix_innodb_myisam_side_effects.test
│ │ │ └── mysqlbinlog_row_engine.inc
│ │ └── rpl_tests
│ │ ├── check_type.inc
│ │ ├── create_recursive_construct.inc
│ │ ├── rpl_autoinc_func_invokes_trigger.test
│ │ ├── rpl_auto_increment_insert_view.test
│ │ ├── rpl_auto_increment_invoke_trigger.test
│ │ ├── rpl_auto_increment.test
│ │ ├── rpl_binlog_max_cache_size.test
│ │ ├── rpl_blackhole.test
│ │ ├── rpl_charset.test
│ │ ├── rpl_commit_after_flush.test
│ │ ├── rpl_conflicts.test
│ │ ├── rpl_ddl.test
│ │ ├── rpl_deadlock.test
│ │ ├── rpl_delete_no_where.test
│ │ ├── rpl_drop_create_temp_table.inc
│ │ ├── rpl_drop_create_temp_table.test
│ │ ├── rpl_EE_err.test
│ │ ├── rpl_extra_col_master.test
│ │ ├── rpl_extra_col_slave.test
│ │ ├── rpl_failed_optimize.test
│ │ ├── rpl_flsh_tbls.test
│ │ ├── rpl_foreign_key.test
│ │ ├── rpl_get_master_version_and_clock.test
│ │ ├── rpl_implicit_commit_binlog.test
│ │ ├── rpl_innodb.test
│ │ ├── rpl_insert_delayed.test
│ │ ├── rpl_insert_id_pk.test
│ │ ├── rpl_insert_id.test
│ │ ├── rpl_insert_ignore.test
│ │ ├── rpl_loaddata.test
│ │ ├── rpl_loadfile.test
│ │ ├── rpl_log.test
│ │ ├── rpl_max_relay_size.test
│ │ ├── rpl_mixing_engines.inc
│ │ ├── rpl_mixing_engines.test
│ │ ├── rpl_multi_query.test
│ │ ├── rpl_multi_update2.test
│ │ ├── rpl_multi_update3.test
│ │ ├── rpl_multi_update.test
│ │ ├── rpl_ndb_2multi_basic.test
│ │ ├── rpl_ndb_2multi_eng.test
│ │ ├── rpl_ndb_apply_status.test
│ │ ├── rpl_not_null.test
│ │ ├── rpl_partition.test
│ │ ├── rpl_record_compare.test
│ │ ├── rpl_relayrotate.test
│ │ ├── rpl_reset_slave.test
│ │ ├── rpl_row_001.test
│ │ ├── rpl_row_annotate.test
│ │ ├── rpl_row_basic.test
│ │ ├── rpl_row_blob.test
│ │ ├── rpl_row_delayed_ins.test
│ │ ├── rpl_row_func003.test
│ │ ├── rpl_row_sp002.test
│ │ ├── rpl_row_sp003.test
│ │ ├── rpl_row_sp006.test
│ │ ├── rpl_row_sp007.test
│ │ ├── rpl_row_tabledefs.test
│ │ ├── rpl_row_UUID.test
│ │ ├── rpl_set_null.test
│ │ ├── rpl_show_binlog_events.inc
│ │ ├── rpl_show_log_events_with_varying_options.inc
│ │ ├── rpl_show_relaylog_events.inc
│ │ ├── rpl_start_stop_slave.test
│ │ ├── rpl_stm_create_if_not_exists.test
│ │ ├── rpl_stm_EE_err2.test
│ │ ├── rpl_stop_middle_group.test
│ │ ├── rpl_stop_slave.test
│ │ ├── rpl_sv_relay_space.test
│ │ ├── rpl_test_framework.inc
│ │ ├── rpl_tmp_table_and_DDL.test
│ │ ├── rpl_trig004.test
│ │ ├── rpl_truncate_helper.test
│ │ ├── rpl_truncate.test
│ │ └── type_conversions.test
│ ├── include
│ │ ├── add_anonymous_users.inc
│ │ ├── alter_table_mdev539.inc
│ │ ├── analyze-sync_with_master.test
│ │ ├── analyze-timeout.test
│ │ ├── assert.inc
│ │ ├── begin_include_file.inc
│ │ ├── big_test.inc
│ │ ├── binlog_inject_error.inc
│ │ ├── binlog_start_pos.inc
│ │ ├── bug38347.inc
│ │ ├── bytes2.inc
│ │ ├── bytes.inc
│ │ ├── check_concurrent_insert.inc
│ │ ├── check_events_off.inc
│ │ ├── check_ftwrl_compatible.inc
│ │ ├── check_ftwrl_incompatible.inc
│ │ ├── check_ipv6.inc
│ │ ├── check_key_reads.inc
│ │ ├── check_key_req.inc
│ │ ├── check_no_concurrent_insert.inc
│ │ ├── check_no_row_lock.inc
│ │ ├── check_shared_row_lock.inc
│ │ ├── check_slave_is_running.inc
│ │ ├── check_slave_no_error.inc
│ │ ├── check_slave_param.inc
│ │ ├── check-testcase.test
│ │ ├── check_var_limit.inc
│ │ ├── check-warnings.test
│ │ ├── cleanup_fake_relay_log.inc
│ │ ├── commit.inc
│ │ ├── common-tests.inc
│ │ ├── concurrent.inc
│ │ ├── connect2.inc
│ │ ├── count_sessions.inc
│ │ ├── ctype_8bit.inc
│ │ ├── ctype_ascii_order.inc
│ │ ├── ctype_common.inc
│ │ ├── ctype_czech.inc
│ │ ├── ctype_datetime.inc
│ │ ├── ctype_E05C.inc
│ │ ├── ctype_filesort2.inc
│ │ ├── ctype_filesort.inc
│ │ ├── ctype_german.inc
│ │ ├── ctype_heap.inc
│ │ ├── ctype_innodb_like.inc
│ │ ├── ctype_like_cond_propagation.inc
│ │ ├── ctype_like_cond_propagation_utf8_german.inc
│ │ ├── ctype_like_escape.inc
│ │ ├── ctype_like_ignorable.inc
│ │ ├── ctype_like.inc
│ │ ├── ctype_like_range_f1f2.inc
│ │ ├── ctype_myanmar.inc
│ │ ├── ctype_numconv.inc
│ │ ├── ctype_pad_space.inc
│ │ ├── ctype_regex.inc
│ │ ├── ctype_regex_utf8.inc
│ │ ├── ctype_str_to_date.inc
│ │ ├── ctype_strtoll10.inc
│ │ ├── ctype_unescape.inc
│ │ ├── ctype_unicode520.inc
│ │ ├── ctype_unicode_latin.inc
│ │ ├── ctype_utf8mb4.inc
│ │ ├── ctype_utf8_table.inc
│ │ ├── daemon_example_bad_format.ini
│ │ ├── daemon_example_bad_soname.ini
│ │ ├── dbt3_s001.inc
│ │ ├── ddl_i18n.check_events.inc
│ │ ├── ddl_i18n.check_sp.inc
│ │ ├── ddl_i18n.check_triggers.inc
│ │ ├── ddl_i18n.check_views.inc
│ │ ├── deadlock.inc
│ │ ├── default_client.cnf
│ │ ├── default_my.cnf
│ │ ├── default_mysqld.cnf
│ │ ├── default_ndbd.cnf
│ │ ├── delete_anonymous_users.inc
│ │ ├── diff_tables.inc
│ │ ├── end_include_file.inc
│ │ ├── endspace.inc
│ │ ├── explain_non_select.inc
│ │ ├── explain_utils.inc
│ │ ├── file_does_not_exist.inc
│ │ ├── filter_file.inc
│ │ ├── function_defaults.inc
│ │ ├── function_defaults_notembedded.inc
│ │ ├── get_relay_log_pos.inc
│ │ ├── gis_debug.inc
│ │ ├── gis_generic.inc
│ │ ├── gis_keys.inc
│ │ ├── grant_cache.inc
│ │ ├── have_archive.inc
│ │ ├── have_archive.opt
│ │ ├── have_big5.inc
│ │ ├── have_binlog_checksum_off.inc
│ │ ├── have_binlog_format_mixed.inc
│ │ ├── have_binlog_format_mixed.opt
│ │ ├── have_binlog_format_mixed_or_row.inc
│ │ ├── have_binlog_format_mixed_or_statement.inc
│ │ ├── have_binlog_format_row.inc
│ │ ├── have_binlog_format_row.opt
│ │ ├── have_binlog_format_row_or_statement.inc
│ │ ├── have_binlog_format_statement.inc
│ │ ├── have_binlog_format_statement.opt
│ │ ├── have_blackhole.inc
│ │ ├── have_blackhole.opt
│ │ ├── have_case_insensitive_file_system.inc
│ │ ├── have_case_insensitive_fs.inc
│ │ ├── have_case_sensitive_file_system.inc
│ │ ├── have_collation.inc
│ │ ├── have_compress.inc
│ │ ├── have_cp1250_ch.inc
│ │ ├── have_cp1251.inc
│ │ ├── have_cp866.inc
│ │ ├── have_cp932.inc
│ │ ├── have_crypt.inc
│ │ ├── have_csv.inc
│ │ ├── have_dbi_dbd-mysql.inc
│ │ ├── have_debug.inc
│ │ ├── have_debug_sync.inc
│ │ ├── have_eucjpms.inc
│ │ ├── have_euckr.inc
│ │ ├── have_example_plugin.inc
│ │ ├── have_gb2312.inc
│ │ ├── have_gbk.inc
│ │ ├── have_geometry.inc
│ │ ├── have_innodb_16k.inc
│ │ ├── have_innodb.combinations
│ │ ├── have_innodb.inc
│ │ ├── have_ipv4_mapped.inc
│ │ ├── have_ipv6.inc
│ │ ├── have_koi8r.inc
│ │ ├── have_latin2_ch.inc
│ │ ├── have_local_infile.inc
│ │ ├── have_log_bin.inc
│ │ ├── have_log_bin-master.opt
│ │ ├── have_log_bin-slave.opt
│ │ ├── have_lowercase0.inc
│ │ ├── have_lowercase1.inc
│ │ ├── have_lowercase2.inc
│ │ ├── have_maria.inc
│ │ ├── have_metadata_lock_info.inc
│ │ ├── have_metadata_lock_info.opt
│ │ ├── have_multi_ndb.inc
│ │ ├── have_mutex_deadlock_detector.inc
│ │ ├── have_ndbapi_examples.inc
│ │ ├── have_ndb_extra.inc
│ │ ├── have_ndb.inc
│ │ ├── have_not_innodb_plugin.inc
│ │ ├── have_openssl.inc
│ │ ├── have_outfile.inc
│ │ ├── have_partition.inc
│ │ ├── have_partition.opt
│ │ ├── have_perfschema.inc
│ │ ├── have_plugin_auth.inc
│ │ ├── have_plugin_auth.opt
│ │ ├── have_plugin_interface.inc
│ │ ├── have_plugin_server.inc
│ │ ├── have_pool_of_threads.inc
│ │ ├── have_profiling.inc
│ │ ├── have_query_cache.inc
│ │ ├── have_rbr_triggers.inc
│ │ ├── have_semisync.inc
│ │ ├── have_semisync.opt
│ │ ├── have_semisync_plugin.inc
│ │ ├── have_simple_parser.inc
│ │ ├── have_sjis.inc
│ │ ├── have_ssl_communication.inc
│ │ ├── have_ssl_crypto_functs.inc
│ │ ├── have_stat_tables.inc
│ │ ├── have_stat_tables.opt
│ │ ├── have_symlink.inc
│ │ ├── have_tis620.inc
│ │ ├── have_ucs2.inc
│ │ ├── have_udf.inc
│ │ ├── have_ujis.inc
│ │ ├── have_unix_socket.inc
│ │ ├── have_utf16.inc
│ │ ├── have_utf32.inc
│ │ ├── have_utf8.inc
│ │ ├── have_utf8mb4.inc
│ │ ├── have_working_dns.inc
│ │ ├── have_xtradb.combinations
│ │ ├── have_xtradb.inc
│ │ ├── icp_tests.inc
│ │ ├── implicit_commit_helper.inc
│ │ ├── index_merge1.inc
│ │ ├── index_merge2.inc
│ │ ├── index_merge_2sweeps.inc
│ │ ├── index_merge_ror_cpk.inc
│ │ ├── index_merge_ror.inc
│ │ ├── innodb-index.inc
│ │ ├── innodb_rollback_on_timeout.inc
│ │ ├── innodb_trx_weight.inc
│ │ ├── install_semisync.inc
│ │ ├── io_thd_fault_injection.inc
│ │ ├── ipv6_clients.inc
│ │ ├── ipv6.inc
│ │ ├── is_embedded.inc
│ │ ├── kill_binlog_dump_threads.inc
│ │ ├── kill_query_and_diff_master_slave.inc
│ │ ├── kill_query.inc
│ │ ├── libdaemon_example.ini
│ │ ├── linux.inc
│ │ ├── linux_sys_vars.inc
│ │ ├── loaddata_autocom.inc
│ │ ├── load_sysvars.inc
│ │ ├── long_test.inc
│ │ ├── maria_empty_logs.inc
│ │ ├── maria_make_snapshot_for_comparison.inc
│ │ ├── maria_make_snapshot_for_feeding_recovery.inc
│ │ ├── maria_make_snapshot.inc
│ │ ├── maria_verify_recovery.inc
│ │ ├── master-slave.inc
│ │ ├── min_null_cond.inc
│ │ ├── mix1.inc
│ │ ├── mix2.inc
│ │ ├── mix2_ucs2.inc
│ │ ├── mrr_tests.inc
│ │ ├── mtr_check.sql
│ │ ├── mtr_warnings.sql
│ │ ├── mysqladmin_shutdown.inc
│ │ ├── mysqlbinlog_have_debug.inc
│ │ ├── mysqldump.inc
│ │ ├── mysqlhotcopy.inc
│ │ ├── mysqltest-x.inc
│ │ ├── mysql_upgrade_preparation.inc
│ │ ├── ndb_backup.inc
│ │ ├── ndb_backup_print.inc
│ │ ├── ndb_default_cluster.inc
│ │ ├── ndb_master-slave_2ch.inc
│ │ ├── ndb_master-slave.inc
│ │ ├── ndb_not_readonly.inc
│ │ ├── ndb_restore_master.inc
│ │ ├── ndb_restore_slave_eoption.inc
│ │ ├── ndb_setup_slave.inc
│ │ ├── ndb_wait_connected.inc
│ │ ├── no_running_event_scheduler.inc
│ │ ├── no_running_events.inc
│ │ ├── not_as_root.inc
│ │ ├── not_binlog_format_row.inc
│ │ ├── not_blackhole.inc
│ │ ├── not_crashrep.inc
│ │ ├── not_debug.inc
│ │ ├── not_embedded.inc
│ │ ├── not_ndb_default.inc
│ │ ├── not_ndb.inc
│ │ ├── not_parallel.inc
│ │ ├── not_ssl.inc
│ │ ├── not_staging.inc
│ │ ├── not_threadpool.inc
│ │ ├── not_valgrind.inc
│ │ ├── not_var_link.inc
│ │ ├── not_windows_embedded.inc
│ │ ├── not_windows.inc
│ │ ├── no_valgrind_without_big.inc
│ │ ├── one_thread_per_connection.inc
│ │ ├── parser_bug21114.inc
│ │ ├── partition_date_range.inc
│ │ ├── platform.combinations
│ │ ├── platform.inc
│ │ ├── plugin.defs
│ │ ├── ps_conv.inc
│ │ ├── ps_create.inc
│ │ ├── ps_ddl_1.inc
│ │ ├── ps_modify1.inc
│ │ ├── ps_modify.inc
│ │ ├── ps_query.inc
│ │ ├── ps_renew.inc
│ │ ├── query_cache.inc
│ │ ├── query_cache_partitions.inc
│ │ ├── query_cache_sql_prepare.inc
│ │ ├── read_many_rows.inc
│ │ ├── relocate_binlogs.inc
│ │ ├── report-features.test
│ │ ├── restart_mysqld.inc
│ │ ├── restart_slave_sql.inc
│ │ ├── rowid_order.inc
│ │ ├── rpl_change_topology.inc
│ │ ├── rpl_connect.inc
│ │ ├── rpl_connection.inc
│ │ ├── rpl_connection_master.inc
│ │ ├── rpl_connection_slave1.inc
│ │ ├── rpl_connection_slave.inc
│ │ ├── rpl_diff.inc
│ │ ├── rpl_end.inc
│ │ ├── rpl_events.inc
│ │ ├── rpl_for_each_slave.inc
│ │ ├── rpl_generate_sync_chain.inc
│ │ ├── rpl_init.combinations
│ │ ├── rpl_init.inc
│ │ ├── rpl_ip_mix2.inc
│ │ ├── rpl_ip_mix.inc
│ │ ├── rpl_ipv6.inc
│ │ ├── rpl_loaddata_charset.inc
│ │ ├── rpl_multi_engine2.inc
│ │ ├── rpl_multi_engine3.inc
│ │ ├── rpl_multi_engine.inc
│ │ ├── rpl_reconnect.inc
│ │ ├── rpl_reset.inc
│ │ ├── rpl_restart_server.inc
│ │ ├── rpl_start_server.inc
│ │ ├── rpl_start_slaves.inc
│ │ ├── rpl_stmt_seq.inc
│ │ ├── rpl_stop_server.inc
│ │ ├── rpl_stop_slaves.inc
│ │ ├── rpl_sync.inc
│ │ ├── rpl_udf.inc
│ │ ├── running_event_scheduler.inc
│ │ ├── safe_set_to_maybe_ro_var.inc
│ │ ├── save_master_gtid.inc
│ │ ├── save_master_pos.inc
│ │ ├── search_pattern_in_file.inc
│ │ ├── select_ndb_apply_status.inc
│ │ ├── set_binlog_format_mixed.sql
│ │ ├── set_binlog_format_row.sql
│ │ ├── set_binlog_format_statement.sql
│ │ ├── setup_fake_relay_log.inc
│ │ ├── show_binary_logs.inc
│ │ ├── show_binlog_events2.inc
│ │ ├── show_binlog_events.inc
│ │ ├── show_binlog_using_logname.inc
│ │ ├── show_events.inc
│ │ ├── show_master_logs.inc
│ │ ├── show_master_status.inc
│ │ ├── show_msg80.inc
│ │ ├── show_msg.inc
│ │ ├── show_relaylog_events.inc
│ │ ├── show_rpl_debug_info.inc
│ │ ├── show_slave_hosts.inc
│ │ ├── show_slave_status.inc
│ │ ├── sp-vars.inc
│ │ ├── start_slave.inc
│ │ ├── stop_dump_threads.inc
│ │ ├── stop_slave.inc
│ │ ├── stop_slave_io.inc
│ │ ├── stop_slave_sql.inc
│ │ ├── strict_autoinc.inc
│ │ ├── subselect_mat_cost.inc
│ │ ├── support_long_file_names.inc
│ │ ├── sync_io_with_master.inc
│ │ ├── sync_slave_io_with_master.inc
│ │ ├── sync_slave_sql_with_io.inc
│ │ ├── sync_with_master_gtid.inc
│ │ ├── system_db_struct.inc
│ │ ├── testdb_only.inc
│ │ ├── test_fieldsize.inc
│ │ ├── test_outfile.inc
│ │ ├── tpcb_disk_data.inc
│ │ ├── tpcb.inc
│ │ ├── truncate_file.inc
│ │ ├── type_hrtime.inc
│ │ ├── uninstall_semisync.inc
│ │ ├── unsafe_binlog.inc
│ │ ├── uses_vardir.inc
│ │ ├── varchar.inc
│ │ ├── view_alias.inc
│ │ ├── wait_condition.inc
│ │ ├── wait_condition_sp.inc
│ │ ├── wait_for_binlog_checkpoint.inc
│ │ ├── wait_for_binlog_event.inc
│ │ ├── wait_for_ndb_to_binlog.inc
│ │ ├── wait_for_purge.inc
│ │ ├── wait_for_query_to_fail.inc
│ │ ├── wait_for_query_to_succeed.inc
│ │ ├── wait_for_slave_io_error.inc
│ │ ├── wait_for_slave_io_to_start.inc
│ │ ├── wait_for_slave_io_to_stop.inc
│ │ ├── wait_for_slave_param.inc
│ │ ├── wait_for_slave_sql_error_and_skip.inc
│ │ ├── wait_for_slave_sql_error.inc
│ │ ├── wait_for_slave_sql_to_start.inc
│ │ ├── wait_for_slave_sql_to_stop.inc
│ │ ├── wait_for_slave_to_start.inc
│ │ ├── wait_for_slave_to_stop.inc
│ │ ├── wait_for_status_var.inc
│ │ ├── wait_innodb_all_purged.inc
│ │ ├── wait_show_condition.inc
│ │ ├── wait_until_connected_again.inc
│ │ ├── wait_until_count_sessions.inc
│ │ ├── wait_until_disconnected.inc
│ │ ├── wait_until_rows_count.inc
│ │ ├── weight_string_8140.inc
│ │ ├── weight_string_8EA1.inc
│ │ ├── weight_string_8FA2C3.inc
│ │ ├── weight_string_A1A1.inc
│ │ ├── weight_string_chde.inc
│ │ ├── weight_string_euro.inc
│ │ ├── weight_string.inc
│ │ ├── weight_string_l12.inc
│ │ ├── weight_string_l14.inc
│ │ ├── weight_string_l1.inc
│ │ ├── weight_string_l2.inc
│ │ ├── weight_string_l3.inc
│ │ ├── weight_string_l4.inc
│ │ ├── windows.inc
│ │ ├── windows_sys_vars.inc
│ │ ├── world.inc
│ │ ├── world_schema1.inc
│ │ ├── world_schema.inc
│ │ ├── world_schema_utf8.inc
│ │ ├── write_result_to_file.inc
│ │ └── write_var_to_file.inc
│ ├── lib
│ │ ├── generate-ssl-certs.sh
│ │ ├── mtr_cases.pm
│ │ ├── mtr_gcov.pl
│ │ ├── mtr_gprof.pl
│ │ ├── mtr_io.pl
│ │ ├── mtr_match.pm
│ │ ├── mtr_misc.pl
│ │ ├── mtr_process.pl
│ │ ├── mtr_report.pm
│ │ ├── mtr_results.pm
│ │ ├── mtr_stress.pl
│ │ ├── mtr_unique.pm
│ │ ├── My
│ │ │ ├── ConfigFactory.pm
│ │ │ ├── Config.pm
│ │ │ ├── CoreDump.pm
│ │ │ ├── File
│ │ │ │ └── Path.pm
│ │ │ ├── Find.pm
│ │ │ ├── Handles.pm
│ │ │ ├── Options.pm
│ │ │ ├── Platform.pm
│ │ │ ├── SafeProcess
│ │ │ │ ├── Base.pm
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── safe_kill_win.cc
│ │ │ │ ├── safe_process.cc
│ │ │ │ └── safe_process_win.cc
│ │ │ ├── SafeProcess.pm
│ │ │ ├── Suite.pm
│ │ │ ├── SysInfo.pm
│ │ │ └── Test.pm
│ │ ├── process-purecov-annotations.pl
│ │ ├── t
│ │ │ ├── Base.t
│ │ │ ├── copytree.t
│ │ │ ├── dummyd.pl
│ │ │ ├── Find.t
│ │ │ ├── Options.t
│ │ │ ├── Platform.t
│ │ │ ├── rmtree.t
│ │ │ ├── SafeProcessStress.pl
│ │ │ ├── SafeProcess.t
│ │ │ ├── test_child.pl
│ │ │ ├── testMyConfigFactory.t
│ │ │ └── testMyConfig.t
│ │ └── v1
│ │ ├── incompatible.tests
│ │ ├── mtr_cases.pl
│ │ ├── mtr_gcov.pl
│ │ ├── mtr_gprof.pl
│ │ ├── mtr_im.pl
│ │ ├── mtr_io.pl
│ │ ├── mtr_match.pl
│ │ ├── mtr_misc.pl
│ │ ├── mtr_process.pl
│ │ ├── mtr_report.pl
│ │ ├── mtr_stress.pl
│ │ ├── mtr_timer.pl
│ │ ├── mtr_unique.pl
│ │ ├── My
│ │ │ └── Config.pm
│ │ ├── mysql-test-run.pl
│ │ ├── ndb_config_1_node.ini
│ │ └── ndb_config_2_node.ini
│ ├── mtr.out-of-source
│ ├── mysql-stress-test.pl
│ ├── mysql-test-run.pl
│ ├── purify.supp
│ ├── r
│ │ ├── 1st.result
│ │ ├── aborted_clients.result
│ │ ├── adddate_454.result
│ │ ├── alias.result
│ │ ├── almost_full.result
│ │ ├── alter_table_autoinc-5574.result
│ │ ├── alter_table-big.result
│ │ ├── alter_table_mdev539_maria.result
│ │ ├── alter_table_mdev539_myisam.result
│ │ ├── alter_table_online.result
│ │ ├── alter_table.result
│ │ ├── alter_table_trans.result
│ │ ├── analyze.result
│ │ ├── ansi.result
│ │ ├── assign_key_cache-5405.result
│ │ ├── auth_rpl.result
│ │ ├── auto_increment_ranges_innodb.result
│ │ ├── auto_increment_ranges_myisam.result
│ │ ├── auto_increment.result
│ │ ├── bad_frm_crash_5029.result
│ │ ├── bench_count_distinct.result
│ │ ├── bigint.result
│ │ ├── big_test.require
│ │ ├── binary.result
│ │ ├── blackhole_plugin.result
│ │ ├── blackhole.result
│ │ ├── bool.result
│ │ ├── bootstrap.result
│ │ ├── bug12427262.result
│ │ ├── bug13633383.result
│ │ ├── bug39022.result
│ │ ├── bug46261.result
│ │ ├── bug46760.result
│ │ ├── bug47671.result
│ │ ├── bug58669.result
│ │ ├── bulk_replace.result
│ │ ├── cache_innodb.result
│ │ ├── cache_temporal_4265.result
│ │ ├── case_insensitive_file_system.require
│ │ ├── case_insensitive_fs.require
│ │ ├── case.result
│ │ ├── case_sensitive_file_system.require
│ │ ├── cast.result
│ │ ├── change_user_notembedded.result
│ │ ├── change_user.result
│ │ ├── check.result
│ │ ├── check_var_limit.require
│ │ ├── client_xml.result
│ │ ├── comment_column2.result
│ │ ├── comment_column.result
│ │ ├── comment_index.result
│ │ ├── comments.result
│ │ ├── comment_table.result
│ │ ├── commit_1innodb.result
│ │ ├── commit.result
│ │ ├── compare.result
│ │ ├── compress.result
│ │ ├── concurrent_innodb_safelog.result
│ │ ├── concurrent_innodb_unsafelog.result
│ │ ├── connect.result
│ │ ├── consistent_snapshot.result
│ │ ├── constraints.result
│ │ ├── contributors.result
│ │ ├── count_distinct2.result
│ │ ├── count_distinct3.result
│ │ ├── count_distinct.result
│ │ ├── crash_commit_before.result
│ │ ├── create-big.result
│ │ ├── create_delayed.result
│ │ ├── create_not_windows.result
│ │ ├── create_or_replace2.result
│ │ ├── create_or_replace.result
│ │ ├── create.result
│ │ ├── create_select_tmp.result
│ │ ├── create-uca.result
│ │ ├── ctype_ascii.result
│ │ ├── ctype_big5.result
│ │ ├── ctype_binary.result
│ │ ├── ctype_collate.result
│ │ ├── ctype_cp1250_ch.result
│ │ ├── ctype_cp1251.result
│ │ ├── ctype_cp932_binlog_row.result
│ │ ├── ctype_cp932_binlog_stm.result
│ │ ├── ctype_cp932.result
│ │ ├── ctype_create.result
│ │ ├── ctype_errors.result
│ │ ├── ctype_eucjpms.result
│ │ ├── ctype_euckr.result
│ │ ├── ctype_filename.result
│ │ ├── ctype_filesystem.result
│ │ ├── ctype_gb2312.result
│ │ ├── ctype_gbk_binlog.result
│ │ ├── ctype_gbk.result
│ │ ├── ctype_hebrew.result
│ │ ├── ctype_latin1_de.result
│ │ ├── ctype_latin1.result
│ │ ├── ctype_latin2_ch.result
│ │ ├── ctype_latin2.result
│ │ ├── ctype_ldml.result
│ │ ├── ctype_like_range.result
│ │ ├── ctype_many.result
│ │ ├── ctype_mb.result
│ │ ├── ctype_partitions.result
│ │ ├── ctype_recoding.result
│ │ ├── ctype_sjis.result
│ │ ├── ctype_swe7.result
│ │ ├── ctype_tis620.result
│ │ ├── ctype_uca.result
│ │ ├── ctype_ucs2_def.result
│ │ ├── ctype_ucs2_query_cache.result
│ │ ├── ctype_ucs.result
│ │ ├── ctype_ujis.result
│ │ ├── ctype_ujis_ucs2.result
│ │ ├── ctype_upgrade.result
│ │ ├── ctype_utf16_def.result
│ │ ├── ctype_utf16le.result
│ │ ├── ctype_utf16.result
│ │ ├── ctype_utf16_uca.result
│ │ ├── ctype_utf32.result
│ │ ├── ctype_utf32_uca.result
│ │ ├── ctype_utf8mb4_heap.result
│ │ ├── ctype_utf8mb4_innodb.result
│ │ ├── ctype_utf8mb4_myisam.result
│ │ ├── ctype_utf8mb4.result
│ │ ├── ctype_utf8mb4_uca.result
│ │ ├── ctype_utf8.result
│ │ ├── date_formats.result
│ │ ├── datetime_456.result
│ │ ├── ddl_i18n_koi8r.result
│ │ ├── ddl_i18n_utf8.result
│ │ ├── deadlock_innodb.result
│ │ ├── debug_sync.result
│ │ ├── default.result
│ │ ├── default_storage_engine.result
│ │ ├── delayed.result
│ │ ├── delete.result
│ │ ├── delete_returning_grant.result
│ │ ├── delete_returning.result
│ │ ├── deprecated_features.result
│ │ ├── derived_opt.result
│ │ ├── derived.result
│ │ ├── derived_view.result
│ │ ├── dirty_close.result
│ │ ├── distinct.result
│ │ ├── drop_bad_db_type.result
│ │ ├── drop_debug.result
│ │ ├── drop-no_root.result
│ │ ├── drop.result
│ │ ├── dyncol.result
│ │ ├── empty_table.result
│ │ ├── empty_user_table.result
│ │ ├── endspace.result
│ │ ├── error_simulation.result
│ │ ├── errors.result
│ │ ├── events_1.result
│ │ ├── events_2.result
│ │ ├── events_bugs.result
│ │ ├── events_embedded.result
│ │ ├── events_grant.result
│ │ ├── events_logs_tests.result
│ │ ├── events_microsec.result
│ │ ├── events_restart.result
│ │ ├── events_scheduling.result
│ │ ├── events_stress.result
│ │ ├── events_time_zone.result
│ │ ├── events_trans_notembedded.result
│ │ ├── events_trans.result
│ │ ├── execution_constants.result
│ │ ├── explain_non_select.result
│ │ ├── explain.result
│ │ ├── explain_slowquerylog.result
│ │ ├── ext_key_noPK_6794.result
│ │ ├── failed_auth_3909.result
│ │ ├── failed_auth_unixsocket.result
│ │ ├── features.result
│ │ ├── file_contents.result
│ │ ├── filesort_debug.result
│ │ ├── fix_priv_tables.result
│ │ ├── flush2.result
│ │ ├── flush_block_commit_notembedded.result
│ │ ├── flush_block_commit.result
│ │ ├── flush-innodb-notembedded.result
│ │ ├── flush-innodb.result
│ │ ├── flush_read_lock_kill.result
│ │ ├── flush_read_lock.result
│ │ ├── flush.result
│ │ ├── flush_table.result
│ │ ├── foreign_key.result
│ │ ├── frm_bad_row_type-7333.result
│ │ ├── fulltext2.result
│ │ ├── fulltext3.result
│ │ ├── fulltext_cache.result
│ │ ├── fulltext_derived_4257.result
│ │ ├── fulltext_derived_4316.result
│ │ ├── fulltext_distinct.result
│ │ ├── fulltext_left_join.result
│ │ ├── fulltext_multi.result
│ │ ├── fulltext_order_by.result
│ │ ├── fulltext.result
│ │ ├── fulltext_update.result
│ │ ├── fulltext_var.result
│ │ ├── func_analyse.result
│ │ ├── func_compress.result
│ │ ├── func_concat.result
│ │ ├── func_crypt.result
│ │ ├── func_date_add.result
│ │ ├── func_default.result
│ │ ├── func_des_encrypt.result
│ │ ├── func_digest.result
│ │ ├── func_encrypt_nossl.result
│ │ ├── func_encrypt.result
│ │ ├── func_encrypt_ucs2.result
│ │ ├── func_equal.result
│ │ ├── func_gconcat.result
│ │ ├── func_group_innodb.result
│ │ ├── func_group.result
│ │ ├── func_if.result
│ │ ├── func_in.result
│ │ ├── func_isnull.result
│ │ ├── func_like.result
│ │ ├── func_math.result
│ │ ├── func_misc.result
│ │ ├── func_op.result
│ │ ├── func_regexp_pcre.result
│ │ ├── func_regexp.result
│ │ ├── func_rollback.result
│ │ ├── func_sapdb.result
│ │ ├── func_set.result
│ │ ├── func_str.result
│ │ ├── func_system.result
│ │ ├── func_test.result
│ │ ├── func_time_hires.result
│ │ ├── func_time.result
│ │ ├── func_timestamp.result
│ │ ├── function_defaults_innodb.result
│ │ ├── function_defaults_notembedded.result
│ │ ├── function_defaults.result
│ │ ├── func_weight_string.result
│ │ ├── gcc296.result
│ │ ├── get_diagnostics.result
│ │ ├── gis2.result
│ │ ├── gis-debug.result
│ │ ├── gis-precise.result
│ │ ├── gis.result
│ │ ├── gis-rt-precise.result
│ │ ├── gis-rtree.result
│ │ ├── grant2.result
│ │ ├── grant3.result
│ │ ├── grant_4332.result
│ │ ├── grant4.result
│ │ ├── grant5.result
│ │ ├── grant_cache_no_prot.result
│ │ ├── grant_cache_ps_prot.result
│ │ ├── grant_explain_non_select.result
│ │ ├── grant_lowercase_fs.result
│ │ ├── grant_lowercase.result
│ │ ├── grant.result
│ │ ├── greedy_optimizer.result
│ │ ├── group_by_innodb.result
│ │ ├── group_by_null.result
│ │ ├── group_by.result
│ │ ├── group_min_max_innodb.result
│ │ ├── group_min_max.result
│ │ ├── handler_read_last.result
│ │ ├── handlersocket.result
│ │ ├── have_compress.require
│ │ ├── have_crypt.require
│ │ ├── have_geometry.require
│ │ ├── have_local_infile.require
│ │ ├── have_log_bin.require
│ │ ├── have_met_timezone.require
│ │ ├── have_moscow_leap_timezone.require
│ │ ├── have_mutex_deadlock_detector.require
│ │ ├── have_ndbapi_examples.require
│ │ ├── have_ndb_extra.require
│ │ ├── have_outfile.require
│ │ ├── have_perror.require
│ │ ├── have_pool_of_threads.require
│ │ ├── have_profiling.require
│ │ ├── have_query_cache.require
│ │ ├── have_symlink.require
│ │ ├── have_utf16.require
│ │ ├── have_utf32.require
│ │ ├── have_utf8mb4.require
│ │ ├── have_working_dns.require
│ │ ├── having.result
│ │ ├── help.result
│ │ ├── host_cache_size_functionality.result
│ │ ├── huge_frm-6224.result
│ │ ├── implicit_char_to_num_conversion.result
│ │ ├── implicit_commit.result
│ │ ├── in_datetime_241.result
│ │ ├── index_intersect_innodb.result
│ │ ├── index_intersect.result
│ │ ├── index_merge_innodb.result
│ │ ├── index_merge_myisam.result
│ │ ├── information_schema2.result
│ │ ├── information_schema_all_engines.result
│ │ ├── information_schema-big.result
│ │ ├── information_schema_chmod.result
│ │ ├── information_schema_db.result
│ │ ├── information_schema_inno.result
│ │ ├── information_schema_parameters.result
│ │ ├── information_schema_part.result
│ │ ├── information_schema.result
│ │ ├── information_schema_routines.result
│ │ ├── init_connection_query_cache.result
│ │ ├── init_connect.result
│ │ ├── init_file_longline_3816.result
│ │ ├── init_file.result
│ │ ├── innodb_bug878769.result
│ │ ├── innodb_ext_key.result
│ │ ├── innodb_icp.result
│ │ ├── innodb_ignore_builtin.result
│ │ ├── innodb_load_xa.result
│ │ ├── innodb_mrr_cpk.result
│ │ ├── innodb_mysql_lock2.result
│ │ ├── innodb_mysql_lock.result
│ │ ├── innodb_mysql_sync.result
│ │ ├── innodb_utf8.result
│ │ ├── insert_notembedded.result
│ │ ├── insert.result
│ │ ├── insert_select.result
│ │ ├── insert_update_autoinc-7150.result
│ │ ├── insert_update.result
│ │ ├── ipv4_and_ipv6.result
│ │ ├── ipv4_as_ipv6.result
│ │ ├── ipv6.result
│ │ ├── join_cache.result
│ │ ├── join_crash.result
│ │ ├── join_nested_jcl6.result
│ │ ├── join_nested.result
│ │ ├── join_optimizer.result
│ │ ├── join_outer_innodb.result
│ │ ├── join_outer_jcl6.result
│ │ ├── join_outer.result
│ │ ├── join.result
│ │ ├── key_cache.result
│ │ ├── key_diff.result
│ │ ├── key_primary.result
│ │ ├── key.result
│ │ ├── keywords.result
│ │ ├── kill-2.result
│ │ ├── kill_processlist-6619.result
│ │ ├── kill_query-6728.result
│ │ ├── kill.result
│ │ ├── last_value.result
│ │ ├── limit.result
│ │ ├── limit_rows_examined.result
│ │ ├── loaddata_autocom_innodb.result
│ │ ├── loaddata.result
│ │ ├── loadxml.result
│ │ ├── locale.result
│ │ ├── locked_temporary-5955.result
│ │ ├── lock_multi_bug38499.result
│ │ ├── lock_multi_bug38691.result
│ │ ├── lock_multi.result
│ │ ├── lock.result
│ │ ├── lock_sync.result
│ │ ├── lock_tables_lost_commit.result
│ │ ├── log_errchk.result
│ │ ├── log_slow.result
│ │ ├── log_state_bug33693.result
│ │ ├── log_state.result
│ │ ├── log_tables-big.result
│ │ ├── log_tables_debug.result
│ │ ├── log_tables.result
│ │ ├── log_tables_upgrade.result
│ │ ├── long_tmpdir.result
│ │ ├── lowercase0.require
│ │ ├── lowercase1.require
│ │ ├── lowercase2.require
│ │ ├── lowercase_fs_off.result
│ │ ├── lowercase_mixed_tmpdir_innodb.result
│ │ ├── lowercase_mixed_tmpdir.result
│ │ ├── lowercase_table2.result
│ │ ├── lowercase_table3.result
│ │ ├── lowercase_table4.result
│ │ ├── lowercase_table5.result
│ │ ├── lowercase_table_grant.result
│ │ ├── lowercase_table_qcache.result
│ │ ├── lowercase_table.result
│ │ ├── lowercase_utf8.result
│ │ ├── lowercase_view.result
│ │ ├── mdev316.result
│ │ ├── mdev375.result
│ │ ├── mdev-504.result
│ │ ├── mdev6830.result
│ │ ├── mdl_sync.result
│ │ ├── merge-big.result
│ │ ├── merge_debug.result
│ │ ├── merge_innodb.result
│ │ ├── merge_mmap.result
│ │ ├── merge_recover.result
│ │ ├── merge.result
│ │ ├── metadata.result
│ │ ├── mix2_myisam.result
│ │ ├── mix2_myisam_ucs2.result
│ │ ├── mrr_derived_crash_4610.result
│ │ ├── mrr_icp_extra.result
│ │ ├── multi_statement.result
│ │ ├── multi_update2.result
│ │ ├── multi_update_innodb.result
│ │ ├── multi_update.result
│ │ ├── multi_update_tiny_hash.result
│ │ ├── myisam-big.result
│ │ ├── myisam-blob.result
│ │ ├── myisam_crash_before_flush_keys.result
│ │ ├── myisam_debug.result
│ │ ├── myisam_explain_non_select_all.result
│ │ ├── myisam_icp_notembedded.result
│ │ ├── myisam_icp.result
│ │ ├── myisam_mrr.result
│ │ ├── myisam_optimize.result
│ │ ├── myisampack.result
│ │ ├── myisam.result
│ │ ├── myisam-system.result
│ │ ├── mysql5613mysql.result
│ │ ├── mysqladmin.result
│ │ ├── mysql_binary_mode.result
│ │ ├── mysqlbinlog-innodb.result
│ │ ├── mysqlbinlog.result
│ │ ├── mysqlbinlog_row_big.result
│ │ ├── mysql-bug41486.result
│ │ ├── mysql-bug45236.result
│ │ ├── mysqlcheck.result
│ │ ├── mysql_client_test_comp.result
│ │ ├── mysql_client_test_nonblock.result
│ │ ├── mysql_client_test.result
│ │ ├── mysql_comments.result
│ │ ├── mysql_cp932.result
│ │ ├── mysqld--defaults-file.result
│ │ ├── mysqld--help.result
│ │ ├── mysqld--help,win.rdiff
│ │ ├── mysqld_option_err.result
│ │ ├── mysqldump-compat.result
│ │ ├── mysqldump-max.result
│ │ ├── mysqldump-no-binlog.result
│ │ ├── mysqldump_restore.result
│ │ ├── mysqldump.result
│ │ ├── mysql_embedded.result
│ │ ├── mysqlhotcopy_myisam.result
│ │ ├── mysql_locale_posix.result
│ │ ├── mysql_not_windows.result
│ │ ├── mysql_plugin.result
│ │ ├── mysql_protocols.result
│ │ ├── mysql.result
│ │ ├── mysqlshow.result
│ │ ├── mysqlslap.result
│ │ ├── mysqltest_256.result
│ │ ├── mysqltest_cont_on_error.result
│ │ ├── mysqltest_ps.result
│ │ ├── mysqltest.result
│ │ ├── mysql_tzinfo_to_sql_symlink.result
│ │ ├── mysql_upgrade-6984.result
│ │ ├── mysql_upgrade_no_innodb.result
│ │ ├── mysql_upgrade.result
│ │ ├── mysql_upgrade_ssl.result
│ │ ├── named_pipe.result
│ │ ├── ndb_default_cluster.require
│ │ ├── negation_elimination.result
│ │ ├── no_binlog.result
│ │ ├── non_blocking_api.result
│ │ ├── not_embedded_server.result
│ │ ├── no-threads.result
│ │ ├── not_ndb_default.require
│ │ ├── not_ndb.require
│ │ ├── not_partition.result
│ │ ├── not_staging.require
│ │ ├── not_true.require
│ │ ├── not_valgrind.require
│ │ ├── not_windows.require
│ │ ├── null_key.result
│ │ ├── null.result
│ │ ├── odbc.result
│ │ ├── olap.result
│ │ ├── old-mode.result
│ │ ├── one_thread_per_connection.require
│ │ ├── openssl_1.result
│ │ ├── openssl_6975,tlsv10.result
│ │ ├── openssl_6975,tlsv12.result
│ │ ├── order_by_innodb.result
│ │ ├── order_by.result
│ │ ├── order_by_sortkey.result
│ │ ├── order_by_zerolength-4285.result
│ │ ├── order_fill_sortbuf.result
│ │ ├── outfile_loaddata.result
│ │ ├── outfile.result
│ │ ├── overflow.result
│ │ ├── packet.result
│ │ ├── parser_bug21114_innodb.result
│ │ ├── parser_not_embedded.result
│ │ ├── parser_precedence.result
│ │ ├── parser.result
│ │ ├── parser_stack.result
│ │ ├── partition_binlog.result
│ │ ├── partition_binlog_stmt.result
│ │ ├── partition_blackhole.result
│ │ ├── partition_bug18198.result
│ │ ├── partition_cache_innodb.result
│ │ ├── partition_cache_myisam.result
│ │ ├── partition_cache.result
│ │ ├── partition_charset.result
│ │ ├── partition_column_prune.result
│ │ ├── partition_column.result
│ │ ├── partition_csv.result
│ │ ├── partition_datatype.result
│ │ ├── partition_debug_sync.result
│ │ ├── partition_disabled.result
│ │ ├── partition_error.result
│ │ ├── partition_example.result
│ │ ├── partition_exchange.result
│ │ ├── partition_explicit_prune.result
│ │ ├── partition_grant.result
│ │ ├── partition_hash.result
│ │ ├── partition_innodb_plugin.result
│ │ ├── partition_innodb.result
│ │ ├── partition_innodb_semi_consistent.result
│ │ ├── partition_innodb_stmt.result
│ │ ├── partition_key_cache.result
│ │ ├── partition_list.result
│ │ ├── partition_mgm_err2.result
│ │ ├── partition_mgm_err.result
│ │ ├── partition_mgm.result
│ │ ├── partition_myisam.result
│ │ ├── partition_not_blackhole.result
│ │ ├── partition_not_windows.result
│ │ ├── partition_open_files_limit.result
│ │ ├── partition_order.result
│ │ ├── partition_pruning.result
│ │ ├── partition_range.result
│ │ ├── partition_rename_longfilename.result
│ │ ├── partition.result
│ │ ├── partition_symlink.result
│ │ ├── partition_sync.result
│ │ ├── partition_truncate.result
│ │ ├── partition_utf8.result
│ │ ├── partition_windows.result
│ │ ├── perror.result
│ │ ├── perror-win.result
│ │ ├── plugin_auth_qa_1.result
│ │ ├── plugin_auth_qa_2.result
│ │ ├── plugin_auth_qa_3.result
│ │ ├── plugin_auth_qa.result
│ │ ├── plugin_auth.result
│ │ ├── plugin_innodb.result
│ │ ├── plugin_loaderr.result
│ │ ├── plugin_load_option.result
│ │ ├── plugin_load.result
│ │ ├── plugin_maturity.result
│ │ ├── plugin_not_embedded.result
│ │ ├── plugin.result
│ │ ├── plugin_vars.result
│ │ ├── pool_of_threads.result
│ │ ├── preload.result
│ │ ├── processlist.result
│ │ ├── profiling.result
│ │ ├── progress_976225.result
│ │ ├── ps_10nestset.result
│ │ ├── ps_11bugs.result
│ │ ├── ps_1general.result
│ │ ├── ps_2myisam.result
│ │ ├── ps_3innodb.result
│ │ ├── ps_4heap.result
│ │ ├── ps_5merge.result
│ │ ├── ps_ddl1.result
│ │ ├── ps_ddl.result
│ │ ├── ps_grant.result
│ │ ├── ps_max_subselect-5113.result
│ │ ├── ps_not_windows.result
│ │ ├── ps.result
│ │ ├── query_cache_28249.result
│ │ ├── query_cache_debug.result
│ │ ├── query_cache_merge.result
│ │ ├── query_cache_notembedded.result
│ │ ├── query_cache_ps_no_prot.result
│ │ ├── query_cache_ps_ps_prot.result
│ │ ├── query_cache.result
│ │ ├── query_cache_with_views.result
│ │ ├── quick_select_4161.result
│ │ ├── range_mrr_icp.result
│ │ ├── range.result
│ │ ├── range_vs_index_merge_innodb.result
│ │ ├── range_vs_index_merge.result
│ │ ├── read_many_rows_innodb.result
│ │ ├── read_only_innodb.result
│ │ ├── read_only.result
│ │ ├── renamedb.result
│ │ ├── rename.result
│ │ ├── repair.result
│ │ ├── repair_symlink-5543.result
│ │ ├── replace.result
│ │ ├── rollback.result
│ │ ├── round.result
│ │ ├── row-checksum-old.result
│ │ ├── row-checksum.result
│ │ ├── rowid_order_innodb.result
│ │ ├── row.result
│ │ ├── rpl_mysqldump_slave.result
│ │ ├── schema.result
│ │ ├── secure_file_priv_win.result
│ │ ├── select_debug.result
│ │ ├── select_found.result
│ │ ├── selectivity_innodb.result
│ │ ├── selectivity_no_engine.result
│ │ ├── selectivity.result
│ │ ├── select_jcl6.result
│ │ ├── select_pkeycache.result
│ │ ├── select.result
│ │ ├── select_safe.result
│ │ ├── servers.result
│ │ ├── shm.result
│ │ ├── show_bad_definer-5553.result
│ │ ├── show_check.result
│ │ ├── show_explain_non_select.result
│ │ ├── show_explain_ps.result
│ │ ├── show_explain.result
│ │ ├── show_profile.result
│ │ ├── shutdown.result
│ │ ├── sighup-6580.result
│ │ ├── signal_code.result
│ │ ├── signal_demo1.result
│ │ ├── signal_demo2.result
│ │ ├── signal_demo3.result
│ │ ├── signal.result
│ │ ├── signal_sqlmode.result
│ │ ├── single_delete_update.result
│ │ ├── skip_grants.result
│ │ ├── skip_log_bin.result
│ │ ├── skip_name_resolve.result
│ │ ├── sp-big.result
│ │ ├── sp-bugs2.result
│ │ ├── sp-bugs.result
│ │ ├── sp-code.result
│ │ ├── sp-destruct.result
│ │ ├── sp-dynamic.result
│ │ ├── sp-error.result
│ │ ├── sp-fib.result
│ │ ├── sp_gis.result
│ │ ├── sp-innodb.result
│ │ ├── sp-lock.result
│ │ ├── sp_missing_4665.result
│ │ ├── sp-no-code.result
│ │ ├── sp_notembedded.result
│ │ ├── sp-prelocking.result
│ │ ├── sp.result
│ │ ├── sp-security.result
│ │ ├── sp_stress_case.result
│ │ ├── sp_sync.result
│ │ ├── sp-threads.result
│ │ ├── sp_trans_log.result
│ │ ├── sp_trans.result
│ │ ├── sp-ucs2.result
│ │ ├── sp-vars.result
│ │ ├── sql_mode.result
│ │ ├── ssl_8k_key.result
│ │ ├── ssl_and_innodb.result
│ │ ├── ssl-big.result
│ │ ├── ssl_cipher.result
│ │ ├── ssl_compress.result
│ │ ├── ssl_connect.result
│ │ ├── ssl_crl_clients.result
│ │ ├── ssl_crl_clients-valid.result
│ │ ├── ssl_crl_clients_valid.result
│ │ ├── ssl_crl_clrpath.result
│ │ ├── ssl_crl.result
│ │ ├── ssl-crl-revoked-crl.result
│ │ ├── ssl.result
│ │ ├── stack-crash.result
│ │ ├── statistics_index_crash-7362.result
│ │ ├── statistics.result
│ │ ├── stat_tables_disabled.result
│ │ ├── stat_tables-enospc.result
│ │ ├── stat_tables_innodb.result
│ │ ├── stat_tables_par_innodb.result
│ │ ├── stat_tables_par.result
│ │ ├── stat_tables_partition.result
│ │ ├── stat_tables_rbr.result
│ │ ├── stat_tables_repl.result
│ │ ├── stat_tables.result
│ │ ├── status2.result
│ │ ├── status_bug17954.result
│ │ ├── status.result
│ │ ├── status_user.result
│ │ ├── strict_autoinc_1myisam.result
│ │ ├── strict_autoinc_2innodb.result
│ │ ├── strict_autoinc_3heap.result
│ │ ├── strict.result
│ │ ├── str_to_datetime_457.result
│ │ ├── subselect2.result
│ │ ├── subselect3_jcl6.result
│ │ ├── subselect3.result
│ │ ├── subselect4.result
│ │ ├── subselect_cache.result
│ │ ├── subselect_debug.result
│ │ ├── subselect_exists2in_costmat.result
│ │ ├── subselect_exists2in.result
│ │ ├── subselect_extra_no_semijoin.result
│ │ ├── subselect_extra.result
│ │ ├── subselect_gis.result
│ │ ├── subselect_innodb.result
│ │ ├── subselect_mat_cost_bugs.result
│ │ ├── subselect_mat_cost.result
│ │ ├── subselect_mat.result
│ │ ├── subselect_no_exists_to_in.result
│ │ ├── subselect_no_mat.result
│ │ ├── subselect_no_opts.result
│ │ ├── subselect_no_scache.result
│ │ ├── subselect_no_semijoin.result
│ │ ├── subselect_notembedded.result
│ │ ├── subselect_nulls.result
│ │ ├── subselect_partial_match.result
│ │ ├── subselect.result
│ │ ├── subselect_sj2_jcl6.result
│ │ ├── subselect_sj2_mat.result
│ │ ├── subselect_sj2.result
│ │ ├── subselect_sj_aria.result
│ │ ├── subselect_sj_jcl6.result
│ │ ├── subselect_sj_mat.result
│ │ ├── subselect_sj_nonmerged.result
│ │ ├── subselect_sj.result
│ │ ├── sum_distinct-big.result
│ │ ├── sum_distinct.result
│ │ ├── symlink.result
│ │ ├── synchronization.result
│ │ ├── sysdate_is_now.result
│ │ ├── system_mysql_db_fix30020.result
│ │ ├── system_mysql_db_fix40123.result
│ │ ├── system_mysql_db_fix50030.result
│ │ ├── system_mysql_db_fix50117.result
│ │ ├── system_mysql_db_refs.result
│ │ ├── system_mysql_db.result
│ │ ├── table_elim_debug.result
│ │ ├── table_elim.result
│ │ ├── tablelock.result
│ │ ├── table_options-5867.result
│ │ ├── table_options.result
│ │ ├── tablespace.result
│ │ ├── temporal_literal.result
│ │ ├── temporal_scale_4283.result
│ │ ├── temp_table.result
│ │ ├── timezone2.result
│ │ ├── timezone3.result
│ │ ├── timezone4.result
│ │ ├── timezone_grant.result
│ │ ├── timezone.result
│ │ ├── trans_read_only.result
│ │ ├── trigger-compat.result
│ │ ├── trigger_notembedded.result
│ │ ├── trigger.result
│ │ ├── trigger-trans.result
│ │ ├── true.require
│ │ ├── truncate_badse.result
│ │ ├── truncate_coverage.result
│ │ ├── truncate.result
│ │ ├── type_binary.result
│ │ ├── type_bit_innodb.result
│ │ ├── type_bit.result
│ │ ├── type_blob.result
│ │ ├── type_date.result
│ │ ├── type_datetime_hires.result
│ │ ├── type_datetime.result
│ │ ├── type_decimal.result
│ │ ├── type_enum.result
│ │ ├── type_float.result
│ │ ├── type_nchar.result
│ │ ├── type_newdecimal-big.result
│ │ ├── type_newdecimal.result
│ │ ├── type_ranges.result
│ │ ├── type_set.result
│ │ ├── type_temporal_mysql56.result
│ │ ├── type_time_6065.result
│ │ ├── type_time_hires.result
│ │ ├── type_time.result
│ │ ├── type_timestamp_hires.result
│ │ ├── type_timestamp.result
│ │ ├── type_uint.result
│ │ ├── type_varchar.result
│ │ ├── type_year.result
│ │ ├── udf_debug_sync.result
│ │ ├── udf_query_cache.result
│ │ ├── udf.result
│ │ ├── udf_skip_grants.result
│ │ ├── union_crash-714.result
│ │ ├── union.result
│ │ ├── unsafe_binlog_innodb.result
│ │ ├── update_ignore_216.result
│ │ ├── update.result
│ │ ├── upgrade.result
│ │ ├── user_limits.result
│ │ ├── userstat-badlogin-4824.result
│ │ ├── user_var-binlog.result
│ │ ├── user_var.result
│ │ ├── varbinary.result
│ │ ├── variables_community.result
│ │ ├── variables-notembedded.result
│ │ ├── variables.result
│ │ ├── view_alias.result
│ │ ├── view_grant.result
│ │ ├── view.result
│ │ ├── wait_timeout.result
│ │ ├── warnings_debug.result
│ │ ├── warnings_engine_disabled.result
│ │ ├── warnings.result
│ │ ├── windows.result
│ │ ├── xa_binlog.result
│ │ ├── xa.result
│ │ ├── xml.result
│ │ └── xtradb_mrr.result
│ ├── README
│ ├── README.gcov
│ ├── README.stress
│ ├── std_data
│ │ ├── 14897.frm
│ │ ├── bad_gis_data.dat
│ │ ├── bad_row_type.frm
│ │ ├── bad_row_type.MYD
│ │ ├── bad_row_type.MYI
│ │ ├── binlog_savepoint.000001
│ │ ├── binlog_transaction.000001
│ │ ├── bug11747416_32228_binlog.000001
│ │ ├── bug15328.cnf
│ │ ├── bug16266.000001
│ │ ├── bug19371.frm
│ │ ├── bug19371.MYD
│ │ ├── bug19371.MYI
│ │ ├── bug30435_10k_items.txt
│ │ ├── bug30435_5k.txt
│ │ ├── bug33029-slave-relay-bin.000001
│ │ ├── bug35469.dat
│ │ ├── bug36055.frm
│ │ ├── bug36055.MYD
│ │ ├── bug36055.MYI
│ │ ├── bug37631.frm
│ │ ├── bug37631.MYD
│ │ ├── bug37631.MYI
│ │ ├── bug40482-bin.000001
│ │ ├── bug46565.ARZ
│ │ ├── bug46565.frm
│ │ ├── bug47012.ARM
│ │ ├── bug47012.ARZ
│ │ ├── bug47012.frm
│ │ ├── bug47142_master-bin.000001
│ │ ├── bug47205.frm
│ │ ├── bug48265.frm
│ │ ├── bug48449.frm
│ │ ├── bug48633.ARM
│ │ ├── bug48633.ARZ
│ │ ├── bug48633.frm
│ │ ├── bug49823.CSM
│ │ ├── bug49823.CSV
│ │ ├── bug49823.frm
│ │ ├── bug887051.txt
│ │ ├── cacert.pem
│ │ ├── charset_utf8.txt
│ │ ├── checkDBI_DBD-mysql.pl
│ │ ├── client-cert.pem
│ │ ├── client-key.pem
│ │ ├── cluster_7022_table.frm
│ │ ├── cluster_7022_table.MYD
│ │ ├── cluster_7022_table.MYI
│ │ ├── corrupt-relay-bin.000624
│ │ ├── corrupt_t1.MYI
│ │ ├── corrupt_t1#P#p1.MYI
│ │ ├── crl-ca-cert.pem
│ │ ├── crl-client-cert.pem
│ │ ├── crl-client-key.pem
│ │ ├── crl-client-revoked.crl
│ │ ├── crldir
│ │ │ └── fc725416.r0
│ │ ├── crl-server-cert.pem
│ │ ├── crl-server-key.pem
│ │ ├── ctype_upgrade
│ │ │ ├── maria050313_ucs2_croatian_ci_def.frm
│ │ │ ├── maria050313_ucs2_croatian_ci_def.MYD
│ │ │ ├── maria050313_ucs2_croatian_ci_def.MYI
│ │ │ ├── maria050313_utf8_croatian_ci.frm
│ │ │ ├── maria050313_utf8_croatian_ci.MYD
│ │ │ ├── maria050313_utf8_croatian_ci.MYI
│ │ │ ├── maria050533_xxx_croatian_ci.frm
│ │ │ ├── maria050533_xxx_croatian_ci.MYD
│ │ │ ├── maria050533_xxx_croatian_ci.MYI
│ │ │ ├── maria100004_xxx_croatian_ci.frm
│ │ │ ├── maria100004_xxx_croatian_ci.MYD
│ │ │ ├── maria100004_xxx_croatian_ci.MYI
│ │ │ ├── mysql050614_xxx_croatian_ci.frm
│ │ │ ├── mysql050614_xxx_croatian_ci.MYD
│ │ │ └── mysql050614_xxx_croatian_ci.MYI
│ │ ├── des_key_file
│ │ ├── funcs_1
│ │ │ ├── innodb_tb1.txt
│ │ │ ├── innodb_tb2.txt
│ │ │ ├── innodb_tb3.txt
│ │ │ ├── innodb_tb4.txt
│ │ │ ├── load_file.txt
│ │ │ ├── memory_tb1.txt
│ │ │ ├── memory_tb2.txt
│ │ │ ├── memory_tb3.txt
│ │ │ ├── memory_tb4.txt
│ │ │ ├── myisam_tb1.txt
│ │ │ ├── myisam_tb2.txt
│ │ │ ├── myisam_tb3.txt
│ │ │ ├── myisam_tb4.txt
│ │ │ ├── ndb_tb1.txt
│ │ │ ├── ndb_tb2.txt
│ │ │ ├── ndb_tb3.txt
│ │ │ ├── ndb_tb4.txt
│ │ │ ├── t3.txt
│ │ │ ├── t4.txt
│ │ │ ├── t7.txt
│ │ │ └── t9.txt
│ │ ├── host_old.frm
│ │ ├── host_old.MYD
│ │ ├── host_old.MYI
│ │ ├── Index.xml
│ │ ├── init_file.dat
│ │ ├── init_file_longline_3816.sql
│ │ ├── intersect-bug50389.tsv
│ │ ├── latin1.xml
│ │ ├── loaddata1.dat
│ │ ├── loaddata2.dat
│ │ ├── loaddata3.dat
│ │ ├── loaddata4.dat
│ │ ├── loaddata5.dat
│ │ ├── loaddata6.dat
│ │ ├── loaddata7.dat
│ │ ├── loaddata_dq.dat
│ │ ├── loaddata_pair.dat
│ │ ├── loaddata_utf8.dat
│ │ ├── loadxml2.dat
│ │ ├── loadxml.dat
│ │ ├── long_table_name.frm
│ │ ├── long_table_name.MYD
│ │ ├── long_table_name.MYI
│ │ ├── mariadb-5.5-binlog.000001
│ │ ├── master-bin.000001
│ │ ├── mdev-4645-binlog_checksum.binlog
│ │ ├── mdev-4645-binlog_group_id.binlog
│ │ ├── mdev-4645-binlog_group_id_checksum.binlog
│ │ ├── mdev-4645-binlog_none.binlog
│ │ ├── mdev5029_1.frm
│ │ ├── mdev5029_2.frm
│ │ ├── mdev5029_2.MAD
│ │ ├── mdev5029_2.MAI
│ │ ├── mdev6020-mysql-bin.000001
│ │ ├── Moscow_leap
│ │ ├── mysql5613mysql
│ │ │ ├── columns_priv.frm
│ │ │ ├── columns_priv.MYD
│ │ │ ├── columns_priv.MYI
│ │ │ ├── db.frm
│ │ │ ├── db.MYD
│ │ │ ├── db.MYI
│ │ │ ├── event.frm
│ │ │ ├── event.MYD
│ │ │ ├── event.MYI
│ │ │ ├── func.frm
│ │ │ ├── func.MYD
│ │ │ ├── func.MYI
│ │ │ ├── plugin.frm
│ │ │ ├── plugin.MYD
│ │ │ ├── plugin.MYI
│ │ │ ├── proc.frm
│ │ │ ├── proc.MYD
│ │ │ ├── proc.MYI
│ │ │ ├── procs_priv.frm
│ │ │ ├── procs_priv.MYD
│ │ │ ├── procs_priv.MYI
│ │ │ ├── proxies_priv.frm
│ │ │ ├── proxies_priv.MYD
│ │ │ ├── proxies_priv.MYI
│ │ │ ├── README
│ │ │ ├── servers.frm
│ │ │ ├── servers.MYD
│ │ │ ├── servers.MYI
│ │ │ ├── tables_priv.frm
│ │ │ ├── tables_priv.MYD
│ │ │ ├── tables_priv.MYI
│ │ │ ├── time_zone.frm
│ │ │ ├── time_zone_leap_second.frm
│ │ │ ├── time_zone_leap_second.MYD
│ │ │ ├── time_zone_leap_second.MYI
│ │ │ ├── time_zone.MYD
│ │ │ ├── time_zone.MYI
│ │ │ ├── time_zone_name.frm
│ │ │ ├── time_zone_name.MYD
│ │ │ ├── time_zone_name.MYI
│ │ │ ├── time_zone_transition.frm
│ │ │ ├── time_zone_transition.MYD
│ │ │ ├── time_zone_transition.MYI
│ │ │ ├── time_zone_transition_type.frm
│ │ │ ├── time_zone_transition_type.MYD
│ │ │ ├── time_zone_transition_type.MYI
│ │ │ ├── user.frm
│ │ │ ├── user.MYD
│ │ │ └── user.MYI
│ │ ├── mysql56datetime.frm
│ │ ├── mysql56datetime.MYD
│ │ ├── mysql56datetime.MYI
│ │ ├── mysql56time.frm
│ │ ├── mysql56time.MYD
│ │ ├── mysql56time.MYI
│ │ ├── mysql56timestamp.frm
│ │ ├── mysql56timestamp.MYD
│ │ ├── mysql56timestamp.MYI
│ │ ├── ndb_backup50
│ │ │ ├── BACKUP-1-0.1.Data
│ │ │ ├── BACKUP-1-0.2.Data
│ │ │ ├── BACKUP-1.1.ctl
│ │ │ ├── BACKUP-1.1.log
│ │ │ ├── BACKUP-1.2.ctl
│ │ │ ├── BACKUP-1.2.log
│ │ │ ├── BACKUP-2-0.1.Data
│ │ │ ├── BACKUP-2-0.2.Data
│ │ │ ├── BACKUP-2.1.ctl
│ │ │ ├── BACKUP-2.1.log
│ │ │ ├── BACKUP-2.2.ctl
│ │ │ └── BACKUP-2.2.log
│ │ ├── ndb_backup51
│ │ │ ├── BACKUP-1-0.1.Data
│ │ │ ├── BACKUP-1-0.2.Data
│ │ │ ├── BACKUP-1.1.ctl
│ │ │ ├── BACKUP-1.1.log
│ │ │ ├── BACKUP-1.2.ctl
│ │ │ └── BACKUP-1.2.log
│ │ ├── ndb_backup51_data_be
│ │ │ ├── BACKUP-1-0.1.Data
│ │ │ ├── BACKUP-1-0.2.Data
│ │ │ ├── BACKUP-1.1.ctl
│ │ │ ├── BACKUP-1.1.log
│ │ │ ├── BACKUP-1.2.ctl
│ │ │ └── BACKUP-1.2.log
│ │ ├── ndb_backup51_data_le
│ │ │ ├── BACKUP-1-0.1.Data
│ │ │ ├── BACKUP-1-0.2.Data
│ │ │ ├── BACKUP-1.1.ctl
│ │ │ ├── BACKUP-1.1.log
│ │ │ ├── BACKUP-1.2.ctl
│ │ │ └── BACKUP-1.2.log
│ │ ├── ndb_config_config.ini
│ │ ├── ndb_config_mycnf1.cnf
│ │ ├── ndb_config_mycnf2.cnf
│ │ ├── new-format-relay-log.info
│ │ ├── new-format-relay-log-win.info
│ │ ├── numbers.txt
│ │ ├── old-format-relay-log.info
│ │ ├── old-format-relay-log-win.info
│ │ ├── old_table-323.frm
│ │ ├── onerow.xml
│ │ ├── parts
│ │ │ ├── part_supported_sql_funcs_int_ch1.inc
│ │ │ ├── part_supported_sql_funcs_int_date.inc
│ │ │ ├── part_supported_sql_funcs_int_float.inc
│ │ │ ├── part_supported_sql_funcs_int_int.inc
│ │ │ ├── part_supported_sql_funcs_int_time.inc
│ │ │ ├── t1_blackhole.frm
│ │ │ ├── t1_blackhole.par
│ │ │ ├── t1.frm
│ │ │ ├── t1TIMESTAMP.frm
│ │ │ ├── t1_will_crash#P#p1_first_1024.MYD
│ │ │ ├── t1_will_crash#P#p2.MYD
│ │ │ ├── t1_will_crash#P#p2.MYI
│ │ │ ├── t1_will_crash#P#p3.MYI
│ │ │ ├── t1_will_crash#P#p4.MYI
│ │ │ ├── t1_will_crash#P#p6_2.MYD
│ │ │ ├── t1_will_crash#P#p6_3.MYD
│ │ │ └── t1_will_crash#P#p6.MYD
│ │ ├── rpl_bug28618.dat
│ │ ├── rpl_loaddata2.dat
│ │ ├── rpl_loaddata.dat
│ │ ├── rpl_mixed.dat
│ │ ├── rpl_timezone2.dat
│ │ ├── rpl_timezone.dat
│ │ ├── server8k-cert.pem
│ │ ├── server8k-key.pem
│ │ ├── server-cert.pem
│ │ ├── server-key.pem
│ │ ├── t917689.ARZ
│ │ ├── temporal_upgrade
│ │ │ ├── mysql050614_temporal0.frm
│ │ │ ├── mysql050614_temporal0.MYD
│ │ │ ├── mysql050614_temporal0.MYI
│ │ │ ├── mysql050614_temporal1.frm
│ │ │ ├── mysql050614_temporal1.MYD
│ │ │ └── mysql050614_temporal1.MYI
│ │ ├── trunc_binlog.000001
│ │ ├── untrusted-cacert.pem
│ │ ├── vchar.frm
│ │ ├── warnings_loaddata.dat
│ │ ├── words2.dat
│ │ ├── words3.dat
│ │ ├── words.dat
│ │ └── zoneinfo
│ │ └── GMT
│ ├── suite
│ │ ├── archive
│ │ │ ├── archive-big.result
│ │ │ ├── archive-big.test
│ │ │ ├── archive_bitfield.result
│ │ │ ├── archive_bitfield.test
│ │ │ ├── archive_debug.result
│ │ │ ├── archive_debug.test
│ │ │ ├── archive_gis.result
│ │ │ ├── archive_gis.test
│ │ │ ├── archive_no_symlink-master.opt
│ │ │ ├── archive_no_symlink.result
│ │ │ ├── archive_no_symlink.test
│ │ │ ├── archive_plugin.result
│ │ │ ├── archive_plugin.test
│ │ │ ├── archive.result
│ │ │ ├── archive_symlink.result
│ │ │ ├── archive_symlink.test
│ │ │ ├── archive.test
│ │ │ ├── discover_5438.result
│ │ │ ├── discover_5438.test
│ │ │ ├── discover.result
│ │ │ ├── discover.test
│ │ │ ├── mysqlhotcopy_archive.result
│ │ │ ├── mysqlhotcopy_archive.test
│ │ │ ├── partition_archive.result
│ │ │ ├── partition_archive.test
│ │ │ ├── repair.result
│ │ │ ├── repair.test
│ │ │ └── suite.pm
│ │ ├── binlog
│ │ │ ├── combinations
│ │ │ ├── disabled.def
│ │ │ ├── r
│ │ │ │ ├── binlog_base64_flag.result
│ │ │ │ ├── binlog_bug23533.result
│ │ │ │ ├── binlog_bug36391.result
│ │ │ │ ├── binlog_checkpoint.result
│ │ │ │ ├── binlog_checksum.result
│ │ │ │ ├── binlog_database.result
│ │ │ │ ├── binlog_delete_and_flush_index.result
│ │ │ │ ├── binlog_drop_if_exists.result
│ │ │ │ ├── binlog_format_switch_in_tmp_table.result
│ │ │ │ ├── binlog_grant.result
│ │ │ │ ├── binlog_implicit_commit.result
│ │ │ │ ├── binlog_incident.result
│ │ │ │ ├── binlog_index.result
│ │ │ │ ├── binlog_innodb.result
│ │ │ │ ├── binlog_innodb_row.result
│ │ │ │ ├── binlog_ioerr.result
│ │ │ │ ├── binlog_killed.result
│ │ │ │ ├── binlog_killed_simulate.result
│ │ │ │ ├── binlog_max_extension.result
│ │ │ │ ├── binlog_mdev342.result
│ │ │ │ ├── binlog_mixed_cache_stat.result
│ │ │ │ ├── binlog_mixed_load_data.result
│ │ │ │ ├── binlog_multi_engine.result
│ │ │ │ ├── binlog_mysqlbinlog2.result
│ │ │ │ ├── binlog_mysqlbinlog_base64.result
│ │ │ │ ├── binlog_mysqlbinlog-cp932.result
│ │ │ │ ├── binlog_mysqlbinlog_row_innodb.result
│ │ │ │ ├── binlog_mysqlbinlog_row_myisam.result
│ │ │ │ ├── binlog_mysqlbinlog_row.result
│ │ │ │ ├── binlog_mysqlbinlog_row_trans.result
│ │ │ │ ├── binlog_old_versions.result
│ │ │ │ ├── binlog_query_filter_rules.result
│ │ │ │ ├── binlog_reset_master.result
│ │ │ │ ├── binlog_row_annotate.result
│ │ │ │ ├── binlog_row_binlog.result
│ │ │ │ ├── binlog_row_cache_stat.result
│ │ │ │ ├── binlog_row_ctype_cp932.result
│ │ │ │ ├── binlog_row_ctype_ucs.result
│ │ │ │ ├── binlog_row_drop_tbl.result
│ │ │ │ ├── binlog_row_drop_tmp_tbl.result
│ │ │ │ ├── binlog_row_insert_select.result
│ │ │ │ ├── binlog_row_mix_innodb_myisam.result
│ │ │ │ ├── binlog_row_mysqlbinlog_db_filter.result
│ │ │ │ ├── binlog_row_mysqlbinlog_options.result
│ │ │ │ ├── binlog_row_mysqlbinlog_verbose.result
│ │ │ │ ├── binlog_server_id.result
│ │ │ │ ├── binlog_sf.result
│ │ │ │ ├── binlog_spurious_ddl_errors.result
│ │ │ │ ├── binlog_sql_mode.result
│ │ │ │ ├── binlog_start_comment.result
│ │ │ │ ├── binlog_statement_insert_delayed.result
│ │ │ │ ├── binlog_stm_binlog.result
│ │ │ │ ├── binlog_stm_blackhole.result
│ │ │ │ ├── binlog_stm_cache_stat.result
│ │ │ │ ├── binlog_stm_ctype_cp932.result
│ │ │ │ ├── binlog_stm_ctype_ucs.result
│ │ │ │ ├── binlog_stm_do_db.result
│ │ │ │ ├── binlog_stm_drop_tbl.result
│ │ │ │ ├── binlog_stm_drop_tmp_tbl.result
│ │ │ │ ├── binlog_stm_insert_select.result
│ │ │ │ ├── binlog_stm_mix_innodb_myisam.result
│ │ │ │ ├── binlog_stm_ps.result
│ │ │ │ ├── binlog_stm_row.result
│ │ │ │ ├── binlog_stm_unsafe_warning.result
│ │ │ │ ├── binlog_stm_user_variables.result
│ │ │ │ ├── binlog_switch_inside_trans.result
│ │ │ │ ├── binlog_tmp_table.result
│ │ │ │ ├── binlog_truncate_innodb.result
│ │ │ │ ├── binlog_truncate_kill.result
│ │ │ │ ├── binlog_truncate_myisam.result
│ │ │ │ ├── binlog_unsafe.result
│ │ │ │ ├── binlog_write_error.result
│ │ │ │ ├── binlog_xa_recover.result
│ │ │ │ └── load_data_stm_view.result
│ │ │ ├── std_data
│ │ │ │ ├── binlog_old_version_4_1.000001
│ │ │ │ ├── bug32407.001
│ │ │ │ ├── update-full-row.binlog
│ │ │ │ ├── update-partial-row.binlog
│ │ │ │ ├── ver_5_1_17.001
│ │ │ │ ├── ver_5_1_23.001
│ │ │ │ ├── ver_5_1-telco.001
│ │ │ │ ├── ver_trunk_row_v2.001
│ │ │ │ ├── write-full-row.binlog
│ │ │ │ └── write-partial-row.binlog
│ │ │ └── t
│ │ │ ├── binlog_base64_flag.test
│ │ │ ├── binlog_bug23533.test
│ │ │ ├── binlog_bug36391-master.opt
│ │ │ ├── binlog_bug36391.test
│ │ │ ├── binlog_checkpoint.test
│ │ │ ├── binlog_checksum.test
│ │ │ ├── binlog_database.test
│ │ │ ├── binlog_delete_and_flush_index-master.opt
│ │ │ ├── binlog_delete_and_flush_index.test
│ │ │ ├── binlog_drop_if_exists.test
│ │ │ ├── binlog_format_switch_in_tmp_table.test
│ │ │ ├── binlog_grant.test
│ │ │ ├── binlog_implicit_commit.test
│ │ │ ├── binlog_incident-master.opt
│ │ │ ├── binlog_incident.test
│ │ │ ├── binlog_index-master.opt
│ │ │ ├── binlog_index.test
│ │ │ ├── binlog_innodb_row.test
│ │ │ ├── binlog_innodb.test
│ │ │ ├── binlog_ioerr.test
│ │ │ ├── binlog_killed_simulate-master.opt
│ │ │ ├── binlog_killed_simulate.test
│ │ │ ├── binlog_killed.test
│ │ │ ├── binlog_max_extension.test
│ │ │ ├── binlog_mdev342-master.opt
│ │ │ ├── binlog_mdev342.test
│ │ │ ├── binlog_mixed_cache_stat.test
│ │ │ ├── binlog_mixed_load_data.test
│ │ │ ├── binlog_multi_engine.test
│ │ │ ├── binlog_mysqlbinlog2-master.opt
│ │ │ ├── binlog_mysqlbinlog2.test
│ │ │ ├── binlog_mysqlbinlog_base64.test
│ │ │ ├── binlog_mysqlbinlog-cp932-master.opt
│ │ │ ├── binlog_mysqlbinlog-cp932.test
│ │ │ ├── binlog_mysqlbinlog_row_innodb-master.opt
│ │ │ ├── binlog_mysqlbinlog_row_innodb.test
│ │ │ ├── binlog_mysqlbinlog_row-master.opt
│ │ │ ├── binlog_mysqlbinlog_row_myisam-master.opt
│ │ │ ├── binlog_mysqlbinlog_row_myisam.test
│ │ │ ├── binlog_mysqlbinlog_row.test
│ │ │ ├── binlog_mysqlbinlog_row_trans-master.opt
│ │ │ ├── binlog_mysqlbinlog_row_trans.test
│ │ │ ├── binlog_old_versions.test
│ │ │ ├── binlog_query_filter_rules-master.opt
│ │ │ ├── binlog_query_filter_rules.test
│ │ │ ├── binlog_reset_master.test
│ │ │ ├── binlog_row_annotate-master.opt
│ │ │ ├── binlog_row_annotate.test
│ │ │ ├── binlog_row_binlog-master.opt
│ │ │ ├── binlog_row_binlog.test
│ │ │ ├── binlog_row_cache_stat.test
│ │ │ ├── binlog_row_ctype_cp932.test
│ │ │ ├── binlog_row_ctype_ucs.test
│ │ │ ├── binlog_row_drop_tbl.test
│ │ │ ├── binlog_row_drop_tmp_tbl.test
│ │ │ ├── binlog_row_innodb_stat-master.opt
│ │ │ ├── binlog_row_insert_select.test
│ │ │ ├── binlog_row_mix_innodb_myisam-master.opt
│ │ │ ├── binlog_row_mix_innodb_myisam.test
│ │ │ ├── binlog_row_mysqlbinlog_db_filter.test
│ │ │ ├── binlog_row_mysqlbinlog_options-master.opt
│ │ │ ├── binlog_row_mysqlbinlog_options.test
│ │ │ ├── binlog_row_mysqlbinlog_verbose.test
│ │ │ ├── binlog_server_id.test
│ │ │ ├── binlog_sf.test
│ │ │ ├── binlog_spurious_ddl_errors-master.opt
│ │ │ ├── binlog_spurious_ddl_errors.test
│ │ │ ├── binlog_sql_mode.test
│ │ │ ├── binlog_start_comment.test
│ │ │ ├── binlog_statement_insert_delayed.test
│ │ │ ├── binlog_stm_binlog-master.opt
│ │ │ ├── binlog_stm_binlog.test
│ │ │ ├── binlog_stm_blackhole.test
│ │ │ ├── binlog_stm_cache_stat.test
│ │ │ ├── binlog_stm_ctype_cp932.test
│ │ │ ├── binlog_stm_ctype_ucs.test
│ │ │ ├── binlog_stm_do_db-master.opt
│ │ │ ├── binlog_stm_do_db.test
│ │ │ ├── binlog_stm_drop_tbl.test
│ │ │ ├── binlog_stm_drop_tmp_tbl.test
│ │ │ ├── binlog_stm_innodb_stat-master.opt
│ │ │ ├── binlog_stm_insert_select.test
│ │ │ ├── binlog_stm_mix_innodb_myisam-master.opt
│ │ │ ├── binlog_stm_mix_innodb_myisam.test
│ │ │ ├── binlog_stm_ps.test
│ │ │ ├── binlog_stm_row.test
│ │ │ ├── binlog_stm_unsafe_warning-master.opt
│ │ │ ├── binlog_stm_unsafe_warning.test
│ │ │ ├── binlog_stm_user_variables.test
│ │ │ ├── binlog_switch_inside_trans.test
│ │ │ ├── binlog_tmp_table.test
│ │ │ ├── binlog_truncate_innodb-master.opt
│ │ │ ├── binlog_truncate_innodb.test
│ │ │ ├── binlog_truncate_kill.test
│ │ │ ├── binlog_truncate_myisam.test
│ │ │ ├── binlog_unsafe-master.opt
│ │ │ ├── binlog_unsafe.test
│ │ │ ├── binlog_write_error.test
│ │ │ ├── binlog_xa_recover-master.opt
│ │ │ ├── binlog_xa_recover.test
│ │ │ └── load_data_stm_view.test
│ │ ├── csv
│ │ │ ├── csv_alter_table.result
│ │ │ ├── csv_alter_table.test
│ │ │ ├── csv_not_null.result
│ │ │ ├── csv_not_null.test
│ │ │ ├── csv.result
│ │ │ └── csv.test
│ │ ├── engines
│ │ │ ├── funcs
│ │ │ │ ├── combinations
│ │ │ │ ├── disabled.def
│ │ │ │ ├── r
│ │ │ │ │ ├── ai_init_alter_table.result
│ │ │ │ │ ├── ai_init_create_table.result
│ │ │ │ │ ├── ai_init_insert_id.result
│ │ │ │ │ ├── ai_init_insert.result
│ │ │ │ │ ├── ai_overflow_error.result
│ │ │ │ │ ├── ai_reset_by_truncate.result
│ │ │ │ │ ├── ai_sql_auto_is_null.result
│ │ │ │ │ ├── an_calendar.result
│ │ │ │ │ ├── an_number.result
│ │ │ │ │ ├── an_string.result
│ │ │ │ │ ├── comment_column2.result
│ │ │ │ │ ├── comment_column.result
│ │ │ │ │ ├── comment_index.result
│ │ │ │ │ ├── comment_table.result
│ │ │ │ │ ├── crash_manycolumns_number.result
│ │ │ │ │ ├── crash_manycolumns_string.result
│ │ │ │ │ ├── crash_manyindexes_number.result
│ │ │ │ │ ├── crash_manyindexes_string.result
│ │ │ │ │ ├── crash_manytables_number.result
│ │ │ │ │ ├── crash_manytables_string.result
│ │ │ │ │ ├── date_function.result
│ │ │ │ │ ├── datetime_function.result
│ │ │ │ │ ├── db_alter_character_set_collate.result
│ │ │ │ │ ├── db_alter_character_set.result
│ │ │ │ │ ├── db_alter_collate_ascii.result
│ │ │ │ │ ├── db_alter_collate_utf8.result
│ │ │ │ │ ├── db_create_character_set_collate.result
│ │ │ │ │ ├── db_create_character_set.result
│ │ │ │ │ ├── db_create_drop.result
│ │ │ │ │ ├── db_create_error_reserved.result
│ │ │ │ │ ├── db_create_error.result
│ │ │ │ │ ├── db_create_if_not_exists.result
│ │ │ │ │ ├── db_drop_error.result
│ │ │ │ │ ├── db_use_error.result
│ │ │ │ │ ├── de_autoinc.result
│ │ │ │ │ ├── de_calendar_range.result
│ │ │ │ │ ├── de_ignore.result
│ │ │ │ │ ├── de_limit.result
│ │ │ │ │ ├── de_multi_db_table.result
│ │ │ │ │ ├── de_multi_db_table_using.result
│ │ │ │ │ ├── de_multi_table.result
│ │ │ │ │ ├── de_multi_table_using.result
│ │ │ │ │ ├── de_number_range.result
│ │ │ │ │ ├── de_quick.result
│ │ │ │ │ ├── de_string_range.result
│ │ │ │ │ ├── de_truncate_autoinc.result
│ │ │ │ │ ├── de_truncate.result
│ │ │ │ │ ├── fu_aggregate_avg_number.result
│ │ │ │ │ ├── fu_aggregate_count_number.result
│ │ │ │ │ ├── fu_aggregate_max_number.result
│ │ │ │ │ ├── fu_aggregate_max_subquery.result
│ │ │ │ │ ├── fu_aggregate_min_number.result
│ │ │ │ │ ├── fu_aggregate_sum_number.result
│ │ │ │ │ ├── general_no_data.result
│ │ │ │ │ ├── general_not_null.result
│ │ │ │ │ ├── general_null.result
│ │ │ │ │ ├── in_calendar_2_unique_constraints_duplicate_update.result
│ │ │ │ │ ├── in_calendar_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_calendar_pk_constraint_error.result
│ │ │ │ │ ├── in_calendar_pk_constraint_ignore.result
│ │ │ │ │ ├── in_calendar_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_calendar_unique_constraint_error.result
│ │ │ │ │ ├── in_calendar_unique_constraint_ignore.result
│ │ │ │ │ ├── in_enum_null_boundary_error.result
│ │ │ │ │ ├── in_enum_null_large_error.result
│ │ │ │ │ ├── in_enum_null.result
│ │ │ │ │ ├── in_insert_select_autoinc.result
│ │ │ │ │ ├── in_insert_select.result
│ │ │ │ │ ├── in_insert_select_unique_violation.result
│ │ │ │ │ ├── in_lob_boundary_error.result
│ │ │ │ │ ├── in_multicolumn_calendar_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_calendar_pk_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_calendar_pk_constraint_ignore.result
│ │ │ │ │ ├── in_multicolumn_calendar_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_calendar_unique_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_calendar_unique_constraint_ignore.result
│ │ │ │ │ ├── in_multicolumn_number_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_number_pk_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_number_pk_constraint_ignore.result
│ │ │ │ │ ├── in_multicolumn_number_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_number_unique_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_number_unique_constraint_ignore.result
│ │ │ │ │ ├── in_multicolumn_string_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_string_pk_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_string_pk_constraint_ignore.result
│ │ │ │ │ ├── in_multicolumn_string_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_multicolumn_string_unique_constraint_error.result
│ │ │ │ │ ├── in_multicolumn_string_unique_constraint_ignore.result
│ │ │ │ │ ├── in_number_2_unique_constraints_duplicate_update.result
│ │ │ │ │ ├── in_number_boundary_error.result
│ │ │ │ │ ├── in_number_decimal_boundary_error.result
│ │ │ │ │ ├── in_number_length.result
│ │ │ │ │ ├── in_number_null.result
│ │ │ │ │ ├── in_number_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_number_pk_constraint_error.result
│ │ │ │ │ ├── in_number_pk_constraint_ignore.result
│ │ │ │ │ ├── in_number_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_number_unique_constraint_error.result
│ │ │ │ │ ├── in_number_unique_constraint_ignore.result
│ │ │ │ │ ├── in_set_null_boundary_error.result
│ │ │ │ │ ├── in_set_null_large.result
│ │ │ │ │ ├── in_set_null.result
│ │ │ │ │ ├── in_string_2_unique_constraints_duplicate_update.result
│ │ │ │ │ ├── in_string_boundary_error.result
│ │ │ │ │ ├── in_string_not_null.result
│ │ │ │ │ ├── in_string_null.result
│ │ │ │ │ ├── in_string_pk_constraint_duplicate_update.result
│ │ │ │ │ ├── in_string_pk_constraint_error.result
│ │ │ │ │ ├── in_string_pk_constraint_ignore.result
│ │ │ │ │ ├── in_string_set_enum_fail.result
│ │ │ │ │ ├── in_string_unique_constraint_duplicate_update.result
│ │ │ │ │ ├── in_string_unique_constraint_error.result
│ │ │ │ │ ├── in_string_unique_constraint_ignore.result
│ │ │ │ │ ├── ix_drop_error.result
│ │ │ │ │ ├── ix_drop.result
│ │ │ │ │ ├── ix_index_decimals.result
│ │ │ │ │ ├── ix_index_lob.result
│ │ │ │ │ ├── ix_index_non_string.result
│ │ │ │ │ ├── ix_index_string_length.result
│ │ │ │ │ ├── ix_index_string.result
│ │ │ │ │ ├── ix_unique_decimals.result
│ │ │ │ │ ├── ix_unique_lob.result
│ │ │ │ │ ├── ix_unique_non_string.result
│ │ │ │ │ ├── ix_unique_string_length.result
│ │ │ │ │ ├── ix_unique_string.result
│ │ │ │ │ ├── ix_using_order.result
│ │ │ │ │ ├── jp_comment_column.result
│ │ │ │ │ ├── jp_comment_index.result
│ │ │ │ │ ├── jp_comment_older_compatibility1.result
│ │ │ │ │ ├── jp_comment_table.result
│ │ │ │ │ ├── ld_all_number_string_calendar_types.result
│ │ │ │ │ ├── ld_bit.result
│ │ │ │ │ ├── ld_enum_set.result
│ │ │ │ │ ├── ld_less_columns.result
│ │ │ │ │ ├── ld_more_columns_truncated.result
│ │ │ │ │ ├── ld_null.result
│ │ │ │ │ ├── ld_quote.result
│ │ │ │ │ ├── ld_simple.result
│ │ │ │ │ ├── ld_starting.result
│ │ │ │ │ ├── ld_unique_error1_local.result
│ │ │ │ │ ├── ld_unique_error1.result
│ │ │ │ │ ├── ld_unique_error2_local.result
│ │ │ │ │ ├── ld_unique_error2.result
│ │ │ │ │ ├── ld_unique_error3_local.result
│ │ │ │ │ ├── ld_unique_error3.result
│ │ │ │ │ ├── ps_number_length.result
│ │ │ │ │ ├── ps_number_null.result
│ │ │ │ │ ├── ps_string_not_null.result
│ │ │ │ │ ├── ps_string_null.result
│ │ │ │ │ ├── re_number_range.result
│ │ │ │ │ ├── re_number_range_set.result
│ │ │ │ │ ├── re_number_select.result
│ │ │ │ │ ├── re_string_range.result
│ │ │ │ │ ├── re_string_range_set.result
│ │ │ │ │ ├── rpl000010.result
│ │ │ │ │ ├── rpl000011.result
│ │ │ │ │ ├── rpl000013.result
│ │ │ │ │ ├── rpl_000015.result
│ │ │ │ │ ├── rpl000017.result
│ │ │ │ │ ├── rpl_alter_db.result
│ │ │ │ │ ├── rpl_alter.result
│ │ │ │ │ ├── rpl_bit_npk.result
│ │ │ │ │ ├── rpl_bit.result
│ │ │ │ │ ├── rpl_change_master.result
│ │ │ │ │ ├── rpl_create_database.result
│ │ │ │ │ ├── rpl_do_grant.result
│ │ │ │ │ ├── rpl_drop_db.result
│ │ │ │ │ ├── rpl_drop.result
│ │ │ │ │ ├── rpl_dual_pos_advance.result
│ │ │ │ │ ├── rpl_empty_master_crash.result
│ │ │ │ │ ├── rpl_err_ignoredtable.result
│ │ │ │ │ ├── rpl_flushlog_loop.result
│ │ │ │ │ ├── rpl_free_items.result
│ │ │ │ │ ├── rpl_get_lock.result
│ │ │ │ │ ├── rpl_ignore_grant.result
│ │ │ │ │ ├── rpl_ignore_revoke.result
│ │ │ │ │ ├── rpl_ignore_table_update.result
│ │ │ │ │ ├── rpl_init_slave.result
│ │ │ │ │ ├── rpl_insert.result
│ │ │ │ │ ├── rpl_insert_select.result
│ │ │ │ │ ├── rpl_LD_INFILE.result
│ │ │ │ │ ├── rpl_loaddata2.result
│ │ │ │ │ ├── rpl_loaddatalocal.result
│ │ │ │ │ ├── rpl_loaddata_m.result
│ │ │ │ │ ├── rpl_loaddata_s.result
│ │ │ │ │ ├── rpl_loadfile.result
│ │ │ │ │ ├── rpl_log_pos.result
│ │ │ │ │ ├── rpl_many_optimize.result
│ │ │ │ │ ├── rpl_master_pos_wait.result
│ │ │ │ │ ├── rpl_misc_functions.result
│ │ │ │ │ ├── rpl_multi_delete2.result
│ │ │ │ │ ├── rpl_multi_delete.result
│ │ │ │ │ ├── rpl_multi_update4.result
│ │ │ │ │ ├── rpl_ps.result
│ │ │ │ │ ├── rpl_rbr_to_sbr.result
│ │ │ │ │ ├── rpl_REDIRECT.result
│ │ │ │ │ ├── rpl_relayspace.result
│ │ │ │ │ ├── rpl_replicate_ignore_db.result
│ │ │ │ │ ├── rpl_row_drop.result
│ │ │ │ │ ├── rpl_row_func001.result
│ │ │ │ │ ├── rpl_row_inexist_tbl.result
│ │ │ │ │ ├── rpl_row_max_relay_size.result
│ │ │ │ │ ├── rpl_row_NOW.result
│ │ │ │ │ ├── rpl_row_reset_slave.result
│ │ │ │ │ ├── rpl_row_sp001.result
│ │ │ │ │ ├── rpl_row_sp005.result
│ │ │ │ │ ├── rpl_row_sp008.result
│ │ │ │ │ ├── rpl_row_sp009.result
│ │ │ │ │ ├── rpl_row_sp010.result
│ │ │ │ │ ├── rpl_row_sp011.result
│ │ │ │ │ ├── rpl_row_sp012.result
│ │ │ │ │ ├── rpl_row_stop_middle.result
│ │ │ │ │ ├── rpl_row_trig001.result
│ │ │ │ │ ├── rpl_row_trig002.result
│ │ │ │ │ ├── rpl_row_trig003.result
│ │ │ │ │ ├── rpl_row_until.result
│ │ │ │ │ ├── rpl_row_USER.result
│ │ │ │ │ ├── rpl_row_view01.result
│ │ │ │ │ ├── rpl_server_id1.result
│ │ │ │ │ ├── rpl_server_id2.result
│ │ │ │ │ ├── rpl_session_var.result
│ │ │ │ │ ├── rpl_sf.result
│ │ │ │ │ ├── rpl_skip_error.result
│ │ │ │ │ ├── rpl_slave_status.result
│ │ │ │ │ ├── rpl_sp004.result
│ │ │ │ │ ├── rpl_sp_effects.result
│ │ │ │ │ ├── rpl_sp.result
│ │ │ │ │ ├── rpl_start_stop_slave.result
│ │ │ │ │ ├── rpl_stm_max_relay_size.result
│ │ │ │ │ ├── rpl_stm_mystery22.result
│ │ │ │ │ ├── rpl_stm_no_op.result
│ │ │ │ │ ├── rpl_stm_reset_slave.result
│ │ │ │ │ ├── rpl_switch_stm_row_mixed.result
│ │ │ │ │ ├── rpl_temporary.result
│ │ │ │ │ ├── rpl_temp_table.result
│ │ │ │ │ ├── rpl_trigger.result
│ │ │ │ │ ├── rpl_trunc_temp.result
│ │ │ │ │ ├── rpl_user_variables.result
│ │ │ │ │ ├── rpl_variables.result
│ │ │ │ │ ├── rpl_view.result
│ │ │ │ │ ├── se_join_cross.result
│ │ │ │ │ ├── se_join_default.result
│ │ │ │ │ ├── se_join_inner.result
│ │ │ │ │ ├── se_join_left_outer.result
│ │ │ │ │ ├── se_join_left.result
│ │ │ │ │ ├── se_join_natural_left_outer.result
│ │ │ │ │ ├── se_join_natural_left.result
│ │ │ │ │ ├── se_join_natural_right_outer.result
│ │ │ │ │ ├── se_join_natural_right.result
│ │ │ │ │ ├── se_join_right_outer.result
│ │ │ │ │ ├── se_join_right.result
│ │ │ │ │ ├── se_join_straight.result
│ │ │ │ │ ├── se_rowid.result
│ │ │ │ │ ├── se_string_distinct.result
│ │ │ │ │ ├── se_string_from.result
│ │ │ │ │ ├── se_string_groupby.result
│ │ │ │ │ ├── se_string_having.result
│ │ │ │ │ ├── se_string_limit.result
│ │ │ │ │ ├── se_string_orderby.result
│ │ │ │ │ ├── se_string_union.result
│ │ │ │ │ ├── se_string_where_and.result
│ │ │ │ │ ├── se_string_where_or.result
│ │ │ │ │ ├── se_string_where.result
│ │ │ │ │ ├── sf_alter.result
│ │ │ │ │ ├── sf_cursor.result
│ │ │ │ │ ├── sf_simple1.result
│ │ │ │ │ ├── sp_alter.result
│ │ │ │ │ ├── sp_cursor.result
│ │ │ │ │ ├── sp_simple1.result
│ │ │ │ │ ├── sq_all.result
│ │ │ │ │ ├── sq_any.result
│ │ │ │ │ ├── sq_corr.result
│ │ │ │ │ ├── sq_error.result
│ │ │ │ │ ├── sq_exists.result
│ │ │ │ │ ├── sq_from.result
│ │ │ │ │ ├── sq_in.result
│ │ │ │ │ ├── sq_row.result
│ │ │ │ │ ├── sq_scalar.result
│ │ │ │ │ ├── sq_some.result
│ │ │ │ │ ├── ta_2part_column_to_pk.result
│ │ │ │ │ ├── ta_2part_diff_string_to_pk.result
│ │ │ │ │ ├── ta_2part_diff_to_pk.result
│ │ │ │ │ ├── ta_2part_string_to_pk.result
│ │ │ │ │ ├── ta_3part_column_to_pk.result
│ │ │ │ │ ├── ta_3part_string_to_pk.result
│ │ │ │ │ ├── ta_add_column2.result
│ │ │ │ │ ├── ta_add_column_first2.result
│ │ │ │ │ ├── ta_add_column_first.result
│ │ │ │ │ ├── ta_add_column_middle2.result
│ │ │ │ │ ├── ta_add_column_middle.result
│ │ │ │ │ ├── ta_add_column.result
│ │ │ │ │ ├── ta_add_string2.result
│ │ │ │ │ ├── ta_add_string_first2.result
│ │ │ │ │ ├── ta_add_string_first.result
│ │ │ │ │ ├── ta_add_string_middle2.result
│ │ │ │ │ ├── ta_add_string_middle.result
│ │ │ │ │ ├── ta_add_string.result
│ │ │ │ │ ├── ta_add_string_unique_index.result
│ │ │ │ │ ├── ta_add_unique_index.result
│ │ │ │ │ ├── ta_column_from_unsigned.result
│ │ │ │ │ ├── ta_column_from_zerofill.result
│ │ │ │ │ ├── ta_column_to_index.result
│ │ │ │ │ ├── ta_column_to_not_null.result
│ │ │ │ │ ├── ta_column_to_null.result
│ │ │ │ │ ├── ta_column_to_pk.result
│ │ │ │ │ ├── ta_column_to_unsigned.result
│ │ │ │ │ ├── ta_column_to_zerofill.result
│ │ │ │ │ ├── ta_drop_column.result
│ │ │ │ │ ├── ta_drop_index.result
│ │ │ │ │ ├── ta_drop_pk_autoincrement.result
│ │ │ │ │ ├── ta_drop_pk_number.result
│ │ │ │ │ ├── ta_drop_pk_string.result
│ │ │ │ │ ├── ta_drop_string_index.result
│ │ │ │ │ ├── ta_orderby.result
│ │ │ │ │ ├── ta_rename.result
│ │ │ │ │ ├── ta_set_drop_default.result
│ │ │ │ │ ├── ta_string_drop_column.result
│ │ │ │ │ ├── ta_string_to_index.result
│ │ │ │ │ ├── ta_string_to_not_null.result
│ │ │ │ │ ├── ta_string_to_null.result
│ │ │ │ │ ├── ta_string_to_pk.result
│ │ │ │ │ ├── tc_column_autoincrement.result
│ │ │ │ │ ├── tc_column_comment.result
│ │ │ │ │ ├── tc_column_comment_string.result
│ │ │ │ │ ├── tc_column_default_decimal.result
│ │ │ │ │ ├── tc_column_default_number.result
│ │ │ │ │ ├── tc_column_default_string.result
│ │ │ │ │ ├── tc_column_enum_long.result
│ │ │ │ │ ├── tc_column_enum.result
│ │ │ │ │ ├── tc_column_key_length.result
│ │ │ │ │ ├── tc_column_key.result
│ │ │ │ │ ├── tc_column_length_decimals.result
│ │ │ │ │ ├── tc_column_length.result
│ │ │ │ │ ├── tc_column_length_zero.result
│ │ │ │ │ ├── tc_column_not_null.result
│ │ │ │ │ ├── tc_column_null.result
│ │ │ │ │ ├── tc_column_primary_key_number.result
│ │ │ │ │ ├── tc_column_primary_key_string.result
│ │ │ │ │ ├── tc_column_serial.result
│ │ │ │ │ ├── tc_column_set_long.result
│ │ │ │ │ ├── tc_column_set.result
│ │ │ │ │ ├── tc_column_unique_key.result
│ │ │ │ │ ├── tc_column_unique_key_string.result
│ │ │ │ │ ├── tc_column_unsigned.result
│ │ │ │ │ ├── tc_column_zerofill.result
│ │ │ │ │ ├── tc_drop_table.result
│ │ │ │ │ ├── tc_multicolumn_different.result
│ │ │ │ │ ├── tc_multicolumn_same.result
│ │ │ │ │ ├── tc_multicolumn_same_string.result
│ │ │ │ │ ├── tc_partition_analyze.result
│ │ │ │ │ ├── tc_partition_change_from_range_to_hash_key.result
│ │ │ │ │ ├── tc_partition_check.result
│ │ │ │ │ ├── tc_partition_hash_date_function.result
│ │ │ │ │ ├── tc_partition_hash.result
│ │ │ │ │ ├── tc_partition_key.result
│ │ │ │ │ ├── tc_partition_linear_key.result
│ │ │ │ │ ├── tc_partition_list_directory.result
│ │ │ │ │ ├── tc_partition_list_error.result
│ │ │ │ │ ├── tc_partition_optimize.result
│ │ │ │ │ ├── tc_partition_rebuild.result
│ │ │ │ │ ├── tc_partition_remove.result
│ │ │ │ │ ├── tc_partition_reorg_divide.result
│ │ │ │ │ ├── tc_partition_reorg_hash_key.result
│ │ │ │ │ ├── tc_partition_reorg_merge.result
│ │ │ │ │ ├── tc_partition_repair.result
│ │ │ │ │ ├── tc_partition_sub1.result
│ │ │ │ │ ├── tc_partition_sub2.result
│ │ │ │ │ ├── tc_partition_value_error.result
│ │ │ │ │ ├── tc_partition_value.result
│ │ │ │ │ ├── tc_partition_value_specific.result
│ │ │ │ │ ├── tc_rename_across_database.result
│ │ │ │ │ ├── tc_rename_error.result
│ │ │ │ │ ├── tc_rename.result
│ │ │ │ │ ├── tc_structure_comment.result
│ │ │ │ │ ├── tc_structure_create_like.result
│ │ │ │ │ ├── tc_structure_create_like_string.result
│ │ │ │ │ ├── tc_structure_create_select.result
│ │ │ │ │ ├── tc_structure_create_select_string.result
│ │ │ │ │ ├── tc_structure_string_comment.result
│ │ │ │ │ ├── tc_temporary_column_length.result
│ │ │ │ │ ├── tc_temporary_column.result
│ │ │ │ │ ├── time_function.result
│ │ │ │ │ ├── tr_all_type_triggers.result
│ │ │ │ │ ├── tr_delete_new_error.result
│ │ │ │ │ ├── tr_delete.result
│ │ │ │ │ ├── tr_insert_after_error.result
│ │ │ │ │ ├── tr_insert_old_error.result
│ │ │ │ │ ├── tr_insert.result
│ │ │ │ │ ├── tr_update_after_error.result
│ │ │ │ │ ├── tr_update.result
│ │ │ │ │ ├── up_calendar_range.result
│ │ │ │ │ ├── up_ignore.result
│ │ │ │ │ ├── up_limit.result
│ │ │ │ │ ├── up_multi_db_table.result
│ │ │ │ │ ├── up_multi_table.result
│ │ │ │ │ ├── up_nullcheck.result
│ │ │ │ │ ├── up_number_range.result
│ │ │ │ │ └── up_string_range.result
│ │ │ │ └── t
│ │ │ │ ├── ai_init_alter_table.test
│ │ │ │ ├── ai_init_create_table.test
│ │ │ │ ├── ai_init_insert_id.test
│ │ │ │ ├── ai_init_insert.test
│ │ │ │ ├── ai_overflow_error.test
│ │ │ │ ├── ai_reset_by_truncate.test
│ │ │ │ ├── ai_sql_auto_is_null.test
│ │ │ │ ├── an_calendar.test
│ │ │ │ ├── an_number.test
│ │ │ │ ├── an_string.test
│ │ │ │ ├── comment_column2.test
│ │ │ │ ├── comment_column.test
│ │ │ │ ├── comment_index.test
│ │ │ │ ├── comment_table.test
│ │ │ │ ├── crash_manycolumns_number.test
│ │ │ │ ├── crash_manycolumns_string.test
│ │ │ │ ├── crash_manyindexes_number.test
│ │ │ │ ├── crash_manyindexes_string.test
│ │ │ │ ├── crash_manytables_number.test
│ │ │ │ ├── crash_manytables_string.test
│ │ │ │ ├── data1.inc
│ │ │ │ ├── data2.inc
│ │ │ │ ├── date_function.test
│ │ │ │ ├── datetime_function.test
│ │ │ │ ├── db_alter_character_set_collate.test
│ │ │ │ ├── db_alter_character_set.test
│ │ │ │ ├── db_alter_collate_ascii.test
│ │ │ │ ├── db_alter_collate_utf8.test
│ │ │ │ ├── db_create_character_set_collate.test
│ │ │ │ ├── db_create_character_set.test
│ │ │ │ ├── db_create_drop.test
│ │ │ │ ├── db_create_error_reserved.test
│ │ │ │ ├── db_create_error.test
│ │ │ │ ├── db_create_if_not_exists.test
│ │ │ │ ├── db_drop_error.test
│ │ │ │ ├── db_use_error.test
│ │ │ │ ├── de_autoinc.test
│ │ │ │ ├── de_calendar_range.test
│ │ │ │ ├── de_ignore.test
│ │ │ │ ├── de_limit.test
│ │ │ │ ├── de_multi_db_table.test
│ │ │ │ ├── de_multi_db_table_using.test
│ │ │ │ ├── de_multi_table.test
│ │ │ │ ├── de_multi_table_using.test
│ │ │ │ ├── de_number_range.test
│ │ │ │ ├── de_quick.test
│ │ │ │ ├── de_string_range.test
│ │ │ │ ├── de_truncate_autoinc.test
│ │ │ │ ├── de_truncate.test
│ │ │ │ ├── fu_aggregate_avg_number.test
│ │ │ │ ├── fu_aggregate_count_number.test
│ │ │ │ ├── fu_aggregate_max_number.test
│ │ │ │ ├── fu_aggregate_max_subquery.test
│ │ │ │ ├── fu_aggregate_min_number.test
│ │ │ │ ├── fu_aggregate_sum_number.test
│ │ │ │ ├── general_no_data.test
│ │ │ │ ├── general_not_null.test
│ │ │ │ ├── general_null.test
│ │ │ │ ├── in_calendar_2_unique_constraints_duplicate_update.test
│ │ │ │ ├── in_calendar_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_calendar_pk_constraint_error.test
│ │ │ │ ├── in_calendar_pk_constraint_ignore.test
│ │ │ │ ├── in_calendar_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_calendar_unique_constraint_error.test
│ │ │ │ ├── in_calendar_unique_constraint_ignore.test
│ │ │ │ ├── in_enum_null_boundary_error.test
│ │ │ │ ├── in_enum_null_large_error.test
│ │ │ │ ├── in_enum_null.test
│ │ │ │ ├── in_insert_select_autoinc.test
│ │ │ │ ├── in_insert_select.test
│ │ │ │ ├── in_insert_select_unique_violation.test
│ │ │ │ ├── in_lob_boundary_error.test
│ │ │ │ ├── in_multicolumn_calendar_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_calendar_pk_constraint_error.test
│ │ │ │ ├── in_multicolumn_calendar_pk_constraint_ignore.test
│ │ │ │ ├── in_multicolumn_calendar_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_calendar_unique_constraint_error.test
│ │ │ │ ├── in_multicolumn_calendar_unique_constraint_ignore.test
│ │ │ │ ├── in_multicolumn_number_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_number_pk_constraint_error.test
│ │ │ │ ├── in_multicolumn_number_pk_constraint_ignore.test
│ │ │ │ ├── in_multicolumn_number_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_number_unique_constraint_error.test
│ │ │ │ ├── in_multicolumn_number_unique_constraint_ignore.test
│ │ │ │ ├── in_multicolumn_string_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_string_pk_constraint_error.test
│ │ │ │ ├── in_multicolumn_string_pk_constraint_ignore.test
│ │ │ │ ├── in_multicolumn_string_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_multicolumn_string_unique_constraint_error.test
│ │ │ │ ├── in_multicolumn_string_unique_constraint_ignore.test
│ │ │ │ ├── in_number_2_unique_constraints_duplicate_update.test
│ │ │ │ ├── in_number_boundary_error.test
│ │ │ │ ├── in_number_decimal_boundary_error.test
│ │ │ │ ├── in_number_length.test
│ │ │ │ ├── in_number_null.test
│ │ │ │ ├── in_number_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_number_pk_constraint_error.test
│ │ │ │ ├── in_number_pk_constraint_ignore.test
│ │ │ │ ├── in_number_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_number_unique_constraint_error.test
│ │ │ │ ├── in_number_unique_constraint_ignore.test
│ │ │ │ ├── in_set_null_boundary_error.test
│ │ │ │ ├── in_set_null_large.test
│ │ │ │ ├── in_set_null.test
│ │ │ │ ├── in_string_2_unique_constraints_duplicate_update.test
│ │ │ │ ├── in_string_boundary_error.test
│ │ │ │ ├── in_string_not_null.test
│ │ │ │ ├── in_string_null.test
│ │ │ │ ├── in_string_pk_constraint_duplicate_update.test
│ │ │ │ ├── in_string_pk_constraint_error.test
│ │ │ │ ├── in_string_pk_constraint_ignore.test
│ │ │ │ ├── in_string_set_enum_fail.test
│ │ │ │ ├── in_string_unique_constraint_duplicate_update.test
│ │ │ │ ├── in_string_unique_constraint_error.test
│ │ │ │ ├── in_string_unique_constraint_ignore.test
│ │ │ │ ├── ix_drop_error.test
│ │ │ │ ├── ix_drop.test
│ │ │ │ ├── ix_index_decimals.test
│ │ │ │ ├── ix_index_lob.test
│ │ │ │ ├── ix_index_non_string.test
│ │ │ │ ├── ix_index_string_length.test
│ │ │ │ ├── ix_index_string.test
│ │ │ │ ├── ix_unique_decimals.test
│ │ │ │ ├── ix_unique_lob.test
│ │ │ │ ├── ix_unique_non_string.test
│ │ │ │ ├── ix_unique_string_length.test
│ │ │ │ ├── ix_unique_string.test
│ │ │ │ ├── ix_using_order.test
│ │ │ │ ├── jp_comment_column.test
│ │ │ │ ├── jp_comment_index.test
│ │ │ │ ├── jp_comment_older_compatibility1.test
│ │ │ │ ├── jp_comment_table.test
│ │ │ │ ├── ld_all_number_string_calendar_types.test
│ │ │ │ ├── ld_bit.test
│ │ │ │ ├── ld_enum_set.test
│ │ │ │ ├── ld_less_columns.test
│ │ │ │ ├── ld_more_columns_truncated.test
│ │ │ │ ├── ld_null.test
│ │ │ │ ├── ld_quote.test
│ │ │ │ ├── ld_simple.test
│ │ │ │ ├── ld_starting.test
│ │ │ │ ├── ld_unique_error1_local.test
│ │ │ │ ├── ld_unique_error1.test
│ │ │ │ ├── ld_unique_error2_local.test
│ │ │ │ ├── ld_unique_error2.test
│ │ │ │ ├── ld_unique_error3_local.test
│ │ │ │ ├── ld_unique_error3.test
│ │ │ │ ├── load_bit.inc
│ │ │ │ ├── load_enum_set.inc
│ │ │ │ ├── load_less_columns.inc
│ │ │ │ ├── load_more_columns.inc
│ │ │ │ ├── load_null2.inc
│ │ │ │ ├── load_null.inc
│ │ │ │ ├── load_quote.inc
│ │ │ │ ├── load_simple.inc
│ │ │ │ ├── load_starting.inc
│ │ │ │ ├── load_unique_error1.inc
│ │ │ │ ├── load_unique_error2.inc
│ │ │ │ ├── load_unique_error3.inc
│ │ │ │ ├── ps_number_length.test
│ │ │ │ ├── ps_number_null.test
│ │ │ │ ├── ps_string_not_null.test
│ │ │ │ ├── ps_string_null.test
│ │ │ │ ├── re_number_range_set.test
│ │ │ │ ├── re_number_range.test
│ │ │ │ ├── re_number_select.test
│ │ │ │ ├── re_string_range_set.test
│ │ │ │ ├── re_string_range.test
│ │ │ │ ├── rpl000010-slave.opt
│ │ │ │ ├── rpl000010.test
│ │ │ │ ├── rpl000011.test
│ │ │ │ ├── rpl000013.test
│ │ │ │ ├── rpl_000015.test
│ │ │ │ ├── rpl000017-slave.opt
│ │ │ │ ├── rpl000017.test
│ │ │ │ ├── rpl_alter_db.test
│ │ │ │ ├── rpl_alter.test
│ │ │ │ ├── rpl_bit_npk.test
│ │ │ │ ├── rpl_bit.test
│ │ │ │ ├── rpl_change_master.test
│ │ │ │ ├── rpl_create_database-master.opt
│ │ │ │ ├── rpl_create_database-slave.opt
│ │ │ │ ├── rpl_create_database.test
│ │ │ │ ├── rpl_do_grant.test
│ │ │ │ ├── rpl_drop_db.test
│ │ │ │ ├── rpl_drop.test
│ │ │ │ ├── rpl_dual_pos_advance.test
│ │ │ │ ├── rpl_empty_master_crash.test
│ │ │ │ ├── rpl_err_ignoredtable-slave.opt
│ │ │ │ ├── rpl_err_ignoredtable.test
│ │ │ │ ├── rpl_flushlog_loop.test
│ │ │ │ ├── rpl_free_items-slave.opt
│ │ │ │ ├── rpl_free_items.test
│ │ │ │ ├── rpl_get_lock.test
│ │ │ │ ├── rpl_ignore_grant-slave.opt
│ │ │ │ ├── rpl_ignore_grant.test
│ │ │ │ ├── rpl_ignore_revoke-slave.opt
│ │ │ │ ├── rpl_ignore_revoke.test
│ │ │ │ ├── rpl_ignore_table_update-slave.opt
│ │ │ │ ├── rpl_ignore_table_update.test
│ │ │ │ ├── rpl_init_slave-slave.opt
│ │ │ │ ├── rpl_init_slave.test
│ │ │ │ ├── rpl_insert_select.test
│ │ │ │ ├── rpl_insert.test
│ │ │ │ ├── rpl_LD_INFILE.test
│ │ │ │ ├── rpl_loaddata2.test
│ │ │ │ ├── rpl_loaddatalocal.test
│ │ │ │ ├── rpl_loaddata_m-master.opt
│ │ │ │ ├── rpl_loaddata_m.test
│ │ │ │ ├── rpl_loaddata_s-slave.opt
│ │ │ │ ├── rpl_loaddata_s.test
│ │ │ │ ├── rpl_loadfile.test
│ │ │ │ ├── rpl_log_pos.test
│ │ │ │ ├── rpl_many_optimize.test
│ │ │ │ ├── rpl_master_pos_wait.test
│ │ │ │ ├── rpl_misc_functions.test
│ │ │ │ ├── rpl_multi_delete2-slave.opt
│ │ │ │ ├── rpl_multi_delete2.test
│ │ │ │ ├── rpl_multi_delete-slave.opt
│ │ │ │ ├── rpl_multi_delete.test
│ │ │ │ ├── rpl_multi_update4-slave.opt
│ │ │ │ ├── rpl_multi_update4.test
│ │ │ │ ├── rpl_ps.test
│ │ │ │ ├── rpl_rbr_to_sbr.test
│ │ │ │ ├── rpl_REDIRECT.test
│ │ │ │ ├── rpl_relayspace-slave.opt
│ │ │ │ ├── rpl_relayspace.test
│ │ │ │ ├── rpl_replicate_ignore_db-slave.opt
│ │ │ │ ├── rpl_replicate_ignore_db.test
│ │ │ │ ├── rpl_row_drop.test
│ │ │ │ ├── rpl_row_func001.test
│ │ │ │ ├── rpl_row_inexist_tbl-slave.opt
│ │ │ │ ├── rpl_row_inexist_tbl.test
│ │ │ │ ├── rpl_row_max_relay_size.test
│ │ │ │ ├── rpl_row_NOW.test
│ │ │ │ ├── rpl_row_reset_slave.test
│ │ │ │ ├── rpl_row_sp001.test
│ │ │ │ ├── rpl_row_sp005.test
│ │ │ │ ├── rpl_row_sp008.test
│ │ │ │ ├── rpl_row_sp009.test
│ │ │ │ ├── rpl_row_sp010.test
│ │ │ │ ├── rpl_row_sp011.test
│ │ │ │ ├── rpl_row_sp012.test
│ │ │ │ ├── rpl_row_stop_middle.test
│ │ │ │ ├── rpl_row_trig001.test
│ │ │ │ ├── rpl_row_trig002.test
│ │ │ │ ├── rpl_row_trig003.test
│ │ │ │ ├── rpl_row_until.test
│ │ │ │ ├── rpl_row_USER.test
│ │ │ │ ├── rpl_row_view01.test
│ │ │ │ ├── rpl_server_id1.test
│ │ │ │ ├── rpl_server_id2-slave.opt
│ │ │ │ ├── rpl_server_id2.test
│ │ │ │ ├── rpl_session_var.test
│ │ │ │ ├── rpl_sf.test
│ │ │ │ ├── rpl_skip_error-slave.opt
│ │ │ │ ├── rpl_skip_error.test
│ │ │ │ ├── rpl_slave_status.test
│ │ │ │ ├── rpl_sp004.test
│ │ │ │ ├── rpl_sp_effects-master.opt
│ │ │ │ ├── rpl_sp_effects-slave.opt
│ │ │ │ ├── rpl_sp_effects.test
│ │ │ │ ├── rpl_sp-master.opt
│ │ │ │ ├── rpl_sp-slave.opt
│ │ │ │ ├── rpl_sp.test
│ │ │ │ ├── rpl_start_stop_slave.test
│ │ │ │ ├── rpl_stm_max_relay_size.test
│ │ │ │ ├── rpl_stm_mystery22.test
│ │ │ │ ├── rpl_stm_no_op.test
│ │ │ │ ├── rpl_stm_reset_slave.test
│ │ │ │ ├── rpl_switch_stm_row_mixed.test
│ │ │ │ ├── rpl_temporary.test
│ │ │ │ ├── rpl_temp_table.test
│ │ │ │ ├── rpl_trigger.test
│ │ │ │ ├── rpl_trunc_temp.test
│ │ │ │ ├── rpl_user_variables.test
│ │ │ │ ├── rpl_variables-master.opt
│ │ │ │ ├── rpl_variables.test
│ │ │ │ ├── rpl_view-slave.opt
│ │ │ │ ├── rpl_view.test
│ │ │ │ ├── se_join_cross.test
│ │ │ │ ├── se_join_default.test
│ │ │ │ ├── se_join_inner.test
│ │ │ │ ├── se_join_left_outer.test
│ │ │ │ ├── se_join_left.test
│ │ │ │ ├── se_join_natural_left_outer.test
│ │ │ │ ├── se_join_natural_left.test
│ │ │ │ ├── se_join_natural_right_outer.test
│ │ │ │ ├── se_join_natural_right.test
│ │ │ │ ├── se_join_right_outer.test
│ │ │ │ ├── se_join_right.test
│ │ │ │ ├── se_join_straight.test
│ │ │ │ ├── se_rowid.test
│ │ │ │ ├── se_string_distinct.test
│ │ │ │ ├── se_string_from.test
│ │ │ │ ├── se_string_groupby.test
│ │ │ │ ├── se_string_having.test
│ │ │ │ ├── se_string_limit.test
│ │ │ │ ├── se_string_orderby.test
│ │ │ │ ├── se_string_union.test
│ │ │ │ ├── se_string_where_and.test
│ │ │ │ ├── se_string_where_or.test
│ │ │ │ ├── se_string_where.test
│ │ │ │ ├── sf_alter.test
│ │ │ │ ├── sf_cursor.test
│ │ │ │ ├── sf_simple1.test
│ │ │ │ ├── sp_alter.test
│ │ │ │ ├── sp_cursor.test
│ │ │ │ ├── sp_simple1.test
│ │ │ │ ├── sq_all.test
│ │ │ │ ├── sq_any.test
│ │ │ │ ├── sq_corr.test
│ │ │ │ ├── sq_error.test
│ │ │ │ ├── sq_exists.test
│ │ │ │ ├── sq_from.test
│ │ │ │ ├── sq_in.test
│ │ │ │ ├── sq_row.test
│ │ │ │ ├── sq_scalar.test
│ │ │ │ ├── sq_some.test
│ │ │ │ ├── ta_2part_column_to_pk.test
│ │ │ │ ├── ta_2part_diff_string_to_pk.test
│ │ │ │ ├── ta_2part_diff_to_pk.test
│ │ │ │ ├── ta_2part_string_to_pk.test
│ │ │ │ ├── ta_3part_column_to_pk.test
│ │ │ │ ├── ta_3part_string_to_pk.test
│ │ │ │ ├── ta_add_column2.test
│ │ │ │ ├── ta_add_column_first2.test
│ │ │ │ ├── ta_add_column_first.test
│ │ │ │ ├── ta_add_column_middle2.test
│ │ │ │ ├── ta_add_column_middle.test
│ │ │ │ ├── ta_add_column.test
│ │ │ │ ├── ta_add_string2.test
│ │ │ │ ├── ta_add_string_first2.test
│ │ │ │ ├── ta_add_string_first.test
│ │ │ │ ├── ta_add_string_middle2.test
│ │ │ │ ├── ta_add_string_middle.test
│ │ │ │ ├── ta_add_string.test
│ │ │ │ ├── ta_add_string_unique_index.test
│ │ │ │ ├── ta_add_unique_index.test
│ │ │ │ ├── ta_column_from_unsigned.test
│ │ │ │ ├── ta_column_from_zerofill.test
│ │ │ │ ├── ta_column_to_index.test
│ │ │ │ ├── ta_column_to_not_null.test
│ │ │ │ ├── ta_column_to_null.test
│ │ │ │ ├── ta_column_to_pk.test
│ │ │ │ ├── ta_column_to_unsigned.test
│ │ │ │ ├── ta_column_to_zerofill.test
│ │ │ │ ├── ta_drop_column.test
│ │ │ │ ├── ta_drop_index.test
│ │ │ │ ├── ta_drop_pk_autoincrement.test
│ │ │ │ ├── ta_drop_pk_number.test
│ │ │ │ ├── ta_drop_pk_string.test
│ │ │ │ ├── ta_drop_string_index.test
│ │ │ │ ├── ta_orderby.test
│ │ │ │ ├── ta_rename.test
│ │ │ │ ├── ta_set_drop_default.test
│ │ │ │ ├── ta_string_drop_column.test
│ │ │ │ ├── ta_string_to_index.test
│ │ │ │ ├── ta_string_to_not_null.test
│ │ │ │ ├── ta_string_to_null.test
│ │ │ │ ├── ta_string_to_pk.test
│ │ │ │ ├── tc_column_autoincrement.test
│ │ │ │ ├── tc_column_comment_string.test
│ │ │ │ ├── tc_column_comment.test
│ │ │ │ ├── tc_column_default_decimal.test
│ │ │ │ ├── tc_column_default_number.test
│ │ │ │ ├── tc_column_default_string.test
│ │ │ │ ├── tc_column_enum_long.test
│ │ │ │ ├── tc_column_enum.test
│ │ │ │ ├── tc_column_key_length.test
│ │ │ │ ├── tc_column_key.test
│ │ │ │ ├── tc_column_length_decimals.test
│ │ │ │ ├── tc_column_length.test
│ │ │ │ ├── tc_column_length_zero.test
│ │ │ │ ├── tc_column_not_null.test
│ │ │ │ ├── tc_column_null.test
│ │ │ │ ├── tc_column_primary_key_number.test
│ │ │ │ ├── tc_column_primary_key_string.test
│ │ │ │ ├── tc_column_serial.test
│ │ │ │ ├── tc_column_set_long.test
│ │ │ │ ├── tc_column_set.test
│ │ │ │ ├── tc_column_unique_key_string.test
│ │ │ │ ├── tc_column_unique_key.test
│ │ │ │ ├── tc_column_unsigned.test
│ │ │ │ ├── tc_column_zerofill.test
│ │ │ │ ├── tc_drop_table.test
│ │ │ │ ├── tc_multicolumn_different.test
│ │ │ │ ├── tc_multicolumn_same_string.test
│ │ │ │ ├── tc_multicolumn_same.test
│ │ │ │ ├── tc_partition_analyze.test
│ │ │ │ ├── tc_partition_change_from_range_to_hash_key.test
│ │ │ │ ├── tc_partition_check.test
│ │ │ │ ├── tc_partition_hash_date_function.test
│ │ │ │ ├── tc_partition_hash.test
│ │ │ │ ├── tc_partition_key.test
│ │ │ │ ├── tc_partition_linear_key.test
│ │ │ │ ├── tc_partition_list_directory.test
│ │ │ │ ├── tc_partition_list_error.test
│ │ │ │ ├── tc_partition_optimize.test
│ │ │ │ ├── tc_partition_rebuild.test
│ │ │ │ ├── tc_partition_remove.test
│ │ │ │ ├── tc_partition_reorg_divide.test
│ │ │ │ ├── tc_partition_reorg_hash_key.test
│ │ │ │ ├── tc_partition_reorg_merge.test
│ │ │ │ ├── tc_partition_repair.test
│ │ │ │ ├── tc_partition_sub1.test
│ │ │ │ ├── tc_partition_sub2.test
│ │ │ │ ├── tc_partition_value_error.test
│ │ │ │ ├── tc_partition_value_specific.test
│ │ │ │ ├── tc_partition_value.test
│ │ │ │ ├── tc_rename_across_database.test
│ │ │ │ ├── tc_rename_error.test
│ │ │ │ ├── tc_rename.test
│ │ │ │ ├── tc_structure_comment.test
│ │ │ │ ├── tc_structure_create_like_string.test
│ │ │ │ ├── tc_structure_create_like.test
│ │ │ │ ├── tc_structure_create_select_string.test
│ │ │ │ ├── tc_structure_create_select.test
│ │ │ │ ├── tc_structure_string_comment.test
│ │ │ │ ├── tc_temporary_column_length.test
│ │ │ │ ├── tc_temporary_column.test
│ │ │ │ ├── time_function.test
│ │ │ │ ├── tr_all_type_triggers.test
│ │ │ │ ├── tr_delete_new_error.test
│ │ │ │ ├── tr_delete.test
│ │ │ │ ├── tr_insert_after_error.test
│ │ │ │ ├── tr_insert_old_error.test
│ │ │ │ ├── tr_insert.test
│ │ │ │ ├── tr_update_after_error.test
│ │ │ │ ├── tr_update.test
│ │ │ │ ├── up_calendar_range.test
│ │ │ │ ├── up_ignore.test
│ │ │ │ ├── up_limit.test
│ │ │ │ ├── up_multi_db_table.test
│ │ │ │ ├── up_multi_table.test
│ │ │ │ ├── up_nullcheck.test
│ │ │ │ ├── up_number_range.test
│ │ │ │ ├── up_string_range.test
│ │ │ │ ├── wait_show_pattern.inc
│ │ │ │ └── wait_slave_status.inc
│ │ │ ├── iuds
│ │ │ │ ├── combinations
│ │ │ │ ├── disabled.def
│ │ │ │ ├── r
│ │ │ │ │ ├── delete_decimal.result
│ │ │ │ │ ├── delete_time.result
│ │ │ │ │ ├── delete_year.result
│ │ │ │ │ ├── insert_calendar.result
│ │ │ │ │ ├── insert_decimal.result
│ │ │ │ │ ├── insert_number.result
│ │ │ │ │ ├── insert_time.result
│ │ │ │ │ ├── insert_year.result
│ │ │ │ │ ├── strings_charsets_update_delete.result
│ │ │ │ │ ├── strings_update_delete.result
│ │ │ │ │ ├── type_bit_iuds.result
│ │ │ │ │ ├── update_decimal.result
│ │ │ │ │ ├── update_delete_calendar.result
│ │ │ │ │ ├── update_delete_number.result
│ │ │ │ │ ├── update_time.result
│ │ │ │ │ └── update_year.result
│ │ │ │ ├── suite.opt
│ │ │ │ └── t
│ │ │ │ ├── delete_decimal.test
│ │ │ │ ├── delete_time.test
│ │ │ │ ├── delete_year.test
│ │ │ │ ├── hindi.txt
│ │ │ │ ├── insert_calendar.test
│ │ │ │ ├── insert_decimal.test
│ │ │ │ ├── insert_number.test
│ │ │ │ ├── insert_time.test
│ │ │ │ ├── insert_year.test
│ │ │ │ ├── sample.txt
│ │ │ │ ├── strings_charsets_update_delete.test
│ │ │ │ ├── strings_update_delete.test
│ │ │ │ ├── type_bit_iuds.test
│ │ │ │ ├── update_decimal.test
│ │ │ │ ├── update_delete_calendar.test
│ │ │ │ ├── update_delete_number.test
│ │ │ │ ├── update_time.test
│ │ │ │ └── update_year.test
│ │ │ ├── README
│ │ │ └── rr_trx
│ │ │ ├── check_consistency.sql
│ │ │ ├── include
│ │ │ │ ├── check_for_error_rollback.inc
│ │ │ │ ├── check_for_error_rollback_skip.inc
│ │ │ │ ├── check_repeatable_read_all_columns.inc
│ │ │ │ ├── record_query_all_columns.inc
│ │ │ │ └── rr_init.test
│ │ │ ├── init_innodb.txt
│ │ │ ├── r
│ │ │ │ ├── init_innodb.result
│ │ │ │ ├── rr_c_count_not_zero.result
│ │ │ │ ├── rr_c_stats.result
│ │ │ │ ├── rr_i_40-44.result
│ │ │ │ ├── rr_id_3.result
│ │ │ │ ├── rr_id_900.result
│ │ │ │ ├── rr_insert_select_2.result
│ │ │ │ ├── rr_iud_rollback-multi-50.result
│ │ │ │ ├── rr_replace_7-8.result
│ │ │ │ ├── rr_sc_select-limit-nolimit_4.result
│ │ │ │ ├── rr_sc_select-same_2.result
│ │ │ │ ├── rr_sc_sum_total.result
│ │ │ │ ├── rr_s_select-uncommitted.result
│ │ │ │ ├── rr_u_10-19_nolimit.result
│ │ │ │ ├── rr_u_10-19.result
│ │ │ │ └── rr_u_4.result
│ │ │ ├── run_stress_tx_rr.pl
│ │ │ ├── run.txt
│ │ │ └── t
│ │ │ ├── init_innodb.test
│ │ │ ├── rr_c_count_not_zero.test
│ │ │ ├── rr_c_stats.test
│ │ │ ├── rr_i_40-44.test
│ │ │ ├── rr_id_3.test
│ │ │ ├── rr_id_900.test
│ │ │ ├── rr_insert_select_2.test
│ │ │ ├── rr_iud_rollback-multi-50.test
│ │ │ ├── rr_replace_7-8.test
│ │ │ ├── rr_sc_select-limit-nolimit_4.test
│ │ │ ├── rr_sc_select-same_2.test
│ │ │ ├── rr_sc_sum_total.test
│ │ │ ├── rr_s_select-uncommitted.test
│ │ │ ├── rr_u_10-19_nolimit.test
│ │ │ ├── rr_u_10-19.test
│ │ │ └── rr_u_4.test
│ │ ├── federated
│ │ │ ├── assisted_discovery.result
│ │ │ ├── assisted_discovery.test
│ │ │ ├── combinations
│ │ │ ├── disabled.def
│ │ │ ├── federated_archive.result
│ │ │ ├── federated_archive.test
│ │ │ ├── federated_bug_13118.result
│ │ │ ├── federated_bug_13118.test
│ │ │ ├── federated_bug_25714.result
│ │ │ ├── federated_bug_25714.test
│ │ │ ├── federated_bug_32426.result
│ │ │ ├── federated_bug_32426.test
│ │ │ ├── federated_bug_35333.result
│ │ │ ├── federated_bug_35333.test
│ │ │ ├── federated_bug_585688.result
│ │ │ ├── federated_bug_585688.test
│ │ │ ├── federated_debug-master.opt
│ │ │ ├── federated_debug.result
│ │ │ ├── federated_debug.test
│ │ │ ├── federated_innodb.result
│ │ │ ├── federated_innodb.test
│ │ │ ├── federated_maybe_16324629.result
│ │ │ ├── federated_maybe_16324629.test
│ │ │ ├── federated_partition.result
│ │ │ ├── federated_partition-slave.opt
│ │ │ ├── federated_partition.test
│ │ │ ├── federated.result
│ │ │ ├── federated_server.result
│ │ │ ├── federated_server.test
│ │ │ ├── federated.test
│ │ │ ├── federated_transactions.result
│ │ │ ├── federated_transactions.test
│ │ │ ├── federatedx.result
│ │ │ ├── federatedx.test
│ │ │ ├── have_federatedx.inc
│ │ │ ├── have_federatedx.opt
│ │ │ ├── include
│ │ │ │ ├── federated_cleanup.inc
│ │ │ │ └── federated.inc
│ │ │ ├── my.cnf
│ │ │ └── suite.pm
│ │ ├── funcs_1
│ │ │ ├── bitdata
│ │ │ │ └── bitdata_master.test
│ │ │ ├── cursors
│ │ │ │ └── cursors_master.test
│ │ │ ├── datadict
│ │ │ │ ├── basics_mixed1.inc
│ │ │ │ ├── basics_mixed2.inc
│ │ │ │ ├── basics_mixed3.inc
│ │ │ │ ├── columns.inc
│ │ │ │ ├── datadict_bug_12777.inc
│ │ │ │ ├── datadict_load.inc
│ │ │ │ ├── datadict.pre
│ │ │ │ ├── datadict_priv.inc
│ │ │ │ ├── is_key_column_usage.inc
│ │ │ │ ├── is_routines.inc
│ │ │ │ ├── is_schemata.inc
│ │ │ │ ├── is_table_query.inc
│ │ │ │ ├── is_tables.inc
│ │ │ │ ├── is_triggers.inc
│ │ │ │ ├── is_views.inc
│ │ │ │ ├── processlist_priv.inc
│ │ │ │ ├── processlist_val.inc
│ │ │ │ ├── statistics.inc
│ │ │ │ ├── table_constraints.inc
│ │ │ │ ├── tables1.inc
│ │ │ │ ├── tables2.inc
│ │ │ │ └── tables.inc
│ │ │ ├── disabled.def
│ │ │ ├── include
│ │ │ │ ├── bug28309_skip.inc
│ │ │ │ ├── cleanup.inc
│ │ │ │ ├── innodb_tb1.inc
│ │ │ │ ├── innodb_tb2.inc
│ │ │ │ ├── innodb_tb3.inc
│ │ │ │ ├── innodb_tb4.inc
│ │ │ │ ├── memory_tb1.inc
│ │ │ │ ├── memory_tb2.inc
│ │ │ │ ├── memory_tb3.inc
│ │ │ │ ├── memory_tb4.inc
│ │ │ │ ├── myisam_tb1.inc
│ │ │ │ ├── myisam_tb2.inc
│ │ │ │ ├── myisam_tb3.inc
│ │ │ │ ├── myisam_tb4.inc
│ │ │ │ ├── ndb_tb1.inc
│ │ │ │ ├── ndb_tb2.inc
│ │ │ │ ├── ndb_tb3.inc
│ │ │ │ ├── ndb_tb4.inc
│ │ │ │ ├── show_connection.inc
│ │ │ │ ├── sp_tb.inc
│ │ │ │ └── tb3.inc
│ │ │ ├── lib
│ │ │ │ ├── DataGen_local.pl
│ │ │ │ └── DataGen_modify.pl
│ │ │ ├── r
│ │ │ │ ├── charset_collation.result
│ │ │ │ ├── innodb_bitdata.result
│ │ │ │ ├── innodb_cursors.result
│ │ │ │ ├── innodb_func_view.result
│ │ │ │ ├── innodb_storedproc_02.result
│ │ │ │ ├── innodb_storedproc_03.result
│ │ │ │ ├── innodb_storedproc_06.result
│ │ │ │ ├── innodb_storedproc_07.result
│ │ │ │ ├── innodb_storedproc_08.result
│ │ │ │ ├── innodb_storedproc_10.result
│ │ │ │ ├── innodb_trig_0102.result
│ │ │ │ ├── innodb_trig_03e.result
│ │ │ │ ├── innodb_trig_03.result
│ │ │ │ ├── innodb_trig_0407.result
│ │ │ │ ├── innodb_trig_08.result
│ │ │ │ ├── innodb_trig_09.result
│ │ │ │ ├── innodb_trig_1011ext.result
│ │ │ │ ├── innodb_trig_frkey.result
│ │ │ │ ├── innodb_views.result
│ │ │ │ ├── is_basics_mixed.result
│ │ │ │ ├── is_character_sets.result
│ │ │ │ ├── is_cml_innodb.result
│ │ │ │ ├── is_cml_memory.result
│ │ │ │ ├── is_cml_myisam.result
│ │ │ │ ├── is_collations.result
│ │ │ │ ├── is_coll_char_set_appl.result
│ │ │ │ ├── is_column_privileges_is_mysql_test.result
│ │ │ │ ├── is_column_privileges.result
│ │ │ │ ├── is_columns_innodb.result
│ │ │ │ ├── is_columns_is_embedded.result
│ │ │ │ ├── is_columns_is.result
│ │ │ │ ├── is_columns_memory.result
│ │ │ │ ├── is_columns_myisam_embedded.result
│ │ │ │ ├── is_columns_myisam.result
│ │ │ │ ├── is_columns_mysql_embedded.result
│ │ │ │ ├── is_columns_mysql.result
│ │ │ │ ├── is_columns.result
│ │ │ │ ├── is_engines_archive.result
│ │ │ │ ├── is_engines_blackhole.result
│ │ │ │ ├── is_engines_csv.result
│ │ │ │ ├── is_engines_federated.result
│ │ │ │ ├── is_engines_innodb,innodb_plugin.rdiff
│ │ │ │ ├── is_engines_innodb.result
│ │ │ │ ├── is_engines_memory.result
│ │ │ │ ├── is_engines_merge.result
│ │ │ │ ├── is_engines_myisam.result
│ │ │ │ ├── is_engines.result
│ │ │ │ ├── is_events.result
│ │ │ │ ├── is_key_column_usage_embedded.result
│ │ │ │ ├── is_key_column_usage.result
│ │ │ │ ├── is_routines_embedded.result
│ │ │ │ ├── is_routines.result
│ │ │ │ ├── is_schema_privileges_is_mysql_test.result
│ │ │ │ ├── is_schema_privileges.result
│ │ │ │ ├── is_schemata_embedded.result
│ │ │ │ ├── is_schemata_is_mysql_test.result
│ │ │ │ ├── is_schemata.result
│ │ │ │ ├── is_statistics_is.result
│ │ │ │ ├── is_statistics_mysql_embedded.result
│ │ │ │ ├── is_statistics_mysql.result
│ │ │ │ ├── is_statistics.result
│ │ │ │ ├── is_table_constraints_is.result
│ │ │ │ ├── is_table_constraints_mysql_embedded.result
│ │ │ │ ├── is_table_constraints_mysql.result
│ │ │ │ ├── is_table_constraints.result
│ │ │ │ ├── is_table_privileges.result
│ │ │ │ ├── is_tables_embedded.result
│ │ │ │ ├── is_tables_innodb.result
│ │ │ │ ├── is_tables_is_embedded.result
│ │ │ │ ├── is_tables_is.result
│ │ │ │ ├── is_tables_memory.result
│ │ │ │ ├── is_tables_myisam_embedded.result
│ │ │ │ ├── is_tables_myisam.result
│ │ │ │ ├── is_tables_mysql_embedded.result
│ │ │ │ ├── is_tables_mysql.result
│ │ │ │ ├── is_tables.result
│ │ │ │ ├── is_triggers_embedded.result
│ │ │ │ ├── is_triggers.result
│ │ │ │ ├── is_user_privileges.result
│ │ │ │ ├── is_views_embedded.result
│ │ │ │ ├── is_views.result
│ │ │ │ ├── memory_bitdata.result
│ │ │ │ ├── memory_cursors.result
│ │ │ │ ├── memory_func_view.result
│ │ │ │ ├── memory_storedproc_02.result
│ │ │ │ ├── memory_storedproc_03.result
│ │ │ │ ├── memory_storedproc_06.result
│ │ │ │ ├── memory_storedproc_07.result
│ │ │ │ ├── memory_storedproc_08.result
│ │ │ │ ├── memory_storedproc_10.result
│ │ │ │ ├── memory_trig_0102.result
│ │ │ │ ├── memory_trig_03e.result
│ │ │ │ ├── memory_trig_03.result
│ │ │ │ ├── memory_trig_0407.result
│ │ │ │ ├── memory_trig_08.result
│ │ │ │ ├── memory_trig_09.result
│ │ │ │ ├── memory_trig_1011ext.result
│ │ │ │ ├── memory_views.result
│ │ │ │ ├── myisam_bitdata.result
│ │ │ │ ├── myisam_cursors.result
│ │ │ │ ├── myisam_func_view.result
│ │ │ │ ├── myisam_storedproc_02.result
│ │ │ │ ├── myisam_storedproc_03.result
│ │ │ │ ├── myisam_storedproc_06.result
│ │ │ │ ├── myisam_storedproc_07.result
│ │ │ │ ├── myisam_storedproc_08.result
│ │ │ │ ├── myisam_storedproc_10.result
│ │ │ │ ├── myisam_trig_0102.result
│ │ │ │ ├── myisam_trig_03e.result
│ │ │ │ ├── myisam_trig_03.result
│ │ │ │ ├── myisam_trig_0407.result
│ │ │ │ ├── myisam_trig_08.result
│ │ │ │ ├── myisam_trig_09.result
│ │ │ │ ├── myisam_trig_1011ext.result
│ │ │ │ ├── myisam_views-big.result
│ │ │ │ ├── processlist_priv_no_prot.result
│ │ │ │ ├── processlist_priv_ps.result
│ │ │ │ ├── processlist_val_no_prot.result
│ │ │ │ ├── processlist_val_ps.result
│ │ │ │ ├── row_count_func.result
│ │ │ │ └── storedproc.result
│ │ │ ├── README.txt
│ │ │ ├── storedproc
│ │ │ │ ├── cleanup_sp_tb.inc
│ │ │ │ ├── load_sp_tb.inc
│ │ │ │ ├── param_check.inc
│ │ │ │ ├── storedproc_02.inc
│ │ │ │ ├── storedproc_03.inc
│ │ │ │ ├── storedproc_06.inc
│ │ │ │ ├── storedproc_07.inc
│ │ │ │ ├── storedproc_08.inc
│ │ │ │ ├── storedproc_08_show.inc
│ │ │ │ └── storedproc_10.inc
│ │ │ ├── t
│ │ │ │ ├── charset_collation.test
│ │ │ │ ├── innodb_bitdata.test
│ │ │ │ ├── innodb_cursors.test
│ │ │ │ ├── innodb_func_view.test
│ │ │ │ ├── innodb_storedproc_02.test
│ │ │ │ ├── innodb_storedproc_03.test
│ │ │ │ ├── innodb_storedproc_06.test
│ │ │ │ ├── innodb_storedproc_07.test
│ │ │ │ ├── innodb_storedproc_08.test
│ │ │ │ ├── innodb_storedproc_10.test
│ │ │ │ ├── innodb_trig_0102.test
│ │ │ │ ├── innodb_trig_03e.test
│ │ │ │ ├── innodb_trig_03.test
│ │ │ │ ├── innodb_trig_0407.test
│ │ │ │ ├── innodb_trig_08.test
│ │ │ │ ├── innodb_trig_09.test
│ │ │ │ ├── innodb_trig_1011ext.test
│ │ │ │ ├── innodb_trig_frkey.test
│ │ │ │ ├── innodb_views.test
│ │ │ │ ├── is_basics_mixed.test
│ │ │ │ ├── is_character_sets.test
│ │ │ │ ├── is_cml_innodb.test
│ │ │ │ ├── is_cml_memory.test
│ │ │ │ ├── is_cml_myisam.test
│ │ │ │ ├── is_collations.test
│ │ │ │ ├── is_coll_char_set_appl.test
│ │ │ │ ├── is_column_privileges_is_mysql_test.test
│ │ │ │ ├── is_column_privileges.test
│ │ │ │ ├── is_columns_innodb.test
│ │ │ │ ├── is_columns_is_embedded.test
│ │ │ │ ├── is_columns_is.test
│ │ │ │ ├── is_columns_memory.test
│ │ │ │ ├── is_columns_myisam_embedded.test
│ │ │ │ ├── is_columns_myisam.test
│ │ │ │ ├── is_columns_mysql_embedded.test
│ │ │ │ ├── is_columns_mysql.test
│ │ │ │ ├── is_columns.test
│ │ │ │ ├── is_engines_archive.test
│ │ │ │ ├── is_engines_blackhole.test
│ │ │ │ ├── is_engines_csv.test
│ │ │ │ ├── is_engines_federated.test
│ │ │ │ ├── is_engines_innodb.test
│ │ │ │ ├── is_engines_memory.test
│ │ │ │ ├── is_engines_merge.test
│ │ │ │ ├── is_engines_myisam.test
│ │ │ │ ├── is_engines.test
│ │ │ │ ├── is_events.test
│ │ │ │ ├── is_key_column_usage_embedded.test
│ │ │ │ ├── is_key_column_usage.test
│ │ │ │ ├── is_routines_embedded.test
│ │ │ │ ├── is_routines.test
│ │ │ │ ├── is_schema_privileges_is_mysql_test.test
│ │ │ │ ├── is_schema_privileges.test
│ │ │ │ ├── is_schemata_embedded.test
│ │ │ │ ├── is_schemata_is_mysql_test.test
│ │ │ │ ├── is_schemata.test
│ │ │ │ ├── is_statistics_is.test
│ │ │ │ ├── is_statistics_mysql_embedded.test
│ │ │ │ ├── is_statistics_mysql.test
│ │ │ │ ├── is_statistics.test
│ │ │ │ ├── is_table_constraints_is.test
│ │ │ │ ├── is_table_constraints_mysql_embedded.test
│ │ │ │ ├── is_table_constraints_mysql.test
│ │ │ │ ├── is_table_constraints.test
│ │ │ │ ├── is_table_privileges.test
│ │ │ │ ├── is_tables_embedded.test
│ │ │ │ ├── is_tables_innodb.test
│ │ │ │ ├── is_tables_is_embedded.test
│ │ │ │ ├── is_tables_is.test
│ │ │ │ ├── is_tables_memory.test
│ │ │ │ ├── is_tables_myisam_embedded.test
│ │ │ │ ├── is_tables_myisam.test
│ │ │ │ ├── is_tables_mysql_embedded.test
│ │ │ │ ├── is_tables_mysql.test
│ │ │ │ ├── is_tables.test
│ │ │ │ ├── is_triggers_embedded.test
│ │ │ │ ├── is_triggers.test
│ │ │ │ ├── is_user_privileges.test
│ │ │ │ ├── is_views_embedded.test
│ │ │ │ ├── is_views.test
│ │ │ │ ├── memory_bitdata.test
│ │ │ │ ├── memory_cursors.test
│ │ │ │ ├── memory_func_view.test
│ │ │ │ ├── memory_storedproc_02.test
│ │ │ │ ├── memory_storedproc_03.test
│ │ │ │ ├── memory_storedproc_06.test
│ │ │ │ ├── memory_storedproc_07.test
│ │ │ │ ├── memory_storedproc_08.test
│ │ │ │ ├── memory_storedproc_10.test
│ │ │ │ ├── memory_trig_0102.test
│ │ │ │ ├── memory_trig_03e.test
│ │ │ │ ├── memory_trig_03.test
│ │ │ │ ├── memory_trig_0407.test
│ │ │ │ ├── memory_trig_08.test
│ │ │ │ ├── memory_trig_09.test
│ │ │ │ ├── memory_trig_1011ext.test
│ │ │ │ ├── memory_views.test
│ │ │ │ ├── myisam_bitdata.test
│ │ │ │ ├── myisam_cursors.test
│ │ │ │ ├── myisam_func_view.test
│ │ │ │ ├── myisam_storedproc_02.test
│ │ │ │ ├── myisam_storedproc_03.test
│ │ │ │ ├── myisam_storedproc_06.test
│ │ │ │ ├── myisam_storedproc_07.test
│ │ │ │ ├── myisam_storedproc_08.test
│ │ │ │ ├── myisam_storedproc_10.test
│ │ │ │ ├── myisam_trig_0102.test
│ │ │ │ ├── myisam_trig_03e.test
│ │ │ │ ├── myisam_trig_03.test
│ │ │ │ ├── myisam_trig_0407.test
│ │ │ │ ├── myisam_trig_08.test
│ │ │ │ ├── myisam_trig_09.test
│ │ │ │ ├── myisam_trig_1011ext.test
│ │ │ │ ├── myisam_views-big.test
│ │ │ │ ├── processlist_priv_no_prot.test
│ │ │ │ ├── processlist_priv_ps.test
│ │ │ │ ├── processlist_val_no_prot.test
│ │ │ │ ├── processlist_val_ps.test
│ │ │ │ ├── row_count_func-master.opt
│ │ │ │ ├── row_count_func.test
│ │ │ │ └── storedproc.test
│ │ │ ├── triggers
│ │ │ │ ├── trig_frkey2.inc
│ │ │ │ ├── trig_frkey.inc
│ │ │ │ ├── triggers_0102.inc
│ │ │ │ ├── triggers_03e_columns.inc
│ │ │ │ ├── triggers_03e_db_level.inc
│ │ │ │ ├── triggers_03e_db_table_mix.inc
│ │ │ │ ├── triggers_03e_definer.inc
│ │ │ │ ├── triggers_03e_global_db_mix.inc
│ │ │ │ ├── triggers_03e_prepare.inc
│ │ │ │ ├── triggers_03e_table_level.inc
│ │ │ │ ├── triggers_03e_transaction.inc
│ │ │ │ ├── triggers_03.inc
│ │ │ │ ├── triggers_0407.inc
│ │ │ │ ├── triggers_08.inc
│ │ │ │ ├── triggers_09.inc
│ │ │ │ └── triggers_1011ext.inc
│ │ │ └── views
│ │ │ ├── func_view.inc
│ │ │ ├── fv1.inc
│ │ │ ├── fv2.inc
│ │ │ ├── fv_cast.inc
│ │ │ ├── fv_if1.inc
│ │ │ ├── fv_if2.inc
│ │ │ ├── fv_ifnull.inc
│ │ │ └── views_master.inc
│ │ ├── funcs_2
│ │ │ ├── charset
│ │ │ │ └── charset_master.test
│ │ │ ├── data
│ │ │ │ └── charset_utf8.txt
│ │ │ ├── disabled.def
│ │ │ ├── include
│ │ │ │ ├── check_charset.inc
│ │ │ │ ├── check_charset_ucs2.inc
│ │ │ │ └── check_charset_utf8.inc
│ │ │ ├── lib
│ │ │ │ └── gen_charset_utf8.pl
│ │ │ ├── r
│ │ │ │ ├── innodb_charset.result
│ │ │ │ ├── memory_charset.result
│ │ │ │ └── myisam_charset.result
│ │ │ ├── readme.txt
│ │ │ ├── suite.opt
│ │ │ └── t
│ │ │ ├── innodb_charset.test
│ │ │ ├── memory_charset.test
│ │ │ └── myisam_charset.test
│ │ ├── handler
│ │ │ ├── aria.result
│ │ │ ├── aria.test
│ │ │ ├── disconnect_4480.result
│ │ │ ├── disconnect_4480.test
│ │ │ ├── handler.inc
│ │ │ ├── heap.result
│ │ │ ├── heap.test
│ │ │ ├── init.inc
│ │ │ ├── innodb.result
│ │ │ ├── innodb.test
│ │ │ ├── interface.result
│ │ │ ├── interface.test
│ │ │ ├── myisam.result
│ │ │ └── myisam.test
│ │ ├── heap
│ │ │ ├── btree_varchar_null.result
│ │ │ ├── btree_varchar_null.test
│ │ │ ├── heap_auto_increment.result
│ │ │ ├── heap_auto_increment.test
│ │ │ ├── heap_btree.result
│ │ │ ├── heap_btree.test
│ │ │ ├── heap_hash.result
│ │ │ ├── heap_hash.test
│ │ │ ├── heap.result
│ │ │ └── heap.test
│ │ ├── innodb
│ │ │ ├── disabled.def
│ │ │ ├── include
│ │ │ │ ├── innodb_simulate_comp_failures.inc
│ │ │ │ ├── innodb_stats.inc
│ │ │ │ ├── innodb-util.pl
│ │ │ │ └── restart_and_reinit.inc
│ │ │ ├── r
│ │ │ │ ├── auto_increment_dup.result
│ │ │ │ ├── binlog_consistent.result
│ │ │ │ ├── blob_unique2pk.result
│ │ │ │ ├── blob-update-debug.result
│ │ │ │ ├── count_distinct.result
│ │ │ │ ├── create-index.result
│ │ │ │ ├── data_types.result
│ │ │ │ ├── foreign-keys.result
│ │ │ │ ├── group_commit_binlog_pos_no_optimize_thread.result
│ │ │ │ ├── group_commit_binlog_pos.result
│ │ │ │ ├── group_commit_crash_no_optimize_thread.result
│ │ │ │ ├── group_commit_crash.result
│ │ │ │ ├── group_commit_no_optimize_thread.result
│ │ │ │ ├── group_commit.result
│ │ │ │ ├── help_url.result
│ │ │ │ ├── innochecksum.result
│ │ │ │ ├── innodb-alter-discard.result
│ │ │ │ ├── innodb-alter-table-disk-full.result
│ │ │ │ ├── innodb-analyze.result
│ │ │ │ ├── innodb-autoinc-18274.result
│ │ │ │ ├── innodb-autoinc-44030.result
│ │ │ │ ├── innodb-autoinc-56228.result
│ │ │ │ ├── innodb-autoinc-61209.result
│ │ │ │ ├── innodb_autoinc_lock_mode_zero.result
│ │ │ │ ├── innodb-autoinc-optimize.result
│ │ │ │ ├── innodb-autoinc.result
│ │ │ │ ├── innodb-blob.result
│ │ │ │ ├── innodb_bug11754376.result
│ │ │ │ ├── innodb_bug12400341.result
│ │ │ │ ├── innodb_bug12661768.result
│ │ │ │ ├── innodb_bug12902967.result
│ │ │ │ ├── innodb_bug13510739.result
│ │ │ │ ├── innodb_bug14007649.result
│ │ │ │ ├── innodb-bug-14068765.result
│ │ │ │ ├── innodb-bug-14084530.result
│ │ │ │ ├── innodb_bug14147491.result
│ │ │ │ ├── innodb_bug14676111.result
│ │ │ │ ├── innodb_bug14704286.result
│ │ │ │ ├── innodb_bug21704.result
│ │ │ │ ├── innodb_bug30423.result
│ │ │ │ ├── innodb_bug30919.result
│ │ │ │ ├── innodb_bug34053.result
│ │ │ │ ├── innodb_bug34300.result
│ │ │ │ ├── innodb_bug35220.result
│ │ │ │ ├── innodb_bug38231.result
│ │ │ │ ├── innodb_bug39438.result
│ │ │ │ ├── innodb_bug40360.result
│ │ │ │ ├── innodb_bug40565.result
│ │ │ │ ├── innodb_bug41904.result
│ │ │ │ ├── innodb_bug42101-nonzero.result
│ │ │ │ ├── innodb_bug42101.result
│ │ │ │ ├── innodb_bug42419.result
│ │ │ │ ├── innodb_bug44032.result
│ │ │ │ ├── innodb_bug44369.result
│ │ │ │ ├── innodb_bug44571.result
│ │ │ │ ├── innodb_bug45357.result
│ │ │ │ ├── innodb_bug46000.result
│ │ │ │ ├── innodb_bug46676.result
│ │ │ │ ├── innodb_bug47167.result
│ │ │ │ ├── innodb_bug47621.result
│ │ │ │ ├── innodb_bug47622.result
│ │ │ │ ├── innodb_bug47777.result
│ │ │ │ ├── innodb_bug48024.result
│ │ │ │ ├── innodb_bug49164.result
│ │ │ │ ├── innodb_bug51378.result
│ │ │ │ ├── innodb_bug51920.result
│ │ │ │ ├── innodb_bug52199.result
│ │ │ │ ├── innodb_bug52663.result
│ │ │ │ ├── innodb_bug53046.result
│ │ │ │ ├── innodb_bug53290.result
│ │ │ │ ├── innodb_bug53592.result
│ │ │ │ ├── innodb_bug53674.result
│ │ │ │ ├── innodb_bug53756.result
│ │ │ │ ├── innodb_bug54044.result
│ │ │ │ ├── innodb_bug56143.result
│ │ │ │ ├── innodb_bug56716.result
│ │ │ │ ├── innodb_bug56947.result
│ │ │ │ ├── innodb_bug57252.result
│ │ │ │ ├── innodb_bug57255.result
│ │ │ │ ├── innodb_bug57904.result
│ │ │ │ ├── innodb_bug59410.result
│ │ │ │ ├── innodb_bug59641.result
│ │ │ │ ├── innodb_bug59733.result
│ │ │ │ ├── innodb_bug60049.result
│ │ │ │ ├── innodb_bug60196.result
│ │ │ │ ├── innodb_bug60229.result
│ │ │ │ ├── innodb-change-buffer-recovery.result
│ │ │ │ ├── innodb-changed-pages.result
│ │ │ │ ├── innodb-consistent.result
│ │ │ │ ├── innodb_corrupt_bit.result
│ │ │ │ ├── innodb_ctype_ldml.result
│ │ │ │ ├── innodb_file_format.result
│ │ │ │ ├── innodb-fk.result
│ │ │ │ ├── innodb_gis.result
│ │ │ │ ├── innodb-index.result
│ │ │ │ ├── innodb-index_ucs2.result
│ │ │ │ ├── innodb_information_schema_buffer.result
│ │ │ │ ├── innodb_information_schema.result
│ │ │ │ ├── innodb-lock.result
│ │ │ │ ├── innodb_lock_wait_timeout_1.result
│ │ │ │ ├── innodb-mdev7046.result
│ │ │ │ ├── innodb-mdev-7055.result
│ │ │ │ ├── innodb-mdev-7408.result
│ │ │ │ ├── innodb-mdev-7513.result
│ │ │ │ ├── innodb_monitor.result
│ │ │ │ ├── innodb_multi_update.result
│ │ │ │ ├── innodb_mysql_rbk.result
│ │ │ │ ├── innodb_mysql.result
│ │ │ │ ├── innodb_notembedded.result
│ │ │ │ ├── innodb_prefix_index_restart_server.result
│ │ │ │ ├── innodb-replace.result
│ │ │ │ ├── innodb.result
│ │ │ │ ├── innodb-semi-consistent.result
│ │ │ │ ├── innodb_simulate_comp_failures.result
│ │ │ │ ├── innodb_simulate_comp_failures_small.result
│ │ │ │ ├── innodb_stats_create_on_corrupted.result
│ │ │ │ ├── innodb_stats_create_table.result
│ │ │ │ ├── innodb_stats_drop_locked.result
│ │ │ │ ├── innodb_stats_fetch_corrupted.result
│ │ │ │ ├── innodb_stats_fetch_nonexistent.result
│ │ │ │ ├── innodb_stats_fetch.result
│ │ │ │ ├── innodb-stats-initialize-failure.result
│ │ │ │ ├── innodb_stats_rename_table_if_exists.result
│ │ │ │ ├── innodb_stats_rename_table.result
│ │ │ │ ├── innodb_stats.result
│ │ │ │ ├── innodb-stats-sample.result
│ │ │ │ ├── innodb-timeout.result
│ │ │ │ ├── innodb_timeout_rollback.result
│ │ │ │ ├── innodb-truncate.result
│ │ │ │ ├── innodb_trx_weight.result
│ │ │ │ ├── innodb-ucs2.result
│ │ │ │ ├── innodb-update-insert.result
│ │ │ │ ├── innodb-wl5522-1.result
│ │ │ │ ├── innodb-wl5522-debug.result
│ │ │ │ ├── innodb-wl5522-debug-zip.result
│ │ │ │ ├── innodb-wl5522.result
│ │ │ │ ├── innodb-wl5522-zip.result
│ │ │ │ ├── insert_debug.result
│ │ │ │ ├── mdev-117.result
│ │ │ │ ├── multi_repair-7404.result
│ │ │ │ ├── row_lock.result
│ │ │ │ ├── sp_temp_table.result
│ │ │ │ └── strict_mode.result
│ │ │ └── t
│ │ │ ├── auto_increment_dup.test
│ │ │ ├── binlog_consistent.test
│ │ │ ├── blob_unique2pk.test
│ │ │ ├── blob-update-debug.test
│ │ │ ├── count_distinct.test
│ │ │ ├── create-index.test
│ │ │ ├── data_types.opt
│ │ │ ├── data_types.test
│ │ │ ├── foreign-keys.test
│ │ │ ├── group_commit_binlog_pos-master.opt
│ │ │ ├── group_commit_binlog_pos_no_optimize_thread-master.opt
│ │ │ ├── group_commit_binlog_pos_no_optimize_thread.test
│ │ │ ├── group_commit_binlog_pos.test
│ │ │ ├── group_commit_crash-master.opt
│ │ │ ├── group_commit_crash_no_optimize_thread-master.opt
│ │ │ ├── group_commit_crash_no_optimize_thread.test
│ │ │ ├── group_commit_crash.test
│ │ │ ├── group_commit_no_optimize_thread-master.opt
│ │ │ ├── group_commit_no_optimize_thread.test
│ │ │ ├── group_commit.test
│ │ │ ├── help_url.test
│ │ │ ├── innochecksum.opt
│ │ │ ├── innochecksum.test
│ │ │ ├── innodb-alter-discard.test
│ │ │ ├── innodb-alter-table-disk-full-master.opt
│ │ │ ├── innodb-alter-table-disk-full.test
│ │ │ ├── innodb-analyze.test
│ │ │ ├── innodb-autoinc-18274.test
│ │ │ ├── innodb-autoinc-44030-master.opt
│ │ │ ├── innodb-autoinc-44030.test
│ │ │ ├── innodb-autoinc-56228-master.opt
│ │ │ ├── innodb-autoinc-56228.test
│ │ │ ├── innodb-autoinc-61209.test
│ │ │ ├── innodb_autoinc_lock_mode_zero-master.opt
│ │ │ ├── innodb_autoinc_lock_mode_zero.test
│ │ │ ├── innodb-autoinc.opt
│ │ │ ├── innodb-autoinc-optimize.test
│ │ │ ├── innodb-autoinc.test
│ │ │ ├── innodb-blob.test
│ │ │ ├── innodb_bug11754376.test
│ │ │ ├── innodb_bug12400341-master.opt
│ │ │ ├── innodb_bug12400341.test
│ │ │ ├── innodb_bug12661768.test
│ │ │ ├── innodb_bug12902967.test
│ │ │ ├── innodb_bug13510739.test
│ │ │ ├── innodb_bug14007649.test
│ │ │ ├── innodb-bug-14068765.test
│ │ │ ├── innodb-bug-14084530.test
│ │ │ ├── innodb_bug14147491-master.opt
│ │ │ ├── innodb_bug14147491.test
│ │ │ ├── innodb_bug14676111-master.opt
│ │ │ ├── innodb_bug14676111.opt
│ │ │ ├── innodb_bug14676111.test
│ │ │ ├── innodb_bug14704286.test
│ │ │ ├── innodb_bug21704.test
│ │ │ ├── innodb_bug30423.test
│ │ │ ├── innodb_bug30919-master.opt
│ │ │ ├── innodb_bug30919.test
│ │ │ ├── innodb_bug34053.test
│ │ │ ├── innodb_bug34300.test
│ │ │ ├── innodb_bug35220.test
│ │ │ ├── innodb_bug38231.test
│ │ │ ├── innodb_bug39438-master.opt
│ │ │ ├── innodb_bug39438.test
│ │ │ ├── innodb_bug40360.test
│ │ │ ├── innodb_bug40565.test
│ │ │ ├── innodb_bug41904.test
│ │ │ ├── innodb_bug42101-nonzero-master.opt
│ │ │ ├── innodb_bug42101-nonzero.test
│ │ │ ├── innodb_bug42101.test
│ │ │ ├── innodb_bug42419.test
│ │ │ ├── innodb_bug44032.test
│ │ │ ├── innodb_bug44369.test
│ │ │ ├── innodb_bug44571.test
│ │ │ ├── innodb_bug45357.test
│ │ │ ├── innodb_bug46000.test
│ │ │ ├── innodb_bug46676.test
│ │ │ ├── innodb_bug47167.test
│ │ │ ├── innodb_bug47621.test
│ │ │ ├── innodb_bug47622.test
│ │ │ ├── innodb_bug47777.test
│ │ │ ├── innodb_bug48024.test
│ │ │ ├── innodb_bug49164.test
│ │ │ ├── innodb_bug51378.test
│ │ │ ├── innodb_bug51920.test
│ │ │ ├── innodb_bug52199.test
│ │ │ ├── innodb_bug52663.test
│ │ │ ├── innodb_bug53046.test
│ │ │ ├── innodb_bug53290.test
│ │ │ ├── innodb_bug53592.test
│ │ │ ├── innodb_bug53674-master.opt
│ │ │ ├── innodb_bug53674.test
│ │ │ ├── innodb_bug53756-master.opt
│ │ │ ├── innodb_bug53756.test
│ │ │ ├── innodb_bug54044.test
│ │ │ ├── innodb_bug56143.test
│ │ │ ├── innodb_bug56716.test
│ │ │ ├── innodb_bug56947.test
│ │ │ ├── innodb_bug57252.test
│ │ │ ├── innodb_bug57255.test
│ │ │ ├── innodb_bug57904.test
│ │ │ ├── innodb_bug59410.test
│ │ │ ├── innodb_bug59641.test
│ │ │ ├── innodb_bug59733.test
│ │ │ ├── innodb_bug60049-master.opt
│ │ │ ├── innodb_bug60049.test
│ │ │ ├── innodb_bug60196-master.opt
│ │ │ ├── innodb_bug60196.test
│ │ │ ├── innodb_bug60229-master.opt
│ │ │ ├── innodb_bug60229.test
│ │ │ ├── innodb-change-buffer-recovery-master.opt
│ │ │ ├── innodb-change-buffer-recovery.test
│ │ │ ├── innodb-changed-pages-master.opt
│ │ │ ├── innodb-changed-pages.test
│ │ │ ├── innodb-consistent-master.opt
│ │ │ ├── innodb-consistent.test
│ │ │ ├── innodb_corrupt_bit.test
│ │ │ ├── innodb_ctype_ldml-master.opt
│ │ │ ├── innodb_ctype_ldml.test
│ │ │ ├── innodb_file_format.test
│ │ │ ├── innodb-fk.test
│ │ │ ├── innodb_gis.test
│ │ │ ├── innodb-index.test
│ │ │ ├── innodb-index_ucs2.test
│ │ │ ├── innodb_information_schema_buffer.opt
│ │ │ ├── innodb_information_schema_buffer.test
│ │ │ ├── innodb_information_schema.test
│ │ │ ├── innodb-lock.test
│ │ │ ├── innodb_lock_wait_timeout_1-master.opt
│ │ │ ├── innodb_lock_wait_timeout_1.test
│ │ │ ├── innodb-master.opt
│ │ │ ├── innodb-mdev7046.test
│ │ │ ├── innodb-mdev-7055.test
│ │ │ ├── innodb-mdev-7408.opt
│ │ │ ├── innodb-mdev-7408.test
│ │ │ ├── innodb-mdev-7513.test
│ │ │ ├── innodb_monitor.test
│ │ │ ├── innodb_multi_update.test
│ │ │ ├── innodb_mysql-master.opt
│ │ │ ├── innodb_mysql_rbk-master.opt
│ │ │ ├── innodb_mysql_rbk.test
│ │ │ ├── innodb_mysql.test
│ │ │ ├── innodb_notembedded.test
│ │ │ ├── innodb_prefix_index_restart_server.test
│ │ │ ├── innodb-replace.test
│ │ │ ├── innodb-semi-consistent-master.opt
│ │ │ ├── innodb-semi-consistent.test
│ │ │ ├── innodb_simulate_comp_failures-master.opt
│ │ │ ├── innodb_simulate_comp_failures_small-master.opt
│ │ │ ├── innodb_simulate_comp_failures_small.test
│ │ │ ├── innodb_simulate_comp_failures.test
│ │ │ ├── innodb_stats_create_on_corrupted.test
│ │ │ ├── innodb_stats_create_table.test
│ │ │ ├── innodb_stats_drop_locked.test
│ │ │ ├── innodb_stats_fetch_corrupted.test
│ │ │ ├── innodb_stats_fetch_nonexistent.test
│ │ │ ├── innodb_stats_fetch.test
│ │ │ ├── innodb-stats-initialize-failure.test
│ │ │ ├── innodb_stats_rename_table_if_exists.test
│ │ │ ├── innodb_stats_rename_table.test
│ │ │ ├── innodb-stats-sample.test
│ │ │ ├── innodb_stats.test
│ │ │ ├── innodb.test
│ │ │ ├── innodb_timeout_rollback-master.opt
│ │ │ ├── innodb_timeout_rollback.test
│ │ │ ├── innodb-timeout.test
│ │ │ ├── innodb-truncate.test
│ │ │ ├── innodb_trx_weight.test
│ │ │ ├── innodb-ucs2.test
│ │ │ ├── innodb-update-insert.test
│ │ │ ├── innodb-wl5522-1.test
│ │ │ ├── innodb-wl5522-debug.test
│ │ │ ├── innodb-wl5522-debug-zip.test
│ │ │ ├── innodb-wl5522.test
│ │ │ ├── innodb-wl5522-zip.test
│ │ │ ├── insert_debug.test
│ │ │ ├── mdev-117.test
│ │ │ ├── multi_repair-7404.test
│ │ │ ├── row_lock.test
│ │ │ ├── sp_temp_table.test
│ │ │ └── strict_mode.test
│ │ ├── innodb_fts
│ │ │ ├── r
│ │ │ │ ├── fulltext2.result
│ │ │ │ ├── fulltext3.result
│ │ │ │ ├── fulltext_cache.result
│ │ │ │ ├── fulltext_distinct.result
│ │ │ │ ├── fulltext_left_join.result
│ │ │ │ ├── fulltext_misc.result
│ │ │ │ ├── fulltext_multi.result
│ │ │ │ ├── fulltext_order_by.result
│ │ │ │ ├── fulltext.result
│ │ │ │ ├── fulltext_update.result
│ │ │ │ ├── fulltext_var.result
│ │ │ │ ├── innobase_drop_fts_index_table.result
│ │ │ │ ├── innodb-fts-basic.result
│ │ │ │ ├── innodb-fts-ddl.result
│ │ │ │ ├── innodb-fts-fic.result
│ │ │ │ ├── innodb_fts_large_records.result
│ │ │ │ ├── innodb_fts_misc_1.result
│ │ │ │ ├── innodb_fts_misc_debug.result
│ │ │ │ ├── innodb_fts_misc.result
│ │ │ │ ├── innodb_fts_multiple_index.result
│ │ │ │ ├── innodb_fts_plugin.result
│ │ │ │ ├── innodb_fts_proximity.result
│ │ │ │ ├── innodb_fts_result_cache_limit.result
│ │ │ │ ├── innodb_fts_stopword_charset.result
│ │ │ │ ├── innodb-fts-stopword.result
│ │ │ │ └── innodb_fts_transaction.result
│ │ │ └── t
│ │ │ ├── fulltext2.test
│ │ │ ├── fulltext3.test
│ │ │ ├── fulltext_cache.test
│ │ │ ├── fulltext_distinct.test
│ │ │ ├── fulltext_left_join.test
│ │ │ ├── fulltext_misc.test
│ │ │ ├── fulltext_multi.test
│ │ │ ├── fulltext_order_by.test
│ │ │ ├── fulltext.test
│ │ │ ├── fulltext_update.test
│ │ │ ├── fulltext_var.test
│ │ │ ├── innobase_drop_fts_index_table.test
│ │ │ ├── innodb-fts-basic.test
│ │ │ ├── innodb-fts-ddl.test
│ │ │ ├── innodb-fts-fic.test
│ │ │ ├── innodb_fts_large_records.test
│ │ │ ├── innodb_fts_misc_1.test
│ │ │ ├── innodb_fts_misc_debug.test
│ │ │ ├── innodb_fts_misc.test
│ │ │ ├── innodb_fts_multiple_index.test
│ │ │ ├── innodb_fts_plugin.test
│ │ │ ├── innodb_fts_proximity.test
│ │ │ ├── innodb_fts_result_cache_limit.test
│ │ │ ├── innodb_fts_stopword_charset.test
│ │ │ ├── innodb-fts-stopword.opt
│ │ │ ├── innodb-fts-stopword.test
│ │ │ └── innodb_fts_transaction.test
│ │ ├── innodb_zip
│ │ │ ├── r
│ │ │ │ ├── innodb_bug36169.result
│ │ │ │ ├── innodb_bug36172.result
│ │ │ │ ├── innodb_bug52745.result
│ │ │ │ ├── innodb_bug53591.result
│ │ │ │ ├── innodb_bug56680.result
│ │ │ │ ├── innodb_cmp_drop_table.result
│ │ │ │ ├── innodb-create-options.result
│ │ │ │ ├── innodb_index_large_prefix.result
│ │ │ │ ├── innodb_prefix_index_liftedlimit.result
│ │ │ │ └── innodb-zip.result
│ │ │ └── t
│ │ │ ├── innodb_bug36169.test
│ │ │ ├── innodb_bug36172.test
│ │ │ ├── innodb_bug52745.test
│ │ │ ├── innodb_bug53591.test
│ │ │ ├── innodb_bug56680.test
│ │ │ ├── innodb_cmp_drop_table-master.opt
│ │ │ ├── innodb_cmp_drop_table.test
│ │ │ ├── innodb-create-options.test
│ │ │ ├── innodb_index_large_prefix.test
│ │ │ ├── innodb_prefix_index_liftedlimit.test
│ │ │ └── innodb-zip.test
│ │ ├── jp
│ │ │ ├── disabled.def
│ │ │ ├── include
│ │ │ │ └── trim_sjis.inc
│ │ │ ├── r
│ │ │ │ ├── jp_alter_sjis.result
│ │ │ │ ├── jp_alter_ucs2.result
│ │ │ │ ├── jp_alter_ujis.result
│ │ │ │ ├── jp_alter_utf8.result
│ │ │ │ ├── jp_charlength_sjis.result
│ │ │ │ ├── jp_charlength_ucs2.result
│ │ │ │ ├── jp_charlength_ujis.result
│ │ │ │ ├── jp_charlength_utf8.result
│ │ │ │ ├── jp_charset_sjis.result
│ │ │ │ ├── jp_charset_ucs2.result
│ │ │ │ ├── jp_charset_ujis.result
│ │ │ │ ├── jp_charset_utf8.result
│ │ │ │ ├── jp_convert_sjis.result
│ │ │ │ ├── jp_convert_ucs2.result
│ │ │ │ ├── jp_convert_ujis.result
│ │ │ │ ├── jp_convert_utf8.result
│ │ │ │ ├── jp_create_db_sjis.result
│ │ │ │ ├── jp_create_db_ucs2.result
│ │ │ │ ├── jp_create_db_ujis.result
│ │ │ │ ├── jp_create_db_utf8.result
│ │ │ │ ├── jp_create_tbl_sjis.result
│ │ │ │ ├── jp_create_tbl_ucs2.result
│ │ │ │ ├── jp_create_tbl_ujis.result
│ │ │ │ ├── jp_create_tbl_utf8.result
│ │ │ │ ├── jp_enum_sjis.result
│ │ │ │ ├── jp_enum_ucs2.result
│ │ │ │ ├── jp_enum_ujis.result
│ │ │ │ ├── jp_enum_utf8.result
│ │ │ │ ├── jp_insert_sjis.result
│ │ │ │ ├── jp_insert_ucs2.result
│ │ │ │ ├── jp_insert_ujis.result
│ │ │ │ ├── jp_insert_utf8.result
│ │ │ │ ├── jp_instr_sjis.result
│ │ │ │ ├── jp_instr_ucs2.result
│ │ │ │ ├── jp_instr_ujis.result
│ │ │ │ ├── jp_instr_utf8.result
│ │ │ │ ├── jp_join_sjis.result
│ │ │ │ ├── jp_join_ucs2.result
│ │ │ │ ├── jp_join_ujis.result
│ │ │ │ ├── jp_join_utf8.result
│ │ │ │ ├── jp_left_sjis.result
│ │ │ │ ├── jp_left_ucs2.result
│ │ │ │ ├── jp_left_ujis.result
│ │ │ │ ├── jp_left_utf8.result
│ │ │ │ ├── jp_length_sjis.result
│ │ │ │ ├── jp_length_ucs2.result
│ │ │ │ ├── jp_length_ujis.result
│ │ │ │ ├── jp_length_utf8.result
│ │ │ │ ├── jp_like_sjis.result
│ │ │ │ ├── jp_like_ucs2.result
│ │ │ │ ├── jp_like_ujis.result
│ │ │ │ ├── jp_like_utf8.result
│ │ │ │ ├── jp_locate_sjis.result
│ │ │ │ ├── jp_locate_ucs2.result
│ │ │ │ ├── jp_locate_ujis.result
│ │ │ │ ├── jp_locate_utf8.result
│ │ │ │ ├── jp_lpad_sjis.result
│ │ │ │ ├── jp_lpad_ucs2.result
│ │ │ │ ├── jp_lpad_ujis.result
│ │ │ │ ├── jp_lpad_utf8.result
│ │ │ │ ├── jp_ltrim_sjis.result
│ │ │ │ ├── jp_ltrim_ucs2.result
│ │ │ │ ├── jp_ltrim_ujis.result
│ │ │ │ ├── jp_ltrim_utf8.result
│ │ │ │ ├── jp_ps_sjis.result
│ │ │ │ ├── jp_ps_ujis.result
│ │ │ │ ├── jp_replace_sjis.result
│ │ │ │ ├── jp_replace_ucs2.result
│ │ │ │ ├── jp_replace_ujis.result
│ │ │ │ ├── jp_replace_utf8.result
│ │ │ │ ├── jp_reverse_sjis.result
│ │ │ │ ├── jp_reverse_ucs2.result
│ │ │ │ ├── jp_reverse_ujis.result
│ │ │ │ ├── jp_reverse_utf8.result
│ │ │ │ ├── jp_right_sjis.result
│ │ │ │ ├── jp_right_ucs2.result
│ │ │ │ ├── jp_right_ujis.result
│ │ │ │ ├── jp_right_utf8.result
│ │ │ │ ├── jp_rpad_sjis.result
│ │ │ │ ├── jp_rpad_ucs2.result
│ │ │ │ ├── jp_rpad_ujis.result
│ │ │ │ ├── jp_rpad_utf8.result
│ │ │ │ ├── jp_rtrim_sjis.result
│ │ │ │ ├── jp_rtrim_ucs2.result
│ │ │ │ ├── jp_rtrim_ujis.result
│ │ │ │ ├── jp_rtrim_utf8.result
│ │ │ │ ├── jp_select_sjis.result
│ │ │ │ ├── jp_select_ucs2.result
│ │ │ │ ├── jp_select_ujis.result
│ │ │ │ ├── jp_select_utf8.result
│ │ │ │ ├── jp_subquery_sjis.result
│ │ │ │ ├── jp_subquery_ucs2.result
│ │ │ │ ├── jp_subquery_ujis.result
│ │ │ │ ├── jp_subquery_utf8.result
│ │ │ │ ├── jp_substring_sjis.result
│ │ │ │ ├── jp_substring_ucs2.result
│ │ │ │ ├── jp_substring_ujis.result
│ │ │ │ ├── jp_substring_utf8.result
│ │ │ │ ├── jp_trim_sjis.result
│ │ │ │ ├── jp_trim_ucs2.result
│ │ │ │ ├── jp_trim_ujis.result
│ │ │ │ ├── jp_trim_utf8.result
│ │ │ │ ├── jp_union_ujis.result
│ │ │ │ ├── jp_update_sjis.result
│ │ │ │ ├── jp_update_ucs2.result
│ │ │ │ ├── jp_update_ujis.result
│ │ │ │ ├── jp_update_utf8.result
│ │ │ │ ├── jp_where_sjis.result
│ │ │ │ ├── jp_where_ucs2.result
│ │ │ │ ├── jp_where_ujis.result
│ │ │ │ └── jp_where_utf8.result
│ │ │ ├── std_data
│ │ │ │ ├── jisx0201_sjis.dat
│ │ │ │ ├── jisx0201_ucs2.dat
│ │ │ │ ├── jisx0201_ujis.dat
│ │ │ │ ├── jisx0201_utf8.dat
│ │ │ │ ├── jisx0208_sjis2.dat
│ │ │ │ ├── jisx0208_sjis3.dat
│ │ │ │ ├── jisx0208_sjis.dat
│ │ │ │ ├── jisx0208_ucs2.dat
│ │ │ │ ├── jisx0208_ujis.dat
│ │ │ │ ├── jisx0208_utf8.dat
│ │ │ │ ├── jisx0212_ucs2.dat
│ │ │ │ ├── jisx0212_ujis.dat
│ │ │ │ └── jisx0212_utf8.dat
│ │ │ └── t
│ │ │ ├── jp_alter_sjis.test
│ │ │ ├── jp_alter_ucs2.test
│ │ │ ├── jp_alter_ujis.test
│ │ │ ├── jp_alter_utf8.test
│ │ │ ├── jp_charlength_sjis.test
│ │ │ ├── jp_charlength_ucs2.test
│ │ │ ├── jp_charlength_ujis.test
│ │ │ ├── jp_charlength_utf8.test
│ │ │ ├── jp_charset_sjis.test
│ │ │ ├── jp_charset_ucs2.test
│ │ │ ├── jp_charset_ujis.test
│ │ │ ├── jp_charset_utf8.test
│ │ │ ├── jp_convert_sjis.test
│ │ │ ├── jp_convert_ucs2.test
│ │ │ ├── jp_convert_ujis.test
│ │ │ ├── jp_convert_utf8.test
│ │ │ ├── jp_create_db_sjis.test
│ │ │ ├── jp_create_db_ucs2.test
│ │ │ ├── jp_create_db_ujis.test
│ │ │ ├── jp_create_db_utf8.test
│ │ │ ├── jp_create_tbl_sjis.test
│ │ │ ├── jp_create_tbl_ucs2.test
│ │ │ ├── jp_create_tbl_ujis.test
│ │ │ ├── jp_create_tbl_utf8.test
│ │ │ ├── jp_enum_sjis-master.opt
│ │ │ ├── jp_enum_sjis.test
│ │ │ ├── jp_enum_ucs2-master.opt
│ │ │ ├── jp_enum_ucs2.test
│ │ │ ├── jp_enum_ujis-master.opt
│ │ │ ├── jp_enum_ujis.test
│ │ │ ├── jp_enum_utf8-master.opt
│ │ │ ├── jp_enum_utf8.test
│ │ │ ├── jp_insert_sjis.test
│ │ │ ├── jp_insert_ucs2.test
│ │ │ ├── jp_insert_ujis.test
│ │ │ ├── jp_insert_utf8.test
│ │ │ ├── jp_instr_sjis.test
│ │ │ ├── jp_instr_ucs2.test
│ │ │ ├── jp_instr_ujis.test
│ │ │ ├── jp_instr_utf8.test
│ │ │ ├── jp_join_sjis.test
│ │ │ ├── jp_join_ucs2.test
│ │ │ ├── jp_join_ujis.test
│ │ │ ├── jp_join_utf8.test
│ │ │ ├── jp_left_sjis.test
│ │ │ ├── jp_left_ucs2.test
│ │ │ ├── jp_left_ujis.test
│ │ │ ├── jp_left_utf8.test
│ │ │ ├── jp_length_sjis.test
│ │ │ ├── jp_length_ucs2.test
│ │ │ ├── jp_length_ujis.test
│ │ │ ├── jp_length_utf8.test
│ │ │ ├── jp_like_sjis.test
│ │ │ ├── jp_like_ucs2.test
│ │ │ ├── jp_like_ujis.test
│ │ │ ├── jp_like_utf8.test
│ │ │ ├── jp_locate_sjis.test
│ │ │ ├── jp_locate_ucs2.test
│ │ │ ├── jp_locate_ujis.test
│ │ │ ├── jp_locate_utf8.test
│ │ │ ├── jp_lpad_sjis.test
│ │ │ ├── jp_lpad_ucs2.test
│ │ │ ├── jp_lpad_ujis.test
│ │ │ ├── jp_lpad_utf8.test
│ │ │ ├── jp_ltrim_sjis.test
│ │ │ ├── jp_ltrim_ucs2.test
│ │ │ ├── jp_ltrim_ujis.test
│ │ │ ├── jp_ltrim_utf8.test
│ │ │ ├── jp_ps_sjis.test
│ │ │ ├── jp_ps_ujis.test
│ │ │ ├── jp_replace_sjis.test
│ │ │ ├── jp_replace_ucs2.test
│ │ │ ├── jp_replace_ujis.test
│ │ │ ├── jp_replace_utf8.test
│ │ │ ├── jp_reverse_sjis.test
│ │ │ ├── jp_reverse_ucs2.test
│ │ │ ├── jp_reverse_ujis.test
│ │ │ ├── jp_reverse_utf8.test
│ │ │ ├── jp_right_sjis.test
│ │ │ ├── jp_right_ucs2.test
│ │ │ ├── jp_right_ujis.test
│ │ │ ├── jp_right_utf8.test
│ │ │ ├── jp_rpad_sjis.test
│ │ │ ├── jp_rpad_ucs2.test
│ │ │ ├── jp_rpad_ujis.test
│ │ │ ├── jp_rpad_utf8.test
│ │ │ ├── jp_rtrim_sjis.test
│ │ │ ├── jp_rtrim_ucs2.test
│ │ │ ├── jp_rtrim_ujis.test
│ │ │ ├── jp_rtrim_utf8.test
│ │ │ ├── jp_select_sjis.test
│ │ │ ├── jp_select_ucs2.test
│ │ │ ├── jp_select_ujis.test
│ │ │ ├── jp_select_utf8.test
│ │ │ ├── jp_subquery_sjis.test
│ │ │ ├── jp_subquery_ucs2.test
│ │ │ ├── jp_subquery_ujis.test
│ │ │ ├── jp_subquery_utf8.test
│ │ │ ├── jp_substring_sjis.test
│ │ │ ├── jp_substring_ucs2.test
│ │ │ ├── jp_substring_ujis.test
│ │ │ ├── jp_substring_utf8.test
│ │ │ ├── jp_trim_sjis.test
│ │ │ ├── jp_trim_ucs2.test
│ │ │ ├── jp_trim_ujis.test
│ │ │ ├── jp_trim_utf8.test
│ │ │ ├── jp_union_ujis.test
│ │ │ ├── jp_update_sjis.test
│ │ │ ├── jp_update_ucs2.test
│ │ │ ├── jp_update_ujis.test
│ │ │ ├── jp_update_utf8.test
│ │ │ ├── jp_where_sjis.test
│ │ │ ├── jp_where_ucs2.test
│ │ │ ├── jp_where_ujis.test
│ │ │ └── jp_where_utf8.test
│ │ ├── large_tests
│ │ │ ├── r
│ │ │ │ ├── alter_table.result
│ │ │ │ ├── lock_tables_big.result
│ │ │ │ └── rpl_slave_net_timeout.result
│ │ │ ├── README.TXT
│ │ │ └── t
│ │ │ ├── alter_table.test
│ │ │ ├── lock_tables_big.test
│ │ │ ├── rpl_slave_net_timeout-slave.opt
│ │ │ └── rpl_slave_net_timeout.test
│ │ ├── manual
│ │ │ ├── r
│ │ │ │ └── rpl_replication_delay.result
│ │ │ └── t
│ │ │ ├── rpl_replication_delay-slave.opt
│ │ │ └── rpl_replication_delay.test
│ │ ├── maria
│ │ │ ├── alter.result
│ │ │ ├── alter.test
│ │ │ ├── compat_aliases-master.opt
│ │ │ ├── distinct.result
│ │ │ ├── distinct.test
│ │ │ ├── group_commit.result
│ │ │ ├── group_commit.test
│ │ │ ├── icp.result
│ │ │ ├── icp.test
│ │ │ ├── insert_select-7314.result
│ │ │ ├── insert_select-7314.test
│ │ │ ├── insert_select.result
│ │ │ ├── insert_select.test
│ │ │ ├── locking.result
│ │ │ ├── locking.test
│ │ │ ├── lock.result
│ │ │ ├── lock.test
│ │ │ ├── maria2.result
│ │ │ ├── maria2.test
│ │ │ ├── maria3.result
│ │ │ ├── maria3.test
│ │ │ ├── maria-autozerofill.result
│ │ │ ├── maria-autozerofill.test
│ │ │ ├── maria-big2.result
│ │ │ ├── maria-big2.test
│ │ │ ├── maria-big.result
│ │ │ ├── maria-big.test
│ │ │ ├── maria-connect.result
│ │ │ ├── maria-connect.test
│ │ │ ├── maria-gis-recovery.opt
│ │ │ ├── maria-gis-recovery.result
│ │ │ ├── maria-gis-recovery.test
│ │ │ ├── maria-gis-rtree-dynamic.result
│ │ │ ├── maria-gis-rtree-dynamic.test
│ │ │ ├── maria-gis-rtree.result
│ │ │ ├── maria-gis-rtree.test
│ │ │ ├── maria-gis-rtree-trans.result
│ │ │ ├── maria-gis-rtree-trans.test
│ │ │ ├── maria-mvcc.result
│ │ │ ├── maria-mvcc.test
│ │ │ ├── maria-no-logging.result
│ │ │ ├── maria-no-logging.test
│ │ │ ├── maria_notembedded.result
│ │ │ ├── maria_notembedded.test
│ │ │ ├── maria-page-checksum.result
│ │ │ ├── maria-page-checksum.test
│ │ │ ├── maria-partitioning.result
│ │ │ ├── maria-partitioning.test
│ │ │ ├── maria_partition.result
│ │ │ ├── maria_partition.test
│ │ │ ├── maria-preload.result
│ │ │ ├── maria-preload.test
│ │ │ ├── maria-purge.result
│ │ │ ├── maria-purge.test
│ │ │ ├── maria-recover-master.opt
│ │ │ ├── maria-recover.result
│ │ │ ├── maria-recover.test
│ │ │ ├── maria-recovery2-master.opt
│ │ │ ├── maria-recovery2.result
│ │ │ ├── maria-recovery2.test
│ │ │ ├── maria-recovery3-master.opt
│ │ │ ├── maria-recovery3.result
│ │ │ ├── maria-recovery3.test
│ │ │ ├── maria-recovery-big-master.opt
│ │ │ ├── maria-recovery-big.result
│ │ │ ├── maria-recovery-big.test
│ │ │ ├── maria-recovery-bitmap-master.opt
│ │ │ ├── maria-recovery-bitmap.result
│ │ │ ├── maria-recovery-bitmap.test
│ │ │ ├── maria-recovery-master.opt
│ │ │ ├── maria-recovery.result
│ │ │ ├── maria-recovery-rtree-ft-master.opt
│ │ │ ├── maria-recovery-rtree-ft.result
│ │ │ ├── maria-recovery-rtree-ft.test
│ │ │ ├── maria-recovery.test
│ │ │ ├── maria.result
│ │ │ ├── maria_showlog_error.result
│ │ │ ├── maria_showlog_error.test
│ │ │ ├── maria.test
│ │ │ ├── maria-ucs2.result
│ │ │ ├── maria-ucs2.test
│ │ │ ├── max_length.result
│ │ │ ├── max_length.test
│ │ │ ├── mrr.result
│ │ │ ├── mrr.test
│ │ │ ├── optimize.result
│ │ │ ├── optimize.test
│ │ │ ├── ps_maria.result
│ │ │ ├── ps_maria.test
│ │ │ ├── small_blocksize-master.opt
│ │ │ ├── small_blocksize.result
│ │ │ ├── small_blocksize.test
│ │ │ ├── suite.pm
│ │ │ ├── truncate.result
│ │ │ └── truncate.test
│ │ ├── mtr
│ │ │ └── t
│ │ │ ├── combs.combinations
│ │ │ ├── combs.inc
│ │ │ ├── inc.inc
│ │ │ ├── newcomb.result
│ │ │ ├── newcomb.test
│ │ │ ├── proxy.inc
│ │ │ ├── self.result
│ │ │ ├── self.test
│ │ │ ├── simple,c2,s1.rdiff
│ │ │ ├── simple.combinations
│ │ │ ├── simple.result
│ │ │ ├── simple,s2,c2.rdiff
│ │ │ ├── simple,s2.result
│ │ │ ├── simple.test
│ │ │ ├── single.result
│ │ │ ├── single.test
│ │ │ ├── source.result
│ │ │ ├── source.test
│ │ │ ├── test2.result
│ │ │ ├── test2.test
│ │ │ ├── testsh.result
│ │ │ └── testsh.test
│ │ ├── mtr2
│ │ │ ├── combinations
│ │ │ ├── overlay.inc
│ │ │ ├── single.result
│ │ │ └── single.test
│ │ ├── multi_source
│ │ │ ├── gtid.cnf
│ │ │ ├── gtid_ignore_duplicates.cnf
│ │ │ ├── gtid_ignore_duplicates.result
│ │ │ ├── gtid_ignore_duplicates.test
│ │ │ ├── gtid.result
│ │ │ ├── gtid.test
│ │ │ ├── info_logs-master.opt
│ │ │ ├── info_logs.result
│ │ │ ├── info_logs.test
│ │ │ ├── load_data.result
│ │ │ ├── load_data.test
│ │ │ ├── multisource.result
│ │ │ ├── multisource.test
│ │ │ ├── my.cnf
│ │ │ ├── relaylog_events.result
│ │ │ ├── relaylog_events.test
│ │ │ ├── reset_master_slave.inc
│ │ │ ├── reset_slave.result
│ │ │ ├── reset_slave.test
│ │ │ ├── simple.result
│ │ │ ├── simple.test
│ │ │ ├── skip_counter.result
│ │ │ ├── skip_counter.test
│ │ │ ├── status_vars.result
│ │ │ ├── status_vars.test
│ │ │ ├── syntax.result
│ │ │ ├── syntax.test
│ │ │ └── wait_for_sql_thread_read_all.inc
│ │ ├── optimizer_unfixed_bugs
│ │ │ ├── disabled.def
│ │ │ ├── r
│ │ │ │ ├── bug36981.result
│ │ │ │ ├── bug40992.result
│ │ │ │ ├── bug41029.result
│ │ │ │ ├── bug41996-extra1-innodb-innodb.result
│ │ │ │ ├── bug41996-extra1-innodb.result
│ │ │ │ ├── bug41996-extra1.result
│ │ │ │ ├── bug41996-extra2-innodb-innodb.result
│ │ │ │ ├── bug41996-extra2-innodb.result
│ │ │ │ ├── bug41996-extra2.result
│ │ │ │ ├── bug41996-extra3-innodb-innodb.result
│ │ │ │ ├── bug41996-extra3-innodb.result
│ │ │ │ ├── bug41996-extra3.result
│ │ │ │ ├── bug41996-extra4-innodb-innodb.result
│ │ │ │ ├── bug41996-extra4-innodb.result
│ │ │ │ ├── bug41996-extra4.result
│ │ │ │ ├── bug41996.result
│ │ │ │ ├── bug42991.result
│ │ │ │ ├── bug43101.result
│ │ │ │ ├── bug43249.result
│ │ │ │ ├── bug43360.result
│ │ │ │ ├── bug43448.result
│ │ │ │ ├── bug43617.result
│ │ │ │ ├── bug43618.result
│ │ │ │ ├── bug45219.result
│ │ │ │ ├── bug45221.result
│ │ │ │ └── bug49129.result
│ │ │ ├── README.txt
│ │ │ └── t
│ │ │ ├── bug36981.test
│ │ │ ├── bug40992.test
│ │ │ ├── bug41029-master.opt
│ │ │ ├── bug41029.test
│ │ │ ├── bug41996-extra1-innodb.test
│ │ │ ├── bug41996-extra1.test
│ │ │ ├── bug41996-extra2-innodb.test
│ │ │ ├── bug41996-extra2.test
│ │ │ ├── bug41996-extra3-innodb.test
│ │ │ ├── bug41996-extra3.test
│ │ │ ├── bug41996-extra4-innodb.test
│ │ │ ├── bug41996-extra4.test
│ │ │ ├── bug41996.test
│ │ │ ├── bug42991.test
│ │ │ ├── bug43101.test
│ │ │ ├── bug43249.test
│ │ │ ├── bug43360.test
│ │ │ ├── bug43448.test
│ │ │ ├── bug43617.test
│ │ │ ├── bug43618.test
│ │ │ ├── bug45219.test
│ │ │ ├── bug45221.test
│ │ │ └── bug49129.test
│ │ ├── parts
│ │ │ ├── disabled.def
│ │ │ ├── inc
│ │ │ │ ├── methods1.inc
│ │ │ │ ├── part_blocked_sql_funcs_main.inc
│ │ │ │ ├── part_exch_drop_tabs.inc
│ │ │ │ ├── part_exch_qa_13.inc
│ │ │ │ ├── part_exch_qa_1.inc
│ │ │ │ ├── part_exch_qa_4.inc
│ │ │ │ ├── part_exch_qa_5.inc
│ │ │ │ ├── part_exch_qa_7.inc
│ │ │ │ ├── part_exch_qa_8.inc
│ │ │ │ ├── part_exch_qa.inc
│ │ │ │ ├── part_exch_tabs.inc
│ │ │ │ ├── partition_10.inc
│ │ │ │ ├── partition_11.inc
│ │ │ │ ├── partition_12.inc
│ │ │ │ ├── partition_20.inc
│ │ │ │ ├── partition_alter1_1_2.inc
│ │ │ │ ├── partition_alter_11.inc
│ │ │ │ ├── partition_alter1_1.inc
│ │ │ │ ├── partition_alter1_2.inc
│ │ │ │ ├── partition_alter_13.inc
│ │ │ │ ├── partition_alter_1.inc
│ │ │ │ ├── partition_alter2_1.inc
│ │ │ │ ├── partition_alter2_2.inc
│ │ │ │ ├── partition_alter3.inc
│ │ │ │ ├── partition_alter_41.inc
│ │ │ │ ├── partition_alter4.inc
│ │ │ │ ├── partition_auto_increment.inc
│ │ │ │ ├── partition_basic.inc
│ │ │ │ ├── partition_basic_symlink.inc
│ │ │ │ ├── partition_bigint.inc
│ │ │ │ ├── partition_binary.inc
│ │ │ │ ├── partition_bit.inc
│ │ │ │ ├── partition_blob.inc
│ │ │ │ ├── partition_blocked_sql_funcs.inc
│ │ │ │ ├── partition_char.inc
│ │ │ │ ├── partition_check_drop.inc
│ │ │ │ ├── partition_check.inc
│ │ │ │ ├── partition_check_read1.inc
│ │ │ │ ├── partition_check_read2.inc
│ │ │ │ ├── partition_check_read.inc
│ │ │ │ ├── partition_cleanup.inc
│ │ │ │ ├── partition_crash_add.inc
│ │ │ │ ├── partition_crash_change.inc
│ │ │ │ ├── partition_crash_drop.inc
│ │ │ │ ├── partition_crash_exchange.inc
│ │ │ │ ├── partition_crash.inc
│ │ │ │ ├── partition_crash_t2.inc
│ │ │ │ ├── partition_date.inc
│ │ │ │ ├── partition_datetime.inc
│ │ │ │ ├── partition_decimal.inc
│ │ │ │ ├── partition_directory.inc
│ │ │ │ ├── partition_double.inc
│ │ │ │ ├── partition_engine.inc
│ │ │ │ ├── partition_enum.inc
│ │ │ │ ├── partition_exchange.inc
│ │ │ │ ├── partition_fail_add.inc
│ │ │ │ ├── partition_fail_change.inc
│ │ │ │ ├── partition_fail_drop.inc
│ │ │ │ ├── partition_fail_exchange.inc
│ │ │ │ ├── partition_fail.inc
│ │ │ │ ├── partition_fail_t2.inc
│ │ │ │ ├── partition_float.inc
│ │ │ │ ├── partition_int.inc
│ │ │ │ ├── partition_key_16col.inc
│ │ │ │ ├── partition_key_32col.inc
│ │ │ │ ├── partition_key_4col.inc
│ │ │ │ ├── partition_key_8col.inc
│ │ │ │ ├── partition_layout_check1.inc
│ │ │ │ ├── partition_layout_check2.inc
│ │ │ │ ├── partition_layout.inc
│ │ │ │ ├── partition_mediumint.inc
│ │ │ │ ├── partition_methods1.inc
│ │ │ │ ├── partition_methods2.inc
│ │ │ │ ├── partition_mgm_crash.inc
│ │ │ │ ├── partition_mgm.inc
│ │ │ │ ├── partition.pre
│ │ │ │ ├── partition_set.inc
│ │ │ │ ├── partition_smallint.inc
│ │ │ │ ├── partition_supported_sql_funcs.inc
│ │ │ │ ├── partition_syntax_1.inc
│ │ │ │ ├── partition_syntax_2.inc
│ │ │ │ ├── partition_syntax.inc
│ │ │ │ ├── partition_text.inc
│ │ │ │ ├── partition_time.inc
│ │ │ │ ├── partition_timestamp.inc
│ │ │ │ ├── partition_tinyint.inc
│ │ │ │ ├── partition_trigg1.inc
│ │ │ │ ├── partition_trigg2.inc
│ │ │ │ ├── partition_trigg3.inc
│ │ │ │ ├── partition_value.inc
│ │ │ │ ├── partition_varbinary.inc
│ │ │ │ ├── partition_varchar.inc
│ │ │ │ ├── partition_year.inc
│ │ │ │ ├── part_supported_sql_funcs_delete.inc
│ │ │ │ └── part_supported_sql_funcs_main.inc
│ │ │ ├── r
│ │ │ │ ├── insert_ignore-5421.result
│ │ │ │ ├── optimizer.result
│ │ │ │ ├── part_blocked_sql_func_innodb.result
│ │ │ │ ├── part_blocked_sql_func_myisam.result
│ │ │ │ ├── part_ctype_utf32.result
│ │ │ │ ├── partition_alter1_1_2_innodb.result
│ │ │ │ ├── partition_alter1_1_2_myisam.result
│ │ │ │ ├── partition_alter1_1_innodb.result
│ │ │ │ ├── partition_alter1_1_myisam.result
│ │ │ │ ├── partition_alter1_2_innodb.result
│ │ │ │ ├── partition_alter1_2_myisam.result
│ │ │ │ ├── partition_alter2_1_1_innodb.result
│ │ │ │ ├── partition_alter2_1_2_innodb.result
│ │ │ │ ├── partition_alter2_1_maria.result
│ │ │ │ ├── partition_alter2_1_myisam.result
│ │ │ │ ├── partition_alter2_2_1_innodb.result
│ │ │ │ ├── partition_alter2_2_2_innodb.result
│ │ │ │ ├── partition_alter2_2_maria.result
│ │ │ │ ├── partition_alter2_2_myisam.result
│ │ │ │ ├── partition_alter3_innodb.result
│ │ │ │ ├── partition_alter3_myisam.result
│ │ │ │ ├── partition_alter4_innodb.result
│ │ │ │ ├── partition_alter4_myisam.result
│ │ │ │ ├── partition_auto_increment_archive.result
│ │ │ │ ├── partition_auto_increment_blackhole.result
│ │ │ │ ├── partition_auto_increment_innodb.result
│ │ │ │ ├── partition_auto_increment_maria.result
│ │ │ │ ├── partition_auto_increment_memory.result
│ │ │ │ ├── partition_auto_increment_myisam.result
│ │ │ │ ├── partition_basic_innodb.result
│ │ │ │ ├── partition_basic_myisam.result
│ │ │ │ ├── partition_basic_symlink_innodb.result
│ │ │ │ ├── partition_basic_symlink_myisam.result
│ │ │ │ ├── partition_bit_innodb.result
│ │ │ │ ├── partition_bit_myisam.result
│ │ │ │ ├── partition_char_innodb.result
│ │ │ │ ├── partition_char_myisam.result
│ │ │ │ ├── partition_datetime_innodb.result
│ │ │ │ ├── partition_datetime_myisam.result
│ │ │ │ ├── partition_debug_innodb.result
│ │ │ │ ├── partition_debug_myisam.result
│ │ │ │ ├── partition_debug.result
│ │ │ │ ├── partition_debug_sync_innodb.result
│ │ │ │ ├── partition_decimal_innodb.result
│ │ │ │ ├── partition_decimal_myisam.result
│ │ │ │ ├── partition_engine_innodb.result
│ │ │ │ ├── partition_engine_myisam.result
│ │ │ │ ├── partition_exchange_archive.result
│ │ │ │ ├── partition_exchange_blackhole.result
│ │ │ │ ├── partition_exchange_innodb.result
│ │ │ │ ├── partition_exchange_memory.result
│ │ │ │ ├── partition_exchange_myisam.result
│ │ │ │ ├── partition_exch_innodb.result
│ │ │ │ ├── partition_exch_myisam_innodb.result
│ │ │ │ ├── partition_exch_myisam.result
│ │ │ │ ├── partition_exch_qa_10.result
│ │ │ │ ├── partition_exch_qa_11.result
│ │ │ │ ├── partition_exch_qa_12.result
│ │ │ │ ├── partition_exch_qa_13.result
│ │ │ │ ├── partition_exch_qa_14.result
│ │ │ │ ├── partition_exch_qa_15.result
│ │ │ │ ├── partition_exch_qa_1_innodb.result
│ │ │ │ ├── partition_exch_qa_1_myisam.result
│ │ │ │ ├── partition_exch_qa_2.result
│ │ │ │ ├── partition_exch_qa_3.result
│ │ │ │ ├── partition_exch_qa_4_innodb.result
│ │ │ │ ├── partition_exch_qa_4_myisam.result
│ │ │ │ ├── partition_exch_qa_5_innodb.result
│ │ │ │ ├── partition_exch_qa_5_myisam.result
│ │ │ │ ├── partition_exch_qa_6.result
│ │ │ │ ├── partition_exch_qa_7_innodb.result
│ │ │ │ ├── partition_exch_qa_7_myisam.result
│ │ │ │ ├── partition_exch_qa_8_innodb.result
│ │ │ │ ├── partition_exch_qa_8_myisam.result
│ │ │ │ ├── partition_exch_qa.result
│ │ │ │ ├── partition_float_innodb.result
│ │ │ │ ├── partition_float_myisam.result
│ │ │ │ ├── partition_innodb_status_file.result
│ │ │ │ ├── partition_int_innodb.result
│ │ │ │ ├── partition_int_myisam.result
│ │ │ │ ├── partition_mdev6067.result
│ │ │ │ ├── partition_mgm_lc0_archive.result
│ │ │ │ ├── partition_mgm_lc0_innodb.result
│ │ │ │ ├── partition_mgm_lc0_memory.result
│ │ │ │ ├── partition_mgm_lc0_myisam.result
│ │ │ │ ├── partition_mgm_lc1_archive.result
│ │ │ │ ├── partition_mgm_lc1_innodb.result
│ │ │ │ ├── partition_mgm_lc1_memory.result
│ │ │ │ ├── partition_mgm_lc1_myisam.result
│ │ │ │ ├── partition_mgm_lc2_archive.result
│ │ │ │ ├── partition_mgm_lc2_innodb.result
│ │ │ │ ├── partition_mgm_lc2_memory.result
│ │ │ │ ├── partition_mgm_lc2_myisam.result
│ │ │ │ ├── partition_recover_myisam.result
│ │ │ │ ├── partition_repair_myisam.result
│ │ │ │ ├── partition_special_innodb.result
│ │ │ │ ├── partition_special_myisam.result
│ │ │ │ ├── partition_syntax_innodb.result
│ │ │ │ ├── partition_syntax_myisam.result
│ │ │ │ ├── partition_t55.out
│ │ │ │ ├── partition_value_innodb.result
│ │ │ │ ├── partition_value_myisam.result
│ │ │ │ ├── part_supported_sql_func_innodb.result
│ │ │ │ ├── part_supported_sql_func_myisam.result
│ │ │ │ └── rpl_partition.result
│ │ │ └── t
│ │ │ ├── insert_ignore-5421.test
│ │ │ ├── optimizer.test
│ │ │ ├── part_blocked_sql_func_innodb.test
│ │ │ ├── part_blocked_sql_func_myisam.test
│ │ │ ├── part_ctype_utf32.test
│ │ │ ├── partition_alter1_1_2_innodb.test
│ │ │ ├── partition_alter1_1_2_myisam.test
│ │ │ ├── partition_alter1_1_innodb.test
│ │ │ ├── partition_alter1_1_myisam.test
│ │ │ ├── partition_alter1_2_innodb.test
│ │ │ ├── partition_alter1_2_myisam.test
│ │ │ ├── partition_alter2_1_1_innodb.test
│ │ │ ├── partition_alter2_1_2_innodb.test
│ │ │ ├── partition_alter2_1_maria.test
│ │ │ ├── partition_alter2_1_myisam.test
│ │ │ ├── partition_alter2_2_1_innodb.test
│ │ │ ├── partition_alter2_2_2_innodb.test
│ │ │ ├── partition_alter2_2_maria.test
│ │ │ ├── partition_alter2_2_myisam.test
│ │ │ ├── partition_alter3_innodb.test
│ │ │ ├── partition_alter3_myisam.test
│ │ │ ├── partition_alter4_innodb.test
│ │ │ ├── partition_alter4_myisam.test
│ │ │ ├── partition_auto_increment_archive.test
│ │ │ ├── partition_auto_increment_blackhole.test
│ │ │ ├── partition_auto_increment_innodb.test
│ │ │ ├── partition_auto_increment_maria.test
│ │ │ ├── partition_auto_increment_memory.test
│ │ │ ├── partition_auto_increment_myisam.test
│ │ │ ├── partition_basic_innodb.test
│ │ │ ├── partition_basic_myisam.test
│ │ │ ├── partition_basic_symlink_innodb.test
│ │ │ ├── partition_basic_symlink_myisam.test
│ │ │ ├── partition_bit_innodb.test
│ │ │ ├── partition_bit_myisam.test
│ │ │ ├── partition_char_innodb.test
│ │ │ ├── partition_char_myisam.test
│ │ │ ├── partition_datetime_innodb.test
│ │ │ ├── partition_datetime_myisam.test
│ │ │ ├── partition_debug_innodb-master.opt
│ │ │ ├── partition_debug_innodb.test
│ │ │ ├── partition_debug_myisam-master.opt
│ │ │ ├── partition_debug_myisam.test
│ │ │ ├── partition_debug_sync_innodb-master.opt
│ │ │ ├── partition_debug_sync_innodb.test
│ │ │ ├── partition_debug.test
│ │ │ ├── partition_decimal_innodb.test
│ │ │ ├── partition_decimal_myisam.test
│ │ │ ├── partition_engine_innodb.test
│ │ │ ├── partition_engine_myisam.test
│ │ │ ├── partition_exchange_archive.test
│ │ │ ├── partition_exchange_blackhole.test
│ │ │ ├── partition_exchange_innodb.test
│ │ │ ├── partition_exchange_memory.test
│ │ │ ├── partition_exchange_myisam.test
│ │ │ ├── partition_exch_innodb.test
│ │ │ ├── partition_exch_myisam_innodb.test
│ │ │ ├── partition_exch_myisam.test
│ │ │ ├── partition_exch_qa_10.test
│ │ │ ├── partition_exch_qa_11.test
│ │ │ ├── partition_exch_qa_12.test
│ │ │ ├── partition_exch_qa_13.test
│ │ │ ├── partition_exch_qa_14.test
│ │ │ ├── partition_exch_qa_15.test
│ │ │ ├── partition_exch_qa_1_innodb.test
│ │ │ ├── partition_exch_qa_1_myisam.test
│ │ │ ├── partition_exch_qa_2.test
│ │ │ ├── partition_exch_qa_3.test
│ │ │ ├── partition_exch_qa_4_innodb.test
│ │ │ ├── partition_exch_qa_4_myisam.test
│ │ │ ├── partition_exch_qa_5_innodb.test
│ │ │ ├── partition_exch_qa_5_myisam.test
│ │ │ ├── partition_exch_qa_6.test
│ │ │ ├── partition_exch_qa_7_innodb.test
│ │ │ ├── partition_exch_qa_7_myisam.test
│ │ │ ├── partition_exch_qa_8_innodb.test
│ │ │ ├── partition_exch_qa_8_myisam.test
│ │ │ ├── partition_exch_qa.test
│ │ │ ├── partition_float_innodb.test
│ │ │ ├── partition_float_myisam.test
│ │ │ ├── partition_innodb_status_file-master.opt
│ │ │ ├── partition_innodb_status_file.test
│ │ │ ├── partition_int_innodb.test
│ │ │ ├── partition_int_myisam.test
│ │ │ ├── partition_mdev6067.test
│ │ │ ├── partition_mgm_lc0_archive.test
│ │ │ ├── partition_mgm_lc0_innodb.test
│ │ │ ├── partition_mgm_lc0_memory.test
│ │ │ ├── partition_mgm_lc0_myisam.test
│ │ │ ├── partition_mgm_lc1_archive-master.opt
│ │ │ ├── partition_mgm_lc1_archive.test
│ │ │ ├── partition_mgm_lc1_innodb-master.opt
│ │ │ ├── partition_mgm_lc1_innodb.test
│ │ │ ├── partition_mgm_lc1_memory-master.opt
│ │ │ ├── partition_mgm_lc1_memory.test
│ │ │ ├── partition_mgm_lc1_myisam-master.opt
│ │ │ ├── partition_mgm_lc1_myisam.test
│ │ │ ├── partition_mgm_lc2_archive-master.opt
│ │ │ ├── partition_mgm_lc2_archive.test
│ │ │ ├── partition_mgm_lc2_innodb-master.opt
│ │ │ ├── partition_mgm_lc2_innodb.test
│ │ │ ├── partition_mgm_lc2_memory-master.opt
│ │ │ ├── partition_mgm_lc2_memory.test
│ │ │ ├── partition_mgm_lc2_myisam-master.opt
│ │ │ ├── partition_mgm_lc2_myisam.test
│ │ │ ├── partition_recover_myisam-master.opt
│ │ │ ├── partition_recover_myisam.test
│ │ │ ├── partition_repair_myisam-master.opt
│ │ │ ├── partition_repair_myisam.test
│ │ │ ├── partition_special_innodb-master.opt
│ │ │ ├── partition_special_innodb.test
│ │ │ ├── partition_special_myisam.test
│ │ │ ├── partition_syntax_innodb.test
│ │ │ ├── partition_syntax_myisam.test
│ │ │ ├── partition_value_innodb.test
│ │ │ ├── partition_value_myisam.test
│ │ │ ├── part_supported_sql_func_innodb.test
│ │ │ ├── part_supported_sql_func_myisam.test
│ │ │ └── rpl_partition.test
│ │ ├── percona
│ │ │ ├── disabled.def
│ │ │ ├── have_response_time_distribution.inc
│ │ │ ├── have_response_time_distribution.require
│ │ │ ├── innodb_sys_index.result
│ │ │ ├── innodb_sys_index.test
│ │ │ ├── log_connection_error.patch
│ │ │ │ ├── percona_log_connection_error-master.opt
│ │ │ │ ├── percona_log_connection_error.result
│ │ │ │ └── percona_log_connection_error.test
│ │ │ ├── percona_flush_contiguous_neighbors-master.opt
│ │ │ ├── percona_flush_contiguous_neighbors.result
│ │ │ ├── percona_flush_contiguous_neighbors.test
│ │ │ ├── percona_innodb_buffer_pool_shm-master.opt
│ │ │ ├── percona_innodb_buffer_pool_shm.result
│ │ │ ├── percona_innodb_buffer_pool_shm.test
│ │ │ ├── percona_innodb_deadlock_count.result
│ │ │ ├── percona_innodb_deadlock_count.test
│ │ │ ├── percona_innodb_expand_fast_index_creation.result
│ │ │ ├── percona_innodb_expand_fast_index_creation.test
│ │ │ ├── percona_innodb_fake_changes_locks.result
│ │ │ ├── percona_innodb_fake_changes_locks.test
│ │ │ ├── percona_innodb_fake_changes.result
│ │ │ ├── percona_innodb_fake_changes.test
│ │ │ ├── percona_innodb_kill_idle_trx_locks.result
│ │ │ ├── percona_innodb_kill_idle_trx_locks.test
│ │ │ ├── percona_innodb_kill_idle_trx.result
│ │ │ ├── percona_innodb_kill_idle_trx_show.inc
│ │ │ ├── percona_innodb_kill_idle_trx.test
│ │ │ ├── percona_log_warnings_suppress-master.opt
│ │ │ ├── percona_log_warnings_suppress.result
│ │ │ ├── percona_log_warnings_suppress.test
│ │ │ ├── percona_processlist_row_stats.result
│ │ │ ├── percona_processlist_row_stats.test
│ │ │ ├── percona_query_cache_with_comments.inc.backup
│ │ │ ├── percona_query_response_time_flush.inc
│ │ │ ├── percona_query_response_time-replication.result
│ │ │ ├── percona_query_response_time-replication.test
│ │ │ ├── percona_query_response_time.result
│ │ │ ├── percona_query_response_time_show.inc
│ │ │ ├── percona_query_response_time_sleep.inc
│ │ │ ├── percona_query_response_time-stored.result
│ │ │ ├── percona_query_response_time-stored.test
│ │ │ ├── percona_query_response_time.test
│ │ │ ├── percona_server_variables_debug.result
│ │ │ ├── percona_server_variables_debug.test
│ │ │ ├── percona_server_variables.inc
│ │ │ ├── percona_server_variables_release.result
│ │ │ ├── percona_server_variables_release.test
│ │ │ ├── percona_show_temp_tables.result
│ │ │ ├── percona_show_temp_tables.test
│ │ │ ├── percona_slow_extended-slow_query_log_timestamp_always-cl-master.opt
│ │ │ ├── percona_slow_extended-slow_query_log_timestamp_always-cl.result
│ │ │ ├── percona_slow_extended-slow_query_log_timestamp_always-cl.test
│ │ │ ├── percona_slow_extended-use_global_control-master.opt
│ │ │ ├── percona_slow_extended-use_global_control.result
│ │ │ ├── percona_slow_extended-use_global_control.test
│ │ │ ├── percona_sync_flush.result
│ │ │ ├── percona_sync_flush.test
│ │ │ ├── percona_xtradb_bug317074.result
│ │ │ ├── percona_xtradb_bug317074.test
│ │ │ ├── profiling_slow.patch
│ │ │ │ ├── percona_bug643149.result
│ │ │ │ └── percona_bug643149.test
│ │ │ ├── query_cache_enhance.patch
│ │ │ │ ├── percona_query_cache_with_comments_begin.inc
│ │ │ │ ├── percona_query_cache_with_comments_clear.inc
│ │ │ │ ├── percona_query_cache_with_comments_crash.result
│ │ │ │ ├── percona_query_cache_with_comments_crash.test
│ │ │ │ ├── percona_query_cache_with_comments_disable.result
│ │ │ │ ├── percona_query_cache_with_comments_disable.test
│ │ │ │ ├── percona_query_cache_with_comments_end.inc
│ │ │ │ ├── percona_query_cache_with_comments_eval.inc
│ │ │ │ ├── percona_query_cache_with_comments.inc
│ │ │ │ ├── percona_query_cache_with_comments.inc.backup
│ │ │ │ ├── percona_query_cache_with_comments_prepared_statements.result
│ │ │ │ ├── percona_query_cache_with_comments_prepared_statements.test
│ │ │ │ ├── percona_query_cache_with_comments.result
│ │ │ │ ├── percona_query_cache_with_comments_show.inc
│ │ │ │ ├── percona_query_cache_with_comments.test
│ │ │ │ ├── percona_status_wait_query_cache_mutex.result
│ │ │ │ └── percona_status_wait_query_cache_mutex.test
│ │ │ ├── query_response_time.inc
│ │ │ ├── query_response_time-replication.inc
│ │ │ ├── query_response_time-stored.inc
│ │ │ ├── response-time-distribution.patch
│ │ │ │ ├── percona_query_response_time_flush.inc
│ │ │ │ ├── percona_query_response_time-replication.result
│ │ │ │ ├── percona_query_response_time-replication.test
│ │ │ │ ├── percona_query_response_time.result
│ │ │ │ ├── percona_query_response_time_show.inc
│ │ │ │ ├── percona_query_response_time_sleep.inc
│ │ │ │ ├── percona_query_response_time-stored.result
│ │ │ │ ├── percona_query_response_time-stored.test
│ │ │ │ └── percona_query_response_time.test
│ │ │ ├── show_slave_status_nolock.patch
│ │ │ │ ├── percona_show_slave_status_nolock.result
│ │ │ │ └── percona_show_slave_status_nolock.test
│ │ │ ├── slow_extended.patch
│ │ │ │ ├── grep.inc
│ │ │ │ ├── percona_slow_extended-combined2-master.opt
│ │ │ │ ├── percona_slow_extended-combined2.result
│ │ │ │ ├── percona_slow_extended-combined2.test
│ │ │ │ ├── percona_slow_extended-combined-master.opt
│ │ │ │ ├── percona_slow_extended-combined.result
│ │ │ │ ├── percona_slow_extended-combined.test
│ │ │ │ ├── percona_slow_extended-control_global_slow-master.opt
│ │ │ │ ├── percona_slow_extended-control_global_slow.result
│ │ │ │ ├── percona_slow_extended-control_global_slow.test
│ │ │ │ ├── percona_slow_extended-log_slow_filter-master.opt
│ │ │ │ ├── percona_slow_extended-log_slow_filter.result
│ │ │ │ ├── percona_slow_extended-log_slow_filter.test
│ │ │ │ ├── percona_slow_extended-log_slow_sp_statements-cl-master.opt
│ │ │ │ ├── percona_slow_extended-log_slow_sp_statements-cl.result
│ │ │ │ ├── percona_slow_extended-log_slow_sp_statements-cl.test
│ │ │ │ ├── percona_slow_extended-log_slow_timestamp_every-cl-master.opt
│ │ │ │ ├── percona_slow_extended-log_slow_timestamp_every-cl.result
│ │ │ │ ├── percona_slow_extended-log_slow_timestamp_every-cl.test
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity-cl-master.opt
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity-cl.result
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity-cl.test
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity-master.opt
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity.result
│ │ │ │ ├── percona_slow_extended-log_slow_verbosity.test
│ │ │ │ ├── percona_slow_extended-long_query_time-master.opt
│ │ │ │ ├── percona_slow_extended-long_query_time.result
│ │ │ │ ├── percona_slow_extended-long_query_time.test
│ │ │ │ ├── percona_slow_extended-microseconds_in_slow_extended-master.opt
│ │ │ │ ├── percona_slow_extended-microseconds_in_slow_extended.result
│ │ │ │ ├── percona_slow_extended-microseconds_in_slow_extended.test
│ │ │ │ ├── percona_slow_extended-min_examined_row_limit-master.opt
│ │ │ │ ├── percona_slow_extended-min_examined_row_limit.result
│ │ │ │ ├── percona_slow_extended-min_examined_row_limit.test
│ │ │ │ ├── percona_slow_extended-slave_innodb_stats-master.opt
│ │ │ │ ├── percona_slow_extended-slave_innodb_stats.result
│ │ │ │ ├── percona_slow_extended-slave_innodb_stats-slave.opt
│ │ │ │ ├── percona_slow_extended-slave_innodb_stats.test
│ │ │ │ ├── percona_slow_extended-slave_statements-and-use_global_long_query_time-master.opt
│ │ │ │ ├── percona_slow_extended-slave_statements-and-use_global_long_query_time.result
│ │ │ │ ├── percona_slow_extended-slave_statements-and-use_global_long_query_time-slave.opt
│ │ │ │ ├── percona_slow_extended-slave_statements-and-use_global_long_query_time.test
│ │ │ │ ├── percona_slow_extended-slave_statements-master.opt
│ │ │ │ ├── percona_slow_extended-slave_statements.result
│ │ │ │ ├── percona_slow_extended-slave_statements-slave.opt
│ │ │ │ ├── percona_slow_extended-slave_statements.test
│ │ │ │ ├── percona_slow_extended-slow_query_log_microseconds_timestamp-cl-master.opt
│ │ │ │ ├── percona_slow_extended-slow_query_log_microseconds_timestamp-cl.result
│ │ │ │ ├── percona_slow_extended-slow_query_log_microseconds_timestamp-cl.test
│ │ │ │ ├── percona_slow_extended-use_global_long_query_time-cl-master.opt
│ │ │ │ ├── percona_slow_extended-use_global_long_query_time-cl.result
│ │ │ │ ├── percona_slow_extended-use_global_long_query_time-cl.test
│ │ │ │ ├── percona_slow_extended-use_global_long_query_time-master.opt
│ │ │ │ ├── percona_slow_extended-use_global_long_query_time.result
│ │ │ │ └── percona_slow_extended-use_global_long_query_time.test
│ │ │ ├── sql_no_fcache.patch
│ │ │ │ ├── percona_sql_no_fcache.result
│ │ │ │ └── percona_sql_no_fcache.test
│ │ │ ├── userstat_bug602047.result
│ │ │ └── userstat_bug602047.test
│ │ ├── perfschema
│ │ │ ├── disabled.def
│ │ │ ├── include
│ │ │ │ ├── binlog_common.inc
│ │ │ │ ├── binlog_edge_common.inc
│ │ │ │ ├── binlog_ok_common.inc
│ │ │ │ ├── cleanup_helper.inc
│ │ │ │ ├── connection_cleanup.inc
│ │ │ │ ├── connection_load.inc
│ │ │ │ ├── connection_setup.inc
│ │ │ │ ├── digest_cleanup.inc
│ │ │ │ ├── digest_execution.inc
│ │ │ │ ├── digest_setup.inc
│ │ │ │ ├── disable_instruments.inc
│ │ │ │ ├── enable_instruments.inc
│ │ │ │ ├── event_aggregate_cleanup.inc
│ │ │ │ ├── event_aggregate_load.inc
│ │ │ │ ├── event_aggregate_setup.inc
│ │ │ │ ├── have_aligned_memory.inc
│ │ │ │ ├── hostcache_dump.inc
│ │ │ │ ├── hostcache_set_state.inc
│ │ │ │ ├── no_protocol.inc
│ │ │ │ ├── pfs_upgrade.inc
│ │ │ │ ├── privilege.inc
│ │ │ │ ├── rpl_statements_truncate.inc
│ │ │ │ ├── schema.inc
│ │ │ │ ├── setup_helper.inc
│ │ │ │ ├── sizing_auto.inc
│ │ │ │ ├── socket_check1.inc
│ │ │ │ ├── socket_event_dbg.inc
│ │ │ │ ├── socket_event.inc
│ │ │ │ ├── socket_ipv6.inc
│ │ │ │ ├── socket_summary_check_dbg.inc
│ │ │ │ ├── socket_summary_check.inc
│ │ │ │ ├── stage_cleanup.inc
│ │ │ │ ├── stage_setup.inc
│ │ │ │ ├── start_server_common.inc
│ │ │ │ ├── table_aggregate_cleanup.inc
│ │ │ │ ├── table_aggregate_load.inc
│ │ │ │ ├── table_aggregate_setup.inc
│ │ │ │ ├── table_io_basic_dml.inc
│ │ │ │ ├── table_io_cleanup_helper.inc
│ │ │ │ ├── table_io_result_helper.inc
│ │ │ │ ├── table_io_setup_helper.inc
│ │ │ │ ├── upgrade_check.inc
│ │ │ │ ├── wait_for_pfs_thread_count.inc
│ │ │ │ └── wait_till_sleep.inc
│ │ │ ├── r
│ │ │ │ ├── aggregate.result
│ │ │ │ ├── all_tests.result
│ │ │ │ ├── bad_option_1.result
│ │ │ │ ├── bad_option_2.result
│ │ │ │ ├── bad_option_3.result
│ │ │ │ ├── bad_option_4.result
│ │ │ │ ├── bad_option_5.result
│ │ │ │ ├── binlog_edge_mix.result
│ │ │ │ ├── binlog_edge_row.result
│ │ │ │ ├── binlog_edge_stmt.result
│ │ │ │ ├── binlog_mix.result
│ │ │ │ ├── binlog_ok_mix.result
│ │ │ │ ├── binlog_ok_row.result
│ │ │ │ ├── binlog_ok_stmt.result
│ │ │ │ ├── binlog_row.result
│ │ │ │ ├── binlog_stmt.result
│ │ │ │ ├── checksum.result
│ │ │ │ ├── cnf_option.result
│ │ │ │ ├── column_privilege.result
│ │ │ │ ├── connect_attrs.result
│ │ │ │ ├── connection_3a_3u.result
│ │ │ │ ├── connection_3a.result
│ │ │ │ ├── connection_3u.result
│ │ │ │ ├── connection.result
│ │ │ │ ├── csv_table_io.result
│ │ │ │ ├── ddl_accounts.result
│ │ │ │ ├── ddl_cond_instances.result
│ │ │ │ ├── ddl_esgs_by_account_by_event_name.result
│ │ │ │ ├── ddl_esgs_by_host_by_event_name.result
│ │ │ │ ├── ddl_esgs_by_thread_by_event_name.result
│ │ │ │ ├── ddl_esgs_by_user_by_event_name.result
│ │ │ │ ├── ddl_esgs_global_by_event_name.result
│ │ │ │ ├── ddl_esms_by_account_by_event_name.result
│ │ │ │ ├── ddl_esms_by_digest.result
│ │ │ │ ├── ddl_esms_by_host_by_event_name.result
│ │ │ │ ├── ddl_esms_by_thread_by_event_name.result
│ │ │ │ ├── ddl_esms_by_user_by_event_name.result
│ │ │ │ ├── ddl_esms_global_by_event_name.result
│ │ │ │ ├── ddl_events_stages_current.result
│ │ │ │ ├── ddl_events_stages_history_long.result
│ │ │ │ ├── ddl_events_stages_history.result
│ │ │ │ ├── ddl_events_statements_current.result
│ │ │ │ ├── ddl_events_statements_history_long.result
│ │ │ │ ├── ddl_events_statements_history.result
│ │ │ │ ├── ddl_events_waits_current.result
│ │ │ │ ├── ddl_events_waits_history_long.result
│ │ │ │ ├── ddl_events_waits_history.result
│ │ │ │ ├── ddl_ews_by_account_by_event_name.result
│ │ │ │ ├── ddl_ews_by_host_by_event_name.result
│ │ │ │ ├── ddl_ews_by_instance.result
│ │ │ │ ├── ddl_ews_by_thread_by_event_name.result
│ │ │ │ ├── ddl_ews_by_user_by_event_name.result
│ │ │ │ ├── ddl_ews_global_by_event_name.result
│ │ │ │ ├── ddl_file_instances.result
│ │ │ │ ├── ddl_fs_by_event_name.result
│ │ │ │ ├── ddl_fs_by_instance.result
│ │ │ │ ├── ddl_host_cache.result
│ │ │ │ ├── ddl_hosts.result
│ │ │ │ ├── ddl_mutex_instances.result
│ │ │ │ ├── ddl_os_global_by_type.result
│ │ │ │ ├── ddl_performance_timers.result
│ │ │ │ ├── ddl_rwlock_instances.result
│ │ │ │ ├── ddl_session_account_connect_attrs.result
│ │ │ │ ├── ddl_session_connect_attrs.result
│ │ │ │ ├── ddl_setup_actors.result
│ │ │ │ ├── ddl_setup_consumers.result
│ │ │ │ ├── ddl_setup_instruments.result
│ │ │ │ ├── ddl_setup_objects.result
│ │ │ │ ├── ddl_setup_timers.result
│ │ │ │ ├── ddl_socket_instances.result
│ │ │ │ ├── ddl_socket_summary_by_event_name.result
│ │ │ │ ├── ddl_socket_summary_by_instance.result
│ │ │ │ ├── ddl_threads.result
│ │ │ │ ├── ddl_tiws_by_index_usage.result
│ │ │ │ ├── ddl_tiws_by_table.result
│ │ │ │ ├── ddl_tlws_by_table.result
│ │ │ │ ├── ddl_users.result
│ │ │ │ ├── digest_table_full.result
│ │ │ │ ├── dml_accounts.result
│ │ │ │ ├── dml_cond_instances.result
│ │ │ │ ├── dml_esgs_by_account_by_event_name.result
│ │ │ │ ├── dml_esgs_by_host_by_event_name.result
│ │ │ │ ├── dml_esgs_by_thread_by_event_name.result
│ │ │ │ ├── dml_esgs_by_user_by_event_name.result
│ │ │ │ ├── dml_esgs_global_by_event_name.result
│ │ │ │ ├── dml_esms_by_account_by_event_name.result
│ │ │ │ ├── dml_esms_by_digest.result
│ │ │ │ ├── dml_esms_by_host_by_event_name.result
│ │ │ │ ├── dml_esms_by_thread_by_event_name.result
│ │ │ │ ├── dml_esms_by_user_by_event_name.result
│ │ │ │ ├── dml_esms_global_by_event_name.result
│ │ │ │ ├── dml_events_stages_current.result
│ │ │ │ ├── dml_events_stages_history_long.result
│ │ │ │ ├── dml_events_stages_history.result
│ │ │ │ ├── dml_events_statements_current.result
│ │ │ │ ├── dml_events_statements_history_long.result
│ │ │ │ ├── dml_events_statements_history.result
│ │ │ │ ├── dml_events_waits_current.result
│ │ │ │ ├── dml_events_waits_history_long.result
│ │ │ │ ├── dml_events_waits_history.result
│ │ │ │ ├── dml_ews_by_account_by_event_name.result
│ │ │ │ ├── dml_ews_by_host_by_event_name.result
│ │ │ │ ├── dml_ews_by_instance.result
│ │ │ │ ├── dml_ews_by_thread_by_event_name.result
│ │ │ │ ├── dml_ews_by_user_by_event_name.result
│ │ │ │ ├── dml_ews_global_by_event_name.result
│ │ │ │ ├── dml_file_instances.result
│ │ │ │ ├── dml_fs_by_event_name.result
│ │ │ │ ├── dml_fs_by_instance.result
│ │ │ │ ├── dml_handler.result
│ │ │ │ ├── dml_host_cache.result
│ │ │ │ ├── dml_hosts.result
│ │ │ │ ├── dml_mutex_instances.result
│ │ │ │ ├── dml_os_global_by_type.result
│ │ │ │ ├── dml_performance_timers.result
│ │ │ │ ├── dml_rwlock_instances.result
│ │ │ │ ├── dml_session_account_connect_attrs.result
│ │ │ │ ├── dml_session_connect_attrs.result
│ │ │ │ ├── dml_setup_actors.result
│ │ │ │ ├── dml_setup_consumers.result
│ │ │ │ ├── dml_setup_instruments.result
│ │ │ │ ├── dml_setup_objects.result
│ │ │ │ ├── dml_setup_timers.result
│ │ │ │ ├── dml_socket_instances.result
│ │ │ │ ├── dml_socket_summary_by_event_name.result
│ │ │ │ ├── dml_socket_summary_by_instance.result
│ │ │ │ ├── dml_threads.result
│ │ │ │ ├── dml_tiws_by_index_usage.result
│ │ │ │ ├── dml_tiws_by_table.result
│ │ │ │ ├── dml_tlws_by_table.result
│ │ │ │ ├── dml_users.result
│ │ │ │ ├── event_aggregate_no_a_no_h.result
│ │ │ │ ├── event_aggregate_no_a_no_u_no_h.result
│ │ │ │ ├── event_aggregate_no_a_no_u.result
│ │ │ │ ├── event_aggregate_no_a.result
│ │ │ │ ├── event_aggregate_no_h.result
│ │ │ │ ├── event_aggregate_no_u_no_h.result
│ │ │ │ ├── event_aggregate_no_u.result
│ │ │ │ ├── event_aggregate.result
│ │ │ │ ├── func_file_io.result
│ │ │ │ ├── func_mutex.result
│ │ │ │ ├── global_read_lock.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_again_allow.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_again_deny.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_bad_allow.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_bad_deny.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_good_allow.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_good_deny.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_noname_allow.result
│ │ │ │ ├── hostcache_ipv4_addrinfo_noname_deny.result
│ │ │ │ ├── hostcache_ipv4_auth_plugin.result
│ │ │ │ ├── hostcache_ipv4_blocked.result
│ │ │ │ ├── hostcache_ipv4_format.result
│ │ │ │ ├── hostcache_ipv4_max_con.result
│ │ │ │ ├── hostcache_ipv4_nameinfo_again_allow.result
│ │ │ │ ├── hostcache_ipv4_nameinfo_again_deny.result
│ │ │ │ ├── hostcache_ipv4_nameinfo_noname_allow.result
│ │ │ │ ├── hostcache_ipv4_nameinfo_noname_deny.result
│ │ │ │ ├── hostcache_ipv4_passwd.result
│ │ │ │ ├── hostcache_ipv4_ssl.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_again_allow.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_again_deny.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_bad_allow.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_bad_deny.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_good_allow.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_good_deny.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_noname_allow.result
│ │ │ │ ├── hostcache_ipv6_addrinfo_noname_deny.result
│ │ │ │ ├── hostcache_ipv6_auth_plugin.result
│ │ │ │ ├── hostcache_ipv6_blocked.result
│ │ │ │ ├── hostcache_ipv6_max_con.result
│ │ │ │ ├── hostcache_ipv6_nameinfo_again_allow.result
│ │ │ │ ├── hostcache_ipv6_nameinfo_again_deny.result
│ │ │ │ ├── hostcache_ipv6_nameinfo_noname_allow.result
│ │ │ │ ├── hostcache_ipv6_nameinfo_noname_deny.result
│ │ │ │ ├── hostcache_ipv6_passwd.result
│ │ │ │ ├── hostcache_ipv6_ssl.result
│ │ │ │ ├── hostcache_peer_addr.result
│ │ │ │ ├── indexed_table_io.result
│ │ │ │ ├── information_schema.result
│ │ │ │ ├── innodb_table_io.result
│ │ │ │ ├── memory_table_io.result
│ │ │ │ ├── merge_table_io.result
│ │ │ │ ├── misc.result
│ │ │ │ ├── mks_timer-6258.result
│ │ │ │ ├── multi_table_io.result
│ │ │ │ ├── myisam_file_io.result
│ │ │ │ ├── myisam_table_io.result
│ │ │ │ ├── nesting.result
│ │ │ │ ├── no_threads.result
│ │ │ │ ├── one_thread_per_con.result
│ │ │ │ ├── ortho_iter.result
│ │ │ │ ├── part_table_io.result
│ │ │ │ ├── pfs_upgrade_event.result
│ │ │ │ ├── pfs_upgrade_func.result
│ │ │ │ ├── pfs_upgrade_proc.result
│ │ │ │ ├── pfs_upgrade_table.result
│ │ │ │ ├── pfs_upgrade_view.result
│ │ │ │ ├── privilege.result
│ │ │ │ ├── privilege_table_io.result
│ │ │ │ ├── query_cache.result
│ │ │ │ ├── read_only.result
│ │ │ │ ├── relaylog.result
│ │ │ │ ├── rollback_table_io.result
│ │ │ │ ├── rpl_gtid_func.result
│ │ │ │ ├── rpl_statements.result
│ │ │ │ ├── schema.result
│ │ │ │ ├── selects.result
│ │ │ │ ├── server_init.result
│ │ │ │ ├── setup_actors.result
│ │ │ │ ├── setup_consumers_defaults.result
│ │ │ │ ├── setup_instruments_defaults.result
│ │ │ │ ├── setup_objects.result
│ │ │ │ ├── short_option_1.result
│ │ │ │ ├── short_option_2.result
│ │ │ │ ├── sizing_default.result
│ │ │ │ ├── sizing_growth.result
│ │ │ │ ├── sizing_high.result
│ │ │ │ ├── sizing_low.result
│ │ │ │ ├── sizing_med.result
│ │ │ │ ├── sizing_off.result
│ │ │ │ ├── socket_connect.result
│ │ │ │ ├── socket_instances_func.result
│ │ │ │ ├── socket_instances_func_win.result
│ │ │ │ ├── socket_summary_by_event_name_func.result
│ │ │ │ ├── socket_summary_by_instance_func.result
│ │ │ │ ├── socket_summary_by_instance_func_win.result
│ │ │ │ ├── stage_mdl_function.result
│ │ │ │ ├── stage_mdl_global.result
│ │ │ │ ├── stage_mdl_procedure.result
│ │ │ │ ├── stage_mdl_table.result
│ │ │ │ ├── start_server_disable_idle.result
│ │ │ │ ├── start_server_disable_stages.result
│ │ │ │ ├── start_server_disable_statements.result
│ │ │ │ ├── start_server_disable_waits.result
│ │ │ │ ├── start_server_innodb.result
│ │ │ │ ├── start_server_no_account.result
│ │ │ │ ├── start_server_no_cond_class.result
│ │ │ │ ├── start_server_no_cond_inst.result
│ │ │ │ ├── start_server_no_digests.result
│ │ │ │ ├── start_server_no_file_class.result
│ │ │ │ ├── start_server_no_file_inst.result
│ │ │ │ ├── start_server_no_host.result
│ │ │ │ ├── start_server_no_mutex_class.result
│ │ │ │ ├── start_server_no_mutex_inst.result
│ │ │ │ ├── start_server_no_rwlock_class.result
│ │ │ │ ├── start_server_no_rwlock_inst.result
│ │ │ │ ├── start_server_no_setup_actors.result
│ │ │ │ ├── start_server_no_setup_objects.result
│ │ │ │ ├── start_server_no_socket_class.result
│ │ │ │ ├── start_server_no_socket_inst.result
│ │ │ │ ├── start_server_no_stage_class.result
│ │ │ │ ├── start_server_no_stages_history_long.result
│ │ │ │ ├── start_server_no_stages_history.result
│ │ │ │ ├── start_server_no_statement_class.result
│ │ │ │ ├── start_server_no_statements_history_long.result
│ │ │ │ ├── start_server_no_statements_history.result
│ │ │ │ ├── start_server_no_table_hdl.result
│ │ │ │ ├── start_server_no_table_inst.result
│ │ │ │ ├── start_server_nothing.result
│ │ │ │ ├── start_server_no_thread_class.result
│ │ │ │ ├── start_server_no_thread_inst.result
│ │ │ │ ├── start_server_no_user.result
│ │ │ │ ├── start_server_no_waits_history_long.result
│ │ │ │ ├── start_server_no_waits_history.result
│ │ │ │ ├── start_server_off.result
│ │ │ │ ├── start_server_on.result
│ │ │ │ ├── statement_digest_charset.result
│ │ │ │ ├── statement_digest_consumers2.result
│ │ │ │ ├── statement_digest_consumers.result
│ │ │ │ ├── statement_digest_long_query.result
│ │ │ │ ├── statement_digest.result
│ │ │ │ ├── table_aggregate_global_2u_2t.result
│ │ │ │ ├── table_aggregate_global_2u_3t.result
│ │ │ │ ├── table_aggregate_global_4u_2t.result
│ │ │ │ ├── table_aggregate_global_4u_3t.result
│ │ │ │ ├── table_aggregate_hist_2u_2t.result
│ │ │ │ ├── table_aggregate_hist_2u_3t.result
│ │ │ │ ├── table_aggregate_hist_4u_2t.result
│ │ │ │ ├── table_aggregate_hist_4u_3t.result
│ │ │ │ ├── table_aggregate_off.result
│ │ │ │ ├── table_aggregate_thread_2u_2t.result
│ │ │ │ ├── table_aggregate_thread_2u_3t.result
│ │ │ │ ├── table_aggregate_thread_4u_2t.result
│ │ │ │ ├── table_aggregate_thread_4u_3t.result
│ │ │ │ ├── table_io_aggregate_global_2u_2t.result
│ │ │ │ ├── table_io_aggregate_global_2u_3t.result
│ │ │ │ ├── table_io_aggregate_global_4u_2t.result
│ │ │ │ ├── table_io_aggregate_global_4u_3t.result
│ │ │ │ ├── table_io_aggregate_hist_2u_2t.result
│ │ │ │ ├── table_io_aggregate_hist_2u_3t.result
│ │ │ │ ├── table_io_aggregate_hist_4u_2t.result
│ │ │ │ ├── table_io_aggregate_hist_4u_3t.result
│ │ │ │ ├── table_io_aggregate_thread_2u_2t.result
│ │ │ │ ├── table_io_aggregate_thread_2u_3t.result
│ │ │ │ ├── table_io_aggregate_thread_4u_2t.result
│ │ │ │ ├── table_io_aggregate_thread_4u_3t.result
│ │ │ │ ├── table_lock_aggregate_global_2u_2t.result
│ │ │ │ ├── table_lock_aggregate_global_2u_3t.result
│ │ │ │ ├── table_lock_aggregate_global_4u_2t.result
│ │ │ │ ├── table_lock_aggregate_global_4u_3t.result
│ │ │ │ ├── table_lock_aggregate_hist_2u_2t.result
│ │ │ │ ├── table_lock_aggregate_hist_2u_3t.result
│ │ │ │ ├── table_lock_aggregate_hist_4u_2t.result
│ │ │ │ ├── table_lock_aggregate_hist_4u_3t.result
│ │ │ │ ├── table_lock_aggregate_thread_2u_2t.result
│ │ │ │ ├── table_lock_aggregate_thread_2u_3t.result
│ │ │ │ ├── table_lock_aggregate_thread_4u_2t.result
│ │ │ │ ├── table_lock_aggregate_thread_4u_3t.result
│ │ │ │ ├── table_schema.result
│ │ │ │ ├── tampered_perfschema_table1.result
│ │ │ │ ├── temp_table_io.result
│ │ │ │ ├── thread_cache.result
│ │ │ │ ├── threads_innodb.result
│ │ │ │ ├── threads_innodb,xtradb.rdiff
│ │ │ │ ├── threads_insert_delayed.result
│ │ │ │ ├── threads_mysql.result
│ │ │ │ ├── trigger_table_io.result
│ │ │ │ ├── unary_digest.result
│ │ │ │ ├── update_order-3837.result
│ │ │ │ └── view_table_io.result
│ │ │ └── t
│ │ │ ├── aggregate.test
│ │ │ ├── all_tests.test
│ │ │ ├── bad_option_1.test
│ │ │ ├── bad_option_2.test
│ │ │ ├── bad_option_3.test
│ │ │ ├── bad_option_4.test
│ │ │ ├── bad_option_5.test
│ │ │ ├── binlog_edge_mix-master.opt
│ │ │ ├── binlog_edge_mix.test
│ │ │ ├── binlog_edge_row-master.opt
│ │ │ ├── binlog_edge_row.test
│ │ │ ├── binlog_edge_stmt-master.opt
│ │ │ ├── binlog_edge_stmt.test
│ │ │ ├── binlog_mix.test
│ │ │ ├── binlog_ok_mix-master.opt
│ │ │ ├── binlog_ok_mix.test
│ │ │ ├── binlog_ok_row-master.opt
│ │ │ ├── binlog_ok_row.test
│ │ │ ├── binlog_ok_stmt-master.opt
│ │ │ ├── binlog_ok_stmt.test
│ │ │ ├── binlog_row.test
│ │ │ ├── binlog_stmt.test
│ │ │ ├── checksum.test
│ │ │ ├── cnf_option.cnf
│ │ │ ├── cnf_option.test
│ │ │ ├── column_privilege.test
│ │ │ ├── connect_attrs.test
│ │ │ ├── connection_3a_3u-master.opt
│ │ │ ├── connection_3a_3u.test
│ │ │ ├── connection_3a-master.opt
│ │ │ ├── connection_3a.test
│ │ │ ├── connection_3u-master.opt
│ │ │ ├── connection_3u.test
│ │ │ ├── connection.test
│ │ │ ├── csv_table_io.test
│ │ │ ├── ddl_accounts.test
│ │ │ ├── ddl_cond_instances.test
│ │ │ ├── ddl_esgs_by_account_by_event_name.test
│ │ │ ├── ddl_esgs_by_host_by_event_name.test
│ │ │ ├── ddl_esgs_by_thread_by_event_name.test
│ │ │ ├── ddl_esgs_by_user_by_event_name.test
│ │ │ ├── ddl_esgs_global_by_event_name.test
│ │ │ ├── ddl_esms_by_account_by_event_name.test
│ │ │ ├── ddl_esms_by_digest.test
│ │ │ ├── ddl_esms_by_host_by_event_name.test
│ │ │ ├── ddl_esms_by_thread_by_event_name.test
│ │ │ ├── ddl_esms_by_user_by_event_name.test
│ │ │ ├── ddl_esms_global_by_event_name.test
│ │ │ ├── ddl_events_stages_current.test
│ │ │ ├── ddl_events_stages_history_long.test
│ │ │ ├── ddl_events_stages_history.test
│ │ │ ├── ddl_events_statements_current.test
│ │ │ ├── ddl_events_statements_history_long.test
│ │ │ ├── ddl_events_statements_history.test
│ │ │ ├── ddl_events_waits_current.test
│ │ │ ├── ddl_events_waits_history_long.test
│ │ │ ├── ddl_events_waits_history.test
│ │ │ ├── ddl_ews_by_account_by_event_name.test
│ │ │ ├── ddl_ews_by_host_by_event_name.test
│ │ │ ├── ddl_ews_by_instance.test
│ │ │ ├── ddl_ews_by_thread_by_event_name.test
│ │ │ ├── ddl_ews_by_user_by_event_name.test
│ │ │ ├── ddl_ews_global_by_event_name.test
│ │ │ ├── ddl_file_instances.test
│ │ │ ├── ddl_fs_by_event_name.test
│ │ │ ├── ddl_fs_by_instance.test
│ │ │ ├── ddl_host_cache.test
│ │ │ ├── ddl_hosts.test
│ │ │ ├── ddl_mutex_instances.test
│ │ │ ├── ddl_os_global_by_type.test
│ │ │ ├── ddl_performance_timers.test
│ │ │ ├── ddl_rwlock_instances.test
│ │ │ ├── ddl_session_account_connect_attrs.test
│ │ │ ├── ddl_session_connect_attrs.test
│ │ │ ├── ddl_setup_actors.test
│ │ │ ├── ddl_setup_consumers.test
│ │ │ ├── ddl_setup_instruments.test
│ │ │ ├── ddl_setup_objects.test
│ │ │ ├── ddl_setup_timers.test
│ │ │ ├── ddl_socket_instances.test
│ │ │ ├── ddl_socket_summary_by_event_name.test
│ │ │ ├── ddl_socket_summary_by_instance.test
│ │ │ ├── ddl_threads.test
│ │ │ ├── ddl_tiws_by_index_usage.test
│ │ │ ├── ddl_tiws_by_table.test
│ │ │ ├── ddl_tlws_by_table.test
│ │ │ ├── ddl_users.test
│ │ │ ├── digest_table_full-master.opt
│ │ │ ├── digest_table_full.test
│ │ │ ├── disabled.def
│ │ │ ├── dml_accounts.test
│ │ │ ├── dml_cond_instances.test
│ │ │ ├── dml_esgs_by_account_by_event_name.test
│ │ │ ├── dml_esgs_by_host_by_event_name.test
│ │ │ ├── dml_esgs_by_thread_by_event_name.test
│ │ │ ├── dml_esgs_by_user_by_event_name.test
│ │ │ ├── dml_esgs_global_by_event_name.test
│ │ │ ├── dml_esms_by_account_by_event_name.test
│ │ │ ├── dml_esms_by_digest.test
│ │ │ ├── dml_esms_by_host_by_event_name.test
│ │ │ ├── dml_esms_by_thread_by_event_name.test
│ │ │ ├── dml_esms_by_user_by_event_name.test
│ │ │ ├── dml_esms_global_by_event_name.test
│ │ │ ├── dml_events_stages_current.test
│ │ │ ├── dml_events_stages_history_long.test
│ │ │ ├── dml_events_stages_history.test
│ │ │ ├── dml_events_statements_current.test
│ │ │ ├── dml_events_statements_history_long.test
│ │ │ ├── dml_events_statements_history.test
│ │ │ ├── dml_events_waits_current.test
│ │ │ ├── dml_events_waits_history_long.test
│ │ │ ├── dml_events_waits_history.test
│ │ │ ├── dml_ews_by_account_by_event_name.test
│ │ │ ├── dml_ews_by_host_by_event_name.test
│ │ │ ├── dml_ews_by_instance.test
│ │ │ ├── dml_ews_by_thread_by_event_name.test
│ │ │ ├── dml_ews_by_user_by_event_name.test
│ │ │ ├── dml_ews_global_by_event_name.test
│ │ │ ├── dml_file_instances.test
│ │ │ ├── dml_fs_by_event_name.test
│ │ │ ├── dml_fs_by_instance.test
│ │ │ ├── dml_handler.test
│ │ │ ├── dml_host_cache.test
│ │ │ ├── dml_hosts.test
│ │ │ ├── dml_mutex_instances.test
│ │ │ ├── dml_os_global_by_type.test
│ │ │ ├── dml_performance_timers.test
│ │ │ ├── dml_rwlock_instances.test
│ │ │ ├── dml_session_account_connect_attrs.test
│ │ │ ├── dml_session_connect_attrs.test
│ │ │ ├── dml_setup_actors.test
│ │ │ ├── dml_setup_consumers.test
│ │ │ ├── dml_setup_instruments.test
│ │ │ ├── dml_setup_objects.test
│ │ │ ├── dml_setup_timers.test
│ │ │ ├── dml_socket_instances.test
│ │ │ ├── dml_socket_summary_by_event_name.test
│ │ │ ├── dml_socket_summary_by_instance.test
│ │ │ ├── dml_threads.test
│ │ │ ├── dml_tiws_by_index_usage.test
│ │ │ ├── dml_tiws_by_table.test
│ │ │ ├── dml_tlws_by_table.test
│ │ │ ├── dml_users.test
│ │ │ ├── event_aggregate-master.opt
│ │ │ ├── event_aggregate_no_a-master.opt
│ │ │ ├── event_aggregate_no_a_no_h-master.opt
│ │ │ ├── event_aggregate_no_a_no_h.test
│ │ │ ├── event_aggregate_no_a_no_u-master.opt
│ │ │ ├── event_aggregate_no_a_no_u_no_h-master.opt
│ │ │ ├── event_aggregate_no_a_no_u_no_h.test
│ │ │ ├── event_aggregate_no_a_no_u.test
│ │ │ ├── event_aggregate_no_a.test
│ │ │ ├── event_aggregate_no_h-master.opt
│ │ │ ├── event_aggregate_no_h.test
│ │ │ ├── event_aggregate_no_u-master.opt
│ │ │ ├── event_aggregate_no_u_no_h-master.opt
│ │ │ ├── event_aggregate_no_u_no_h.test
│ │ │ ├── event_aggregate_no_u.test
│ │ │ ├── event_aggregate.test
│ │ │ ├── func_file_io.test
│ │ │ ├── func_mutex.test
│ │ │ ├── global_read_lock.test
│ │ │ ├── hostcache_ipv4_addrinfo_again_allow.test
│ │ │ ├── hostcache_ipv4_addrinfo_again_deny.test
│ │ │ ├── hostcache_ipv4_addrinfo_bad_allow.test
│ │ │ ├── hostcache_ipv4_addrinfo_bad_deny.test
│ │ │ ├── hostcache_ipv4_addrinfo_good_allow.test
│ │ │ ├── hostcache_ipv4_addrinfo_good_deny.test
│ │ │ ├── hostcache_ipv4_addrinfo_noname_allow.test
│ │ │ ├── hostcache_ipv4_addrinfo_noname_deny.test
│ │ │ ├── hostcache_ipv4_auth_plugin.test
│ │ │ ├── hostcache_ipv4_blocked.test
│ │ │ ├── hostcache_ipv4_format.test
│ │ │ ├── hostcache_ipv4_max_con-master.opt
│ │ │ ├── hostcache_ipv4_max_con.test
│ │ │ ├── hostcache_ipv4_nameinfo_again_allow.test
│ │ │ ├── hostcache_ipv4_nameinfo_again_deny.test
│ │ │ ├── hostcache_ipv4_nameinfo_noname_allow.test
│ │ │ ├── hostcache_ipv4_nameinfo_noname_deny.test
│ │ │ ├── hostcache_ipv4_passwd.test
│ │ │ ├── hostcache_ipv4_ssl.test
│ │ │ ├── hostcache_ipv6_addrinfo_again_allow-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_again_allow.test
│ │ │ ├── hostcache_ipv6_addrinfo_again_deny-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_again_deny.test
│ │ │ ├── hostcache_ipv6_addrinfo_bad_allow-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_bad_allow.test
│ │ │ ├── hostcache_ipv6_addrinfo_bad_deny-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_bad_deny.test
│ │ │ ├── hostcache_ipv6_addrinfo_good_allow-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_good_allow.test
│ │ │ ├── hostcache_ipv6_addrinfo_good_deny-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_good_deny.test
│ │ │ ├── hostcache_ipv6_addrinfo_noname_allow-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_noname_allow.test
│ │ │ ├── hostcache_ipv6_addrinfo_noname_deny-master.opt
│ │ │ ├── hostcache_ipv6_addrinfo_noname_deny.test
│ │ │ ├── hostcache_ipv6_auth_plugin-master.opt
│ │ │ ├── hostcache_ipv6_auth_plugin.test
│ │ │ ├── hostcache_ipv6_blocked-master.opt
│ │ │ ├── hostcache_ipv6_blocked.test
│ │ │ ├── hostcache_ipv6_max_con-master.opt
│ │ │ ├── hostcache_ipv6_max_con.test
│ │ │ ├── hostcache_ipv6_nameinfo_again_allow-master.opt
│ │ │ ├── hostcache_ipv6_nameinfo_again_allow.test
│ │ │ ├── hostcache_ipv6_nameinfo_again_deny-master.opt
│ │ │ ├── hostcache_ipv6_nameinfo_again_deny.test
│ │ │ ├── hostcache_ipv6_nameinfo_noname_allow-master.opt
│ │ │ ├── hostcache_ipv6_nameinfo_noname_allow.test
│ │ │ ├── hostcache_ipv6_nameinfo_noname_deny-master.opt
│ │ │ ├── hostcache_ipv6_nameinfo_noname_deny.test
│ │ │ ├── hostcache_ipv6_passwd-master.opt
│ │ │ ├── hostcache_ipv6_passwd.test
│ │ │ ├── hostcache_ipv6_ssl-master.opt
│ │ │ ├── hostcache_ipv6_ssl.test
│ │ │ ├── hostcache_peer_addr.test
│ │ │ ├── indexed_table_io.test
│ │ │ ├── information_schema.test
│ │ │ ├── innodb_table_io.test
│ │ │ ├── memory_table_io.test
│ │ │ ├── merge_table_io.test
│ │ │ ├── misc.test
│ │ │ ├── mks_timer-6258.test
│ │ │ ├── multi_table_io.test
│ │ │ ├── myisam_file_io.opt
│ │ │ ├── myisam_file_io.test
│ │ │ ├── myisam_table_io.test
│ │ │ ├── nesting.test
│ │ │ ├── no_threads-master.opt
│ │ │ ├── no_threads.test
│ │ │ ├── one_thread_per_con-master.opt
│ │ │ ├── one_thread_per_con.test
│ │ │ ├── ortho_iter.test
│ │ │ ├── part_table_io.test
│ │ │ ├── pfs_upgrade_event.test
│ │ │ ├── pfs_upgrade_func.test
│ │ │ ├── pfs_upgrade_proc.test
│ │ │ ├── pfs_upgrade_table.test
│ │ │ ├── pfs_upgrade_view.test
│ │ │ ├── pool_of_threads-master.opt
│ │ │ ├── privilege_table_io.test
│ │ │ ├── privilege.test
│ │ │ ├── query_cache-master.opt
│ │ │ ├── query_cache.test
│ │ │ ├── read_only.test
│ │ │ ├── relaylog.test
│ │ │ ├── rollback_table_io.test
│ │ │ ├── rpl_gtid_func.test
│ │ │ ├── rpl_statements.test
│ │ │ ├── schema.test
│ │ │ ├── selects-master.opt
│ │ │ ├── selects.test
│ │ │ ├── server_init.test
│ │ │ ├── setup_actors.test
│ │ │ ├── setup_consumers_defaults-master.opt
│ │ │ ├── setup_consumers_defaults.test
│ │ │ ├── setup_instruments_defaults-master.opt
│ │ │ ├── setup_instruments_defaults.test
│ │ │ ├── setup_objects.test
│ │ │ ├── short_option_1-master.opt
│ │ │ ├── short_option_1.test
│ │ │ ├── short_option_2-master.opt
│ │ │ ├── short_option_2.test
│ │ │ ├── sizing_default.cnf
│ │ │ ├── sizing_default.test
│ │ │ ├── sizing_growth-master.opt
│ │ │ ├── sizing_growth.test
│ │ │ ├── sizing_high.cnf
│ │ │ ├── sizing_high.test
│ │ │ ├── sizing_low.cnf
│ │ │ ├── sizing_low.test
│ │ │ ├── sizing_med.cnf
│ │ │ ├── sizing_med.test
│ │ │ ├── sizing_off.cnf
│ │ │ ├── sizing_off.test
│ │ │ ├── socket_connect.test
│ │ │ ├── socket_instances_func-master.opt
│ │ │ ├── socket_instances_func.test
│ │ │ ├── socket_instances_func_win-master.opt
│ │ │ ├── socket_instances_func_win.test
│ │ │ ├── socket_summary_by_event_name_func.test
│ │ │ ├── socket_summary_by_instance_func.test
│ │ │ ├── socket_summary_by_instance_func_win.test
│ │ │ ├── stage_mdl_function.test
│ │ │ ├── stage_mdl_global-master.opt
│ │ │ ├── stage_mdl_global.test
│ │ │ ├── stage_mdl_procedure.test
│ │ │ ├── stage_mdl_table.test
│ │ │ ├── start_server_disable_idle-master.opt
│ │ │ ├── start_server_disable_idle.test
│ │ │ ├── start_server_disable_stages-master.opt
│ │ │ ├── start_server_disable_stages.test
│ │ │ ├── start_server_disable_statements-master.opt
│ │ │ ├── start_server_disable_statements.test
│ │ │ ├── start_server_disable_waits-master.opt
│ │ │ ├── start_server_disable_waits.test
│ │ │ ├── start_server_innodb-master.opt
│ │ │ ├── start_server_innodb.test
│ │ │ ├── start_server_no_account-master.opt
│ │ │ ├── start_server_no_account.test
│ │ │ ├── start_server_no_cond_class-master.opt
│ │ │ ├── start_server_no_cond_class.test
│ │ │ ├── start_server_no_cond_inst-master.opt
│ │ │ ├── start_server_no_cond_inst.test
│ │ │ ├── start_server_no_digests-master.opt
│ │ │ ├── start_server_no_digests.test
│ │ │ ├── start_server_no_file_class-master.opt
│ │ │ ├── start_server_no_file_class.test
│ │ │ ├── start_server_no_file_inst-master.opt
│ │ │ ├── start_server_no_file_inst.test
│ │ │ ├── start_server_no_host-master.opt
│ │ │ ├── start_server_no_host.test
│ │ │ ├── start_server_no_mutex_class-master.opt
│ │ │ ├── start_server_no_mutex_class.test
│ │ │ ├── start_server_no_mutex_inst-master.opt
│ │ │ ├── start_server_no_mutex_inst.test
│ │ │ ├── start_server_no_rwlock_class-master.opt
│ │ │ ├── start_server_no_rwlock_class.test
│ │ │ ├── start_server_no_rwlock_inst-master.opt
│ │ │ ├── start_server_no_rwlock_inst.test
│ │ │ ├── start_server_no_setup_actors-master.opt
│ │ │ ├── start_server_no_setup_actors.test
│ │ │ ├── start_server_no_setup_objects-master.opt
│ │ │ ├── start_server_no_setup_objects.test
│ │ │ ├── start_server_no_socket_class-master.opt
│ │ │ ├── start_server_no_socket_class.test
│ │ │ ├── start_server_no_socket_inst-master.opt
│ │ │ ├── start_server_no_socket_inst.test
│ │ │ ├── start_server_no_stage_class-master.opt
│ │ │ ├── start_server_no_stage_class.test
│ │ │ ├── start_server_no_stages_history_long-master.opt
│ │ │ ├── start_server_no_stages_history_long.test
│ │ │ ├── start_server_no_stages_history-master.opt
│ │ │ ├── start_server_no_stages_history.test
│ │ │ ├── start_server_no_statement_class-master.opt
│ │ │ ├── start_server_no_statement_class.test
│ │ │ ├── start_server_no_statements_history_long-master.opt
│ │ │ ├── start_server_no_statements_history_long.test
│ │ │ ├── start_server_no_statements_history-master.opt
│ │ │ ├── start_server_no_statements_history.test
│ │ │ ├── start_server_no_table_hdl-master.opt
│ │ │ ├── start_server_no_table_hdl.test
│ │ │ ├── start_server_no_table_inst-master.opt
│ │ │ ├── start_server_no_table_inst.test
│ │ │ ├── start_server_nothing-master.opt
│ │ │ ├── start_server_nothing.test
│ │ │ ├── start_server_no_thread_class-master.opt
│ │ │ ├── start_server_no_thread_class.test
│ │ │ ├── start_server_no_thread_inst-master.opt
│ │ │ ├── start_server_no_thread_inst.test
│ │ │ ├── start_server_no_user-master.opt
│ │ │ ├── start_server_no_user.test
│ │ │ ├── start_server_no_waits_history_long-master.opt
│ │ │ ├── start_server_no_waits_history_long.test
│ │ │ ├── start_server_no_waits_history-master.opt
│ │ │ ├── start_server_no_waits_history.test
│ │ │ ├── start_server_off-master.opt
│ │ │ ├── start_server_off.test
│ │ │ ├── start_server_on-master.opt
│ │ │ ├── start_server_on.test
│ │ │ ├── statement_digest_charset.test
│ │ │ ├── statement_digest_consumers2-master.opt
│ │ │ ├── statement_digest_consumers2.test
│ │ │ ├── statement_digest_consumers-master.opt
│ │ │ ├── statement_digest_consumers.test
│ │ │ ├── statement_digest_long_query-master.opt
│ │ │ ├── statement_digest_long_query.test
│ │ │ ├── statement_digest.test
│ │ │ ├── table_aggregate_global_2u_2t.test
│ │ │ ├── table_aggregate_global_2u_3t.test
│ │ │ ├── table_aggregate_global_4u_2t.test
│ │ │ ├── table_aggregate_global_4u_3t.test
│ │ │ ├── table_aggregate_hist_2u_2t.test
│ │ │ ├── table_aggregate_hist_2u_3t.test
│ │ │ ├── table_aggregate_hist_4u_2t.test
│ │ │ ├── table_aggregate_hist_4u_3t.test
│ │ │ ├── table_aggregate_off.test
│ │ │ ├── table_aggregate_thread_2u_2t.test
│ │ │ ├── table_aggregate_thread_2u_3t.test
│ │ │ ├── table_aggregate_thread_4u_2t.test
│ │ │ ├── table_aggregate_thread_4u_3t.test
│ │ │ ├── table_io_aggregate_global_2u_2t.test
│ │ │ ├── table_io_aggregate_global_2u_3t.test
│ │ │ ├── table_io_aggregate_global_4u_2t.test
│ │ │ ├── table_io_aggregate_global_4u_3t.test
│ │ │ ├── table_io_aggregate_hist_2u_2t.test
│ │ │ ├── table_io_aggregate_hist_2u_3t.test
│ │ │ ├── table_io_aggregate_hist_4u_2t.test
│ │ │ ├── table_io_aggregate_hist_4u_3t.test
│ │ │ ├── table_io_aggregate_thread_2u_2t.test
│ │ │ ├── table_io_aggregate_thread_2u_3t.test
│ │ │ ├── table_io_aggregate_thread_4u_2t.test
│ │ │ ├── table_io_aggregate_thread_4u_3t.test
│ │ │ ├── table_lock_aggregate_global_2u_2t.test
│ │ │ ├── table_lock_aggregate_global_2u_3t.test
│ │ │ ├── table_lock_aggregate_global_4u_2t.test
│ │ │ ├── table_lock_aggregate_global_4u_3t.test
│ │ │ ├── table_lock_aggregate_hist_2u_2t.test
│ │ │ ├── table_lock_aggregate_hist_2u_3t.test
│ │ │ ├── table_lock_aggregate_hist_4u_2t.test
│ │ │ ├── table_lock_aggregate_hist_4u_3t.test
│ │ │ ├── table_lock_aggregate_thread_2u_2t.test
│ │ │ ├── table_lock_aggregate_thread_2u_3t.test
│ │ │ ├── table_lock_aggregate_thread_4u_2t.test
│ │ │ ├── table_lock_aggregate_thread_4u_3t.test
│ │ │ ├── table_schema.test
│ │ │ ├── tampered_perfschema_table1-master.opt
│ │ │ ├── tampered_perfschema_table1.test
│ │ │ ├── temp_table_io.test
│ │ │ ├── thread_cache-master.opt
│ │ │ ├── thread_cache.test
│ │ │ ├── threads_innodb.test
│ │ │ ├── threads_insert_delayed.test
│ │ │ ├── threads_mysql-master.opt
│ │ │ ├── threads_mysql.test
│ │ │ ├── trigger_table_io.test
│ │ │ ├── unary_digest.test
│ │ │ ├── update_order-3837.test
│ │ │ └── view_table_io.test
│ │ ├── perfschema_stress
│ │ │ ├── include
│ │ │ │ └── settings.inc
│ │ │ ├── r
│ │ │ │ ├── modify.result
│ │ │ │ ├── read.result
│ │ │ │ └── work.result
│ │ │ ├── README
│ │ │ ├── stress_init.txt
│ │ │ ├── stress_tests.txt
│ │ │ └── t
│ │ │ ├── modify.test
│ │ │ ├── read.test
│ │ │ ├── setup.test
│ │ │ └── work.test
│ │ ├── plugins
│ │ │ ├── r
│ │ │ │ ├── audit_null_debug.result
│ │ │ │ ├── audit_null.result
│ │ │ │ ├── auth_v0100.result
│ │ │ │ ├── cassandra_qcache.result
│ │ │ │ ├── cassandra_reinstall.result
│ │ │ │ ├── cassandra.result
│ │ │ │ ├── dialog.result
│ │ │ │ ├── false_dupes-6543.result
│ │ │ │ ├── feedback_plugin_install.result
│ │ │ │ ├── feedback_plugin_load.result
│ │ │ │ ├── feedback_plugin_send.result
│ │ │ │ ├── fulltext_plugin.result
│ │ │ │ ├── locales.result
│ │ │ │ ├── pam_cleartext.result
│ │ │ │ ├── pam.result
│ │ │ │ ├── qc_info_priv.result
│ │ │ │ ├── qc_info.result
│ │ │ │ ├── server_audit.result
│ │ │ │ ├── show_all_plugins.result
│ │ │ │ ├── sql_error_log.result
│ │ │ │ └── unix_socket.result
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── audit_null_debug.test
│ │ │ ├── audit_null.test
│ │ │ ├── auth_v0100.test
│ │ │ ├── cassandra.opt
│ │ │ ├── cassandra_qcache.opt
│ │ │ ├── cassandra_qcache.test
│ │ │ ├── cassandra_reinstall.test
│ │ │ ├── cassandra.test
│ │ │ ├── dialog.test
│ │ │ ├── false_dupes-6543.test
│ │ │ ├── feedback_plugin_install.opt
│ │ │ ├── feedback_plugin_install.test
│ │ │ ├── feedback_plugin_load.opt
│ │ │ ├── feedback_plugin_load.test
│ │ │ ├── feedback_plugin_send.test
│ │ │ ├── fulltext_plugin.test
│ │ │ ├── locales.opt
│ │ │ ├── locales.test
│ │ │ ├── pam_cleartext.opt
│ │ │ ├── pam_cleartext.test
│ │ │ ├── pam_init.inc
│ │ │ ├── pam.test
│ │ │ ├── qc_info_init.inc
│ │ │ ├── qc_info_init.opt
│ │ │ ├── qc_info_priv.test
│ │ │ ├── qc_info.test
│ │ │ ├── server_audit.opt
│ │ │ ├── server_audit.test
│ │ │ ├── show_all_plugins.test
│ │ │ ├── sql_error_log.test
│ │ │ └── unix_socket.test
│ │ ├── roles
│ │ │ ├── acl_load_mutex-5170.result
│ │ │ ├── acl_load_mutex-5170.test
│ │ │ ├── admin.result
│ │ │ ├── admin.test
│ │ │ ├── create_and_drop_current.result
│ │ │ ├── create_and_drop_current.test
│ │ │ ├── create_and_drop_role_invalid_user_table.result
│ │ │ ├── create_and_drop_role_invalid_user_table.test
│ │ │ ├── create_and_drop_role.result
│ │ │ ├── create_and_drop_role.test
│ │ │ ├── create_and_grant_role.result
│ │ │ ├── create_and_grant_role.test
│ │ │ ├── default_create_user_not_role.result
│ │ │ ├── default_create_user_not_role.test
│ │ │ ├── definer.result
│ │ │ ├── definer.test
│ │ │ ├── drop_current_user-5176.result
│ │ │ ├── drop_current_user-5176.test
│ │ │ ├── drop_routines.result
│ │ │ ├── drop_routines.test
│ │ │ ├── grant-5771.result
│ │ │ ├── grant-5771.test
│ │ │ ├── grant_empty.result
│ │ │ ├── grant_empty.test
│ │ │ ├── grant_proxy-5526.result
│ │ │ ├── grant_proxy-5526.test
│ │ │ ├── grant_revoke_current.result
│ │ │ ├── grant_revoke_current.test
│ │ │ ├── grant_role_auto_create_user.result
│ │ │ ├── grant_role_auto_create_user.test
│ │ │ ├── ip-6401.result
│ │ │ ├── ip-6401.test
│ │ │ ├── none_public.result
│ │ │ ├── none_public.test
│ │ │ ├── password.result
│ │ │ ├── password.test
│ │ │ ├── ps.result
│ │ │ ├── ps.test
│ │ │ ├── rebuild_role_grants.result
│ │ │ ├── rebuild_role_grants.test
│ │ │ ├── recursive_dbug.result
│ │ │ ├── recursive_dbug.test
│ │ │ ├── recursive.inc
│ │ │ ├── recursive.result
│ │ │ ├── recursive.test
│ │ │ ├── rename_user.result
│ │ │ ├── rename_user.test
│ │ │ ├── revoke_all.result
│ │ │ ├── revoke_all.test
│ │ │ ├── rpl_definer.result
│ │ │ ├── rpl_definer.test
│ │ │ ├── set_and_drop.result
│ │ │ ├── set_and_drop.test
│ │ │ ├── set_role-5232.result
│ │ │ ├── set_role-5232.test
│ │ │ ├── set_role-database-recursive.result
│ │ │ ├── set_role-database-recursive.test
│ │ │ ├── set_role-database-simple.result
│ │ │ ├── set_role-database-simple.test
│ │ │ ├── set_role-multiple-role.result
│ │ │ ├── set_role-multiple-role.test
│ │ │ ├── set_role-recursive.result
│ │ │ ├── set_role-recursive.test
│ │ │ ├── set_role-routine-simple.result
│ │ │ ├── set_role-routine-simple.test
│ │ │ ├── set_role-simple.result
│ │ │ ├── set_role-simple.test
│ │ │ ├── set_role-table-column-priv.result
│ │ │ ├── set_role-table-column-priv.test
│ │ │ ├── set_role-table-simple.result
│ │ │ ├── set_role-table-simple.test
│ │ │ ├── show_grants.result
│ │ │ └── show_grants.test
│ │ ├── rpl
│ │ │ ├── disabled.def
│ │ │ ├── extension
│ │ │ │ ├── checksum.pl
│ │ │ │ └── README.checksum
│ │ │ ├── include
│ │ │ │ ├── hrtime.inc
│ │ │ │ ├── rpl_innodb_rows_counters.inc
│ │ │ │ ├── rpl_mixed_check_db.inc
│ │ │ │ ├── rpl_mixed_check_event.inc
│ │ │ │ ├── rpl_mixed_check_select.inc
│ │ │ │ ├── rpl_mixed_check_table.inc
│ │ │ │ ├── rpl_mixed_check_user.inc
│ │ │ │ ├── rpl_mixed_check_view.inc
│ │ │ │ ├── rpl_mixed_clear_tables.inc
│ │ │ │ ├── rpl_mixed_ddl.inc
│ │ │ │ ├── rpl_mixed_dml.inc
│ │ │ │ ├── rpl_mixed_show_binlog_format.inc
│ │ │ │ └── rpl_partition.inc
│ │ │ ├── my.cnf
│ │ │ ├── r
│ │ │ │ ├── create_or_replace2.result
│ │ │ │ ├── create_or_replace_mix.result
│ │ │ │ ├── create_or_replace_row.result
│ │ │ │ ├── create_or_replace_statement.result
│ │ │ │ ├── failed_create_view-6409.result
│ │ │ │ ├── kill_hard-6290.result
│ │ │ │ ├── last_insert_id.result
│ │ │ │ ├── myisam_external_lock.result
│ │ │ │ ├── replace.result
│ │ │ │ ├── rpl000001.a.result
│ │ │ │ ├── rpl000001.b.result
│ │ │ │ ├── rpl_000010.result
│ │ │ │ ├── rpl_000011.result
│ │ │ │ ├── rpl_000013.result
│ │ │ │ ├── rpl_000017.result
│ │ │ │ ├── rpl_alter_db.result
│ │ │ │ ├── rpl_alter.result
│ │ │ │ ├── rpl_auto_increment_11932.result
│ │ │ │ ├── rpl_auto_increment_bug33029.result
│ │ │ │ ├── rpl_auto_increment_bug45679.result
│ │ │ │ ├── rpl_auto_increment.result
│ │ │ │ ├── rpl_auto_increment_update_failure.result
│ │ │ │ ├── rpl_begin_commit_rollback.result
│ │ │ │ ├── rpl_binlog_corruption.result
│ │ │ │ ├── rpl_binlog_errors.result
│ │ │ │ ├── rpl_binlog_grant.result
│ │ │ │ ├── rpl_binlog_index.result
│ │ │ │ ├── rpl_bit_npk.result
│ │ │ │ ├── rpl_bit.result
│ │ │ │ ├── rpl_blackhole.result
│ │ │ │ ├── rpl_bug26395.result
│ │ │ │ ├── rpl_bug31076.result
│ │ │ │ ├── rpl_bug33931.result
│ │ │ │ ├── rpl_bug37426.result
│ │ │ │ ├── rpl_bug38694.result
│ │ │ │ ├── rpl_bug41902.result
│ │ │ │ ├── rpl_cant_read_event_incident.result
│ │ │ │ ├── rpl_change_master.result
│ │ │ │ ├── rpl_charset.result
│ │ │ │ ├── rpl_charset_sjis.result
│ │ │ │ ├── rpl_checksum_cache.result
│ │ │ │ ├── rpl_checksum.result
│ │ │ │ ├── rpl_circular_for_4_hosts.result
│ │ │ │ ├── rpl_colSize.result
│ │ │ │ ├── rpl_commit_after_flush.result
│ │ │ │ ├── rpl_concurrency_error.result
│ │ │ │ ├── rpl_conditional_comments.result
│ │ │ │ ├── rpl_connection.result
│ │ │ │ ├── rpl_corruption.result
│ │ │ │ ├── rpl_create_database.result
│ │ │ │ ├── rpl_create_if_not_exists.result
│ │ │ │ ├── rpl_create_tmp_table_if_not_exists.result
│ │ │ │ ├── rpl_critical_errors.result
│ │ │ │ ├── rpl_critical_errors.result.txt
│ │ │ │ ├── rpl_cross_version.result
│ │ │ │ ├── rpl_current_user.result
│ │ │ │ ├── rpl_ddl.result
│ │ │ │ ├── rpl_deadlock_innodb.result
│ │ │ │ ├── rpl_delete_no_where.result
│ │ │ │ ├── rpl_do_grant.result
│ │ │ │ ├── rpl_drop_db_fail.result
│ │ │ │ ├── rpl_drop_db.result
│ │ │ │ ├── rpl_drop.result
│ │ │ │ ├── rpl_drop_temp.result
│ │ │ │ ├── rpl_drop_view.result
│ │ │ │ ├── rpl_dual_pos_advance.result
│ │ │ │ ├── rpl_EE_err.result
│ │ │ │ ├── rpl_empty_master_host.result
│ │ │ │ ├── rpl_err_ignoredtable.result
│ │ │ │ ├── rpl_events.result
│ │ │ │ ├── rpl_extra_col_master_innodb.result
│ │ │ │ ├── rpl_extra_col_master_myisam.result
│ │ │ │ ├── rpl_extra_col_slave_innodb.result
│ │ │ │ ├── rpl_extra_col_slave_myisam.result
│ │ │ │ ├── rpl_failed_optimize.result
│ │ │ │ ├── rpl_filter_dbs_dynamic.result
│ │ │ │ ├── rpl_filter_tables_dynamic.result
│ │ │ │ ├── rpl_filter_tables_not_exist.result
│ │ │ │ ├── rpl_filter_wild_tables_dynamic.result
│ │ │ │ ├── rpl_flushlog_loop.result
│ │ │ │ ├── rpl_flush_logs.result
│ │ │ │ ├── rpl_foreign_key_innodb.result
│ │ │ │ ├── rpl_free_items.result
│ │ │ │ ├── rpl_function_defaults.result
│ │ │ │ ├── rpl_geometry.result
│ │ │ │ ├── rpl_get_lock.result
│ │ │ │ ├── rpl_get_master_version_and_clock.result
│ │ │ │ ├── rpl_grant.result
│ │ │ │ ├── rpl_gtid_basic.result
│ │ │ │ ├── rpl_gtid_crash_myisam.result
│ │ │ │ ├── rpl_gtid_crash.result
│ │ │ │ ├── rpl_gtid_errorhandling.result
│ │ │ │ ├── rpl_gtid_errorlog.result
│ │ │ │ ├── rpl_gtid_ignored.result
│ │ │ │ ├── rpl_gtid_master_promote.result
│ │ │ │ ├── rpl_gtid_mdev4473.result
│ │ │ │ ├── rpl_gtid_mdev4474.result
│ │ │ │ ├── rpl_gtid_mdev4484.result
│ │ │ │ ├── rpl_gtid_mdev4485.result
│ │ │ │ ├── rpl_gtid_mdev4820.result
│ │ │ │ ├── rpl_gtid_nobinlog.result
│ │ │ │ ├── rpl_gtid_reconnect.result
│ │ │ │ ├── rpl_gtid_startpos.result
│ │ │ │ ├── rpl_gtid_stop_start.result
│ │ │ │ ├── rpl_gtid_strict.result
│ │ │ │ ├── rpl_gtid_until.result
│ │ │ │ ├── rpl_heartbeat_2slaves.result
│ │ │ │ ├── rpl_heartbeat_basic.result
│ │ │ │ ├── rpl_heartbeat_debug.result
│ │ │ │ ├── rpl_heartbeat.result
│ │ │ │ ├── rpl_heartbeat_ssl.result
│ │ │ │ ├── rpl_hrtime.result
│ │ │ │ ├── rpl_hrtime_row.result
│ │ │ │ ├── rpl_idempotency.result
│ │ │ │ ├── rpl_ignore_grant.result
│ │ │ │ ├── rpl_ignore_revoke.result
│ │ │ │ ├── rpl_ignore_table.result
│ │ │ │ ├── rpl_ignore_table_update.result
│ │ │ │ ├── rpl_incident.result
│ │ │ │ ├── rpl_init_slave_errors.result
│ │ │ │ ├── rpl_init_slave.result
│ │ │ │ ├── rpl_innodb_bug28430.result
│ │ │ │ ├── rpl_innodb_bug30888.result
│ │ │ │ ├── rpl_innodb_bug68220.result
│ │ │ │ ├── rpl_innodb_mixed_ddl.result
│ │ │ │ ├── rpl_innodb_mixed_dml.result
│ │ │ │ ├── rpl_insert_delayed.result
│ │ │ │ ├── rpl_insert_delayed,stmt.rdiff
│ │ │ │ ├── rpl_insert_id_pk.result
│ │ │ │ ├── rpl_insert_id.result
│ │ │ │ ├── rpl_insert_ignore.result
│ │ │ │ ├── rpl_insert.result
│ │ │ │ ├── rpl_invoked_features.result
│ │ │ │ ├── rpl_ip_mix2.result
│ │ │ │ ├── rpl_ip_mix.result
│ │ │ │ ├── rpl_ipv4_as_ipv6.result
│ │ │ │ ├── rpl_ipv6.result
│ │ │ │ ├── rpl_killed_ddl.result
│ │ │ │ ├── rpl_known_bugs_detection.result
│ │ │ │ ├── rpl_LD_INFILE.result
│ │ │ │ ├── rpl_loaddata_charset.result
│ │ │ │ ├── rpl_loaddata_fatal.result
│ │ │ │ ├── rpl_loaddatalocal.result
│ │ │ │ ├── rpl_loaddata_map.result
│ │ │ │ ├── rpl_loaddata_m.result
│ │ │ │ ├── rpl_loaddata.result
│ │ │ │ ├── rpl_loaddata_simple.result
│ │ │ │ ├── rpl_loaddata_s.result
│ │ │ │ ├── rpl_loaddata_symlink.result
│ │ │ │ ├── rpl_loadfile.result
│ │ │ │ ├── rpl_locale.result
│ │ │ │ ├── rpl_log_pos.result
│ │ │ │ ├── rpl_lost_events_on_rotate.result
│ │ │ │ ├── rpl_manual_change_index_file.result
│ │ │ │ ├── rpl_many_optimize.result
│ │ │ │ ├── rpl_mariadb_slave_capability.result
│ │ │ │ ├── rpl_master_pos_wait.result
│ │ │ │ ├── rpl_mdev359.result
│ │ │ │ ├── rpl_mdev382.result
│ │ │ │ ├── rpl_mdev6020.result
│ │ │ │ ├── rpl_mdev6386.result
│ │ │ │ ├── rpl_misc_functions.result
│ │ │ │ ├── rpl_mixed_binlog_max_cache_size.result
│ │ │ │ ├── rpl_mixed_bit_pk.result
│ │ │ │ ├── rpl_mixed_ddl_dml.result
│ │ │ │ ├── rpl_mixed_drop_create_temp_table.result
│ │ │ │ ├── rpl_mixed_implicit_commit_binlog.result
│ │ │ │ ├── rpl_mixed_mixing_engines.result
│ │ │ │ ├── rpl_mixed_row_innodb.result
│ │ │ │ ├── rpl_mix_found_rows.result
│ │ │ │ ├── rpl_multi_delete2.result
│ │ │ │ ├── rpl_multi_delete.result
│ │ │ │ ├── rpl_multi_engine.result
│ │ │ │ ├── rpl_multi_update2.result
│ │ │ │ ├── rpl_multi_update3.result
│ │ │ │ ├── rpl_multi_update4.result
│ │ │ │ ├── rpl_multi_update.result
│ │ │ │ ├── rpl_mysql_upgrade.result
│ │ │ │ ├── rpl_name_const.result
│ │ │ │ ├── rpl_nondeterministic_functions.result
│ │ │ │ ├── rpl_non_direct_mixed_mixing_engines.result
│ │ │ │ ├── rpl_non_direct_row_mixing_engines.result
│ │ │ │ ├── rpl_non_direct_stm_mixing_engines.result
│ │ │ │ ├── rpl_not_null_innodb.result
│ │ │ │ ├── rpl_not_null_myisam.result
│ │ │ │ ├── rpl_old_master.result
│ │ │ │ ├── rpl_optimize.result
│ │ │ │ ├── rpl_packet.result
│ │ │ │ ├── rpl_parallel2.result
│ │ │ │ ├── rpl_parallel_charset.result
│ │ │ │ ├── rpl_parallel_no_log_slave_updates.result
│ │ │ │ ├── rpl_parallel.result
│ │ │ │ ├── rpl_parallel_retry.result
│ │ │ │ ├── rpl_parallel_show_binlog_events_purge_logs.result
│ │ │ │ ├── rpl_parallel_temptable.result
│ │ │ │ ├── rpl_partition_archive.result
│ │ │ │ ├── rpl_partition_innodb.result
│ │ │ │ ├── rpl_partition_memory.result
│ │ │ │ ├── rpl_partition_myisam.result
│ │ │ │ ├── rpl_password_boundaries.result
│ │ │ │ ├── rpl_performance_schema.result
│ │ │ │ ├── rpl_plugin_load.result
│ │ │ │ ├── rpl_ps.result
│ │ │ │ ├── rpl_rbr_to_sbr.result
│ │ │ │ ├── rpl_read_new_relay_log_info.result
│ │ │ │ ├── rpl_read_old_relay_log_info.result
│ │ │ │ ├── rpl_read_only.result
│ │ │ │ ├── rpl_relayrotate.result
│ │ │ │ ├── rpl_relay_space_innodb.result
│ │ │ │ ├── rpl_relay_space_myisam.result
│ │ │ │ ├── rpl_relayspace.result
│ │ │ │ ├── rpl_replicate_do.result
│ │ │ │ ├── rpl_replicate_ignore_db.result
│ │ │ │ ├── rpl_report_port.result
│ │ │ │ ├── rpl_report.result
│ │ │ │ ├── rpl_rewrt_db.result
│ │ │ │ ├── rpl_rotate_logs.result
│ │ │ │ ├── rpl_rotate_purge_deadlock.result
│ │ │ │ ├── rpl_row_001.result
│ │ │ │ ├── rpl_row_4_bytes.result
│ │ │ │ ├── rpl_row_annotate_dont.result
│ │ │ │ ├── rpl_row_annotate_do.result
│ │ │ │ ├── rpl_row_basic_11bugs.result
│ │ │ │ ├── rpl_row_basic_2myisam.result
│ │ │ │ ├── rpl_row_basic_3innodb.result
│ │ │ │ ├── rpl_row_basic_8partition.result
│ │ │ │ ├── rpl_row_binlog_max_cache_size.result
│ │ │ │ ├── rpl_row_blob_innodb.result
│ │ │ │ ├── rpl_row_blob_myisam.result
│ │ │ │ ├── rpl_row_colSize.result
│ │ │ │ ├── rpl_row_conflicts.result
│ │ │ │ ├── rpl_row_corruption.result
│ │ │ │ ├── rpl_row_create_select.result
│ │ │ │ ├── rpl_row_create_table.result
│ │ │ │ ├── rpl_row_delayed_ins.result
│ │ │ │ ├── rpl_row_drop_create_temp_table.result
│ │ │ │ ├── rpl_row_drop.result
│ │ │ │ ├── rpl_row_err_ignoredtable.result
│ │ │ │ ├── rpl_row_find_row_debug.result
│ │ │ │ ├── rpl_row_find_row.result
│ │ │ │ ├── rpl_row_flsh_tbls.result
│ │ │ │ ├── rpl_row_func001.result
│ │ │ │ ├── rpl_row_func002.result
│ │ │ │ ├── rpl_row_func003.result
│ │ │ │ ├── rpl_row_idempotency.result
│ │ │ │ ├── rpl_row_implicit_commit_binlog.result
│ │ │ │ ├── rpl_row_index_choice.result
│ │ │ │ ├── rpl_row_inexist_tbl.result
│ │ │ │ ├── rpl_row_loaddata_concurrent.result
│ │ │ │ ├── rpl_row_loaddata_m.result
│ │ │ │ ├── rpl_row_log_innodb.result
│ │ │ │ ├── rpl_row_log.result
│ │ │ │ ├── rpl_row_max_relay_size.result
│ │ │ │ ├── rpl_row_merge_engine.result
│ │ │ │ ├── rpl_row_mixing_engines.result
│ │ │ │ ├── rpl_row_multi_query.result
│ │ │ │ ├── rpl_row_mysqlbinlog.result
│ │ │ │ ├── rpl_row_NOW.result
│ │ │ │ ├── rpl_row_rec_comp_innodb.result
│ │ │ │ ├── rpl_row_rec_comp_myisam.result
│ │ │ │ ├── rpl_row_reset_slave.result
│ │ │ │ ├── rpl_row_show_relaylog_events.result
│ │ │ │ ├── rpl_row_sp001.result
│ │ │ │ ├── rpl_row_sp002_innodb.result
│ │ │ │ ├── rpl_row_sp003.result
│ │ │ │ ├── rpl_row_sp005.result
│ │ │ │ ├── rpl_row_sp006_InnoDB.result
│ │ │ │ ├── rpl_row_sp007_innodb.result
│ │ │ │ ├── rpl_row_sp008.result
│ │ │ │ ├── rpl_row_sp009.result
│ │ │ │ ├── rpl_row_sp010.result
│ │ │ │ ├── rpl_row_sp011.result
│ │ │ │ ├── rpl_row_sp012.result
│ │ │ │ ├── rpl_row_tabledefs_2myisam.result
│ │ │ │ ├── rpl_row_tabledefs_3innodb.result
│ │ │ │ ├── rpl_row_tbl_metadata.result
│ │ │ │ ├── rpl_row_trig001.result
│ │ │ │ ├── rpl_row_trig002.result
│ │ │ │ ├── rpl_row_trig003.result
│ │ │ │ ├── rpl_row_trig004.result
│ │ │ │ ├── rpl_row_triggers.result
│ │ │ │ ├── rpl_row_triggers_sbr.result
│ │ │ │ ├── rpl_row_trunc_temp.result
│ │ │ │ ├── rpl_row_unsafe_funcs.result
│ │ │ │ ├── rpl_row_until.result
│ │ │ │ ├── rpl_row_USER.result
│ │ │ │ ├── rpl_row_utf16.result
│ │ │ │ ├── rpl_row_utf32.result
│ │ │ │ ├── rpl_row_UUID.result
│ │ │ │ ├── rpl_row_view01.result
│ │ │ │ ├── rpl_row_wide_table.result
│ │ │ │ ├── rpl_savepoint.result
│ │ │ │ ├── rpl_semi_sync_event.result
│ │ │ │ ├── rpl_semi_sync.result
│ │ │ │ ├── rpl_semi_sync_uninstall_plugin.result
│ │ │ │ ├── rpl_server_id1.result
│ │ │ │ ├── rpl_server_id2.result
│ │ │ │ ├── rpl_server_id_ignore.result
│ │ │ │ ├── rpl_session_var.result
│ │ │ │ ├── rpl_set_charset.result
│ │ │ │ ├── rpl_set_null_innodb.result
│ │ │ │ ├── rpl_set_null_myisam.result
│ │ │ │ ├── rpl_show_slave_hosts.result
│ │ │ │ ├── rpl_show_slave_running.result
│ │ │ │ ├── rpl_skip_error.result
│ │ │ │ ├── rpl_skip_incident.result
│ │ │ │ ├── rpl_skip_replication.result
│ │ │ │ ├── rpl_slave_grp_exec.result
│ │ │ │ ├── rpl_slave_load_in.result
│ │ │ │ ├── rpl_slave_load_remove_tmpfile.result
│ │ │ │ ├── rpl_slave_load_tmpdir_not_exist.result
│ │ │ │ ├── rpl_slave_skip.result
│ │ │ │ ├── rpl_slave_status.result
│ │ │ │ ├── rpl_slow_query_log.result
│ │ │ │ ├── rpl_sp004.result
│ │ │ │ ├── rpl_spec_variables.result
│ │ │ │ ├── rpl_sp_effects.result
│ │ │ │ ├── rpl_sporadic_master.result
│ │ │ │ ├── rpl_sp.result
│ │ │ │ ├── rpl_ssl1.result
│ │ │ │ ├── rpl_ssl.result
│ │ │ │ ├── rpl_start_stop_slave.result
│ │ │ │ ├── rpl_stm_000001.result
│ │ │ │ ├── rpl_stm_auto_increment_bug33029.result
│ │ │ │ ├── rpl_stm_binlog_max_cache_size.result
│ │ │ │ ├── rpl_stm_conflicts.result
│ │ │ │ ├── rpl_stm_drop_create_temp_table.result
│ │ │ │ ├── rpl_stm_EE_err2.result
│ │ │ │ ├── rpl_stm_flsh_tbls.result
│ │ │ │ ├── rpl_stm_found_rows.result
│ │ │ │ ├── rpl_stm_implicit_commit_binlog.result
│ │ │ │ ├── rpl_stm_innodb.result
│ │ │ │ ├── rpl_stm_loaddata_concurrent.result
│ │ │ │ ├── rpl_stm_loadfile.result
│ │ │ │ ├── rpl_stm_log.result
│ │ │ │ ├── rpl_stm_maria.result
│ │ │ │ ├── rpl_stm_max_relay_size.result
│ │ │ │ ├── rpl_stm_mixing_engines.result
│ │ │ │ ├── rpl_stm_mix_show_relaylog_events.result
│ │ │ │ ├── rpl_stm_multi_query.result
│ │ │ │ ├── rpl_stm_no_op.result
│ │ │ │ ├── rpl_stm_relay_ign_space.result
│ │ │ │ ├── rpl_stm_reset_slave.result
│ │ │ │ ├── rpl_stm_sql_mode.result
│ │ │ │ ├── rpl_stm_start_stop_slave.result
│ │ │ │ ├── rpl_stm_stop_middle_group.result
│ │ │ │ ├── rpl_stm_until.result
│ │ │ │ ├── rpl_stm_user_variables.result
│ │ │ │ ├── rpl_stop_slave.result
│ │ │ │ ├── rpl_switch_stm_row_mixed.result
│ │ │ │ ├── rpl_sync.result
│ │ │ │ ├── rpl_table_options.result
│ │ │ │ ├── rpl_temporal_mysql56.result
│ │ │ │ ├── rpl_temporal_mysql56_to_mariadb.result
│ │ │ │ ├── rpl_temporary_error2.result
│ │ │ │ ├── rpl_temporary_errors.result
│ │ │ │ ├── rpl_temporary.result
│ │ │ │ ├── rpl_temp_table_mix_row.result
│ │ │ │ ├── rpl_temp_table.result
│ │ │ │ ├── rpl_test_framework.result
│ │ │ │ ├── rpl_timezone.result
│ │ │ │ ├── rpl_tmp_table_and_DDL.result
│ │ │ │ ├── rpl_trigger.result
│ │ │ │ ├── rpl_truncate_2myisam.result
│ │ │ │ ├── rpl_truncate_3innodb.result
│ │ │ │ ├── rpl_trunc_temp.result
│ │ │ │ ├── rpl_typeconv_innodb.result
│ │ │ │ ├── rpl_typeconv.result
│ │ │ │ ├── rpl_udf.result
│ │ │ │ ├── rpl_user.result
│ │ │ │ ├── rpl_user_variables.result
│ │ │ │ ├── rpl_variables.result
│ │ │ │ ├── rpl_variables_stm.result
│ │ │ │ ├── rpl_view_multi.result
│ │ │ │ ├── rpl_view.result
│ │ │ │ ├── semisync_future-7591.result
│ │ │ │ └── semisync_memleak_4066.result
│ │ │ ├── README
│ │ │ ├── rpl_1slave_base.cnf
│ │ │ └── t
│ │ │ ├── create_or_replace2.test
│ │ │ ├── create_or_replace.inc
│ │ │ ├── create_or_replace_mix.cnf
│ │ │ ├── create_or_replace_mix.test
│ │ │ ├── create_or_replace_row.cnf
│ │ │ ├── create_or_replace_row.test
│ │ │ ├── create_or_replace_statement.cnf
│ │ │ ├── create_or_replace_statement.test
│ │ │ ├── failed_create_view-6409.test
│ │ │ ├── kill_hard-6290.test
│ │ │ ├── last_insert_id.cnf
│ │ │ ├── last_insert_id.test
│ │ │ ├── myisam_external_lock-slave.opt
│ │ │ ├── myisam_external_lock.test
│ │ │ ├── replace.test
│ │ │ ├── rpl_000010-slave.opt
│ │ │ ├── rpl_000010.test
│ │ │ ├── rpl_000011-slave.opt
│ │ │ ├── rpl_000011.test
│ │ │ ├── rpl_000013.test
│ │ │ ├── rpl_000017.test
│ │ │ ├── rpl_alter_db.test
│ │ │ ├── rpl_alter.test
│ │ │ ├── rpl_auto_increment_11932.test
│ │ │ ├── rpl_auto_increment_bug33029.test
│ │ │ ├── rpl_auto_increment_bug45679.test
│ │ │ ├── rpl_auto_increment-master.opt
│ │ │ ├── rpl_auto_increment-slave.opt
│ │ │ ├── rpl_auto_increment.test
│ │ │ ├── rpl_auto_increment_update_failure.test
│ │ │ ├── rpl_begin_commit_rollback-master.opt
│ │ │ ├── rpl_begin_commit_rollback-slave.opt
│ │ │ ├── rpl_begin_commit_rollback.test
│ │ │ ├── rpl_binlog_corruption.test
│ │ │ ├── rpl_binlog_errors-master.opt
│ │ │ ├── rpl_binlog_errors.test
│ │ │ ├── rpl_binlog_grant.test
│ │ │ ├── rpl_binlog_index.test
│ │ │ ├── rpl_bit_npk.test
│ │ │ ├── rpl_bit.test
│ │ │ ├── rpl_blackhole.test
│ │ │ ├── rpl_bug26395.test
│ │ │ ├── rpl_bug31076.test
│ │ │ ├── rpl_bug33931.test
│ │ │ ├── rpl_bug37426.test
│ │ │ ├── rpl_bug38694-slave.opt
│ │ │ ├── rpl_bug38694.test
│ │ │ ├── rpl_bug41902-slave.opt
│ │ │ ├── rpl_bug41902.test
│ │ │ ├── rpl_cant_read_event_incident.test
│ │ │ ├── rpl_change_master.test
│ │ │ ├── rpl_charset_sjis.test
│ │ │ ├── rpl_charset.test
│ │ │ ├── rpl_checksum_cache.test
│ │ │ ├── rpl_checksum-master.opt
│ │ │ ├── rpl_checksum.test
│ │ │ ├── rpl_circular_for_4_hosts.cnf
│ │ │ ├── rpl_circular_for_4_hosts.test
│ │ │ ├── rpl_colSize.test
│ │ │ ├── rpl_commit_after_flush.test
│ │ │ ├── rpl_concurrency_error-master.opt
│ │ │ ├── rpl_concurrency_error.test
│ │ │ ├── rpl_conditional_comments.test
│ │ │ ├── rpl_connection.test
│ │ │ ├── rpl_corruption-master.opt
│ │ │ ├── rpl_corruption-slave.opt
│ │ │ ├── rpl_corruption.test
│ │ │ ├── rpl_create_database-master.opt
│ │ │ ├── rpl_create_database-slave.opt
│ │ │ ├── rpl_create_database.test
│ │ │ ├── rpl_create_if_not_exists.test
│ │ │ ├── rpl_create_tmp_table_if_not_exists.test
│ │ │ ├── rpl_critical_errors.test
│ │ │ ├── rpl_cross_version-master.opt
│ │ │ ├── rpl_cross_version.test
│ │ │ ├── rpl_current_user.cnf
│ │ │ ├── rpl_current_user.test
│ │ │ ├── rpl_ddl-slave.opt
│ │ │ ├── rpl_ddl.test
│ │ │ ├── rpl_deadlock_innodb-slave.opt
│ │ │ ├── rpl_deadlock_innodb.test
│ │ │ ├── rpl_delete_no_where.test
│ │ │ ├── rpl_do_grant.test
│ │ │ ├── rpl_drop_db_fail.test
│ │ │ ├── rpl_drop_db.test
│ │ │ ├── rpl_drop_temp-slave.opt
│ │ │ ├── rpl_drop_temp.test
│ │ │ ├── rpl_drop.test
│ │ │ ├── rpl_drop_view.test
│ │ │ ├── rpl_dual_pos_advance.test
│ │ │ ├── rpl_EE_err.test
│ │ │ ├── rpl_empty_master_host.test
│ │ │ ├── rpl_err_ignoredtable-slave.opt
│ │ │ ├── rpl_err_ignoredtable.test
│ │ │ ├── rpl_events.test
│ │ │ ├── rpl_extra_col_master_innodb.test
│ │ │ ├── rpl_extra_col_master_myisam.test
│ │ │ ├── rpl_extra_col_slave_innodb.test
│ │ │ ├── rpl_extra_col_slave_myisam.test
│ │ │ ├── rpl_failed_optimize.test
│ │ │ ├── rpl_filter_dbs_dynamic.test
│ │ │ ├── rpl_filter_tables_dynamic.test
│ │ │ ├── rpl_filter_tables_not_exist-slave.opt
│ │ │ ├── rpl_filter_tables_not_exist.test
│ │ │ ├── rpl_filter_wild_tables_dynamic.test
│ │ │ ├── rpl_flushlog_loop-master.opt
│ │ │ ├── rpl_flushlog_loop-slave.opt
│ │ │ ├── rpl_flushlog_loop.test
│ │ │ ├── rpl_flush_logs-master.opt
│ │ │ ├── rpl_flush_logs.test
│ │ │ ├── rpl_foreign_key_innodb.test
│ │ │ ├── rpl_free_items-slave.opt
│ │ │ ├── rpl_free_items.test
│ │ │ ├── rpl_function_defaults.test
│ │ │ ├── rpl_geometry.test
│ │ │ ├── rpl_get_lock.test
│ │ │ ├── rpl_get_master_version_and_clock-slave.opt
│ │ │ ├── rpl_get_master_version_and_clock.test
│ │ │ ├── rpl_grant.test
│ │ │ ├── rpl_gtid_basic.cnf
│ │ │ ├── rpl_gtid_basic.test
│ │ │ ├── rpl_gtid_crash-master.opt
│ │ │ ├── rpl_gtid_crash_myisam-master.opt
│ │ │ ├── rpl_gtid_crash_myisam.test
│ │ │ ├── rpl_gtid_crash-slave.opt
│ │ │ ├── rpl_gtid_crash.test
│ │ │ ├── rpl_gtid_errorhandling.test
│ │ │ ├── rpl_gtid_errorlog.test
│ │ │ ├── rpl_gtid_ignored.test
│ │ │ ├── rpl_gtid_master_promote.cnf
│ │ │ ├── rpl_gtid_master_promote.test
│ │ │ ├── rpl_gtid_mdev4473.cnf
│ │ │ ├── rpl_gtid_mdev4473.test
│ │ │ ├── rpl_gtid_mdev4474.cnf
│ │ │ ├── rpl_gtid_mdev4474.test
│ │ │ ├── rpl_gtid_mdev4484.test
│ │ │ ├── rpl_gtid_mdev4485.cnf
│ │ │ ├── rpl_gtid_mdev4485.test
│ │ │ ├── rpl_gtid_mdev4820.test
│ │ │ ├── rpl_gtid_nobinlog.cnf
│ │ │ ├── rpl_gtid_nobinlog.test
│ │ │ ├── rpl_gtid_reconnect.test
│ │ │ ├── rpl_gtid_startpos.test
│ │ │ ├── rpl_gtid_stop_start.cnf
│ │ │ ├── rpl_gtid_stop_start.test
│ │ │ ├── rpl_gtid_strict.test
│ │ │ ├── rpl_gtid_until.test
│ │ │ ├── rpl_heartbeat_2slaves.cnf
│ │ │ ├── rpl_heartbeat_2slaves.test
│ │ │ ├── rpl_heartbeat_basic.cnf
│ │ │ ├── rpl_heartbeat_basic.test
│ │ │ ├── rpl_heartbeat_debug.test
│ │ │ ├── rpl_heartbeat_ssl.test
│ │ │ ├── rpl_heartbeat.test
│ │ │ ├── rpl_hrtime_row.test
│ │ │ ├── rpl_hrtime.test
│ │ │ ├── rpl_idempotency.test
│ │ │ ├── rpl_ignore_grant-slave.opt
│ │ │ ├── rpl_ignore_grant.test
│ │ │ ├── rpl_ignore_revoke-slave.opt
│ │ │ ├── rpl_ignore_revoke.test
│ │ │ ├── rpl_ignore_table-slave.opt
│ │ │ ├── rpl_ignore_table.test
│ │ │ ├── rpl_ignore_table_update-slave.opt
│ │ │ ├── rpl_ignore_table_update.test
│ │ │ ├── rpl_incident.test
│ │ │ ├── rpl_init_slave_errors.test
│ │ │ ├── rpl_init_slave-slave.opt
│ │ │ ├── rpl_init_slave.test
│ │ │ ├── rpl_innodb_bug28430-master.opt
│ │ │ ├── rpl_innodb_bug28430-slave.opt
│ │ │ ├── rpl_innodb_bug28430.test
│ │ │ ├── rpl_innodb_bug30888.test
│ │ │ ├── rpl_innodb_bug68220.test
│ │ │ ├── rpl_innodb-master.opt
│ │ │ ├── rpl_innodb_mixed_ddl.test
│ │ │ ├── rpl_innodb_mixed_dml.test
│ │ │ ├── rpl_insert_delayed.test
│ │ │ ├── rpl_insert_id_pk.test
│ │ │ ├── rpl_insert_id.test
│ │ │ ├── rpl_insert_ignore.test
│ │ │ ├── rpl_insert.test
│ │ │ ├── rpl_invoked_features-master.opt
│ │ │ ├── rpl_invoked_features.test
│ │ │ ├── rpl_ip_mix2.cnf
│ │ │ ├── rpl_ip_mix2.test
│ │ │ ├── rpl_ip_mix.cnf
│ │ │ ├── rpl_ip_mix.test
│ │ │ ├── rpl_ipv4_as_ipv6.cnf
│ │ │ ├── rpl_ipv4_as_ipv6.test
│ │ │ ├── rpl_ipv6.cnf
│ │ │ ├── rpl_ipv6.test
│ │ │ ├── rpl_killed_ddl-master.opt
│ │ │ ├── rpl_killed_ddl.test
│ │ │ ├── rpl_known_bugs_detection-master.opt
│ │ │ ├── rpl_known_bugs_detection.test
│ │ │ ├── rpl_LD_INFILE.test
│ │ │ ├── rpl_loaddata_charset.test
│ │ │ ├── rpl_loaddata_fatal-slave.opt
│ │ │ ├── rpl_loaddata_fatal.test
│ │ │ ├── rpl_loaddatalocal.test
│ │ │ ├── rpl_loaddata_map-master.opt
│ │ │ ├── rpl_loaddata_map-slave.opt
│ │ │ ├── rpl_loaddata_map.test
│ │ │ ├── rpl_loaddata_m-master.opt
│ │ │ ├── rpl_loaddata_m.test
│ │ │ ├── rpl_loaddata_simple.test
│ │ │ ├── rpl_loaddata_s-slave.opt
│ │ │ ├── rpl_loaddata_s.test
│ │ │ ├── rpl_loaddata_symlink-master.opt
│ │ │ ├── rpl_loaddata_symlink-master.sh
│ │ │ ├── rpl_loaddata_symlink-slave.opt
│ │ │ ├── rpl_loaddata_symlink-slave.sh
│ │ │ ├── rpl_loaddata_symlink.test
│ │ │ ├── rpl_loaddata.test
│ │ │ ├── rpl_loadfile.test
│ │ │ ├── rpl_locale.test
│ │ │ ├── rpl_log_pos.test
│ │ │ ├── rpl_lost_events_on_rotate.test
│ │ │ ├── rpl_manual_change_index_file.test
│ │ │ ├── rpl_many_optimize.test
│ │ │ ├── rpl_mariadb_slave_capability.test
│ │ │ ├── rpl_master_pos_wait.test
│ │ │ ├── rpl_mdev359.test
│ │ │ ├── rpl_mdev382.test
│ │ │ ├── rpl_mdev6020.test
│ │ │ ├── rpl_mdev6386-slave.opt
│ │ │ ├── rpl_mdev6386.test
│ │ │ ├── rpl_misc_functions-slave.sh
│ │ │ ├── rpl_misc_functions.test
│ │ │ ├── rpl_mixed_binlog_max_cache_size.test
│ │ │ ├── rpl_mixed_bit_pk.test
│ │ │ ├── rpl_mixed_ddl_dml.test
│ │ │ ├── rpl_mixed_drop_create_temp_table.test
│ │ │ ├── rpl_mixed_implicit_commit_binlog.test
│ │ │ ├── rpl_mixed_mixing_engines.test
│ │ │ ├── rpl_mixed_row_innodb-master.opt
│ │ │ ├── rpl_mix_found_rows.test
│ │ │ ├── rpl_multi_delete2-slave.opt
│ │ │ ├── rpl_multi_delete2.test
│ │ │ ├── rpl_multi_delete-slave.opt
│ │ │ ├── rpl_multi_delete.test
│ │ │ ├── rpl_multi_engine.test
│ │ │ ├── rpl_multi_update2-slave.opt
│ │ │ ├── rpl_multi_update2.test
│ │ │ ├── rpl_multi_update3.test
│ │ │ ├── rpl_multi_update4-slave.opt
│ │ │ ├── rpl_multi_update4.test
│ │ │ ├── rpl_multi_update.test
│ │ │ ├── rpl_mysql_upgrade.test
│ │ │ ├── rpl_name_const.test
│ │ │ ├── rpl_nondeterministic_functions.test
│ │ │ ├── rpl_non_direct_mixed_mixing_engines.test
│ │ │ ├── rpl_non_direct_row_mixing_engines.test
│ │ │ ├── rpl_non_direct_stm_mixing_engines.test
│ │ │ ├── rpl_not_null_innodb.test
│ │ │ ├── rpl_not_null_myisam.test
│ │ │ ├── rpl_old_master.test
│ │ │ ├── rpl_optimize.test
│ │ │ ├── rpl_packet-master.opt
│ │ │ ├── rpl_packet-slave.opt
│ │ │ ├── rpl_packet.test
│ │ │ ├── rpl_parallel2.test
│ │ │ ├── rpl_parallel_charset.test
│ │ │ ├── rpl_parallel_no_log_slave_updates-slave.opt
│ │ │ ├── rpl_parallel_no_log_slave_updates.test
│ │ │ ├── rpl_parallel_retry.test
│ │ │ ├── rpl_parallel_show_binlog_events_purge_logs.test
│ │ │ ├── rpl_parallel_temptable-master.opt
│ │ │ ├── rpl_parallel_temptable.test
│ │ │ ├── rpl_parallel.test
│ │ │ ├── rpl_partition_archive.test
│ │ │ ├── rpl_partition_innodb-master.opt
│ │ │ ├── rpl_partition_innodb.test
│ │ │ ├── rpl_partition_memory.test
│ │ │ ├── rpl_partition_myisam.test
│ │ │ ├── rpl_password_boundaries.test
│ │ │ ├── rpl_performance_schema.test
│ │ │ ├── rpl_plugin_load.test
│ │ │ ├── rpl_ps.test
│ │ │ ├── rpl_rbr_to_sbr.test
│ │ │ ├── rpl_read_new_relay_log_info.test
│ │ │ ├── rpl_read_old_relay_log_info.test
│ │ │ ├── rpl_read_only.test
│ │ │ ├── rpl_relayrotate-slave.opt
│ │ │ ├── rpl_relayrotate.test
│ │ │ ├── rpl_relay_space_innodb.test
│ │ │ ├── rpl_relay_space_myisam.test
│ │ │ ├── rpl_relayspace-slave.opt
│ │ │ ├── rpl_relayspace.test
│ │ │ ├── rpl_replicate_do-slave.opt
│ │ │ ├── rpl_replicate_do.test
│ │ │ ├── rpl_replicate_ignore_db-slave.opt
│ │ │ ├── rpl_replicate_ignore_db.test
│ │ │ ├── rpl_report_port.test
│ │ │ ├── rpl_report-slave.opt
│ │ │ ├── rpl_report.test
│ │ │ ├── rpl_rewrt_db-slave.opt
│ │ │ ├── rpl_rewrt_db.test
│ │ │ ├── rpl_rotate_logs.cnf
│ │ │ ├── rpl_rotate_logs.test
│ │ │ ├── rpl_rotate_purge_deadlock-master.opt
│ │ │ ├── rpl_rotate_purge_deadlock.test
│ │ │ ├── rpl_row_001.test
│ │ │ ├── rpl_row_4_bytes-master.opt
│ │ │ ├── rpl_row_4_bytes.test
│ │ │ ├── rpl_row_annotate_dont-slave.opt
│ │ │ ├── rpl_row_annotate_dont.test
│ │ │ ├── rpl_row_annotate_do-slave.opt
│ │ │ ├── rpl_row_annotate_do.test
│ │ │ ├── rpl_row_basic_11bugs-master.opt
│ │ │ ├── rpl_row_basic_11bugs.test
│ │ │ ├── rpl_row_basic_2myisam.test
│ │ │ ├── rpl_row_basic_3innodb.test
│ │ │ ├── rpl_row_basic_8partition.test
│ │ │ ├── rpl_row_binlog_max_cache_size.test
│ │ │ ├── rpl_row_blob_innodb.test
│ │ │ ├── rpl_row_blob_myisam.test
│ │ │ ├── rpl_row_colSize.test
│ │ │ ├── rpl_row_conflicts.test
│ │ │ ├── rpl_row_corruption-slave.opt
│ │ │ ├── rpl_row_corruption.test
│ │ │ ├── rpl_row_create_select.test
│ │ │ ├── rpl_row_create_table.test
│ │ │ ├── rpl_row_delayed_ins.test
│ │ │ ├── rpl_row_drop_create_temp_table.test
│ │ │ ├── rpl_row_drop.test
│ │ │ ├── rpl_row_err_daisychain-master.opt
│ │ │ ├── rpl_row_err_daisychain-slave.opt
│ │ │ ├── rpl_row_find_row_debug.test
│ │ │ ├── rpl_row_find_row.test
│ │ │ ├── rpl_row_flsh_tbls.test
│ │ │ ├── rpl_row_func001.test
│ │ │ ├── rpl_row_func002.test
│ │ │ ├── rpl_row_func003.test
│ │ │ ├── rpl_row_idempotency.test
│ │ │ ├── rpl_row_implicit_commit_binlog.test
│ │ │ ├── rpl_row_index_choice.test
│ │ │ ├── rpl_row_inexist_tbl.test
│ │ │ ├── rpl_row_loaddata_concurrent.test
│ │ │ ├── rpl_row_log_innodb-master.opt
│ │ │ ├── rpl_row_log_innodb.test
│ │ │ ├── rpl_row_log-master.opt
│ │ │ ├── rpl_row_log-slave.opt
│ │ │ ├── rpl_row_log.test
│ │ │ ├── rpl_row_max_relay_size.test
│ │ │ ├── rpl_row_merge_engine.test
│ │ │ ├── rpl_row_mixing_engines.test
│ │ │ ├── rpl_row_mysqlbinlog-master.opt
│ │ │ ├── rpl_row_mysqlbinlog.test
│ │ │ ├── rpl_row_NOW.test
│ │ │ ├── rpl_row_rec_comp_innodb.test
│ │ │ ├── rpl_row_rec_comp_myisam.test
│ │ │ ├── rpl_row_reset_slave.test
│ │ │ ├── rpl_row_show_relaylog_events.test
│ │ │ ├── rpl_row_sp001.test
│ │ │ ├── rpl_row_sp002_innodb.test
│ │ │ ├── rpl_row_sp003.test
│ │ │ ├── rpl_row_sp005.test
│ │ │ ├── rpl_row_sp006_InnoDB.test
│ │ │ ├── rpl_row_sp007_innodb.test
│ │ │ ├── rpl_row_sp008.test
│ │ │ ├── rpl_row_sp009.test
│ │ │ ├── rpl_row_sp010.test
│ │ │ ├── rpl_row_sp011.test
│ │ │ ├── rpl_row_sp012.test
│ │ │ ├── rpl_row_tabledefs_2myisam.test
│ │ │ ├── rpl_row_tabledefs_3innodb.test
│ │ │ ├── rpl_row_tbl_metadata.test
│ │ │ ├── rpl_row_trig001.test
│ │ │ ├── rpl_row_trig002.test
│ │ │ ├── rpl_row_trig003.test
│ │ │ ├── rpl_row_trig004.test
│ │ │ ├── rpl_row_triggers_sbr.test
│ │ │ ├── rpl_row_triggers.test
│ │ │ ├── rpl_row_trunc_temp.test
│ │ │ ├── rpl_row_unsafe_funcs.test
│ │ │ ├── rpl_row_until.test
│ │ │ ├── rpl_row_USER.test
│ │ │ ├── rpl_row_utf16.test
│ │ │ ├── rpl_row_utf32.test
│ │ │ ├── rpl_row_UUID.test
│ │ │ ├── rpl_row_view01.test
│ │ │ ├── rpl_row_wide_table.test
│ │ │ ├── rpl_savepoint.test
│ │ │ ├── rpl_semi_sync_event-master.opt
│ │ │ ├── rpl_semi_sync_event.test
│ │ │ ├── rpl_semi_sync.test
│ │ │ ├── rpl_semi_sync_uninstall_plugin.test
│ │ │ ├── rpl_server_id1.test
│ │ │ ├── rpl_server_id2-slave.opt
│ │ │ ├── rpl_server_id2.test
│ │ │ ├── rpl_server_id_ignore-slave.opt
│ │ │ ├── rpl_server_id_ignore.test
│ │ │ ├── rpl_session_var.test
│ │ │ ├── rpl_set_charset.test
│ │ │ ├── rpl_set_null_innodb.test
│ │ │ ├── rpl_set_null_myisam.test
│ │ │ ├── rpl_show_slave_hosts.cnf
│ │ │ ├── rpl_show_slave_hosts.test
│ │ │ ├── rpl_show_slave_running.test
│ │ │ ├── rpl_skip_error-slave.opt
│ │ │ ├── rpl_skip_error.test
│ │ │ ├── rpl_skip_incident-master.opt
│ │ │ ├── rpl_skip_incident-slave.opt
│ │ │ ├── rpl_skip_incident.test
│ │ │ ├── rpl_skip_replication.test
│ │ │ ├── rpl_slave_grp_exec.test
│ │ │ ├── rpl_slave_load_in.test
│ │ │ ├── rpl_slave_load_remove_tmpfile.test
│ │ │ ├── rpl_slave_load_tmpdir_not_exist-slave.opt
│ │ │ ├── rpl_slave_load_tmpdir_not_exist.test
│ │ │ ├── rpl_slave_skip.test
│ │ │ ├── rpl_slave_status.test
│ │ │ ├── rpl_slow_query_log-slave.opt
│ │ │ ├── rpl_slow_query_log.test
│ │ │ ├── rpl_sp004.test
│ │ │ ├── rpl_spec_variables-slave.opt
│ │ │ ├── rpl_spec_variables.test
│ │ │ ├── rpl_sp_effects-master.opt
│ │ │ ├── rpl_sp_effects-slave.opt
│ │ │ ├── rpl_sp_effects.test
│ │ │ ├── rpl_sp-master.opt
│ │ │ ├── rpl_sporadic_master-master.opt
│ │ │ ├── rpl_sporadic_master.test
│ │ │ ├── rpl_sp-slave.opt
│ │ │ ├── rpl_sp.test
│ │ │ ├── rpl_ssl1.test
│ │ │ ├── rpl_ssl.test
│ │ │ ├── rpl_start_stop_slave-slave.opt
│ │ │ ├── rpl_start_stop_slave.test
│ │ │ ├── rpl_stm_000001.test
│ │ │ ├── rpl_stm_auto_increment_bug33029.test
│ │ │ ├── rpl_stm_binlog_direct-master.opt
│ │ │ ├── rpl_stm_binlog_max_cache_size.test
│ │ │ ├── rpl_stm_conflicts.test
│ │ │ ├── rpl_stm_drop_create_temp_table.test
│ │ │ ├── rpl_stm_EE_err2.test
│ │ │ ├── rpl_stm_flsh_tbls.test
│ │ │ ├── rpl_stm_found_rows.test
│ │ │ ├── rpl_stm_implicit_commit_binlog.test
│ │ │ ├── rpl_stm_innodb.test
│ │ │ ├── rpl_stm_loaddata_concurrent.test
│ │ │ ├── rpl_stm_loadfile.test
│ │ │ ├── rpl_stm_log-slave.opt
│ │ │ ├── rpl_stm_log.test
│ │ │ ├── rpl_stm_maria.test
│ │ │ ├── rpl_stm_max_relay_size.test
│ │ │ ├── rpl_stm_mixing_engines.test
│ │ │ ├── rpl_stm_mix_show_relaylog_events.test
│ │ │ ├── rpl_stm_multi_query.test
│ │ │ ├── rpl_stm_no_op.test
│ │ │ ├── rpl_stm_relay_ign_space-slave.opt
│ │ │ ├── rpl_stm_relay_ign_space.test
│ │ │ ├── rpl_stm_reset_slave.test
│ │ │ ├── rpl_stm_sql_mode.test
│ │ │ ├── rpl_stm_start_stop_slave.test
│ │ │ ├── rpl_stm_stop_middle_group.test
│ │ │ ├── rpl_stm_until.test
│ │ │ ├── rpl_stm_user_variables.test
│ │ │ ├── rpl_stop_slave.test
│ │ │ ├── rpl_switch_stm_row_mixed.test
│ │ │ ├── rpl_sync-master.opt
│ │ │ ├── rpl_sync-slave.opt
│ │ │ ├── rpl_sync.test
│ │ │ ├── rpl_table_options.test
│ │ │ ├── rpl_temporal_mysql56.test
│ │ │ ├── rpl_temporal_mysql56_to_mariadb.test
│ │ │ ├── rpl_temporary_error2.test
│ │ │ ├── rpl_temporary_errors-slave.opt
│ │ │ ├── rpl_temporary_errors.test
│ │ │ ├── rpl_temporary.test
│ │ │ ├── rpl_temp_table_mix_row.test
│ │ │ ├── rpl_temp_table.test
│ │ │ ├── rpl_test_framework.cnf
│ │ │ ├── rpl_test_framework.test
│ │ │ ├── rpl_timezone-master.opt
│ │ │ ├── rpl_timezone-slave.opt
│ │ │ ├── rpl_timezone.test
│ │ │ ├── rpl_tmp_table_and_DDL.test
│ │ │ ├── rpl_trigger.test
│ │ │ ├── rpl_truncate_2myisam.test
│ │ │ ├── rpl_truncate_3innodb.test
│ │ │ ├── rpl_trunc_temp.test
│ │ │ ├── rpl_typeconv_innodb.test
│ │ │ ├── rpl_typeconv-slave.opt
│ │ │ ├── rpl_typeconv.test
│ │ │ ├── rpl_udf.test
│ │ │ ├── rpl_user.test
│ │ │ ├── rpl_user_variables.test
│ │ │ ├── rpl_variables_stm.test
│ │ │ ├── rpl_variables.test
│ │ │ ├── rpl_view_multi.test
│ │ │ ├── rpl_view.test
│ │ │ ├── semisync_future-7591.test
│ │ │ └── semisync_memleak_4066.test
│ │ ├── storage_engine
│ │ │ ├── 1st.result
│ │ │ ├── 1st.test
│ │ │ ├── alter_table.inc
│ │ │ ├── alter_table_online.result
│ │ │ ├── alter_table_online.test
│ │ │ ├── alter_table.result
│ │ │ ├── alter_tablespace.result
│ │ │ ├── alter_tablespace.test
│ │ │ ├── alter_table.test
│ │ │ ├── analyze_table.inc
│ │ │ ├── analyze_table.result
│ │ │ ├── analyze_table.test
│ │ │ ├── autoincrement.result
│ │ │ ├── autoincrement.test
│ │ │ ├── autoinc_secondary.result
│ │ │ ├── autoinc_secondary.test
│ │ │ ├── autoinc_vars.result
│ │ │ ├── autoinc_vars.test
│ │ │ ├── cache_index.result
│ │ │ ├── cache_index.test
│ │ │ ├── check_errors.inc
│ │ │ ├── checksum_table.inc
│ │ │ ├── checksum_table_live.inc
│ │ │ ├── checksum_table_live.result
│ │ │ ├── checksum_table_live.test
│ │ │ ├── checksum_table.result
│ │ │ ├── checksum_table.test
│ │ │ ├── check_table.inc
│ │ │ ├── check_table.result
│ │ │ ├── check_table.test
│ │ │ ├── cleanup_engine.inc
│ │ │ ├── col_not_null.inc
│ │ │ ├── col_null.inc
│ │ │ ├── col_opt_default.result
│ │ │ ├── col_opt_default.test
│ │ │ ├── col_opt_not_null.result
│ │ │ ├── col_opt_not_null.test
│ │ │ ├── col_opt_null.result
│ │ │ ├── col_opt_null.test
│ │ │ ├── col_opt_unsigned.result
│ │ │ ├── col_opt_unsigned.test
│ │ │ ├── col_opt_zerofill.result
│ │ │ ├── col_opt_zerofill.test
│ │ │ ├── create_table.inc
│ │ │ ├── create_table.result
│ │ │ ├── create_table.test
│ │ │ ├── define_engine.inc
│ │ │ ├── delete_ignore.result
│ │ │ ├── delete_ignore.test
│ │ │ ├── delete_low_prio.result
│ │ │ ├── delete_low_prio.test
│ │ │ ├── delete_quick.result
│ │ │ ├── delete_quick.test
│ │ │ ├── delete.result
│ │ │ ├── delete.test
│ │ │ ├── delete_with_keys.result
│ │ │ ├── delete_with_keys.test
│ │ │ ├── describe.result
│ │ │ ├── describe.test
│ │ │ ├── disabled.def
│ │ │ ├── foreign_keys.result
│ │ │ ├── foreign_keys.test
│ │ │ ├── fulltext_search.result
│ │ │ ├── fulltext_search.test
│ │ │ ├── handler.result
│ │ │ ├── handler.test
│ │ │ ├── have_default_index.inc
│ │ │ ├── have_engine.inc
│ │ │ ├── index_enable_disable.result
│ │ │ ├── index_enable_disable.test
│ │ │ ├── index.inc
│ │ │ ├── index_key_block_size.result
│ │ │ ├── index_key_block_size.test
│ │ │ ├── index_primary.result
│ │ │ ├── index_primary.test
│ │ │ ├── index.result
│ │ │ ├── index.test
│ │ │ ├── index_type_btree.result
│ │ │ ├── index_type_btree.test
│ │ │ ├── index_type_hash.result
│ │ │ ├── index_type_hash.test
│ │ │ ├── insert_delayed.result
│ │ │ ├── insert_delayed.test
│ │ │ ├── insert_high_prio.result
│ │ │ ├── insert_high_prio.test
│ │ │ ├── insert_low_prio.result
│ │ │ ├── insert_low_prio.test
│ │ │ ├── insert.result
│ │ │ ├── insert.test
│ │ │ ├── insert_with_keys.result
│ │ │ ├── insert_with_keys.test
│ │ │ ├── loaddata.result
│ │ │ ├── loaddata.test
│ │ │ ├── lock_concurrent.result
│ │ │ ├── lock_concurrent.test
│ │ │ ├── lock.result
│ │ │ ├── lock.test
│ │ │ ├── mask_engine.inc
│ │ │ ├── misc.result
│ │ │ ├── misc.test
│ │ │ ├── my.cnf
│ │ │ ├── obfuscate.inc
│ │ │ ├── optimize_table.inc
│ │ │ ├── optimize_table.result
│ │ │ ├── optimize_table.test
│ │ │ ├── parts
│ │ │ │ ├── alter_table.result
│ │ │ │ ├── alter_table.test
│ │ │ │ ├── analyze_table.result
│ │ │ │ ├── analyze_table.test
│ │ │ │ ├── checksum_table.result
│ │ │ │ ├── checksum_table.test
│ │ │ │ ├── check_table.result
│ │ │ │ ├── check_table.test
│ │ │ │ ├── create_table.result
│ │ │ │ ├── create_table.test
│ │ │ │ ├── my.cnf
│ │ │ │ ├── optimize_table.result
│ │ │ │ ├── optimize_table.test
│ │ │ │ ├── repair_table.result
│ │ │ │ ├── repair_table.test
│ │ │ │ ├── truncate_table.result
│ │ │ │ └── truncate_table.test
│ │ │ ├── repair_table.inc
│ │ │ ├── repair_table.result
│ │ │ ├── repair_table.test
│ │ │ ├── replace.result
│ │ │ ├── replace.test
│ │ │ ├── se-innodb.out
│ │ │ ├── select_high_prio.result
│ │ │ ├── select_high_prio.test
│ │ │ ├── select.result
│ │ │ ├── select.test
│ │ │ ├── show_engine.result
│ │ │ ├── show_engine.test
│ │ │ ├── show_table_status.result
│ │ │ ├── show_table_status.test
│ │ │ ├── strict_check_errors.inc
│ │ │ ├── tbl_opt_ai.result
│ │ │ ├── tbl_opt_ai.test
│ │ │ ├── tbl_opt_avg_row_length.result
│ │ │ ├── tbl_opt_avg_row_length.test
│ │ │ ├── tbl_opt_checksum.result
│ │ │ ├── tbl_opt_checksum.test
│ │ │ ├── tbl_opt_connection.result
│ │ │ ├── tbl_opt_connection.test
│ │ │ ├── tbl_opt_data_index_dir.result
│ │ │ ├── tbl_opt_data_index_dir.test
│ │ │ ├── tbl_opt_delay_key_write.result
│ │ │ ├── tbl_opt_delay_key_write.test
│ │ │ ├── tbl_opt_insert_method.result
│ │ │ ├── tbl_opt_insert_method.test
│ │ │ ├── tbl_opt_key_block_size.result
│ │ │ ├── tbl_opt_key_block_size.test
│ │ │ ├── tbl_opt_max_rows.result
│ │ │ ├── tbl_opt_max_rows.test
│ │ │ ├── tbl_opt_min_rows.result
│ │ │ ├── tbl_opt_min_rows.test
│ │ │ ├── tbl_opt_pack_keys.result
│ │ │ ├── tbl_opt_pack_keys.test
│ │ │ ├── tbl_opt_password.result
│ │ │ ├── tbl_opt_password.test
│ │ │ ├── tbl_opt_row_format.result
│ │ │ ├── tbl_opt_row_format.test
│ │ │ ├── tbl_opt_union.result
│ │ │ ├── tbl_opt_union.test
│ │ │ ├── tbl_standard_opts.result
│ │ │ ├── tbl_standard_opts.test
│ │ │ ├── tbl_temporary.result
│ │ │ ├── tbl_temporary.test
│ │ │ ├── truncate_table.result
│ │ │ ├── truncate_table.test
│ │ │ ├── trx
│ │ │ │ ├── consistent_snapshot.inc
│ │ │ │ ├── cons_snapshot_repeatable_read.result
│ │ │ │ ├── cons_snapshot_repeatable_read.test
│ │ │ │ ├── cons_snapshot_serializable.result
│ │ │ │ ├── cons_snapshot_serializable.test
│ │ │ │ ├── delete.result
│ │ │ │ ├── delete.test
│ │ │ │ ├── insert.result
│ │ │ │ ├── insert.test
│ │ │ │ ├── level_read_committed.result
│ │ │ │ ├── level_read_committed.test
│ │ │ │ ├── level_read_uncommitted.result
│ │ │ │ ├── level_read_uncommitted.test
│ │ │ │ ├── level_repeatable_read.result
│ │ │ │ ├── level_repeatable_read.test
│ │ │ │ ├── level_serializable.result
│ │ │ │ ├── level_serializable.test
│ │ │ │ ├── my.cnf
│ │ │ │ ├── select_for_update.result
│ │ │ │ ├── select_for_update.test
│ │ │ │ ├── select_lock_in_share_mode.result
│ │ │ │ ├── select_lock_in_share_mode.test
│ │ │ │ ├── support_savepoints.inc
│ │ │ │ ├── support_transactions.inc
│ │ │ │ ├── support_xa.inc
│ │ │ │ ├── transaction_isolation.inc
│ │ │ │ ├── update.result
│ │ │ │ ├── update.test
│ │ │ │ ├── xa_recovery.result
│ │ │ │ ├── xa_recovery.test
│ │ │ │ ├── xa.result
│ │ │ │ └── xa.test
│ │ │ ├── type_binary.inc
│ │ │ ├── type_binary_indexes.result
│ │ │ ├── type_binary_indexes.test
│ │ │ ├── type_binary.result
│ │ │ ├── type_binary.test
│ │ │ ├── type_bit.inc
│ │ │ ├── type_bit_indexes.result
│ │ │ ├── type_bit_indexes.test
│ │ │ ├── type_bit.result
│ │ │ ├── type_bit.test
│ │ │ ├── type_blob.inc
│ │ │ ├── type_blob_indexes.result
│ │ │ ├── type_blob_indexes.test
│ │ │ ├── type_blob.result
│ │ │ ├── type_blob.test
│ │ │ ├── type_bool.inc
│ │ │ ├── type_bool.result
│ │ │ ├── type_bool.test
│ │ │ ├── type_char.inc
│ │ │ ├── type_char_indexes.result
│ │ │ ├── type_char_indexes.test
│ │ │ ├── type_char.result
│ │ │ ├── type_char.test
│ │ │ ├── type_date_time.inc
│ │ │ ├── type_date_time_indexes.result
│ │ │ ├── type_date_time_indexes.test
│ │ │ ├── type_date_time.result
│ │ │ ├── type_date_time.test
│ │ │ ├── type_enum.inc
│ │ │ ├── type_enum_indexes.result
│ │ │ ├── type_enum_indexes.test
│ │ │ ├── type_enum.result
│ │ │ ├── type_enum.test
│ │ │ ├── type_fixed.inc
│ │ │ ├── type_fixed_indexes.result
│ │ │ ├── type_fixed_indexes.test
│ │ │ ├── type_fixed.result
│ │ │ ├── type_fixed.test
│ │ │ ├── type_float.inc
│ │ │ ├── type_float_indexes.result
│ │ │ ├── type_float_indexes.test
│ │ │ ├── type_float.result
│ │ │ ├── type_float.test
│ │ │ ├── type_int.inc
│ │ │ ├── type_int_indexes.result
│ │ │ ├── type_int_indexes.test
│ │ │ ├── type_int.result
│ │ │ ├── type_int.test
│ │ │ ├── type_set.inc
│ │ │ ├── type_set_indexes.result
│ │ │ ├── type_set_indexes.test
│ │ │ ├── type_set.result
│ │ │ ├── type_set.test
│ │ │ ├── type_spatial.inc
│ │ │ ├── type_spatial_indexes.result
│ │ │ ├── type_spatial_indexes.test
│ │ │ ├── type_spatial.result
│ │ │ ├── type_spatial.test
│ │ │ ├── type_text.inc
│ │ │ ├── type_text_indexes.result
│ │ │ ├── type_text_indexes.test
│ │ │ ├── type_text.result
│ │ │ ├── type_text.test
│ │ │ ├── type_varbinary.inc
│ │ │ ├── type_varbinary.result
│ │ │ ├── type_varbinary.test
│ │ │ ├── type_varchar.inc
│ │ │ ├── type_varchar.result
│ │ │ ├── type_varchar.test
│ │ │ ├── unexpected_result.inc
│ │ │ ├── update_ignore.result
│ │ │ ├── update_ignore.test
│ │ │ ├── update_low_prio.result
│ │ │ ├── update_low_prio.test
│ │ │ ├── update_multi.result
│ │ │ ├── update_multi.test
│ │ │ ├── update.result
│ │ │ ├── update.test
│ │ │ ├── update_with_keys.result
│ │ │ ├── update_with_keys.test
│ │ │ ├── vcol.result
│ │ │ └── vcol.test
│ │ ├── stress
│ │ │ ├── include
│ │ │ │ ├── ddl1.inc
│ │ │ │ ├── ddl2.inc
│ │ │ │ ├── ddl3.inc
│ │ │ │ ├── ddl4.inc
│ │ │ │ ├── ddl5.inc
│ │ │ │ ├── ddl6.inc
│ │ │ │ ├── ddl7.inc
│ │ │ │ ├── ddl8.inc
│ │ │ │ ├── ddl.cln
│ │ │ │ └── ddl.pre
│ │ │ ├── r
│ │ │ │ ├── ddl_archive.result
│ │ │ │ ├── ddl_csv.result
│ │ │ │ ├── ddl_innodb.result
│ │ │ │ ├── ddl_memory.result
│ │ │ │ └── ddl_myisam.result
│ │ │ └── t
│ │ │ ├── ddl_archive.test
│ │ │ ├── ddl_csv.test
│ │ │ ├── ddl_innodb.test
│ │ │ ├── ddl_memory.test
│ │ │ ├── ddl_myisam.test
│ │ │ └── wrapper.test
│ │ ├── sys_vars
│ │ │ ├── disabled.def
│ │ │ ├── inc
│ │ │ │ ├── autocommit_func2.inc
│ │ │ │ ├── charset_basic.inc
│ │ │ │ └── collation_basic.inc
│ │ │ ├── r
│ │ │ │ ├── all_vars.result
│ │ │ │ ├── aria_block_size_basic.result
│ │ │ │ ├── aria_checkpoint_interval_basic.result
│ │ │ │ ├── aria_checkpoint_log_activity_basic.result
│ │ │ │ ├── aria_force_start_after_recovery_failures_basic.result
│ │ │ │ ├── aria_group_commit_basic.result
│ │ │ │ ├── aria_group_commit_interval_basic.result
│ │ │ │ ├── aria_log_file_size_basic.result
│ │ │ │ ├── aria_log_purge_type_basic.result
│ │ │ │ ├── aria_max_sort_file_size_basic.result
│ │ │ │ ├── aria_pagecache_age_threshold_basic.result
│ │ │ │ ├── aria_pagecache_buffer_size_basic.result
│ │ │ │ ├── aria_pagecache_division_limit_basic.result
│ │ │ │ ├── aria_pagecache_file_hash_size_basic.result
│ │ │ │ ├── aria_page_checksum_basic.result
│ │ │ │ ├── aria_recover_basic.result
│ │ │ │ ├── aria_repair_threads_basic.result
│ │ │ │ ├── aria_sort_buffer_size_basic.result
│ │ │ │ ├── aria_stats_method_basic.result
│ │ │ │ ├── aria_sync_log_dir_basic.result
│ │ │ │ ├── aria_used_for_temp_tables_basic.result
│ │ │ │ ├── autocommit_basic.result
│ │ │ │ ├── autocommit_func2.result
│ │ │ │ ├── autocommit_func3.result
│ │ │ │ ├── autocommit_func4.result
│ │ │ │ ├── autocommit_func5.result
│ │ │ │ ├── autocommit_func.result
│ │ │ │ ├── auto_increment_increment_basic.result
│ │ │ │ ├── auto_increment_increment_func.result
│ │ │ │ ├── auto_increment_offset_basic.result
│ │ │ │ ├── auto_increment_offset_func.result
│ │ │ │ ├── automatic_sp_privileges_basic.result
│ │ │ │ ├── automatic_sp_privileges_func.result
│ │ │ │ ├── back_log_basic.result
│ │ │ │ ├── basedir_basic.result
│ │ │ │ ├── big_tables_basic.result
│ │ │ │ ├── binlog_annotate_row_events_basic.result
│ │ │ │ ├── binlog_cache_size_basic.result
│ │ │ │ ├── binlog_checksum_basic.result
│ │ │ │ ├── binlog_commit_wait_count_basic.result
│ │ │ │ ├── binlog_commit_wait_usec_basic.result
│ │ │ │ ├── binlog_direct_non_transactional_updates_basic.result
│ │ │ │ ├── binlog_format_basic.result
│ │ │ │ ├── binlog_optimize_thread_scheduling_basic.result
│ │ │ │ ├── binlog_stmt_cache_size_basic.result
│ │ │ │ ├── bulk_insert_buffer_size_basic.result
│ │ │ │ ├── character_set_client_basic.result
│ │ │ │ ├── character_set_client_func.result
│ │ │ │ ├── character_set_connection_basic.result
│ │ │ │ ├── character_set_connection_func.result
│ │ │ │ ├── character_set_database_basic.result
│ │ │ │ ├── character_set_database_func.result
│ │ │ │ ├── character_set_filesystem_basic.result
│ │ │ │ ├── character_set_results_basic.result
│ │ │ │ ├── character_set_results_func.result
│ │ │ │ ├── character_sets_dir_basic.result
│ │ │ │ ├── character_set_server_basic.result
│ │ │ │ ├── character_set_server_func.result
│ │ │ │ ├── character_set_system_basic.result
│ │ │ │ ├── collation_connection_basic.result
│ │ │ │ ├── collation_connection_func.result
│ │ │ │ ├── collation_database_basic.result
│ │ │ │ ├── collation_database_func.result
│ │ │ │ ├── collation_server_basic.result
│ │ │ │ ├── collation_server_func.result
│ │ │ │ ├── completion_type_basic.result
│ │ │ │ ├── completion_type_func.result
│ │ │ │ ├── concurrent_insert_basic.result
│ │ │ │ ├── concurrent_insert_func.result
│ │ │ │ ├── connect_timeout_basic.result
│ │ │ │ ├── datadir_basic.result
│ │ │ │ ├── date_format_basic.result
│ │ │ │ ├── datetime_format_basic.result
│ │ │ │ ├── deadlock_search_depth_long_basic.result
│ │ │ │ ├── deadlock_search_depth_short_basic.result
│ │ │ │ ├── deadlock_timeout_long_basic.result
│ │ │ │ ├── deadlock_timeout_short_basic.result
│ │ │ │ ├── debug_basic.result
│ │ │ │ ├── debug_binlog_fsync_sleep_basic.result
│ │ │ │ ├── debug_crc_break_basic.result
│ │ │ │ ├── debug_dbug_basic.result
│ │ │ │ ├── debug_dbug_func_notembedded.result
│ │ │ │ ├── debug_dbug_func.result
│ │ │ │ ├── debug_no_thread_alarm_basic.result
│ │ │ │ ├── debug_sync_basic.result
│ │ │ │ ├── default_master_connection_basic.result
│ │ │ │ ├── default_regex_flags_basic.result
│ │ │ │ ├── default_storage_engine_basic.result
│ │ │ │ ├── default_week_format_basic.result
│ │ │ │ ├── default_week_format_func.result
│ │ │ │ ├── delayed_insert_limit_basic.result
│ │ │ │ ├── delayed_insert_limit_func.result
│ │ │ │ ├── delayed_insert_timeout_basic.result
│ │ │ │ ├── delayed_queue_size_basic.result
│ │ │ │ ├── delay_key_write_basic.result
│ │ │ │ ├── delay_key_write_func.result
│ │ │ │ ├── div_precision_increment_basic.result
│ │ │ │ ├── div_precision_increment_func.result
│ │ │ │ ├── engine_condition_pushdown_basic.result
│ │ │ │ ├── error_count_basic.result
│ │ │ │ ├── event_scheduler_basic.result
│ │ │ │ ├── expensive_subquery_limit_basic.result
│ │ │ │ ├── expire_logs_days_basic.result
│ │ │ │ ├── external_user_basic.result
│ │ │ │ ├── extra_max_connections_basic.result
│ │ │ │ ├── extra_port_basic.result
│ │ │ │ ├── flush_basic.result
│ │ │ │ ├── flush_time_basic.result
│ │ │ │ ├── foreign_key_checks_basic.result
│ │ │ │ ├── foreign_key_checks_func.result
│ │ │ │ ├── ft_boolean_syntax_basic.result
│ │ │ │ ├── ft_boolean_syntax_func.result
│ │ │ │ ├── ft_max_word_len_basic.result
│ │ │ │ ├── ft_min_word_len_basic.result
│ │ │ │ ├── ft_query_expansion_limit_basic.result
│ │ │ │ ├── ft_stopword_file_basic.result
│ │ │ │ ├── general_log_basic.result
│ │ │ │ ├── general_log_file_basic.result
│ │ │ │ ├── general_log_file_func.result
│ │ │ │ ├── general_log_func.result
│ │ │ │ ├── group_concat_max_len_basic.result
│ │ │ │ ├── group_concat_max_len_func.result
│ │ │ │ ├── gtid_binlog_pos_basic.result
│ │ │ │ ├── gtid_binlog_state_basic.result
│ │ │ │ ├── gtid_current_pos_basic.result
│ │ │ │ ├── gtid_domain_id_basic.result
│ │ │ │ ├── gtid_ignore_duplicates_basic.result
│ │ │ │ ├── gtid_seq_no_basic.result
│ │ │ │ ├── gtid_slave_pos_basic.result
│ │ │ │ ├── gtid_strict_mode_basic.result
│ │ │ │ ├── have_compress_basic.result
│ │ │ │ ├── have_crypt_basic.result
│ │ │ │ ├── have_csv_basic.result
│ │ │ │ ├── have_dynamic_loading_basic.result
│ │ │ │ ├── have_geometry_basic.result
│ │ │ │ ├── have_innodb_basic.result
│ │ │ │ ├── have_ndbcluster_basic.result
│ │ │ │ ├── have_openssl_basic.result
│ │ │ │ ├── have_profiling_basic.result
│ │ │ │ ├── have_query_cache_basic.result
│ │ │ │ ├── have_rtree_keys_basic.result
│ │ │ │ ├── have_ssl_basic.result
│ │ │ │ ├── have_symlink_basic.result
│ │ │ │ ├── histogram_size_basic.result
│ │ │ │ ├── histogram_type_basic.result
│ │ │ │ ├── host_cache_size_basic.result
│ │ │ │ ├── hostname_basic.result
│ │ │ │ ├── identity_basic.result
│ │ │ │ ├── identity_func.result
│ │ │ │ ├── ignore_builtin_innodb_basic.result
│ │ │ │ ├── ignore_db_dirs_basic.result
│ │ │ │ ├── init_connect_basic.result
│ │ │ │ ├── init_file_basic.result
│ │ │ │ ├── init_slave_basic.result
│ │ │ │ ├── innodb_adaptive_flushing_basic.result
│ │ │ │ ├── innodb_adaptive_flushing_lwm_basic.result
│ │ │ │ ├── innodb_adaptive_flushing_method_basic.result
│ │ │ │ ├── innodb_adaptive_hash_index_basic.result
│ │ │ │ ├── innodb_adaptive_hash_index_partitions_basic.result
│ │ │ │ ├── innodb_adaptive_max_sleep_delay_basic.result
│ │ │ │ ├── innodb_additional_mem_pool_size_basic.result
│ │ │ │ ├── innodb_api_bk_commit_interval_basic.result
│ │ │ │ ├── innodb_api_disable_rowlock_basic.result
│ │ │ │ ├── innodb_api_enable_binlog_basic.result
│ │ │ │ ├── innodb_api_enable_mdl_basic.result
│ │ │ │ ├── innodb_api_trx_level_basic.result
│ │ │ │ ├── innodb_autoextend_increment_basic.result
│ │ │ │ ├── innodb_autoinc_lock_mode_basic.result
│ │ │ │ ├── innodb_autoinc_lock_mode_func.result
│ │ │ │ ├── innodb_blocking_buffer_pool_restore_basic.result
│ │ │ │ ├── innodb_buffer_pool_dump_at_shutdown_basic.result
│ │ │ │ ├── innodb_buffer_pool_dump_now_basic.result
│ │ │ │ ├── innodb_buffer_pool_evict_basic.result
│ │ │ │ ├── innodb_buffer_pool_filename_basic.result
│ │ │ │ ├── innodb_buffer_pool_instances_basic.result
│ │ │ │ ├── innodb_buffer_pool_load_abort_basic.result
│ │ │ │ ├── innodb_buffer_pool_load_at_startup_basic.result
│ │ │ │ ├── innodb_buffer_pool_load_now_basic.result
│ │ │ │ ├── innodb_buffer_pool_populate_basic.result
│ │ │ │ ├── innodb_buffer_pool_restore_at_startup_basic.result
│ │ │ │ ├── innodb_buffer_pool_shm_checksum_basic.result
│ │ │ │ ├── innodb_buffer_pool_shm_key_basic.result
│ │ │ │ ├── innodb_buffer_pool_size_basic.result
│ │ │ │ ├── innodb_buf_flush_list_now_basic.result
│ │ │ │ ├── innodb_change_buffering_basic.result
│ │ │ │ ├── innodb_change_buffering_debug_basic.result
│ │ │ │ ├── innodb_change_buffer_max_size_basic.result
│ │ │ │ ├── innodb_checkpoint_age_target_basic.result
│ │ │ │ ├── innodb_checksum_algorithm_basic.result
│ │ │ │ ├── innodb_checksums_basic.result
│ │ │ │ ├── innodb_cleaner_eviction_factor_basic.result
│ │ │ │ ├── innodb_cleaner_flush_chunk_size_basic.result
│ │ │ │ ├── innodb_cleaner_free_list_lwm_basic.result
│ │ │ │ ├── innodb_cleaner_lru_chunk_size_basic.result
│ │ │ │ ├── innodb_cleaner_lsn_age_factor_basic.result
│ │ │ │ ├── innodb_cleaner_max_flush_time_basic.result
│ │ │ │ ├── innodb_cleaner_max_lru_time_basic.result
│ │ │ │ ├── innodb_cmp_per_index_enabled_basic.result
│ │ │ │ ├── innodb_commit_concurrency_basic.result
│ │ │ │ ├── innodb_compression_failure_threshold_pct_basic.result
│ │ │ │ ├── innodb_compression_level_basic.result
│ │ │ │ ├── innodb_compression_pad_pct_max_basic.result
│ │ │ │ ├── innodb_concurrency_tickets_basic.result
│ │ │ │ ├── innodb_corrupt_table_action_basic.result
│ │ │ │ ├── innodb_data_file_path_basic.result
│ │ │ │ ├── innodb_data_home_dir_basic.result
│ │ │ │ ├── innodb_dict_size_limit_basic.result
│ │ │ │ ├── innodb_disable_background_merge_basic.result
│ │ │ │ ├── innodb_disable_sort_file_cache_basic.result
│ │ │ │ ├── innodb_doublewrite_basic.result
│ │ │ │ ├── innodb_doublewrite_batch_size_basic.result
│ │ │ │ ├── innodb_doublewrite_file_basic.result
│ │ │ │ ├── innodb_empty_free_list_algorithm_basic.result
│ │ │ │ ├── innodb_fake_changes_basic.result
│ │ │ │ ├── innodb_fast_checksum_basic.result
│ │ │ │ ├── innodb_fast_shutdown_basic.result
│ │ │ │ ├── innodb_file_format_basic.result
│ │ │ │ ├── innodb_file_format_check_basic.result
│ │ │ │ ├── innodb_file_format_max_basic.result
│ │ │ │ ├── innodb_file_io_threads_basic.result
│ │ │ │ ├── innodb_file_per_table_basic.result
│ │ │ │ ├── innodb_fil_make_page_dirty_debug_basic.result
│ │ │ │ ├── innodb_flush_checkpoint_debug_basic.result
│ │ │ │ ├── innodb_flushing_avg_loops_basic.result
│ │ │ │ ├── innodb_flush_log_at_timeout_basic.result
│ │ │ │ ├── innodb_flush_log_at_trx_commit_basic.result
│ │ │ │ ├── innodb_flush_method_basic.result
│ │ │ │ ├── innodb_flush_neighbor_pages_basic.result
│ │ │ │ ├── innodb_flush_neighbors_basic.result
│ │ │ │ ├── innodb_force_load_corrupted_basic.result
│ │ │ │ ├── innodb_force_recovery_basic.result
│ │ │ │ ├── innodb_force_recovery_crash_basic.result
│ │ │ │ ├── innodb_foreground_preflush_basic.result
│ │ │ │ ├── innodb_ft_aux_table_basic.result
│ │ │ │ ├── innodb_ft_cache_size_basic.result
│ │ │ │ ├── innodb_ft_enable_diag_print_basic.result
│ │ │ │ ├── innodb_ft_enable_stopword_basic.result
│ │ │ │ ├── innodb_ft_max_token_size_basic.result
│ │ │ │ ├── innodb_ft_min_token_size_basic.result
│ │ │ │ ├── innodb_ft_num_word_optimize_basic.result
│ │ │ │ ├── innodb_ft_result_cache_limit_basic.result
│ │ │ │ ├── innodb_ft_server_stopword_table_basic.result
│ │ │ │ ├── innodb_ft_sort_pll_degree_basic.result
│ │ │ │ ├── innodb_ft_total_cache_size_basic.result
│ │ │ │ ├── innodb_ft_user_stopword_table_basic.result
│ │ │ │ ├── innodb_ibuf_accel_rate_basic.result
│ │ │ │ ├── innodb_ibuf_active_contract_basic.result
│ │ │ │ ├── innodb_ibuf_max_size_basic.result
│ │ │ │ ├── innodb_import_table_from_xtrabackup_basic.result
│ │ │ │ ├── innodb_io_capacity_basic.result
│ │ │ │ ├── innodb_io_capacity_max_basic.result
│ │ │ │ ├── innodb_kill_idle_transaction_basic.result
│ │ │ │ ├── innodb_large_prefix_basic.result
│ │ │ │ ├── innodb_lazy_drop_table_basic.result
│ │ │ │ ├── innodb_limit_optimistic_insert_debug_basic.result
│ │ │ │ ├── innodb_locking_fake_changes_basic.result
│ │ │ │ ├── innodb_locks_unsafe_for_binlog_basic.result
│ │ │ │ ├── innodb_lock_wait_timeout_basic.result
│ │ │ │ ├── innodb_log_arch_dir_basic.result
│ │ │ │ ├── innodb_log_arch_expire_sec_basic.result
│ │ │ │ ├── innodb_log_archive_basic.result
│ │ │ │ ├── innodb_log_block_size_basic.result
│ │ │ │ ├── innodb_log_buffer_size_basic.result
│ │ │ │ ├── innodb_log_checkpoint_now_basic.result
│ │ │ │ ├── innodb_log_checksum_algorithm_basic.result
│ │ │ │ ├── innodb_log_compressed_pages_basic.result
│ │ │ │ ├── innodb_log_files_in_group_basic.result
│ │ │ │ ├── innodb_log_file_size_basic.result
│ │ │ │ ├── innodb_log_group_home_dir_basic.result
│ │ │ │ ├── innodb_lru_scan_depth_basic.result
│ │ │ │ ├── innodb_max_bitmap_file_size_basic.result
│ │ │ │ ├── innodb_max_changed_pages_basic.result
│ │ │ │ ├── innodb_max_dirty_pages_pct_basic.result
│ │ │ │ ├── innodb_max_dirty_pages_pct_func.result
│ │ │ │ ├── innodb_max_dirty_pages_pct_lwm_basic.result
│ │ │ │ ├── innodb_max_purge_lag_basic.result
│ │ │ │ ├── innodb_max_purge_lag_delay_basic.result
│ │ │ │ ├── innodb_mirrored_log_groups_basic.result
│ │ │ │ ├── innodb_monitor_disable_basic.result
│ │ │ │ ├── innodb_monitor_enable_basic.result
│ │ │ │ ├── innodb_monitor_reset_all_basic.result
│ │ │ │ ├── innodb_monitor_reset_basic.result
│ │ │ │ ├── innodb_old_blocks_pct_basic.result
│ │ │ │ ├── innodb_old_blocks_time_basic.result
│ │ │ │ ├── innodb_online_alter_log_max_size_basic.result
│ │ │ │ ├── innodb_open_files_basic.result
│ │ │ │ ├── innodb_optimize_fulltext_only_basic.result
│ │ │ │ ├── innodb_page_hash_locks_basic.result
│ │ │ │ ├── innodb_page_size_basic.result
│ │ │ │ ├── innodb_print_all_deadlocks_basic.result
│ │ │ │ ├── innodb_priority_cleaner_basic.result
│ │ │ │ ├── innodb_priority_io_basic.result
│ │ │ │ ├── innodb_priority_master_basic.result
│ │ │ │ ├── innodb_priority_purge_basic.result
│ │ │ │ ├── innodb_purge_batch_size_basic.result
│ │ │ │ ├── innodb_purge_run_now_basic.result
│ │ │ │ ├── innodb_purge_stop_now_basic.result
│ │ │ │ ├── innodb_purge_threads_basic.result
│ │ │ │ ├── innodb_random_read_ahead_basic.result
│ │ │ │ ├── innodb_read_ahead_basic.result
│ │ │ │ ├── innodb_read_ahead_threshold_basic.result
│ │ │ │ ├── innodb_read_io_threads_basic.result
│ │ │ │ ├── innodb_read_only_basic.result
│ │ │ │ ├── innodb_recovery_stats_basic.result
│ │ │ │ ├── innodb_recovery_update_relay_log_basic.result
│ │ │ │ ├── innodb_replication_delay_basic.result
│ │ │ │ ├── innodb_rollback_on_timeout_basic.result
│ │ │ │ ├── innodb_rollback_segments_basic.result
│ │ │ │ ├── innodb_saved_page_number_debug_basic.result
│ │ │ │ ├── innodb_sched_priority_cleaner_basic.result
│ │ │ │ ├── innodb_sched_priority_io_basic.result
│ │ │ │ ├── innodb_sched_priority_master_basic.result
│ │ │ │ ├── innodb_sched_priority_purge_basic.result
│ │ │ │ ├── innodb_show_locks_held_basic.result
│ │ │ │ ├── innodb_show_verbose_locks_basic.result
│ │ │ │ ├── innodb_simulate_comp_failures_basic.result
│ │ │ │ ├── innodb_sort_buffer_size_basic.result
│ │ │ │ ├── innodb_spin_wait_delay_basic.result
│ │ │ │ ├── innodb_stats_auto_recalc_basic.result
│ │ │ │ ├── innodb_stats_auto_update_basic.result
│ │ │ │ ├── innodb_stats_method_basic.result
│ │ │ │ ├── innodb_stats_modified_counter_basic.result
│ │ │ │ ├── innodb_stats_on_metadata_basic.result
│ │ │ │ ├── innodb_stats_persistent_basic.result
│ │ │ │ ├── innodb_stats_persistent_sample_pages_basic.result
│ │ │ │ ├── innodb_stats_sample_pages_basic.result
│ │ │ │ ├── innodb_stats_traditional_basic.result
│ │ │ │ ├── innodb_stats_transient_sample_pages_basic.result
│ │ │ │ ├── innodb_stats_update_need_lock_basic.result
│ │ │ │ ├── innodb_status_output_basic.result
│ │ │ │ ├── innodb_status_output_locks_basic.result
│ │ │ │ ├── innodb_strict_mode_basic.result
│ │ │ │ ├── innodb_support_xa_basic.result
│ │ │ │ ├── innodb_support_xa_func.result
│ │ │ │ ├── innodb_sync_array_size_basic.result
│ │ │ │ ├── innodb_sync_spin_loops_basic.result
│ │ │ │ ├── innodb_table_locks_basic.result
│ │ │ │ ├── innodb_table_locks_func.result
│ │ │ │ ├── innodb_thread_concurrency_basic.result
│ │ │ │ ├── innodb_thread_concurrency_timer_based_basic.result
│ │ │ │ ├── innodb_thread_sleep_delay_basic.result
│ │ │ │ ├── innodb_track_changed_pages_basic.result
│ │ │ │ ├── innodb_track_redo_log_now_basic.result
│ │ │ │ ├── innodb_trx_purge_view_update_only_debug_basic.result
│ │ │ │ ├── innodb_trx_rseg_n_slots_debug_basic.result
│ │ │ │ ├── innodb_undo_directory_basic.result
│ │ │ │ ├── innodb_undo_logs_basic.result
│ │ │ │ ├── innodb_undo_tablespaces_basic.result
│ │ │ │ ├── innodb_use_atomic_writes_basic.result
│ │ │ │ ├── innodb_use_fallocate_basic.result
│ │ │ │ ├── innodb_use_global_flush_log_at_trx_commit_basic.result
│ │ │ │ ├── innodb_use_native_aio_basic.result
│ │ │ │ ├── innodb_use_stacktrace_basic.result
│ │ │ │ ├── innodb_use_sys_malloc_basic.result
│ │ │ │ ├── innodb_use_sys_stats_table_basic.result
│ │ │ │ ├── innodb_version_basic.result
│ │ │ │ ├── innodb_write_io_threads_basic.result
│ │ │ │ ├── insert_id_basic.result
│ │ │ │ ├── insert_id_func.result
│ │ │ │ ├── interactive_timeout_basic.result
│ │ │ │ ├── interactive_timeout_func.result
│ │ │ │ ├── in_transaction_basic.result
│ │ │ │ ├── join_buffer_size_basic.result
│ │ │ │ ├── join_buffer_space_limit_basic.result
│ │ │ │ ├── join_cache_level_basic.result
│ │ │ │ ├── keep_files_on_create_basic.result
│ │ │ │ ├── key_buffer_size_basic.result
│ │ │ │ ├── key_buffer_size_func.result
│ │ │ │ ├── key_cache_age_threshold_basic.result
│ │ │ │ ├── key_cache_block_size_basic.result
│ │ │ │ ├── key_cache_division_limit_basic.result
│ │ │ │ ├── key_cache_file_hash_size_basic.result
│ │ │ │ ├── key_cache_segments_basic.result
│ │ │ │ ├── large_files_support_basic.result
│ │ │ │ ├── large_pages_basic.result
│ │ │ │ ├── large_page_size_basic.result
│ │ │ │ ├── last_gtid_basic.result
│ │ │ │ ├── last_insert_id_basic.result
│ │ │ │ ├── last_insert_id_func.result
│ │ │ │ ├── lc_messages_basic.result
│ │ │ │ ├── lc_messages_dir_basic.result
│ │ │ │ ├── lc_time_names_basic.result
│ │ │ │ ├── lc_time_names_func.result
│ │ │ │ ├── license_basic.result
│ │ │ │ ├── local_infile_basic.result
│ │ │ │ ├── local_infile_func.result
│ │ │ │ ├── locked_in_memory_basic.result
│ │ │ │ ├── lock_wait_timeout_basic.result
│ │ │ │ ├── log_basic.result
│ │ │ │ ├── log_bin_basic.result
│ │ │ │ ├── log_bin_trust_function_creators_basic.result
│ │ │ │ ├── log_bin_trust_function_creators_func.result
│ │ │ │ ├── log_error_basic.result
│ │ │ │ ├── log_error_func2.result
│ │ │ │ ├── log_error_func3.result
│ │ │ │ ├── log_error_func.result
│ │ │ │ ├── log_output_basic.result
│ │ │ │ ├── log_output_func.result
│ │ │ │ ├── log_queries_not_using_indexes_basic.result
│ │ │ │ ├── log_slave_updates_basic.result
│ │ │ │ ├── log_slow_filter_basic.result
│ │ │ │ ├── log_slow_queries_basic.result
│ │ │ │ ├── log_slow_rate_limit_basic.result
│ │ │ │ ├── log_slow_verbosity_basic.result
│ │ │ │ ├── log_warnings_basic.result
│ │ │ │ ├── long_query_time_basic.result
│ │ │ │ ├── lower_case_file_system_basic.result
│ │ │ │ ├── lower_case_table_names_basic.result
│ │ │ │ ├── low_priority_updates_basic.result
│ │ │ │ ├── master_verify_checksum_basic.result
│ │ │ │ ├── max_allowed_packet_basic.result
│ │ │ │ ├── max_allowed_packet_func.result
│ │ │ │ ├── max_binlog_cache_size_basic.result
│ │ │ │ ├── max_binlog_cache_size_func.result
│ │ │ │ ├── max_binlog_size_basic.result
│ │ │ │ ├── max_binlog_stmt_cache_size_basic.result
│ │ │ │ ├── max_connect_errors_basic.result
│ │ │ │ ├── max_connections_basic.result
│ │ │ │ ├── max_delayed_threads_basic.result
│ │ │ │ ├── max_error_count_basic.result
│ │ │ │ ├── max_heap_table_size_basic.result
│ │ │ │ ├── maximum_basic.result
│ │ │ │ ├── max_insert_delayed_threads_basic.result
│ │ │ │ ├── max_join_size_basic.result
│ │ │ │ ├── max_join_size_func.result
│ │ │ │ ├── max_length_for_sort_data_basic.result
│ │ │ │ ├── max_long_data_size_basic.result
│ │ │ │ ├── max_prepared_stmt_count_basic.result
│ │ │ │ ├── max_prepared_stmt_count_func.result
│ │ │ │ ├── max_relay_log_size_basic.result
│ │ │ │ ├── max_seeks_for_key_basic.result
│ │ │ │ ├── max_seeks_for_key_func.result
│ │ │ │ ├── max_sort_length_basic.result
│ │ │ │ ├── max_sort_length_func.result
│ │ │ │ ├── max_sp_recursion_depth_basic.result
│ │ │ │ ├── max_sp_recursion_depth_func.result
│ │ │ │ ├── max_tmp_tables_basic.result
│ │ │ │ ├── max_user_connections-2.result
│ │ │ │ ├── max_user_connections_basic.result
│ │ │ │ ├── max_user_connections_func.result
│ │ │ │ ├── max_write_lock_count_basic.result
│ │ │ │ ├── metadata_locks_cache_size_basic.result
│ │ │ │ ├── metadata_locks_hash_instances_basic.result
│ │ │ │ ├── min_examined_row_limit_basic.result
│ │ │ │ ├── mrr_buffer_size_basic.result
│ │ │ │ ├── multi_range_count_basic.result
│ │ │ │ ├── mutex_deadlock_detector_basic.result
│ │ │ │ ├── myisam_block_size_basic.result
│ │ │ │ ├── myisam_data_pointer_size_basic.result
│ │ │ │ ├── myisam_data_pointer_size_func.result
│ │ │ │ ├── myisam_max_sort_file_size_basic.result
│ │ │ │ ├── myisam_mmap_size_basic.result
│ │ │ │ ├── myisam_recover_options_basic.result
│ │ │ │ ├── myisam_repair_threads_basic.result
│ │ │ │ ├── myisam_sort_buffer_size_basic.result
│ │ │ │ ├── myisam_stats_method_basic.result
│ │ │ │ ├── myisam_stats_method_func.result
│ │ │ │ ├── myisam_use_mmap_basic.result
│ │ │ │ ├── named_pipe_basic.result
│ │ │ │ ├── net_buffer_length_basic.result
│ │ │ │ ├── net_read_timeout_basic.result
│ │ │ │ ├── net_retry_count_basic.result
│ │ │ │ ├── net_write_timeout_basic.result
│ │ │ │ ├── old_alter_table_basic.result
│ │ │ │ ├── old_basic.result
│ │ │ │ ├── old_mode_basic.result
│ │ │ │ ├── old_passwords_basic.result
│ │ │ │ ├── old_passwords_func.result
│ │ │ │ ├── open_files_limit_basic.result
│ │ │ │ ├── optimizer_prune_level_basic.result
│ │ │ │ ├── optimizer_search_depth_basic.result
│ │ │ │ ├── optimizer_selectivity_sampling_limit_basic.result
│ │ │ │ ├── optimizer_switch_basic.result
│ │ │ │ ├── optimizer_use_condition_selectivity_basic.result
│ │ │ │ ├── oqgraph_allow_create_integer_latch_basic.result
│ │ │ │ ├── performance_schema_basic.result
│ │ │ │ ├── pfs_accounts_size_basic.result
│ │ │ │ ├── pfs_digests_size_basic.result
│ │ │ │ ├── pfs_events_stages_history_long_size_basic.result
│ │ │ │ ├── pfs_events_stages_history_size_basic.result
│ │ │ │ ├── pfs_events_statements_history_long_size_basic.result
│ │ │ │ ├── pfs_events_statements_history_size_basic.result
│ │ │ │ ├── pfs_events_waits_history_long_size_basic.result
│ │ │ │ ├── pfs_events_waits_history_size_basic.result
│ │ │ │ ├── pfs_hosts_size_basic.result
│ │ │ │ ├── pfs_max_cond_classes_basic.result
│ │ │ │ ├── pfs_max_cond_instances_basic.result
│ │ │ │ ├── pfs_max_file_classes_basic.result
│ │ │ │ ├── pfs_max_file_handles_basic.result
│ │ │ │ ├── pfs_max_file_instances_basic.result
│ │ │ │ ├── pfs_max_mutex_classes_basic.result
│ │ │ │ ├── pfs_max_mutex_instances_basic.result
│ │ │ │ ├── pfs_max_rwlock_classes_basic.result
│ │ │ │ ├── pfs_max_rwlock_instances_basic.result
│ │ │ │ ├── pfs_max_socket_classes_basic.result
│ │ │ │ ├── pfs_max_socket_instances_basic.result
│ │ │ │ ├── pfs_max_stage_classes_basic.result
│ │ │ │ ├── pfs_max_statement_classes_basic.result
│ │ │ │ ├── pfs_max_table_handles_basic.result
│ │ │ │ ├── pfs_max_table_instances_basic.result
│ │ │ │ ├── pfs_max_thread_classes_basic.result
│ │ │ │ ├── pfs_max_thread_instances_basic.result
│ │ │ │ ├── pfs_session_connect_attrs_size_basic.result
│ │ │ │ ├── pfs_setup_actors_size_basic.result
│ │ │ │ ├── pfs_setup_objects_size_basic.result
│ │ │ │ ├── pfs_users_size_basic.result
│ │ │ │ ├── pid_file_basic.result
│ │ │ │ ├── plugin_dir_basic.result
│ │ │ │ ├── plugin_maturity_basic.result
│ │ │ │ ├── port_basic.result
│ │ │ │ ├── preload_buffer_size_basic.result
│ │ │ │ ├── profiling_basic.result
│ │ │ │ ├── profiling_history_size_basic.result
│ │ │ │ ├── progress_report_time_basic.result
│ │ │ │ ├── protocol_version_basic.result
│ │ │ │ ├── proxy_user_basic.result
│ │ │ │ ├── pseudo_slave_mode_basic.result
│ │ │ │ ├── pseudo_thread_id_basic.result
│ │ │ │ ├── query_alloc_block_size_basic.result
│ │ │ │ ├── query_cache_limit_basic.result
│ │ │ │ ├── query_cache_limit_func.result
│ │ │ │ ├── query_cache_min_res_unit_basic.result
│ │ │ │ ├── query_cache_size_basic.result
│ │ │ │ ├── query_cache_strip_comments_basic.result
│ │ │ │ ├── query_cache_type_basic.result
│ │ │ │ ├── query_cache_type_func.result
│ │ │ │ ├── query_cache_wlock_invalidate_basic.result
│ │ │ │ ├── query_cache_wlock_invalidate_func.result
│ │ │ │ ├── query_prealloc_size_basic.result
│ │ │ │ ├── query_prealloc_size_func.result
│ │ │ │ ├── rand_seed1_basic.result
│ │ │ │ ├── rand_seed2_basic.result
│ │ │ │ ├── range_alloc_block_size_basic.result
│ │ │ │ ├── read_buffer_size_basic.result
│ │ │ │ ├── read_only_basic.result
│ │ │ │ ├── read_only_func.result
│ │ │ │ ├── read_rnd_buffer_size_basic.result
│ │ │ │ ├── relay_log_basic.result
│ │ │ │ ├── relay_log_index_basic.result
│ │ │ │ ├── relay_log_info_file_basic.result
│ │ │ │ ├── relay_log_purge_basic.result
│ │ │ │ ├── relay_log_recovery_basic.result
│ │ │ │ ├── relay_log_space_limit_basic.result
│ │ │ │ ├── replicate_annotate_row_events_basic.result
│ │ │ │ ├── replicate_do_db_basic.result
│ │ │ │ ├── replicate_do_table_basic.result
│ │ │ │ ├── replicate_events_marked_for_skip_basic.result
│ │ │ │ ├── replicate_ignore_db_basic.result
│ │ │ │ ├── replicate_ignore_table_basic.result
│ │ │ │ ├── replicate_wild_do_table_basic.result
│ │ │ │ ├── replicate_wild_ignore_table_basic.result
│ │ │ │ ├── report_host_basic.result
│ │ │ │ ├── report_password_basic.result
│ │ │ │ ├── report_port_basic.result
│ │ │ │ ├── report_user_basic.result
│ │ │ │ ├── rowid_merge_buff_size_basic.result
│ │ │ │ ├── rpl_init_slave_func.result
│ │ │ │ ├── rpl_max_binlog_size_func.result
│ │ │ │ ├── rpl_recovery_rank_basic.result
│ │ │ │ ├── rpl_semi_sync_master_enabled_basic.result
│ │ │ │ ├── rpl_semi_sync_master_timeout_basic.result
│ │ │ │ ├── rpl_semi_sync_master_trace_level_basic.result
│ │ │ │ ├── rpl_semi_sync_master_wait_no_slave_basic.result
│ │ │ │ ├── rpl_semi_sync_slave_enabled_basic.result
│ │ │ │ ├── rpl_semi_sync_slave_trace_level_basic.result
│ │ │ │ ├── secure_auth_basic.result
│ │ │ │ ├── secure_auth_func.result
│ │ │ │ ├── secure_file_priv2.result
│ │ │ │ ├── secure_file_priv_basic.result
│ │ │ │ ├── secure_file_priv.result
│ │ │ │ ├── server_id_basic.result
│ │ │ │ ├── shared_memory_base_name_basic.result
│ │ │ │ ├── shared_memory_basic.result
│ │ │ │ ├── skip_external_locking_basic.result
│ │ │ │ ├── skip_name_resolve_basic.result
│ │ │ │ ├── skip_networking_basic.result
│ │ │ │ ├── skip_replication_basic.result
│ │ │ │ ├── skip_show_database_basic.result
│ │ │ │ ├── slave_allow_batching_basic.result
│ │ │ │ ├── slave_compressed_protocol_basic.result
│ │ │ │ ├── slave_ddl_exec_mode_basic.result
│ │ │ │ ├── slave_domain_parallel_threads_basic.result
│ │ │ │ ├── slave_exec_mode_basic.result
│ │ │ │ ├── slave_load_tmpdir_basic.result
│ │ │ │ ├── slave_max_allowed_packet_basic.result
│ │ │ │ ├── slave_net_timeout_basic.result
│ │ │ │ ├── slave_parallel_max_queued_basic.result
│ │ │ │ ├── slave_parallel_threads_basic.result
│ │ │ │ ├── slave_skip_errors_basic.result
│ │ │ │ ├── slave_sql_verify_checksum_basic.result
│ │ │ │ ├── slave_transaction_retries_basic.result
│ │ │ │ ├── slave_type_conversions_basic.result
│ │ │ │ ├── slow_launch_time_basic.result
│ │ │ │ ├── slow_launch_time_func.result
│ │ │ │ ├── slow_query_log_basic.result
│ │ │ │ ├── slow_query_log_file_basic.result
│ │ │ │ ├── slow_query_log_file_func.result
│ │ │ │ ├── slow_query_log_func.result
│ │ │ │ ├── socket_basic.result
│ │ │ │ ├── sort_buffer_size_basic.result
│ │ │ │ ├── sql_auto_is_null_basic.result
│ │ │ │ ├── sql_big_selects_basic.result
│ │ │ │ ├── sql_big_selects_func.result
│ │ │ │ ├── sql_big_tables_basic.result
│ │ │ │ ├── sql_big_tables_func.result
│ │ │ │ ├── sql_buffer_result_basic.result
│ │ │ │ ├── sql_buffer_result_func.result
│ │ │ │ ├── sql_log_bin_basic.result
│ │ │ │ ├── sql_log_off_basic.result
│ │ │ │ ├── sql_log_off_func.result
│ │ │ │ ├── sql_low_priority_updates_basic.result
│ │ │ │ ├── sql_low_priority_updates_func.result
│ │ │ │ ├── sql_max_join_size_basic.result
│ │ │ │ ├── sql_max_join_size_func.result
│ │ │ │ ├── sql_mode_basic.result
│ │ │ │ ├── sql_mode_func.result
│ │ │ │ ├── sql_notes_basic.result
│ │ │ │ ├── sql_notes_func.result
│ │ │ │ ├── sql_quote_show_create_basic.result
│ │ │ │ ├── sql_quote_show_create_func.result
│ │ │ │ ├── sql_safe_updates_basic.result
│ │ │ │ ├── sql_safe_updates_func.result
│ │ │ │ ├── sql_select_limit_basic.result
│ │ │ │ ├── sql_select_limit_func.result
│ │ │ │ ├── sql_slave_skip_counter_basic.result
│ │ │ │ ├── sql_warnings_basic.result
│ │ │ │ ├── sql_warnings_func.result
│ │ │ │ ├── ssl_ca_basic.result
│ │ │ │ ├── ssl_capath_basic.result
│ │ │ │ ├── ssl_cert_basic.result
│ │ │ │ ├── ssl_cipher_basic.result
│ │ │ │ ├── ssl_crl_basic.result
│ │ │ │ ├── ssl_crlpath_basic.result
│ │ │ │ ├── ssl_key_basic.result
│ │ │ │ ├── storage_engine_basic.result
│ │ │ │ ├── stored_program_cache_basic.result
│ │ │ │ ├── stored_program_cache_func.result
│ │ │ │ ├── sync_binlog_basic.result
│ │ │ │ ├── sync_frm_basic.result
│ │ │ │ ├── sync_master_info_basic.result
│ │ │ │ ├── sync_relay_log_basic.result
│ │ │ │ ├── sync_relay_log_info_basic.result
│ │ │ │ ├── system_time_zone_basic.result
│ │ │ │ ├── table_definition_cache_basic.result
│ │ │ │ ├── table_open_cache_basic.result
│ │ │ │ ├── table_open_cache_instances_basic.result
│ │ │ │ ├── thread_cache_size_basic.result
│ │ │ │ ├── thread_cache_size_func.result
│ │ │ │ ├── thread_concurrency_basic.result
│ │ │ │ ├── thread_handling_basic.result
│ │ │ │ ├── thread_pool_idle_timeout_basic.result
│ │ │ │ ├── thread_pool_max_threads_basic.result
│ │ │ │ ├── thread_pool_min_threads_basic.result
│ │ │ │ ├── thread_pool_oversubscribe_basic.result
│ │ │ │ ├── thread_pool_size_basic.result
│ │ │ │ ├── thread_pool_size_high.result
│ │ │ │ ├── thread_pool_stall_limit_basic.result
│ │ │ │ ├── thread_stack_basic.result
│ │ │ │ ├── timed_mutexes_basic.result
│ │ │ │ ├── time_format_basic.result
│ │ │ │ ├── timestamp_basic.result
│ │ │ │ ├── timestamp_func.result
│ │ │ │ ├── timestamp_sysdate_is_now_func.result
│ │ │ │ ├── time_zone_basic.result
│ │ │ │ ├── time_zone_func.result
│ │ │ │ ├── tmpdir_basic.result
│ │ │ │ ├── tmp_table_size_basic.result
│ │ │ │ ├── transaction_alloc_block_size_basic.result
│ │ │ │ ├── transaction_prealloc_size_basic.result
│ │ │ │ ├── transaction_prealloc_size_bug27322.result
│ │ │ │ ├── tx_isolation_basic.result
│ │ │ │ ├── tx_isolation_func.result
│ │ │ │ ├── tx_read_only_basic.result
│ │ │ │ ├── unique_checks_basic.result
│ │ │ │ ├── updatable_views_with_limit_basic.result
│ │ │ │ ├── updatable_views_with_limit_func.result
│ │ │ │ ├── userstat_basic.result
│ │ │ │ ├── use_stat_tables_basic.result
│ │ │ │ ├── version_basic.result
│ │ │ │ ├── version_comment_basic.result
│ │ │ │ ├── version_compile_machine_basic.result
│ │ │ │ ├── version_compile_os_basic.result
│ │ │ │ ├── version_malloc_library_basic.result
│ │ │ │ ├── wait_timeout_basic.result
│ │ │ │ ├── wait_timeout_func.result
│ │ │ │ └── warning_count_basic.result
│ │ │ └── t
│ │ │ ├── all_vars-master.opt
│ │ │ ├── all_vars.test
│ │ │ ├── aria_block_size_basic.test
│ │ │ ├── aria_checkpoint_interval_basic.test
│ │ │ ├── aria_checkpoint_log_activity_basic.test
│ │ │ ├── aria_force_start_after_recovery_failures_basic.test
│ │ │ ├── aria_group_commit_basic.test
│ │ │ ├── aria_group_commit_interval_basic.test
│ │ │ ├── aria_log_file_size_basic.test
│ │ │ ├── aria_log_purge_type_basic.test
│ │ │ ├── aria_max_sort_file_size_basic.test
│ │ │ ├── aria_pagecache_age_threshold_basic.test
│ │ │ ├── aria_pagecache_buffer_size_basic.test
│ │ │ ├── aria_pagecache_division_limit_basic.test
│ │ │ ├── aria_pagecache_file_hash_size_basic.test
│ │ │ ├── aria_page_checksum_basic.test
│ │ │ ├── aria_recover_basic.test
│ │ │ ├── aria_repair_threads_basic.test
│ │ │ ├── aria_sort_buffer_size_basic.test
│ │ │ ├── aria_stats_method_basic.test
│ │ │ ├── aria_sync_log_dir_basic.test
│ │ │ ├── aria_used_for_temp_tables_basic.test
│ │ │ ├── autocommit_basic.test
│ │ │ ├── autocommit_func2-master.opt
│ │ │ ├── autocommit_func2.test
│ │ │ ├── autocommit_func3-master.opt
│ │ │ ├── autocommit_func3.test
│ │ │ ├── autocommit_func4-master.opt
│ │ │ ├── autocommit_func4.test
│ │ │ ├── autocommit_func5-master.opt
│ │ │ ├── autocommit_func5.test
│ │ │ ├── autocommit_func.test
│ │ │ ├── auto_increment_increment_basic.test
│ │ │ ├── auto_increment_increment_func.test
│ │ │ ├── auto_increment_offset_basic.test
│ │ │ ├── auto_increment_offset_func.test
│ │ │ ├── automatic_sp_privileges_basic.test
│ │ │ ├── automatic_sp_privileges_func.test
│ │ │ ├── back_log_basic.test
│ │ │ ├── basedir_basic.test
│ │ │ ├── big_tables_basic.test
│ │ │ ├── binlog_annotate_row_events_basic.test
│ │ │ ├── binlog_cache_size_basic.test
│ │ │ ├── binlog_checksum_basic.test
│ │ │ ├── binlog_commit_wait_count_basic.test
│ │ │ ├── binlog_commit_wait_usec_basic.test
│ │ │ ├── binlog_direct_non_transactional_updates_basic.test
│ │ │ ├── binlog_format_basic.test
│ │ │ ├── binlog_optimize_thread_scheduling_basic.test
│ │ │ ├── binlog_stmt_cache_size_basic.test
│ │ │ ├── bulk_insert_buffer_size_basic.test
│ │ │ ├── character_set_client_basic.test
│ │ │ ├── character_set_client_func.test
│ │ │ ├── character_set_connection_basic.test
│ │ │ ├── character_set_connection_func.test
│ │ │ ├── character_set_database_basic.test
│ │ │ ├── character_set_database_func.test
│ │ │ ├── character_set_filesystem_basic.test
│ │ │ ├── character_set_filesystem_func-master.opt
│ │ │ ├── character_set_results_basic.test
│ │ │ ├── character_set_results_func.test
│ │ │ ├── character_sets_dir_basic.test
│ │ │ ├── character_set_server_basic.test
│ │ │ ├── character_set_server_func.test
│ │ │ ├── character_set_system_basic.test
│ │ │ ├── collation_connection_basic.test
│ │ │ ├── collation_connection_func.test
│ │ │ ├── collation_database_basic.test
│ │ │ ├── collation_database_func.test
│ │ │ ├── collation_server_basic.test
│ │ │ ├── collation_server_func.test
│ │ │ ├── completion_type_basic.test
│ │ │ ├── completion_type_func.test
│ │ │ ├── concurrent_insert_basic.test
│ │ │ ├── concurrent_insert_func.test
│ │ │ ├── connect_timeout_basic.test
│ │ │ ├── datadir_basic.test
│ │ │ ├── date_format_basic.test
│ │ │ ├── datetime_format_basic.test
│ │ │ ├── deadlock_search_depth_long_basic.test
│ │ │ ├── deadlock_search_depth_short_basic.test
│ │ │ ├── deadlock_timeout_long_basic.test
│ │ │ ├── deadlock_timeout_short_basic.test
│ │ │ ├── debug_basic.test
│ │ │ ├── debug_binlog_fsync_sleep_basic.test
│ │ │ ├── debug_crc_break_basic.test
│ │ │ ├── debug_dbug_basic.test
│ │ │ ├── debug_dbug_func_notembedded.test
│ │ │ ├── debug_dbug_func.test
│ │ │ ├── debug_no_thread_alarm_basic.test
│ │ │ ├── debug_sync_basic.test
│ │ │ ├── default_master_connection_basic.test
│ │ │ ├── default_regex_flags_basic.test
│ │ │ ├── default_storage_engine_basic.test
│ │ │ ├── default_week_format_basic.test
│ │ │ ├── default_week_format_func.test
│ │ │ ├── delayed_insert_limit_basic.test
│ │ │ ├── delayed_insert_limit_func.test
│ │ │ ├── delayed_insert_timeout_basic.test
│ │ │ ├── delayed_queue_size_basic.test
│ │ │ ├── delay_key_write_basic.test
│ │ │ ├── delay_key_write_func-master.opt
│ │ │ ├── delay_key_write_func.test
│ │ │ ├── div_precision_increment_basic.test
│ │ │ ├── div_precision_increment_func.test
│ │ │ ├── error_count_basic.test
│ │ │ ├── event_scheduler_basic.test
│ │ │ ├── expensive_subquery_limit_basic.test
│ │ │ ├── expire_logs_days_basic.test
│ │ │ ├── external_user_basic.test
│ │ │ ├── extra_max_connections_basic.test
│ │ │ ├── extra_port_basic.test
│ │ │ ├── flush_basic.test
│ │ │ ├── flush_time_basic.test
│ │ │ ├── foreign_key_checks_basic.test
│ │ │ ├── foreign_key_checks_func.test
│ │ │ ├── ft_boolean_syntax_basic.test
│ │ │ ├── ft_boolean_syntax_func.test
│ │ │ ├── ft_max_word_len_basic.test
│ │ │ ├── ft_min_word_len_basic.test
│ │ │ ├── ft_query_expansion_limit_basic.test
│ │ │ ├── ft_stopword_file_basic.test
│ │ │ ├── general_log_basic.test
│ │ │ ├── general_log_file_basic-master.opt
│ │ │ ├── general_log_file_basic.test
│ │ │ ├── general_log_file_func-master.opt
│ │ │ ├── general_log_file_func.test
│ │ │ ├── general_log_func.test
│ │ │ ├── group_concat_max_len_basic.test
│ │ │ ├── group_concat_max_len_func.test
│ │ │ ├── gtid_binlog_pos_basic.test
│ │ │ ├── gtid_binlog_state_basic.test
│ │ │ ├── gtid_current_pos_basic.test
│ │ │ ├── gtid_domain_id_basic.test
│ │ │ ├── gtid_ignore_duplicates_basic.test
│ │ │ ├── gtid_seq_no_basic.test
│ │ │ ├── gtid_slave_pos_basic.test
│ │ │ ├── gtid_strict_mode_basic.test
│ │ │ ├── have_compress_basic.test
│ │ │ ├── have_crypt_basic.test
│ │ │ ├── have_dynamic_loading_basic.test
│ │ │ ├── have_geometry_basic.test
│ │ │ ├── have_openssl_basic.test
│ │ │ ├── have_profiling_basic.test
│ │ │ ├── have_query_cache_basic.test
│ │ │ ├── have_rtree_keys_basic.test
│ │ │ ├── have_ssl_basic.test
│ │ │ ├── have_symlink_basic.test
│ │ │ ├── histogram_size_basic.test
│ │ │ ├── histogram_type_basic.test
│ │ │ ├── host_cache_size_basic-master.opt
│ │ │ ├── host_cache_size_basic.test
│ │ │ ├── hostname_basic.test
│ │ │ ├── identity_basic.test
│ │ │ ├── identity_func-master.opt
│ │ │ ├── identity_func.test
│ │ │ ├── ignore_builtin_innodb_basic.test
│ │ │ ├── ignore_db_dirs_basic-master.opt
│ │ │ ├── ignore_db_dirs_basic.test
│ │ │ ├── init_connect_basic.test
│ │ │ ├── init_file_basic.test
│ │ │ ├── init_slave_basic.test
│ │ │ ├── innodb_adaptive_flushing_basic.test
│ │ │ ├── innodb_adaptive_flushing_lwm_basic.test
│ │ │ ├── innodb_adaptive_flushing_method_basic.test
│ │ │ ├── innodb_adaptive_hash_index_basic.test
│ │ │ ├── innodb_adaptive_hash_index_partitions_basic.test
│ │ │ ├── innodb_adaptive_max_sleep_delay_basic.test
│ │ │ ├── innodb_additional_mem_pool_size_basic.test
│ │ │ ├── innodb_api_bk_commit_interval_basic.test
│ │ │ ├── innodb_api_disable_rowlock_basic.test
│ │ │ ├── innodb_api_enable_binlog_basic.test
│ │ │ ├── innodb_api_enable_mdl_basic.test
│ │ │ ├── innodb_api_trx_level_basic.test
│ │ │ ├── innodb_autoextend_increment_basic.test
│ │ │ ├── innodb_autoinc_lock_mode_basic.test
│ │ │ ├── innodb_autoinc_lock_mode_func-master.opt
│ │ │ ├── innodb_autoinc_lock_mode_func.test
│ │ │ ├── innodb_blocking_buffer_pool_restore_basic.test
│ │ │ ├── innodb_buffer_pool_dump_at_shutdown_basic.test
│ │ │ ├── innodb_buffer_pool_dump_now_basic.test
│ │ │ ├── innodb_buffer_pool_evict_basic.test
│ │ │ ├── innodb_buffer_pool_filename_basic.test
│ │ │ ├── innodb_buffer_pool_instances_basic.test
│ │ │ ├── innodb_buffer_pool_load_abort_basic.test
│ │ │ ├── innodb_buffer_pool_load_at_startup_basic.test
│ │ │ ├── innodb_buffer_pool_load_now_basic.test
│ │ │ ├── innodb_buffer_pool_populate_basic.test
│ │ │ ├── innodb_buffer_pool_restore_at_startup_basic.test
│ │ │ ├── innodb_buffer_pool_shm_checksum_basic.test
│ │ │ ├── innodb_buffer_pool_shm_key_basic.test
│ │ │ ├── innodb_buffer_pool_size_basic.test
│ │ │ ├── innodb_buf_flush_list_now_basic.test
│ │ │ ├── innodb_change_buffering_basic.test
│ │ │ ├── innodb_change_buffering_debug_basic.test
│ │ │ ├── innodb_change_buffer_max_size_basic.test
│ │ │ ├── innodb_checkpoint_age_target_basic.test
│ │ │ ├── innodb_checksum_algorithm_basic.test
│ │ │ ├── innodb_checksums_basic.test
│ │ │ ├── innodb_cleaner_eviction_factor_basic.test
│ │ │ ├── innodb_cleaner_flush_chunk_size_basic.test
│ │ │ ├── innodb_cleaner_free_list_lwm_basic.test
│ │ │ ├── innodb_cleaner_lru_chunk_size_basic.test
│ │ │ ├── innodb_cleaner_lsn_age_factor_basic.test
│ │ │ ├── innodb_cleaner_max_flush_time_basic.test
│ │ │ ├── innodb_cleaner_max_lru_time_basic.test
│ │ │ ├── innodb_cmp_per_index_enabled_basic.test
│ │ │ ├── innodb_commit_concurrency_basic.test
│ │ │ ├── innodb_compression_failure_threshold_pct_basic.test
│ │ │ ├── innodb_compression_level_basic.test
│ │ │ ├── innodb_compression_pad_pct_max_basic.test
│ │ │ ├── innodb_concurrency_tickets_basic.test
│ │ │ ├── innodb_corrupt_table_action_basic.test
│ │ │ ├── innodb_data_file_path_basic.test
│ │ │ ├── innodb_data_home_dir_basic.test
│ │ │ ├── innodb_dict_size_limit_basic.test
│ │ │ ├── innodb_disable_background_merge_basic.test
│ │ │ ├── innodb_disable_sort_file_cache_basic.test
│ │ │ ├── innodb_doublewrite_basic.test
│ │ │ ├── innodb_doublewrite_batch_size_basic.test
│ │ │ ├── innodb_doublewrite_file_basic.test
│ │ │ ├── innodb_empty_free_list_algorithm_basic.test
│ │ │ ├── innodb_fake_changes_basic.test
│ │ │ ├── innodb_fast_checksum_basic.test
│ │ │ ├── innodb_fast_shutdown_basic.test
│ │ │ ├── innodb_file_format_basic.test
│ │ │ ├── innodb_file_format_check_basic.test
│ │ │ ├── innodb_file_format_max_basic.test
│ │ │ ├── innodb_file_io_threads_basic.test
│ │ │ ├── innodb_file_per_table_basic.test
│ │ │ ├── innodb_fil_make_page_dirty_debug_basic.test
│ │ │ ├── innodb_flush_checkpoint_debug_basic.test
│ │ │ ├── innodb_flushing_avg_loops_basic.test
│ │ │ ├── innodb_flush_log_at_timeout_basic.test
│ │ │ ├── innodb_flush_log_at_trx_commit_basic.test
│ │ │ ├── innodb_flush_method_basic.test
│ │ │ ├── innodb_flush_neighbor_pages_basic.test
│ │ │ ├── innodb_flush_neighbors_basic.test
│ │ │ ├── innodb_force_load_corrupted_basic.test
│ │ │ ├── innodb_force_recovery_basic.test
│ │ │ ├── innodb_force_recovery_crash_basic.test
│ │ │ ├── innodb_foreground_preflush_basic.test
│ │ │ ├── innodb_ft_aux_table_basic.test
│ │ │ ├── innodb_ft_cache_size_basic.test
│ │ │ ├── innodb_ft_enable_diag_print_basic.test
│ │ │ ├── innodb_ft_enable_stopword_basic.test
│ │ │ ├── innodb_ft_max_token_size_basic.test
│ │ │ ├── innodb_ft_min_token_size_basic.test
│ │ │ ├── innodb_ft_num_word_optimize_basic.test
│ │ │ ├── innodb_ft_result_cache_limit_basic.test
│ │ │ ├── innodb_ft_server_stopword_table_basic.test
│ │ │ ├── innodb_ft_sort_pll_degree_basic.test
│ │ │ ├── innodb_ft_total_cache_size_basic.test
│ │ │ ├── innodb_ft_user_stopword_table_basic.test
│ │ │ ├── innodb_ibuf_accel_rate_basic.test
│ │ │ ├── innodb_ibuf_active_contract_basic.test
│ │ │ ├── innodb_ibuf_max_size_basic.test
│ │ │ ├── innodb_import_table_from_xtrabackup_basic.test
│ │ │ ├── innodb_io_capacity_basic.test
│ │ │ ├── innodb_io_capacity_max_basic.test
│ │ │ ├── innodb_kill_idle_transaction_basic.test
│ │ │ ├── innodb_large_prefix_basic.test
│ │ │ ├── innodb_lazy_drop_table_basic.test
│ │ │ ├── innodb_limit_optimistic_insert_debug_basic.test
│ │ │ ├── innodb_locking_fake_changes_basic.test
│ │ │ ├── innodb_locks_unsafe_for_binlog_basic.test
│ │ │ ├── innodb_lock_wait_timeout_basic.test
│ │ │ ├── innodb_log_arch_dir_basic.test
│ │ │ ├── innodb_log_arch_expire_sec_basic.test
│ │ │ ├── innodb_log_archive_basic.test
│ │ │ ├── innodb_log_block_size_basic.test
│ │ │ ├── innodb_log_buffer_size_basic.test
│ │ │ ├── innodb_log_checkpoint_now_basic.test
│ │ │ ├── innodb_log_checksum_algorithm_basic.test
│ │ │ ├── innodb_log_compressed_pages_basic.test
│ │ │ ├── innodb_log_files_in_group_basic.test
│ │ │ ├── innodb_log_file_size_basic.test
│ │ │ ├── innodb_log_group_home_dir_basic.test
│ │ │ ├── innodb_lru_scan_depth_basic.test
│ │ │ ├── innodb_max_bitmap_file_size_basic.test
│ │ │ ├── innodb_max_changed_pages_basic.test
│ │ │ ├── innodb_max_dirty_pages_pct_basic.test
│ │ │ ├── innodb_max_dirty_pages_pct_func.test
│ │ │ ├── innodb_max_dirty_pages_pct_lwm_basic.test
│ │ │ ├── innodb_max_purge_lag_basic.test
│ │ │ ├── innodb_max_purge_lag_delay_basic.test
│ │ │ ├── innodb_mirrored_log_groups_basic.test
│ │ │ ├── innodb_monitor_disable_basic.test
│ │ │ ├── innodb_monitor_enable_basic.test
│ │ │ ├── innodb_monitor_reset_all_basic.test
│ │ │ ├── innodb_monitor_reset_basic.test
│ │ │ ├── innodb_old_blocks_pct_basic.test
│ │ │ ├── innodb_old_blocks_time_basic.test
│ │ │ ├── innodb_online_alter_log_max_size_basic.test
│ │ │ ├── innodb_open_files_basic.test
│ │ │ ├── innodb_optimize_fulltext_only_basic.test
│ │ │ ├── innodb_page_hash_locks_basic.test
│ │ │ ├── innodb_page_size_basic.test
│ │ │ ├── innodb_print_all_deadlocks_basic.test
│ │ │ ├── innodb_priority_cleaner_basic.test
│ │ │ ├── innodb_priority_io_basic.test
│ │ │ ├── innodb_priority_master_basic.test
│ │ │ ├── innodb_priority_purge_basic.test
│ │ │ ├── innodb_purge_batch_size_basic.test
│ │ │ ├── innodb_purge_run_now_basic.test
│ │ │ ├── innodb_purge_stop_now_basic.test
│ │ │ ├── innodb_purge_threads_basic.test
│ │ │ ├── innodb_random_read_ahead_basic.test
│ │ │ ├── innodb_read_ahead_basic.test
│ │ │ ├── innodb_read_ahead_threshold_basic.test
│ │ │ ├── innodb_read_io_threads_basic.test
│ │ │ ├── innodb_read_only_basic.test
│ │ │ ├── innodb_recovery_stats_basic.test
│ │ │ ├── innodb_recovery_update_relay_log_basic.test
│ │ │ ├── innodb_replication_delay_basic.test
│ │ │ ├── innodb_rollback_on_timeout_basic.test
│ │ │ ├── innodb_rollback_segments_basic.test
│ │ │ ├── innodb_saved_page_number_debug_basic.test
│ │ │ ├── innodb_sched_priority_cleaner_basic.test
│ │ │ ├── innodb_sched_priority_io_basic.test
│ │ │ ├── innodb_sched_priority_master_basic.test
│ │ │ ├── innodb_sched_priority_purge_basic.test
│ │ │ ├── innodb_show_locks_held_basic.test
│ │ │ ├── innodb_show_verbose_locks_basic.test
│ │ │ ├── innodb_simulate_comp_failures_basic.test
│ │ │ ├── innodb_sort_buffer_size_basic.test
│ │ │ ├── innodb_spin_wait_delay_basic.test
│ │ │ ├── innodb_stats_auto_recalc_basic.test
│ │ │ ├── innodb_stats_auto_update_basic.test
│ │ │ ├── innodb_stats_method_basic.test
│ │ │ ├── innodb_stats_modified_counter_basic.test
│ │ │ ├── innodb_stats_on_metadata_basic.test
│ │ │ ├── innodb_stats_persistent_basic.test
│ │ │ ├── innodb_stats_persistent_sample_pages_basic.test
│ │ │ ├── innodb_stats_sample_pages_basic.test
│ │ │ ├── innodb_stats_traditional_basic.test
│ │ │ ├── innodb_stats_transient_sample_pages_basic.test
│ │ │ ├── innodb_stats_update_need_lock_basic.test
│ │ │ ├── innodb_status_output_basic.test
│ │ │ ├── innodb_status_output_locks_basic.test
│ │ │ ├── innodb_strict_mode_basic.test
│ │ │ ├── innodb_support_xa_basic.test
│ │ │ ├── innodb_support_xa_func.test
│ │ │ ├── innodb_sync_array_size_basic.test
│ │ │ ├── innodb_sync_spin_loops_basic.test
│ │ │ ├── innodb_table_locks_basic.test
│ │ │ ├── innodb_table_locks_func.test
│ │ │ ├── innodb_thread_concurrency_basic.test
│ │ │ ├── innodb_thread_concurrency_timer_based_basic.test
│ │ │ ├── innodb_thread_sleep_delay_basic.test
│ │ │ ├── innodb_track_changed_pages_basic.test
│ │ │ ├── innodb_track_redo_log_now_basic.test
│ │ │ ├── innodb_trx_purge_view_update_only_debug_basic.test
│ │ │ ├── innodb_trx_rseg_n_slots_debug_basic.test
│ │ │ ├── innodb_undo_directory_basic.test
│ │ │ ├── innodb_undo_logs_basic.test
│ │ │ ├── innodb_undo_tablespaces_basic.test
│ │ │ ├── innodb_use_atomic_writes_basic.test
│ │ │ ├── innodb_use_fallocate_basic.test
│ │ │ ├── innodb_use_global_flush_log_at_trx_commit_basic.test
│ │ │ ├── innodb_use_native_aio_basic.test
│ │ │ ├── innodb_use_stacktrace_basic.test
│ │ │ ├── innodb_use_sys_malloc_basic.test
│ │ │ ├── innodb_use_sys_stats_table_basic.test
│ │ │ ├── innodb_version_basic.test
│ │ │ ├── innodb_write_io_threads_basic.test
│ │ │ ├── insert_id_basic.test
│ │ │ ├── insert_id_func.test
│ │ │ ├── interactive_timeout_basic.test
│ │ │ ├── interactive_timeout_func.test
│ │ │ ├── in_transaction_basic.test
│ │ │ ├── join_buffer_size_basic.test
│ │ │ ├── join_buffer_space_limit_basic.test
│ │ │ ├── join_cache_level_basic.test
│ │ │ ├── keep_files_on_create_basic.test
│ │ │ ├── key_buffer_size_basic.test
│ │ │ ├── key_buffer_size_func.test
│ │ │ ├── key_cache_age_threshold_basic.test
│ │ │ ├── key_cache_block_size_basic.test
│ │ │ ├── key_cache_division_limit_basic.test
│ │ │ ├── key_cache_file_hash_size_basic.test
│ │ │ ├── key_cache_segments_basic.test
│ │ │ ├── large_files_support_basic.test
│ │ │ ├── large_pages_basic.test
│ │ │ ├── large_page_size_basic.test
│ │ │ ├── last_gtid_basic.test
│ │ │ ├── last_insert_id_basic.test
│ │ │ ├── last_insert_id_func-master.opt
│ │ │ ├── last_insert_id_func.test
│ │ │ ├── lc_messages_basic.test
│ │ │ ├── lc_messages_dir_basic.test
│ │ │ ├── lc_time_names_basic.test
│ │ │ ├── lc_time_names_func.test
│ │ │ ├── license_basic.test
│ │ │ ├── local_infile_basic.test
│ │ │ ├── local_infile_func.test
│ │ │ ├── locked_in_memory_basic.test
│ │ │ ├── lock_wait_timeout_basic.test
│ │ │ ├── log_bin_basic.test
│ │ │ ├── log_bin_trust_function_creators_basic.test
│ │ │ ├── log_bin_trust_function_creators_func.test
│ │ │ ├── log_error_basic.test
│ │ │ ├── log_error_func2.cnf
│ │ │ ├── log_error_func2.test
│ │ │ ├── log_error_func3.test
│ │ │ ├── log_error_func.cnf
│ │ │ ├── log_error_func.test
│ │ │ ├── log_output_basic.test
│ │ │ ├── log_output_func.test
│ │ │ ├── log_queries_not_using_indexes_basic.test
│ │ │ ├── log_slave_updates_basic.test
│ │ │ ├── log_slow_filter_basic.test
│ │ │ ├── log_slow_rate_limit_basic.test
│ │ │ ├── log_slow_verbosity_basic.test
│ │ │ ├── log_warnings_basic.test
│ │ │ ├── long_query_time_basic.test
│ │ │ ├── lower_case_file_system_basic.test
│ │ │ ├── lower_case_table_names_basic.test
│ │ │ ├── low_priority_updates_basic.test
│ │ │ ├── master_verify_checksum_basic.test
│ │ │ ├── max_allowed_packet_basic.test
│ │ │ ├── max_allowed_packet_func.test
│ │ │ ├── max_binlog_cache_size_basic.test
│ │ │ ├── max_binlog_size_basic.test
│ │ │ ├── max_binlog_stmt_cache_size_basic.test
│ │ │ ├── max_connect_errors_basic.test
│ │ │ ├── max_connections_basic.test
│ │ │ ├── max_delayed_threads_basic.test
│ │ │ ├── max_error_count_basic.test
│ │ │ ├── max_heap_table_size_basic.test
│ │ │ ├── maximum_basic-master.opt
│ │ │ ├── maximum_basic.test
│ │ │ ├── max_insert_delayed_threads_basic.test
│ │ │ ├── max_join_size_basic.test
│ │ │ ├── max_join_size_func.test
│ │ │ ├── max_length_for_sort_data_basic.test
│ │ │ ├── max_long_data_size_basic.test
│ │ │ ├── max_prepared_stmt_count_basic.test
│ │ │ ├── max_prepared_stmt_count_func.test
│ │ │ ├── max_relay_log_size_basic.test
│ │ │ ├── max_seeks_for_key_basic.test
│ │ │ ├── max_seeks_for_key_func.test
│ │ │ ├── max_sort_length_basic.test
│ │ │ ├── max_sort_length_func.test
│ │ │ ├── max_sp_recursion_depth_basic.test
│ │ │ ├── max_sp_recursion_depth_func.test
│ │ │ ├── max_tmp_tables_basic.test
│ │ │ ├── max_user_connections-2.test
│ │ │ ├── max_user_connections_basic-master.opt
│ │ │ ├── max_user_connections_basic.test
│ │ │ ├── max_user_connections_func-master.opt
│ │ │ ├── max_user_connections_func.test
│ │ │ ├── max_write_lock_count_basic.test
│ │ │ ├── metadata_locks_cache_size_basic-master.opt
│ │ │ ├── metadata_locks_cache_size_basic.test
│ │ │ ├── metadata_locks_hash_instances_basic.test
│ │ │ ├── min_examined_row_limit_basic.test
│ │ │ ├── mrr_buffer_size_basic.test
│ │ │ ├── multi_range_count_basic.test
│ │ │ ├── mutex_deadlock_detector_basic.test
│ │ │ ├── myisam_block_size_basic.test
│ │ │ ├── myisam_data_pointer_size_basic.test
│ │ │ ├── myisam_data_pointer_size_func-master.opt
│ │ │ ├── myisam_data_pointer_size_func.test
│ │ │ ├── myisam_max_sort_file_size_basic.test
│ │ │ ├── myisam_mmap_size_basic.test
│ │ │ ├── myisam_recover_options_basic.test
│ │ │ ├── myisam_repair_threads_basic.test
│ │ │ ├── myisam_sort_buffer_size_basic.test
│ │ │ ├── myisam_stats_method_basic.test
│ │ │ ├── myisam_stats_method_func.test
│ │ │ ├── myisam_use_mmap_basic.test
│ │ │ ├── named_pipe_basic.test
│ │ │ ├── net_buffer_length_basic.test
│ │ │ ├── net_read_timeout_basic.test
│ │ │ ├── net_retry_count_basic.test
│ │ │ ├── net_write_timeout_basic.test
│ │ │ ├── old_alter_table_basic.test
│ │ │ ├── old_basic.test
│ │ │ ├── old_mode_basic.test
│ │ │ ├── old_passwords_basic.test
│ │ │ ├── old_passwords_func.test
│ │ │ ├── open_files_limit_basic.test
│ │ │ ├── optimizer_prune_level_basic.test
│ │ │ ├── optimizer_search_depth_basic.test
│ │ │ ├── optimizer_selectivity_sampling_limit_basic.test
│ │ │ ├── optimizer_switch_basic.test
│ │ │ ├── optimizer_use_condition_selectivity_basic.test
│ │ │ ├── oqgraph_allow_create_integer_latch_basic.test
│ │ │ ├── performance_schema_basic-master.opt
│ │ │ ├── performance_schema_basic.test
│ │ │ ├── pfs_accounts_size_basic-master.opt
│ │ │ ├── pfs_accounts_size_basic.test
│ │ │ ├── pfs_digests_size_basic.test
│ │ │ ├── pfs_digests_size-master_basic.opt
│ │ │ ├── pfs_events_stages_history_long_size_basic-master.opt
│ │ │ ├── pfs_events_stages_history_long_size_basic.test
│ │ │ ├── pfs_events_stages_history_size_basic-master.opt
│ │ │ ├── pfs_events_stages_history_size_basic.test
│ │ │ ├── pfs_events_statements_history_long_size_basic-master.opt
│ │ │ ├── pfs_events_statements_history_long_size_basic.test
│ │ │ ├── pfs_events_statements_history_size_basic-master.opt
│ │ │ ├── pfs_events_statements_history_size_basic.test
│ │ │ ├── pfs_events_waits_history_long_size_basic-master.opt
│ │ │ ├── pfs_events_waits_history_long_size_basic.test
│ │ │ ├── pfs_events_waits_history_size_basic-master.opt
│ │ │ ├── pfs_events_waits_history_size_basic.test
│ │ │ ├── pfs_hosts_size_basic-master.opt
│ │ │ ├── pfs_hosts_size_basic.test
│ │ │ ├── pfs_max_cond_classes_basic-master.opt
│ │ │ ├── pfs_max_cond_classes_basic.test
│ │ │ ├── pfs_max_cond_instances_basic-master.opt
│ │ │ ├── pfs_max_cond_instances_basic.test
│ │ │ ├── pfs_max_file_classes_basic-master.opt
│ │ │ ├── pfs_max_file_classes_basic.test
│ │ │ ├── pfs_max_file_handles_basic-master.opt
│ │ │ ├── pfs_max_file_handles_basic.test
│ │ │ ├── pfs_max_file_instances_basic-master.opt
│ │ │ ├── pfs_max_file_instances_basic.test
│ │ │ ├── pfs_max_mutex_classes_basic-master.opt
│ │ │ ├── pfs_max_mutex_classes_basic.test
│ │ │ ├── pfs_max_mutex_instances_basic-master.opt
│ │ │ ├── pfs_max_mutex_instances_basic.test
│ │ │ ├── pfs_max_rwlock_classes_basic-master.opt
│ │ │ ├── pfs_max_rwlock_classes_basic.test
│ │ │ ├── pfs_max_rwlock_instances_basic-master.opt
│ │ │ ├── pfs_max_rwlock_instances_basic.test
│ │ │ ├── pfs_max_socket_classes_basic-master.opt
│ │ │ ├── pfs_max_socket_classes_basic.test
│ │ │ ├── pfs_max_socket_instances_basic-master.opt
│ │ │ ├── pfs_max_socket_instances_basic.test
│ │ │ ├── pfs_max_stage_classes_basic-master.opt
│ │ │ ├── pfs_max_stage_classes_basic.test
│ │ │ ├── pfs_max_statement_classes_basic-master.opt
│ │ │ ├── pfs_max_statement_classes_basic.test
│ │ │ ├── pfs_max_table_handles_basic-master.opt
│ │ │ ├── pfs_max_table_handles_basic.test
│ │ │ ├── pfs_max_table_instances_basic-master.opt
│ │ │ ├── pfs_max_table_instances_basic.test
│ │ │ ├── pfs_max_thread_classes_basic-master.opt
│ │ │ ├── pfs_max_thread_classes_basic.test
│ │ │ ├── pfs_max_thread_instances_basic-master.opt
│ │ │ ├── pfs_max_thread_instances_basic.test
│ │ │ ├── pfs_session_connect_attrs_size_basic-master.opt
│ │ │ ├── pfs_session_connect_attrs_size_basic.test
│ │ │ ├── pfs_setup_actors_size_basic-master.opt
│ │ │ ├── pfs_setup_actors_size_basic.test
│ │ │ ├── pfs_setup_objects_size_basic-master.opt
│ │ │ ├── pfs_setup_objects_size_basic.test
│ │ │ ├── pfs_users_size_basic-master.opt
│ │ │ ├── pfs_users_size_basic.test
│ │ │ ├── pid_file_basic.test
│ │ │ ├── plugin_dir_basic-master.opt
│ │ │ ├── plugin_dir_basic.test
│ │ │ ├── plugin_maturity_basic.test
│ │ │ ├── port_basic.test
│ │ │ ├── preload_buffer_size_basic.test
│ │ │ ├── profiling_basic.test
│ │ │ ├── profiling_history_size_basic.test
│ │ │ ├── progress_report_time_basic.test
│ │ │ ├── protocol_version_basic.test
│ │ │ ├── proxy_user_basic.test
│ │ │ ├── pseudo_slave_mode_basic.test
│ │ │ ├── pseudo_thread_id_basic.test
│ │ │ ├── query_alloc_block_size_basic.test
│ │ │ ├── query_cache_limit_basic.test
│ │ │ ├── query_cache_limit_func.test
│ │ │ ├── query_cache_min_res_unit_basic.test
│ │ │ ├── query_cache_size_basic.test
│ │ │ ├── query_cache_strip_comments_basic.test
│ │ │ ├── query_cache_type_basic.test
│ │ │ ├── query_cache_type_func.test
│ │ │ ├── query_cache_wlock_invalidate_basic.test
│ │ │ ├── query_cache_wlock_invalidate_func.test
│ │ │ ├── query_prealloc_size_basic.test
│ │ │ ├── query_prealloc_size_func.test
│ │ │ ├── rand_seed1_basic.test
│ │ │ ├── rand_seed2_basic.test
│ │ │ ├── range_alloc_block_size_basic.test
│ │ │ ├── read_buffer_size_basic.test
│ │ │ ├── read_only_basic.test
│ │ │ ├── read_only_func.test
│ │ │ ├── read_rnd_buffer_size_basic.test
│ │ │ ├── relay_log_basic.test
│ │ │ ├── relay_log_index_basic.test
│ │ │ ├── relay_log_info_file_basic.test
│ │ │ ├── relay_log_purge_basic.test
│ │ │ ├── relay_log_recovery_basic.test
│ │ │ ├── relay_log_space_limit_basic.test
│ │ │ ├── replicate_annotate_row_events_basic.test
│ │ │ ├── replicate_do_db_basic.test
│ │ │ ├── replicate_do_table_basic.test
│ │ │ ├── replicate_events_marked_for_skip_basic.test
│ │ │ ├── replicate_ignore_db_basic.test
│ │ │ ├── replicate_ignore_table_basic.test
│ │ │ ├── replicate_wild_do_table_basic.test
│ │ │ ├── replicate_wild_ignore_table_basic.test
│ │ │ ├── report_host_basic.test
│ │ │ ├── report_password_basic.test
│ │ │ ├── report_port_basic.test
│ │ │ ├── report_user_basic.test
│ │ │ ├── rowid_merge_buff_size_basic.test
│ │ │ ├── rpl_init_slave_func.test
│ │ │ ├── rpl_max_binlog_size_func-master.opt
│ │ │ ├── rpl_max_binlog_size_func.test
│ │ │ ├── rpl_recovery_rank_basic.test
│ │ │ ├── rpl_semi_sync_master_enabled_basic.test
│ │ │ ├── rpl_semi_sync_master_timeout_basic.test
│ │ │ ├── rpl_semi_sync_master_trace_level_basic.test
│ │ │ ├── rpl_semi_sync_master_wait_no_slave_basic.test
│ │ │ ├── rpl_semi_sync_slave_enabled_basic.test
│ │ │ ├── rpl_semi_sync_slave_trace_level_basic.test
│ │ │ ├── secure_auth_basic.test
│ │ │ ├── secure_auth_func-master.opt
│ │ │ ├── secure_auth_func.test
│ │ │ ├── secure_file_priv2-master.opt
│ │ │ ├── secure_file_priv2.test
│ │ │ ├── secure_file_priv_basic.test
│ │ │ ├── secure_file_priv-master.opt
│ │ │ ├── secure_file_priv.test
│ │ │ ├── server_id_basic.test
│ │ │ ├── shared_memory_base_name_basic.test
│ │ │ ├── shared_memory_basic.test
│ │ │ ├── skip_external_locking_basic.test
│ │ │ ├── skip_name_resolve_basic-master.opt
│ │ │ ├── skip_name_resolve_basic.test
│ │ │ ├── skip_networking_basic.test
│ │ │ ├── skip_replication_basic.test
│ │ │ ├── skip_show_database_basic.test
│ │ │ ├── slave_allow_batching_basic.test
│ │ │ ├── slave_compressed_protocol_basic.test
│ │ │ ├── slave_ddl_exec_mode_basic.test
│ │ │ ├── slave_domain_parallel_threads_basic.test
│ │ │ ├── slave_exec_mode_basic.test
│ │ │ ├── slave_load_tmpdir_basic.test
│ │ │ ├── slave_max_allowed_packet_basic.test
│ │ │ ├── slave_net_timeout_basic.test
│ │ │ ├── slave_parallel_max_queued_basic.test
│ │ │ ├── slave_parallel_threads_basic.test
│ │ │ ├── slave_skip_errors_basic.test
│ │ │ ├── slave_sql_verify_checksum_basic.test
│ │ │ ├── slave_transaction_retries_basic.test
│ │ │ ├── slave_type_conversions_basic.test
│ │ │ ├── slow_launch_time_basic.test
│ │ │ ├── slow_launch_time_func.test
│ │ │ ├── slow_query_log_basic.test
│ │ │ ├── slow_query_log_file_basic-master.opt
│ │ │ ├── slow_query_log_file_basic.test
│ │ │ ├── slow_query_log_file_func-master.opt
│ │ │ ├── slow_query_log_file_func.test
│ │ │ ├── slow_query_log_func.test
│ │ │ ├── socket_basic.test
│ │ │ ├── sort_buffer_size_basic.test
│ │ │ ├── sql_auto_is_null_basic.test
│ │ │ ├── sql_big_selects_basic.test
│ │ │ ├── sql_big_selects_func.test
│ │ │ ├── sql_buffer_result_basic.test
│ │ │ ├── sql_buffer_result_func.test
│ │ │ ├── sql_log_bin_basic.test
│ │ │ ├── sql_log_off_basic.test
│ │ │ ├── sql_log_off_func-master.opt
│ │ │ ├── sql_log_off_func.test
│ │ │ ├── sql_low_priority_updates_func.test
│ │ │ ├── sql_mode_basic.test
│ │ │ ├── sql_mode_func.test
│ │ │ ├── sql_notes_basic.test
│ │ │ ├── sql_notes_func.test
│ │ │ ├── sql_quote_show_create_basic.test
│ │ │ ├── sql_quote_show_create_func.test
│ │ │ ├── sql_safe_updates_basic.test
│ │ │ ├── sql_safe_updates_func.test
│ │ │ ├── sql_select_limit_basic.test
│ │ │ ├── sql_select_limit_func.test
│ │ │ ├── sql_slave_skip_counter_basic.test
│ │ │ ├── sql_warnings_basic.test
│ │ │ ├── sql_warnings_func.test
│ │ │ ├── ssl_ca_basic.test
│ │ │ ├── ssl_capath_basic.test
│ │ │ ├── ssl_cert_basic.test
│ │ │ ├── ssl_cipher_basic.test
│ │ │ ├── ssl_crl_basic.test
│ │ │ ├── ssl_crlpath_basic.test
│ │ │ ├── ssl_key_basic.test
│ │ │ ├── storage_engine_basic-master.opt
│ │ │ ├── storage_engine_basic.test
│ │ │ ├── stored_program_cache_basic.test
│ │ │ ├── stored_program_cache_func.test
│ │ │ ├── sync_binlog_basic.test
│ │ │ ├── sync_frm_basic.test
│ │ │ ├── sync_master_info_basic.test
│ │ │ ├── sync_relay_log_basic.test
│ │ │ ├── sync_relay_log_info_basic.test
│ │ │ ├── system_time_zone_basic.test
│ │ │ ├── table_definition_cache_basic.test
│ │ │ ├── table_open_cache_basic.test
│ │ │ ├── table_open_cache_instances_basic.test
│ │ │ ├── thread_cache_size_basic.test
│ │ │ ├── thread_cache_size_func.test
│ │ │ ├── thread_concurrency_basic.test
│ │ │ ├── thread_handling_basic.test
│ │ │ ├── thread_pool_idle_timeout_basic.test
│ │ │ ├── thread_pool_max_threads_basic.test
│ │ │ ├── thread_pool_min_threads_basic.test
│ │ │ ├── thread_pool_oversubscribe_basic.test
│ │ │ ├── thread_pool_size_basic.opt
│ │ │ ├── thread_pool_size_basic.test
│ │ │ ├── thread_pool_size_high.opt
│ │ │ ├── thread_pool_size_high.test
│ │ │ ├── thread_pool_stall_limit_basic.test
│ │ │ ├── thread_stack_basic.test
│ │ │ ├── timed_mutexes_basic.test
│ │ │ ├── time_format_basic.test
│ │ │ ├── timestamp_basic.test
│ │ │ ├── timestamp_func.test
│ │ │ ├── timestamp_sysdate_is_now_func-master.opt
│ │ │ ├── timestamp_sysdate_is_now_func.test
│ │ │ ├── time_zone_basic.test
│ │ │ ├── time_zone_func.test
│ │ │ ├── tmpdir_basic.test
│ │ │ ├── tmp_table_size_basic.test
│ │ │ ├── transaction_alloc_block_size_basic.test
│ │ │ ├── transaction_prealloc_size_basic.test
│ │ │ ├── transaction_prealloc_size_bug27322.test
│ │ │ ├── tx_isolation_basic.test
│ │ │ ├── tx_isolation_func-master.opt
│ │ │ ├── tx_isolation_func.test
│ │ │ ├── tx_read_only_basic.test
│ │ │ ├── unique_checks_basic.test
│ │ │ ├── updatable_views_with_limit_basic.test
│ │ │ ├── updatable_views_with_limit_func.test
│ │ │ ├── userstat_basic.test
│ │ │ ├── use_stat_tables_basic.test
│ │ │ ├── version_basic.test
│ │ │ ├── version_comment_basic.test
│ │ │ ├── version_compile_machine_basic.test
│ │ │ ├── version_compile_os_basic.test
│ │ │ ├── version_malloc_library_basic.test
│ │ │ ├── wait_timeout_basic.test
│ │ │ ├── wait_timeout_func.test
│ │ │ └── warning_count_basic.test
│ │ ├── unit
│ │ │ ├── my.cnf
│ │ │ └── suite.pm
│ │ └── vcol
│ │ ├── inc
│ │ │ ├── vcol_blocked_sql_funcs_main.inc
│ │ │ ├── vcol_cleanup.inc
│ │ │ ├── vcol_column_def_options.inc
│ │ │ ├── vcol_dependancies_on_vcol.inc
│ │ │ ├── vcol_handler.inc
│ │ │ ├── vcol_init_vars.pre
│ │ │ ├── vcol_ins_upd.inc
│ │ │ ├── vcol_keys.inc
│ │ │ ├── vcol_non_stored_columns.inc
│ │ │ ├── vcol_partition.inc
│ │ │ ├── vcol_select.inc
│ │ │ ├── vcol_supported_sql_funcs.inc
│ │ │ ├── vcol_supported_sql_funcs_main.inc
│ │ │ ├── vcol_trigger_sp.inc
│ │ │ ├── vcol_unsupported_storage_engines.inc
│ │ │ └── vcol_view.inc
│ │ ├── r
│ │ │ ├── not_supported.result
│ │ │ ├── rpl_vcol.result
│ │ │ ├── vcol_archive.result
│ │ │ ├── vcol_blackhole.result
│ │ │ ├── vcol_blocked_sql_funcs_innodb.result
│ │ │ ├── vcol_blocked_sql_funcs_myisam.result
│ │ │ ├── vcol_column_def_options_innodb.result
│ │ │ ├── vcol_column_def_options_myisam.result
│ │ │ ├── vcol_csv.result
│ │ │ ├── vcol_handler_innodb.result
│ │ │ ├── vcol_handler_maria.result
│ │ │ ├── vcol_handler_myisam.result
│ │ │ ├── vcol_ins_upd_innodb.result
│ │ │ ├── vcol_ins_upd_myisam.result
│ │ │ ├── vcol_keys_innodb.result
│ │ │ ├── vcol_keys_myisam.result
│ │ │ ├── vcol_memory.result
│ │ │ ├── vcol_merge.result
│ │ │ ├── vcol_misc.result
│ │ │ ├── vcol_non_stored_columns_innodb.result
│ │ │ ├── vcol_non_stored_columns_myisam.result
│ │ │ ├── vcol_partition_innodb.result
│ │ │ ├── vcol_partition_myisam.result
│ │ │ ├── vcol_select_innodb.result
│ │ │ ├── vcol_select_myisam.result
│ │ │ ├── vcol_supported_sql_funcs_innodb.result
│ │ │ ├── vcol_supported_sql_funcs_myisam.result
│ │ │ ├── vcol_syntax.result
│ │ │ ├── vcol_trigger_sp_innodb.result
│ │ │ ├── vcol_trigger_sp_myisam.result
│ │ │ ├── vcol_view_innodb.result
│ │ │ └── vcol_view_myisam.result
│ │ └── t
│ │ ├── not_supported.test
│ │ ├── rpl_vcol.test
│ │ ├── vcol_archive.test
│ │ ├── vcol_blackhole.test
│ │ ├── vcol_blocked_sql_funcs_innodb.test
│ │ ├── vcol_blocked_sql_funcs_myisam.test
│ │ ├── vcol_column_def_options_innodb.test
│ │ ├── vcol_column_def_options_myisam.test
│ │ ├── vcol_csv.test
│ │ ├── vcol_handler_innodb.test
│ │ ├── vcol_handler_maria.test
│ │ ├── vcol_handler_myisam.test
│ │ ├── vcol_ins_upd_innodb.test
│ │ ├── vcol_ins_upd_myisam.test
│ │ ├── vcol_keys_innodb.test
│ │ ├── vcol_keys_myisam.test
│ │ ├── vcol_memory.test
│ │ ├── vcol_merge.test
│ │ ├── vcol_misc.test
│ │ ├── vcol_non_stored_columns_innodb.test
│ │ ├── vcol_non_stored_columns_myisam.test
│ │ ├── vcol_partition_innodb.test
│ │ ├── vcol_partition_myisam.test
│ │ ├── vcol_select_innodb.test
│ │ ├── vcol_select_myisam.test
│ │ ├── vcol_supported_sql_funcs_innodb.test
│ │ ├── vcol_supported_sql_funcs_myisam.test
│ │ ├── vcol_syntax.test
│ │ ├── vcol_trigger_sp_innodb.test
│ │ ├── vcol_trigger_sp_myisam.test
│ │ ├── vcol_view_innodb.test
│ │ └── vcol_view_myisam.test
│ ├── suite.pm
│ ├── t
│ │ ├── 1st.test
│ │ ├── aborted_clients.test
│ │ ├── adddate_454.test
│ │ ├── alias.test
│ │ ├── almost_full.test
│ │ ├── alter_table_autoinc-5574.test
│ │ ├── alter_table-big.test
│ │ ├── alter_table_mdev539_maria.test
│ │ ├── alter_table_mdev539_myisam.test
│ │ ├── alter_table_online.test
│ │ ├── alter_table.test
│ │ ├── alter_table_trans.test
│ │ ├── analyze.test
│ │ ├── ansi.test
│ │ ├── assign_key_cache-5405.test
│ │ ├── auth_rpl-slave.opt
│ │ ├── auth_rpl.test
│ │ ├── auto_increment_ranges.inc
│ │ ├── auto_increment_ranges_innodb.test
│ │ ├── auto_increment_ranges_myisam.test
│ │ ├── auto_increment.test
│ │ ├── bad_frm_crash_5029.test
│ │ ├── bench_count_distinct.test
│ │ ├── bigint.test
│ │ ├── binary.test
│ │ ├── blackhole_plugin.test
│ │ ├── blackhole.test
│ │ ├── bool.test
│ │ ├── bootstrap-master.opt
│ │ ├── bootstrap.test
│ │ ├── bug12427262.test
│ │ ├── bug13633383.test
│ │ ├── bug39022.test
│ │ ├── bug46261-master.opt
│ │ ├── bug46261.test
│ │ ├── bug46760-master.opt
│ │ ├── bug46760.test
│ │ ├── bug47671-master.opt
│ │ ├── bug47671.test
│ │ ├── bug58669-master.opt
│ │ ├── bug58669.test
│ │ ├── bulk_replace.test
│ │ ├── cache_innodb.test
│ │ ├── cache_temporal_4265.test
│ │ ├── case.test
│ │ ├── cast.test
│ │ ├── change_user_notembedded.test
│ │ ├── change_user.test
│ │ ├── check.test
│ │ ├── client_xml.test
│ │ ├── comment_column2.test
│ │ ├── comment_column.test
│ │ ├── comment_index.test
│ │ ├── comments.test
│ │ ├── comment_table.test
│ │ ├── commit_1innodb.test
│ │ ├── commit.test
│ │ ├── compare.test
│ │ ├── compress.test
│ │ ├── concurrent_innodb_safelog-master.opt
│ │ ├── concurrent_innodb_safelog.test
│ │ ├── concurrent_innodb_unsafelog-master.opt
│ │ ├── concurrent_innodb_unsafelog.test
│ │ ├── connect.cnf
│ │ ├── connect.test
│ │ ├── consistent_snapshot.test
│ │ ├── constraints.test
│ │ ├── contributors.test
│ │ ├── count_distinct2-master.opt
│ │ ├── count_distinct2.test
│ │ ├── count_distinct3.test
│ │ ├── count_distinct.test
│ │ ├── crash_commit_before-master.opt
│ │ ├── crash_commit_before.test
│ │ ├── create-big.test
│ │ ├── create_delayed.test
│ │ ├── create_not_windows.test
│ │ ├── create_or_replace2.test
│ │ ├── create_or_replace-master.opt
│ │ ├── create_or_replace.test
│ │ ├── create_select_tmp.test
│ │ ├── create.test
│ │ ├── create-uca.test
│ │ ├── ctype_ascii.test
│ │ ├── ctype_big5.test
│ │ ├── ctype_binary.test
│ │ ├── ctype_collate.test
│ │ ├── ctype_cp1250_ch.test
│ │ ├── ctype_cp1251.test
│ │ ├── ctype_cp932_binlog_row.test
│ │ ├── ctype_cp932_binlog_stm.test
│ │ ├── ctype_cp932.test
│ │ ├── ctype_create.test
│ │ ├── ctype_errors.test
│ │ ├── ctype_eucjpms.test
│ │ ├── ctype_euckr.test
│ │ ├── ctype_filename.test
│ │ ├── ctype_filesystem-master.opt
│ │ ├── ctype_filesystem.test
│ │ ├── ctype_gb2312.test
│ │ ├── ctype_gbk_binlog.test
│ │ ├── ctype_gbk.test
│ │ ├── ctype_hebrew.test
│ │ ├── ctype_latin1_de-master.opt
│ │ ├── ctype_latin1_de.test
│ │ ├── ctype_latin1.test
│ │ ├── ctype_latin2_ch.test
│ │ ├── ctype_latin2.test
│ │ ├── ctype_ldml-master.opt
│ │ ├── ctype_ldml.test
│ │ ├── ctype_like_range.test
│ │ ├── ctype_many.test
│ │ ├── ctype_mb.test
│ │ ├── ctype_partitions.test
│ │ ├── ctype_recoding.test
│ │ ├── ctype_sjis.test
│ │ ├── ctype_swe7.test
│ │ ├── ctype_tis620.test
│ │ ├── ctype_uca.test
│ │ ├── ctype_ucs2_def-master.opt
│ │ ├── ctype_ucs2_def.test
│ │ ├── ctype_ucs2_query_cache-master.opt
│ │ ├── ctype_ucs2_query_cache.test
│ │ ├── ctype_ucs.test
│ │ ├── ctype_ujis.test
│ │ ├── ctype_ujis_ucs2.test
│ │ ├── ctype_upgrade.test
│ │ ├── ctype_utf16_def-master.opt
│ │ ├── ctype_utf16_def.test
│ │ ├── ctype_utf16le.test
│ │ ├── ctype_utf16.test
│ │ ├── ctype_utf16_uca.test
│ │ ├── ctype_utf32.test
│ │ ├── ctype_utf32_uca.test
│ │ ├── ctype_utf8-master.opt
│ │ ├── ctype_utf8mb4_heap.test
│ │ ├── ctype_utf8mb4_innodb-master.opt
│ │ ├── ctype_utf8mb4_innodb.test
│ │ ├── ctype_utf8mb4-master.opt
│ │ ├── ctype_utf8mb4_myisam.test
│ │ ├── ctype_utf8mb4.test
│ │ ├── ctype_utf8mb4_uca.test
│ │ ├── ctype_utf8.test
│ │ ├── date_formats-master.opt
│ │ ├── date_formats.test
│ │ ├── datetime_456.test
│ │ ├── ddl_i18n_koi8r.test
│ │ ├── ddl_i18n_utf8.test
│ │ ├── deadlock_innodb.test
│ │ ├── debug_sync.test
│ │ ├── default_storage_engine.test
│ │ ├── default.test
│ │ ├── delayed.test
│ │ ├── delete_returning_grant.test
│ │ ├── delete_returning.test
│ │ ├── delete.test
│ │ ├── deprecated_features.test
│ │ ├── derived_opt.test
│ │ ├── derived.test
│ │ ├── derived_view.test
│ │ ├── dirty_close.test
│ │ ├── distinct.test
│ │ ├── drop_bad_db_type.test
│ │ ├── drop_debug.test
│ │ ├── drop-no_root.test
│ │ ├── drop.test
│ │ ├── dyncol.test
│ │ ├── empty_table.test
│ │ ├── empty_user_table.test
│ │ ├── endspace.test
│ │ ├── error_simulation-master.opt
│ │ ├── error_simulation.test
│ │ ├── errors.test
│ │ ├── events_1.test
│ │ ├── events_2.test
│ │ ├── events_bugs-master.opt
│ │ ├── events_bugs.test
│ │ ├── events_embedded.test
│ │ ├── events_grant.test
│ │ ├── events_logs_tests-master.opt
│ │ ├── events_logs_tests.test
│ │ ├── events_microsec.test
│ │ ├── events_restart-master.opt
│ │ ├── events_restart.test
│ │ ├── events_scheduling.test
│ │ ├── events_stress.test
│ │ ├── events_time_zone.test
│ │ ├── events_trans_notembedded.test
│ │ ├── events_trans.test
│ │ ├── execution_constants.test
│ │ ├── explain_non_select.test
│ │ ├── explain_slowquerylog-master.opt
│ │ ├── explain_slowquerylog.test
│ │ ├── explain.test
│ │ ├── ext_key_noPK_6794.test
│ │ ├── failed_auth_3909.test
│ │ ├── failed_auth_unixsocket.test
│ │ ├── features.test
│ │ ├── file_contents.test
│ │ ├── filesort_debug.test
│ │ ├── fix_priv_tables.test
│ │ ├── flush2-master.opt
│ │ ├── flush2.test
│ │ ├── flush_block_commit_notembedded.test
│ │ ├── flush_block_commit.test
│ │ ├── flush-innodb-notembedded.test
│ │ ├── flush-innodb.test
│ │ ├── flush_read_lock_kill.test
│ │ ├── flush_read_lock.test
│ │ ├── flush_table.test
│ │ ├── flush.test
│ │ ├── foreign_key.test
│ │ ├── frm_bad_row_type-7333.test
│ │ ├── fulltext2.test
│ │ ├── fulltext3.test
│ │ ├── fulltext_cache.test
│ │ ├── fulltext_derived_4257.test
│ │ ├── fulltext_derived_4316.test
│ │ ├── fulltext_distinct.test
│ │ ├── fulltext_left_join.test
│ │ ├── fulltext_multi.test
│ │ ├── fulltext_order_by.test
│ │ ├── fulltext.test
│ │ ├── fulltext_update.test
│ │ ├── fulltext_var.test
│ │ ├── func_analyse.test
│ │ ├── func_compress.test
│ │ ├── func_concat.test
│ │ ├── func_crypt.test
│ │ ├── func_date_add.test
│ │ ├── func_default.test
│ │ ├── func_des_encrypt.test
│ │ ├── func_digest.test
│ │ ├── func_encrypt-master.opt
│ │ ├── func_encrypt_nossl.test
│ │ ├── func_encrypt.test
│ │ ├── func_encrypt_ucs2.test
│ │ ├── func_equal.test
│ │ ├── func_gconcat.test
│ │ ├── func_group_innodb.test
│ │ ├── func_group.test
│ │ ├── func_if.test
│ │ ├── func_in.test
│ │ ├── func_isnull.test
│ │ ├── func_like.test
│ │ ├── func_math.test
│ │ ├── func_misc.test
│ │ ├── func_op.test
│ │ ├── func_regexp_pcre.test
│ │ ├── func_regexp.test
│ │ ├── func_rollback.test
│ │ ├── func_sapdb.test
│ │ ├── func_set.test
│ │ ├── func_str.test
│ │ ├── func_system.test
│ │ ├── func_test.test
│ │ ├── func_time_hires.test
│ │ ├── func_timestamp.test
│ │ ├── func_time.test
│ │ ├── function_defaults_innodb.test
│ │ ├── function_defaults_notembedded.test
│ │ ├── function_defaults.test
│ │ ├── func_weight_string.test
│ │ ├── gcc296.test
│ │ ├── get_diagnostics.test
│ │ ├── gis2.test
│ │ ├── gis-debug.test
│ │ ├── gis-precise.test
│ │ ├── gis-rt-precise.test
│ │ ├── gis-rtree.test
│ │ ├── gis.test
│ │ ├── grant2.test
│ │ ├── grant3-master.opt
│ │ ├── grant3.test
│ │ ├── grant_4332.test
│ │ ├── grant4.test
│ │ ├── grant5.test
│ │ ├── grant_cache_no_prot.test
│ │ ├── grant_cache_ps_prot.test
│ │ ├── grant_explain_non_select.test
│ │ ├── grant_lowercase_fs.test
│ │ ├── grant_lowercase.opt
│ │ ├── grant_lowercase.test
│ │ ├── grant.test
│ │ ├── greedy_optimizer.test
│ │ ├── group_by_innodb.test
│ │ ├── group_by_null.test
│ │ ├── group_by.test
│ │ ├── group_min_max_innodb.test
│ │ ├── group_min_max.test
│ │ ├── handler_read_last.test
│ │ ├── handlersocket.test
│ │ ├── having.test
│ │ ├── help.test
│ │ ├── host_cache_size_functionality.test
│ │ ├── huge_frm-6224.test
│ │ ├── implicit_char_to_num_conversion.test
│ │ ├── implicit_commit-master.opt
│ │ ├── implicit_commit.test
│ │ ├── in_datetime_241.test
│ │ ├── index_intersect_innodb.test
│ │ ├── index_intersect.test
│ │ ├── index_merge_innodb.test
│ │ ├── index_merge_myisam.test
│ │ ├── information_schema2.test
│ │ ├── information_schema_all_engines-master.opt
│ │ ├── information_schema_all_engines.test
│ │ ├── information_schema-big.test
│ │ ├── information_schema_chmod.test
│ │ ├── information_schema_db.test
│ │ ├── information_schema_inno.test
│ │ ├── information_schema_parameters.test
│ │ ├── information_schema_part.test
│ │ ├── information_schema_routines.test
│ │ ├── information_schema.test
│ │ ├── init_connection_query_cache-master.opt
│ │ ├── init_connection_query_cache.test
│ │ ├── init_connect-master.opt
│ │ ├── init_connect.test
│ │ ├── init_file_longline_3816.opt
│ │ ├── init_file_longline_3816.test
│ │ ├── init_file.opt
│ │ ├── init_file.test
│ │ ├── innodb_bug878769.test
│ │ ├── innodb_ext_key.test
│ │ ├── innodb_icp.test
│ │ ├── innodb_ignore_builtin-master.opt
│ │ ├── innodb_ignore_builtin.test
│ │ ├── innodb_load_xa.opt
│ │ ├── innodb_load_xa.test
│ │ ├── innodb_mrr_cpk.test
│ │ ├── innodb_mysql_lock2.test
│ │ ├── innodb_mysql_lock.test
│ │ ├── innodb_mysql_sync.test
│ │ ├── innodb_utf8.test
│ │ ├── insert_notembedded.test
│ │ ├── insert_select.test
│ │ ├── insert.test
│ │ ├── insert_update_autoinc-7150.test
│ │ ├── insert_update.test
│ │ ├── ipv4_and_ipv6.opt
│ │ ├── ipv4_and_ipv6.test
│ │ ├── ipv4_as_ipv6-master.opt
│ │ ├── ipv4_as_ipv6.test
│ │ ├── ipv6-master.opt
│ │ ├── ipv6.test
│ │ ├── join_cache.test
│ │ ├── join_crash.test
│ │ ├── join_nested_jcl6.test
│ │ ├── join_nested.test
│ │ ├── join_optimizer.test
│ │ ├── join_outer_innodb.test
│ │ ├── join_outer_jcl6.test
│ │ ├── join_outer.test
│ │ ├── join.test
│ │ ├── key_cache-master.opt
│ │ ├── key_cache.test
│ │ ├── key_diff.test
│ │ ├── key_primary.test
│ │ ├── key.test
│ │ ├── keywords.test
│ │ ├── kill-2-master.opt
│ │ ├── kill-2.test
│ │ ├── kill_processlist-6619.test
│ │ ├── kill_query-6728.test
│ │ ├── kill.test
│ │ ├── last_value.test
│ │ ├── limit_rows_examined.test
│ │ ├── limit.test
│ │ ├── loaddata_autocom_innodb.test
│ │ ├── loaddata.test
│ │ ├── loadxml.test
│ │ ├── locale.test
│ │ ├── locked_temporary-5955.test
│ │ ├── lock_multi_bug38499.test
│ │ ├── lock_multi_bug38691.test
│ │ ├── lock_multi.test
│ │ ├── lock_sync-master.opt
│ │ ├── lock_sync.test
│ │ ├── lock_tables_lost_commit-master.opt
│ │ ├── lock_tables_lost_commit.test
│ │ ├── lock.test
│ │ ├── log_errchk.test
│ │ ├── log_slow.test
│ │ ├── log_state_bug33693-master.opt
│ │ ├── log_state_bug33693.test
│ │ ├── log_state-master.opt
│ │ ├── log_state.test
│ │ ├── log_tables-big-master.opt
│ │ ├── log_tables-big.test
│ │ ├── log_tables_debug.test
│ │ ├── log_tables-master.opt
│ │ ├── log_tables.test
│ │ ├── log_tables_upgrade.test
│ │ ├── long_tmpdir-master.opt
│ │ ├── long_tmpdir-master.sh
│ │ ├── long_tmpdir.test
│ │ ├── lowercase_fs_off.test
│ │ ├── lowercase_mixed_tmpdir_innodb-master.opt
│ │ ├── lowercase_mixed_tmpdir_innodb-master.sh
│ │ ├── lowercase_mixed_tmpdir_innodb.test
│ │ ├── lowercase_mixed_tmpdir-master.opt
│ │ ├── lowercase_mixed_tmpdir-master.sh
│ │ ├── lowercase_mixed_tmpdir.test
│ │ ├── lowercase_table2.test
│ │ ├── lowercase_table3-master.opt
│ │ ├── lowercase_table3.test
│ │ ├── lowercase_table4-master.opt
│ │ ├── lowercase_table4.test
│ │ ├── lowercase_table5.test
│ │ ├── lowercase_table_grant-master.opt
│ │ ├── lowercase_table_grant.test
│ │ ├── lowercase_table-master.opt
│ │ ├── lowercase_table_qcache-master.opt
│ │ ├── lowercase_table_qcache.test
│ │ ├── lowercase_table.test
│ │ ├── lowercase_utf8-master.opt
│ │ ├── lowercase_utf8.test
│ │ ├── lowercase_view-master.opt
│ │ ├── lowercase_view.test
│ │ ├── mdev316.test
│ │ ├── mdev375.test
│ │ ├── mdev-504.test
│ │ ├── mdev6830-master.opt
│ │ ├── mdev6830.test
│ │ ├── mdl_sync-master.opt
│ │ ├── mdl_sync.test
│ │ ├── merge-big.test
│ │ ├── merge_debug.test
│ │ ├── merge_innodb.test
│ │ ├── merge_mmap-master.opt
│ │ ├── merge_mmap.test
│ │ ├── merge_recover-master.opt
│ │ ├── merge_recover.test
│ │ ├── merge.test
│ │ ├── metadata.test
│ │ ├── mix2_myisam.test
│ │ ├── mix2_myisam_ucs2.test
│ │ ├── mrr_derived_crash_4610.test
│ │ ├── mrr_icp_extra.test
│ │ ├── multi_statement-master.opt
│ │ ├── multi_statement.test
│ │ ├── multi_update2-master.opt
│ │ ├── multi_update2.test
│ │ ├── multi_update_innodb.test
│ │ ├── multi_update-master.opt
│ │ ├── multi_update.test
│ │ ├── multi_update_tiny_hash-master.opt
│ │ ├── multi_update_tiny_hash.test
│ │ ├── myisam-big.test
│ │ ├── myisam-blob-master.opt
│ │ ├── myisam-blob.test
│ │ ├── myisam_crash_before_flush_keys-master.opt
│ │ ├── myisam_crash_before_flush_keys.test
│ │ ├── myisam_debug.test
│ │ ├── myisam_explain_non_select_all.test
│ │ ├── myisam_icp_notembedded.test
│ │ ├── myisam_icp.test
│ │ ├── myisam-master.opt
│ │ ├── myisam_mrr.test
│ │ ├── myisam_optimize.test
│ │ ├── myisampack.test
│ │ ├── myisam-system.test
│ │ ├── myisam.test
│ │ ├── mysql5613mysql.test
│ │ ├── mysqladmin.test
│ │ ├── mysql_binary_mode.test
│ │ ├── mysqlbinlog-innodb.test
│ │ ├── mysqlbinlog-master.opt
│ │ ├── mysqlbinlog_row_big.test
│ │ ├── mysqlbinlog.test
│ │ ├── mysql-bug41486.test
│ │ ├── mysql-bug45236.test
│ │ ├── mysqlcheck.test
│ │ ├── mysql_client_test_comp-master.opt
│ │ ├── mysql_client_test_comp.test
│ │ ├── mysql_client_test-master.opt
│ │ ├── mysql_client_test_nonblock-master.opt
│ │ ├── mysql_client_test_nonblock.test
│ │ ├── mysql_client_test.test
│ │ ├── mysql_comments.sql
│ │ ├── mysql_comments.test
│ │ ├── mysql_cp932.test
│ │ ├── mysqld--defaults-file.test
│ │ ├── mysql_delimiter_19799.sql
│ │ ├── mysql_delimiter_source.sql
│ │ ├── mysql_delimiter.sql
│ │ ├── mysqld--help.test
│ │ ├── mysqld_option_err.test
│ │ ├── mysqldump-compat.opt
│ │ ├── mysqldump-compat.test
│ │ ├── mysqldump-max-master.opt
│ │ ├── mysqldump-max.test
│ │ ├── mysqldump-no-binlog-master.opt
│ │ ├── mysqldump-no-binlog.test
│ │ ├── mysqldump_restore.test
│ │ ├── mysqldump.test
│ │ ├── mysql_embedded.test
│ │ ├── mysqlhotcopy_myisam.test
│ │ ├── mysql_locale_posix.test
│ │ ├── mysql_not_windows.test
│ │ ├── mysql_plugin-master.opt
│ │ ├── mysql_plugin.test
│ │ ├── mysql_protocols.test
│ │ ├── mysqlshow.test
│ │ ├── mysqlslap.test
│ │ ├── mysql.test
│ │ ├── mysqltest_256.test
│ │ ├── mysqltest_cont_on_error.test
│ │ ├── mysqltest_ps.test
│ │ ├── mysqltest.test
│ │ ├── mysql_tzinfo_to_sql_symlink.test
│ │ ├── mysql_upgrade-6984.opt
│ │ ├── mysql_upgrade-6984.test
│ │ ├── mysql_upgrade_no_innodb.test
│ │ ├── mysql_upgrade_ssl.test
│ │ ├── mysql_upgrade.test
│ │ ├── named_pipe-master.opt
│ │ ├── named_pipe.test
│ │ ├── negation_elimination.test
│ │ ├── no_binlog.test
│ │ ├── non_blocking_api.test
│ │ ├── not_embedded_server.test
│ │ ├── no-threads-master.opt
│ │ ├── no-threads.test
│ │ ├── not_partition.test
│ │ ├── null_key.test
│ │ ├── null.test
│ │ ├── odbc.test
│ │ ├── olap.test
│ │ ├── old-mode-master.opt
│ │ ├── old-mode.test
│ │ ├── openssl_1.test
│ │ ├── openssl_6975.combinations
│ │ ├── openssl_6975.test
│ │ ├── order_by_innodb.test
│ │ ├── order_by_sortkey.test
│ │ ├── order_by.test
│ │ ├── order_by_zerolength-4285.test
│ │ ├── order_fill_sortbuf.test
│ │ ├── outfile_loaddata.test
│ │ ├── outfile.test
│ │ ├── overflow.test
│ │ ├── packet.test
│ │ ├── parser_bug21114_innodb.test
│ │ ├── parser_not_embedded.test
│ │ ├── parser_precedence.test
│ │ ├── parser_stack.test
│ │ ├── parser.test
│ │ ├── partition_binlog_stmt.test
│ │ ├── partition_binlog.test
│ │ ├── partition_blackhole.test
│ │ ├── partition_bug18198.test
│ │ ├── partition_cache_innodb.test
│ │ ├── partition_cache_myisam.test
│ │ ├── partition_cache.test
│ │ ├── partition_charset.test
│ │ ├── partition_column_prune.test
│ │ ├── partition_column.test
│ │ ├── partition_csv.test
│ │ ├── partition_datatype.test
│ │ ├── partition_debug_sync.test
│ │ ├── partition_disabled-master.opt
│ │ ├── partition_disabled.test
│ │ ├── partition_error.test
│ │ ├── partition_example.test
│ │ ├── partition_exchange.test
│ │ ├── partition_explicit_prune.test
│ │ ├── partition_grant.test
│ │ ├── partition_hash.test
│ │ ├── partition_innodb_plugin.test
│ │ ├── partition_innodb_semi_consistent-master.opt
│ │ ├── partition_innodb_semi_consistent.test
│ │ ├── partition_innodb_stmt.test
│ │ ├── partition_innodb.test
│ │ ├── partition_key_cache.test
│ │ ├── partition_list.test
│ │ ├── partition-master.opt
│ │ ├── partition_mgm_err2.test
│ │ ├── partition_mgm_err.test
│ │ ├── partition_mgm.test
│ │ ├── partition_myisam.test
│ │ ├── partition_not_blackhole-master.opt
│ │ ├── partition_not_blackhole.test
│ │ ├── partition_not_windows-master.opt
│ │ ├── partition_not_windows.test
│ │ ├── partition_open_files_limit-master.opt
│ │ ├── partition_open_files_limit.test
│ │ ├── partition_order.test
│ │ ├── partition_pruning.test
│ │ ├── partition_range.test
│ │ ├── partition_rename_longfilename.test
│ │ ├── partition_symlink.test
│ │ ├── partition_sync.test
│ │ ├── partition.test
│ │ ├── partition_truncate.test
│ │ ├── partition_utf8.test
│ │ ├── partition_windows.test
│ │ ├── perror.test
│ │ ├── perror-win.test
│ │ ├── plugin_auth_qa_1.test
│ │ ├── plugin_auth_qa_2-master.opt
│ │ ├── plugin_auth_qa_2.test
│ │ ├── plugin_auth_qa_3-master.opt
│ │ ├── plugin_auth_qa_3.test
│ │ ├── plugin_auth_qa.test
│ │ ├── plugin_auth.test
│ │ ├── plugin_innodb.test
│ │ ├── plugin_loaderr.opt
│ │ ├── plugin_loaderr.test
│ │ ├── plugin_load.opt
│ │ ├── plugin_load_option.opt
│ │ ├── plugin_load_option.test
│ │ ├── plugin_load.test
│ │ ├── plugin_maturity-master.opt
│ │ ├── plugin_maturity.test
│ │ ├── plugin_not_embedded.test
│ │ ├── plugin.test
│ │ ├── plugin_vars.test
│ │ ├── pool_of_threads.cnf
│ │ ├── pool_of_threads.test
│ │ ├── preload.test
│ │ ├── processlist.test
│ │ ├── profiling.test
│ │ ├── progress_976225.test
│ │ ├── ps_10nestset.test
│ │ ├── ps_11bugs.test
│ │ ├── ps_1general.test
│ │ ├── ps_2myisam.test
│ │ ├── ps_3innodb-master.opt
│ │ ├── ps_3innodb.test
│ │ ├── ps_4heap.test
│ │ ├── ps_5merge.test
│ │ ├── ps_ddl1.test
│ │ ├── ps_ddl.test
│ │ ├── ps_grant.test
│ │ ├── ps-master.opt
│ │ ├── ps_max_subselect-5113.test
│ │ ├── ps_not_windows.test
│ │ ├── ps.test
│ │ ├── query_cache_28249.test
│ │ ├── query_cache_debug.test
│ │ ├── query_cache_merge.test
│ │ ├── query_cache_notembedded.test
│ │ ├── query_cache_ps_no_prot.test
│ │ ├── query_cache_ps_ps_prot.test
│ │ ├── query_cache.test
│ │ ├── query_cache_with_views.test
│ │ ├── quick_select_4161.test
│ │ ├── range_mrr_icp.test
│ │ ├── range.test
│ │ ├── range_vs_index_merge_innodb.test
│ │ ├── range_vs_index_merge.test
│ │ ├── read_many_rows_innodb.test
│ │ ├── read_only_innodb.test
│ │ ├── read_only.test
│ │ ├── renamedb.test
│ │ ├── rename.test
│ │ ├── repair_symlink-5543.test
│ │ ├── repair.test
│ │ ├── replace.test
│ │ ├── rollback.test
│ │ ├── round.test
│ │ ├── row-checksum-old-master.opt
│ │ ├── row-checksum-old.test
│ │ ├── row-checksum.test
│ │ ├── rowid_order_innodb.test
│ │ ├── row.test
│ │ ├── rpl_mysqldump_slave.test
│ │ ├── schema.test
│ │ ├── secure_file_priv_win-master.opt
│ │ ├── secure_file_priv_win.test
│ │ ├── select_debug.test
│ │ ├── select_found.test
│ │ ├── selectivity_innodb.test
│ │ ├── selectivity_no_engine.test
│ │ ├── selectivity.test
│ │ ├── select_jcl6.test
│ │ ├── select_pkeycache-master.opt
│ │ ├── select_pkeycache.test
│ │ ├── select_safe.test
│ │ ├── select.test
│ │ ├── servers.test
│ │ ├── shm-master.opt
│ │ ├── shm.test
│ │ ├── show_bad_definer-5553.test
│ │ ├── show_check-master.opt
│ │ ├── show_check.test
│ │ ├── show_explain_non_select.test
│ │ ├── show_explain_ps.test
│ │ ├── show_explain.test
│ │ ├── show_profile.test
│ │ ├── shutdown.test
│ │ ├── sighup-6580.test
│ │ ├── signal_code.test
│ │ ├── signal_demo1.test
│ │ ├── signal_demo2.test
│ │ ├── signal_demo3.test
│ │ ├── signal_sqlmode.test
│ │ ├── signal.test
│ │ ├── single_delete_update.test
│ │ ├── skip_grants-master.opt
│ │ ├── skip_grants.test
│ │ ├── skip_log_bin-master.opt
│ │ ├── skip_log_bin.test
│ │ ├── skip_name_resolve-master.opt
│ │ ├── skip_name_resolve.test
│ │ ├── sp-big.test
│ │ ├── sp-bugs2.test
│ │ ├── sp-bugs.test
│ │ ├── sp-code.test
│ │ ├── sp-destruct.test
│ │ ├── sp-dynamic.test
│ │ ├── sp-error.test
│ │ ├── sp-fib.test
│ │ ├── sp_gis.test
│ │ ├── sp-innodb.test
│ │ ├── sp-lock.test
│ │ ├── sp_missing_4665.test
│ │ ├── sp-no-code.test
│ │ ├── sp_notembedded.test
│ │ ├── sp-prelocking.test
│ │ ├── sp-security.test
│ │ ├── sp_stress_case.test
│ │ ├── sp_sync.test
│ │ ├── sp.test
│ │ ├── sp-threads.test
│ │ ├── sp_trans_log.test
│ │ ├── sp_trans.test
│ │ ├── sp-ucs2.test
│ │ ├── sp-vars.test
│ │ ├── sql_mode.test
│ │ ├── ssl_8k_key-master.opt
│ │ ├── ssl_8k_key.test
│ │ ├── ssl_and_innodb.test
│ │ ├── ssl-big.test
│ │ ├── ssl_cipher-master.opt
│ │ ├── ssl_cipher.test
│ │ ├── ssl_compress.test
│ │ ├── ssl_connect.test
│ │ ├── ssl_crl_clients-master.opt
│ │ ├── ssl_crl_clients.test
│ │ ├── ssl_crl_clients_valid-master.opt
│ │ ├── ssl_crl_clients_valid.test
│ │ ├── ssl_crl_clrpath-master.opt
│ │ ├── ssl_crl_clrpath.test
│ │ ├── ssl_crl-master.opt
│ │ ├── ssl_crl.test
│ │ ├── ssl.test
│ │ ├── stack-crash.test
│ │ ├── statistics_index_crash-7362.test
│ │ ├── statistics.test
│ │ ├── stat_tables_disabled.test
│ │ ├── stat_tables-enospc.test
│ │ ├── stat_tables_innodb.test
│ │ ├── stat_tables_par_innodb.test
│ │ ├── stat_tables_par.test
│ │ ├── stat_tables_partition.test
│ │ ├── stat_tables_rbr.test
│ │ ├── stat_tables_repl.test
│ │ ├── stat_tables.test
│ │ ├── status2.test
│ │ ├── status_bug17954.test
│ │ ├── status-master.opt
│ │ ├── status.test
│ │ ├── status_user.test
│ │ ├── strict_autoinc_1myisam.test
│ │ ├── strict_autoinc_2innodb.test
│ │ ├── strict_autoinc_3heap.test
│ │ ├── strict-master.opt
│ │ ├── strict.test
│ │ ├── str_to_datetime_457.test
│ │ ├── subselect2.test
│ │ ├── subselect3_jcl6.test
│ │ ├── subselect3.test
│ │ ├── subselect4.test
│ │ ├── subselect_cache.test
│ │ ├── subselect_debug.test
│ │ ├── subselect_exists2in_costmat.test
│ │ ├── subselect_exists2in.test
│ │ ├── subselect_extra_no_semijoin.test
│ │ ├── subselect_extra.test
│ │ ├── subselect_gis.test
│ │ ├── subselect_innodb.test
│ │ ├── subselect_mat_cost_bugs.test
│ │ ├── subselect_mat_cost-master.opt
│ │ ├── subselect_mat_cost.test
│ │ ├── subselect_mat.test
│ │ ├── subselect_no_exists_to_in.test
│ │ ├── subselect_no_mat.test
│ │ ├── subselect_no_opts.test
│ │ ├── subselect_no_scache.test
│ │ ├── subselect_no_semijoin.test
│ │ ├── subselect_notembedded.test
│ │ ├── subselect_nulls.test
│ │ ├── subselect_partial_match.test
│ │ ├── subselect_sj2_jcl6.test
│ │ ├── subselect_sj2_mat.test
│ │ ├── subselect_sj2.test
│ │ ├── subselect_sj_aria.test
│ │ ├── subselect_sj_jcl6.test
│ │ ├── subselect_sj_mat.test
│ │ ├── subselect_sj_nonmerged.test
│ │ ├── subselect_sj.test
│ │ ├── subselect.test
│ │ ├── sum_distinct-big.test
│ │ ├── sum_distinct.test
│ │ ├── symlink.test
│ │ ├── synchronization.test
│ │ ├── sysdate_is_now-master.opt
│ │ ├── sysdate_is_now.test
│ │ ├── system_mysql_db_fix40123.test
│ │ ├── system_mysql_db_fix50030.test
│ │ ├── system_mysql_db_fix50117.test
│ │ ├── system_mysql_db_refs.test
│ │ ├── system_mysql_db.test
│ │ ├── table_elim_debug.test
│ │ ├── table_elim.test
│ │ ├── tablelock.test
│ │ ├── table_options-5867.test
│ │ ├── table_options.test
│ │ ├── tablespace.test
│ │ ├── temporal_literal.test
│ │ ├── temporal_scale_4283.test
│ │ ├── temp_table-master.opt
│ │ ├── temp_table.test
│ │ ├── timezone2.test
│ │ ├── timezone3-master.opt
│ │ ├── timezone3.test
│ │ ├── timezone4-master.opt
│ │ ├── timezone4.test
│ │ ├── timezone_grant.test
│ │ ├── timezone-master.opt
│ │ ├── timezone.test
│ │ ├── trans_read_only-master.opt
│ │ ├── trans_read_only.test
│ │ ├── trigger-compat.test
│ │ ├── trigger_notembedded.test
│ │ ├── trigger.test
│ │ ├── trigger-trans.test
│ │ ├── truncate_badse.test
│ │ ├── truncate_coverage.test
│ │ ├── truncate.test
│ │ ├── type_binary.test
│ │ ├── type_bit_innodb.test
│ │ ├── type_bit.test
│ │ ├── type_blob.test
│ │ ├── type_date.test
│ │ ├── type_datetime_hires.test
│ │ ├── type_datetime.test
│ │ ├── type_decimal.test
│ │ ├── type_enum.test
│ │ ├── type_float.test
│ │ ├── type_nchar.test
│ │ ├── type_newdecimal-big.test
│ │ ├── type_newdecimal.test
│ │ ├── type_ranges.test
│ │ ├── type_set.test
│ │ ├── type_temporal_mysql56.test
│ │ ├── type_time_6065.test
│ │ ├── type_time_hires.test
│ │ ├── type_timestamp_hires.test
│ │ ├── type_timestamp.test
│ │ ├── type_time.test
│ │ ├── type_uint.test
│ │ ├── type_varchar.test
│ │ ├── type_year.test
│ │ ├── udf_debug_sync.test
│ │ ├── udf_query_cache.test
│ │ ├── udf_skip_grants-master.opt
│ │ ├── udf_skip_grants.test
│ │ ├── udf.test
│ │ ├── union_crash-714.test
│ │ ├── union-master.opt
│ │ ├── union.test
│ │ ├── unsafe_binlog_innodb-master.opt
│ │ ├── unsafe_binlog_innodb.test
│ │ ├── update_ignore_216.test
│ │ ├── update.test
│ │ ├── upgrade.test
│ │ ├── user_limits-master.opt
│ │ ├── user_limits.test
│ │ ├── userstat-badlogin-4824.test
│ │ ├── user_var-binlog.test
│ │ ├── user_var.test
│ │ ├── varbinary.test
│ │ ├── variables_community.test
│ │ ├── variables-master.opt
│ │ ├── variables-notembedded-master.opt
│ │ ├── variables-notembedded.test
│ │ ├── variables.test
│ │ ├── view_alias.test
│ │ ├── view_grant.test
│ │ ├── view.test
│ │ ├── wait_timeout.test
│ │ ├── warnings_debug.test
│ │ ├── warnings_engine_disabled.test
│ │ ├── warnings-master.opt
│ │ ├── warnings.test
│ │ ├── windows.test
│ │ ├── wl4435_generated.inc
│ │ ├── xa_binlog.test
│ │ ├── xa.test
│ │ ├── xml.test
│ │ └── xtradb_mrr.test
│ └── valgrind.supp
├── mysys
│ ├── array.c
│ ├── base64.c
│ ├── ChangeLog
│ ├── charset.c
│ ├── charset-def.c
│ ├── checksum.c
│ ├── CMakeLists.txt
│ ├── errors.c
│ ├── file_logger.c
│ ├── hash.c
│ ├── lf_alloc-pin.c
│ ├── lf_dynarray.c
│ ├── lf_hash.c
│ ├── list.c
│ ├── ma_dyncol.c
│ ├── md5_compute.cc
│ ├── mf_arr_appstr.c
│ ├── mf_cache.c
│ ├── mf_dirname.c
│ ├── mf_fn_ext.c
│ ├── mf_format.c
│ ├── mf_getdate.c
│ ├── mf_iocache2.c
│ ├── mf_iocache.c
│ ├── mf_keycache.c
│ ├── mf_keycaches.c
│ ├── mf_loadpath.c
│ ├── mf_pack.c
│ ├── mf_path.c
│ ├── mf_qsort2.c
│ ├── mf_qsort.c
│ ├── mf_radix.c
│ ├── mf_same.c
│ ├── mf_sort.c
│ ├── mf_soundex.c
│ ├── mf_tempdir.c
│ ├── mf_tempfile.c
│ ├── mf_unixpath.c
│ ├── mf_wcomp.c
│ ├── mulalloc.c
│ ├── my_access.c
│ ├── my_addr_resolve.c
│ ├── my_alarm.c
│ ├── my_alloc.c
│ ├── my_atomic.c
│ ├── my_basename.c
│ ├── my_bit.c
│ ├── my_bitmap.c
│ ├── my_chmod.c
│ ├── my_chsize.c
│ ├── my_compare.c
│ ├── my_compress.c
│ ├── my_conio.c
│ ├── my_context.c
│ ├── my_copy.c
│ ├── my_crc32.c
│ ├── my_create.c
│ ├── my_default.c
│ ├── my_delete.c
│ ├── my_div.c
│ ├── my_error.c
│ ├── my_file.c
│ ├── my_fopen.c
│ ├── my_fstream.c
│ ├── my_gethwaddr.c
│ ├── my_getncpus.c
│ ├── my_getopt.c
│ ├── my_getpagesize.c
│ ├── my_getsystime.c
│ ├── my_getwd.c
│ ├── my_init.c
│ ├── my_largepage.c
│ ├── my_lib.c
│ ├── my_libwrap.c
│ ├── my_lock.c
│ ├── my_lockmem.c
│ ├── my_malloc.c
│ ├── my_memmem.c
│ ├── my_mess.c
│ ├── my_mkdir.c
│ ├── my_mmap.c
│ ├── my_new.cc
│ ├── my_once.c
│ ├── my_open.c
│ ├── my_port.c
│ ├── my_pread.c
│ ├── my_pthread.c
│ ├── my_quick.c
│ ├── my_rdtsc.c
│ ├── my_read.c
│ ├── my_redel.c
│ ├── my_rename.c
│ ├── my_rnd.c
│ ├── my_safehash.c
│ ├── my_safehash.h
│ ├── my_seek.c
│ ├── my_sleep.c
│ ├── my_static.c
│ ├── my_static.h
│ ├── my_symlink2.c
│ ├── my_symlink.c
│ ├── my_sync.c
│ ├── mysys_priv.h
│ ├── my_thr_init.c
│ ├── my_timer_cycles.il
│ ├── my_uuid.c
│ ├── my_wincond.c
│ ├── my_windac.c
│ ├── my_winerr.c
│ ├── my_winfile.c
│ ├── my_winthread.c
│ ├── my_write.c
│ ├── psi_noop.c
│ ├── ptr_cmp.c
│ ├── queues.c
│ ├── safemalloc.c
│ ├── stacktrace.c
│ ├── string.c
│ ├── test_charset.c
│ ├── test_dir.c
│ ├── testhash.c
│ ├── test_thr_mutex.c
│ ├── test_xml.c
│ ├── thr_alarm.c
│ ├── thr_lock.c
│ ├── thr_mutex.c
│ ├── thr_rwlock.c
│ ├── tree.c
│ ├── typelib.c
│ ├── waiting_threads.c
│ └── wqueue.c
├── mysys_ssl
│ ├── CMakeLists.txt
│ ├── my_aes.cc
│ ├── my_md5.cc
│ ├── my_rnd.cc
│ ├── my_sha1.cc
│ └── my_sha2.cc
├── packaging
│ ├── rpm-oel
│ │ ├── CMakeLists.txt
│ │ ├── filter-provides.sh
│ │ ├── filter-requires.sh
│ │ ├── my.cnf
│ │ ├── my_config.h
│ │ ├── mysql-5.5-libmysqlclient-symbols.patch
│ │ ├── mysql.conf
│ │ ├── mysql_config.sh
│ │ ├── mysqld.service
│ │ ├── mysql.init
│ │ ├── mysql.spec.in
│ │ └── mysql-systemd-start
│ ├── solaris
│ │ ├── CMakeLists.txt
│ │ └── postinstall-solaris.sh
│ └── WiX
│ ├── AdminBackground.jpg
│ ├── AdminHeader.jpg
│ ├── ca
│ │ ├── CMakeLists.txt
│ │ ├── CustomAction.cpp
│ │ └── CustomAction.def
│ ├── CMakeLists.txt
│ ├── CPackWixConfig.cmake
│ ├── create_msi.cmake.in
│ ├── custom_ui.wxs
│ ├── extra.wxs.in
│ ├── MySQLServer.ico
│ └── mysql_server.wxs.in
├── pcre
│ ├── AUTHORS
│ ├── ChangeLog
│ ├── cmake
│ │ ├── COPYING-CMAKE-SCRIPTS
│ │ ├── FindEditline.cmake
│ │ ├── FindPackageHandleStandardArgs.cmake
│ │ └── FindReadline.cmake
│ ├── CMakeLists.txt
│ ├── config-cmake.h.in
│ ├── configure.ac
│ ├── doc
│ │ ├── html
│ │ │ ├── index.html
│ │ │ ├── NON-AUTOTOOLS-BUILD.txt
│ │ │ ├── pcre16.html
│ │ │ ├── pcre32.html
│ │ │ ├── pcreapi.html
│ │ │ ├── pcre_assign_jit_stack.html
│ │ │ ├── pcrebuild.html
│ │ │ ├── pcrecallout.html
│ │ │ ├── pcrecompat.html
│ │ │ ├── pcre_compile2.html
│ │ │ ├── pcre_compile.html
│ │ │ ├── pcre-config.html
│ │ │ ├── pcre_config.html
│ │ │ ├── pcre_copy_named_substring.html
│ │ │ ├── pcre_copy_substring.html
│ │ │ ├── pcrecpp.html
│ │ │ ├── pcredemo.html
│ │ │ ├── pcre_dfa_exec.html
│ │ │ ├── pcre_exec.html
│ │ │ ├── pcre_free_study.html
│ │ │ ├── pcre_free_substring.html
│ │ │ ├── pcre_free_substring_list.html
│ │ │ ├── pcre_fullinfo.html
│ │ │ ├── pcre_get_named_substring.html
│ │ │ ├── pcre_get_stringnumber.html
│ │ │ ├── pcre_get_stringtable_entries.html
│ │ │ ├── pcre_get_substring.html
│ │ │ ├── pcre_get_substring_list.html
│ │ │ ├── pcregrep.html
│ │ │ ├── pcre.html
│ │ │ ├── pcre_jit_exec.html
│ │ │ ├── pcrejit.html
│ │ │ ├── pcre_jit_stack_alloc.html
│ │ │ ├── pcre_jit_stack_free.html
│ │ │ ├── pcrelimits.html
│ │ │ ├── pcre_maketables.html
│ │ │ ├── pcrematching.html
│ │ │ ├── pcrepartial.html
│ │ │ ├── pcrepattern.html
│ │ │ ├── pcre_pattern_to_host_byte_order.html
│ │ │ ├── pcreperform.html
│ │ │ ├── pcreposix.html
│ │ │ ├── pcreprecompile.html
│ │ │ ├── pcre_refcount.html
│ │ │ ├── pcresample.html
│ │ │ ├── pcrestack.html
│ │ │ ├── pcre_study.html
│ │ │ ├── pcresyntax.html
│ │ │ ├── pcretest.html
│ │ │ ├── pcreunicode.html
│ │ │ ├── pcre_utf16_to_host_byte_order.html
│ │ │ ├── pcre_utf32_to_host_byte_order.html
│ │ │ ├── pcre_version.html
│ │ │ └── README.txt
│ │ ├── index.html.src
│ │ ├── pcre16.3
│ │ ├── pcre.3
│ │ ├── pcre32.3
│ │ ├── pcreapi.3
│ │ ├── pcre_assign_jit_stack.3
│ │ ├── pcrebuild.3
│ │ ├── pcrecallout.3
│ │ ├── pcrecompat.3
│ │ ├── pcre_compile2.3
│ │ ├── pcre_compile.3
│ │ ├── pcre-config.1
│ │ ├── pcre_config.3
│ │ ├── pcre-config.txt
│ │ ├── pcre_copy_named_substring.3
│ │ ├── pcre_copy_substring.3
│ │ ├── pcrecpp.3
│ │ ├── pcredemo.3
│ │ ├── pcre_dfa_exec.3
│ │ ├── pcre_exec.3
│ │ ├── pcre_free_study.3
│ │ ├── pcre_free_substring.3
│ │ ├── pcre_free_substring_list.3
│ │ ├── pcre_fullinfo.3
│ │ ├── pcre_get_named_substring.3
│ │ ├── pcre_get_stringnumber.3
│ │ ├── pcre_get_stringtable_entries.3
│ │ ├── pcre_get_substring.3
│ │ ├── pcre_get_substring_list.3
│ │ ├── pcregrep.1
│ │ ├── pcregrep.txt
│ │ ├── pcrejit.3
│ │ ├── pcre_jit_exec.3
│ │ ├── pcre_jit_stack_alloc.3
│ │ ├── pcre_jit_stack_free.3
│ │ ├── pcrelimits.3
│ │ ├── pcre_maketables.3
│ │ ├── pcrematching.3
│ │ ├── pcrepartial.3
│ │ ├── pcrepattern.3
│ │ ├── pcre_pattern_to_host_byte_order.3
│ │ ├── pcreperform.3
│ │ ├── pcreposix.3
│ │ ├── pcreprecompile.3
│ │ ├── pcre_refcount.3
│ │ ├── pcresample.3
│ │ ├── pcrestack.3
│ │ ├── pcre_study.3
│ │ ├── pcresyntax.3
│ │ ├── pcretest.1
│ │ ├── pcretest.txt
│ │ ├── pcre.txt
│ │ ├── pcreunicode.3
│ │ ├── pcre_utf16_to_host_byte_order.3
│ │ ├── pcre_utf32_to_host_byte_order.3
│ │ ├── pcre_version.3
│ │ └── perltest.txt
│ ├── HACKING
│ ├── INSTALL
│ ├── LICENCE
│ ├── NEWS
│ ├── NON-AUTOTOOLS-BUILD
│ ├── NON-UNIX-USE
│ ├── pcre16_byte_order.c
│ ├── pcre16_chartables.c
│ ├── pcre16_compile.c
│ ├── pcre16_config.c
│ ├── pcre16_dfa_exec.c
│ ├── pcre16_exec.c
│ ├── pcre16_fullinfo.c
│ ├── pcre16_get.c
│ ├── pcre16_globals.c
│ ├── pcre16_jit_compile.c
│ ├── pcre16_maketables.c
│ ├── pcre16_newline.c
│ ├── pcre16_ord2utf16.c
│ ├── pcre16_printint.c
│ ├── pcre16_refcount.c
│ ├── pcre16_string_utils.c
│ ├── pcre16_study.c
│ ├── pcre16_tables.c
│ ├── pcre16_ucd.c
│ ├── pcre16_utf16_utils.c
│ ├── pcre16_valid_utf16.c
│ ├── pcre16_version.c
│ ├── pcre16_xclass.c
│ ├── pcre32_byte_order.c
│ ├── pcre32_chartables.c
│ ├── pcre32_compile.c
│ ├── pcre32_config.c
│ ├── pcre32_dfa_exec.c
│ ├── pcre32_exec.c
│ ├── pcre32_fullinfo.c
│ ├── pcre32_get.c
│ ├── pcre32_globals.c
│ ├── pcre32_jit_compile.c
│ ├── pcre32_maketables.c
│ ├── pcre32_newline.c
│ ├── pcre32_ord2utf32.c
│ ├── pcre32_printint.c
│ ├── pcre32_refcount.c
│ ├── pcre32_string_utils.c
│ ├── pcre32_study.c
│ ├── pcre32_tables.c
│ ├── pcre32_ucd.c
│ ├── pcre32_utf32_utils.c
│ ├── pcre32_valid_utf32.c
│ ├── pcre32_version.c
│ ├── pcre32_xclass.c
│ ├── pcre_byte_order.c
│ ├── pcre_chartables.c.dist
│ ├── pcre_compile.c
│ ├── pcre_config.c
│ ├── pcrecpparg.h.in
│ ├── pcrecpp.cc
│ ├── pcrecpp.h
│ ├── pcrecpp_internal.h
│ ├── pcrecpp_unittest.cc
│ ├── pcredemo.c
│ ├── pcre_dfa_exec.c
│ ├── pcre_exec.c
│ ├── pcre_fullinfo.c
│ ├── pcre_get.c
│ ├── pcre_globals.c
│ ├── pcregrep.c
│ ├── pcre.h.in
│ ├── pcre_internal.h
│ ├── pcre_jit_compile.c
│ ├── pcre_jit_test.c
│ ├── pcre_maketables.c
│ ├── pcre_newline.c
│ ├── pcre_ord2utf8.c
│ ├── pcreposix.c
│ ├── pcreposix.h
│ ├── pcre_printint.c
│ ├── pcre_refcount.c
│ ├── pcre_scanner.cc
│ ├── pcre_scanner.h
│ ├── pcre_scanner_unittest.cc
│ ├── pcre_stringpiece.cc
│ ├── pcre_stringpiece.h.in
│ ├── pcre_stringpiece_unittest.cc
│ ├── pcre_string_utils.c
│ ├── pcre_study.c
│ ├── pcre_tables.c
│ ├── pcretest.c
│ ├── pcre_ucd.c
│ ├── pcre_valid_utf8.c
│ ├── pcre_version.c
│ ├── pcre_xclass.c
│ ├── README
│ ├── RunGrepTest
│ ├── RunTest
│ ├── RunTest.bat
│ ├── testdata
│ │ ├── grepbinary
│ │ ├── grepfilelist
│ │ ├── grepinput
│ │ ├── grepinput3
│ │ ├── grepinput8
│ │ ├── grepinputv
│ │ ├── grepinputx
│ │ ├── greplist
│ │ ├── grepoutput
│ │ ├── grepoutput8
│ │ ├── grepoutputN
│ │ ├── greppatN4
│ │ ├── saved16
│ │ ├── saved16BE-1
│ │ ├── saved16BE-2
│ │ ├── saved16LE-1
│ │ ├── saved16LE-2
│ │ ├── saved32
│ │ ├── saved32BE-1
│ │ ├── saved32BE-2
│ │ ├── saved32LE-1
│ │ ├── saved32LE-2
│ │ ├── saved8
│ │ ├── testinput1
│ │ ├── testinput10
│ │ ├── testinput11
│ │ ├── testinput12
│ │ ├── testinput13
│ │ ├── testinput14
│ │ ├── testinput15
│ │ ├── testinput16
│ │ ├── testinput17
│ │ ├── testinput18
│ │ ├── testinput19
│ │ ├── testinput2
│ │ ├── testinput20
│ │ ├── testinput21
│ │ ├── testinput22
│ │ ├── testinput23
│ │ ├── testinput24
│ │ ├── testinput25
│ │ ├── testinput26
│ │ ├── testinput3
│ │ ├── testinput4
│ │ ├── testinput5
│ │ ├── testinput6
│ │ ├── testinput7
│ │ ├── testinput8
│ │ ├── testinput9
│ │ ├── testinputEBC
│ │ ├── testoutput1
│ │ ├── testoutput10
│ │ ├── testoutput11-16
│ │ ├── testoutput11-32
│ │ ├── testoutput11-8
│ │ ├── testoutput12
│ │ ├── testoutput13
│ │ ├── testoutput14
│ │ ├── testoutput15
│ │ ├── testoutput16
│ │ ├── testoutput17
│ │ ├── testoutput18-16
│ │ ├── testoutput18-32
│ │ ├── testoutput19
│ │ ├── testoutput2
│ │ ├── testoutput20
│ │ ├── testoutput21-16
│ │ ├── testoutput21-32
│ │ ├── testoutput22-16
│ │ ├── testoutput22-32
│ │ ├── testoutput23
│ │ ├── testoutput24
│ │ ├── testoutput25
│ │ ├── testoutput26
│ │ ├── testoutput3
│ │ ├── testoutput3A
│ │ ├── testoutput3B
│ │ ├── testoutput4
│ │ ├── testoutput5
│ │ ├── testoutput6
│ │ ├── testoutput7
│ │ ├── testoutput8
│ │ ├── testoutput9
│ │ ├── testoutputEBC
│ │ ├── wintestinput3
│ │ └── wintestoutput3
│ └── ucp.h
├── plugin
│ ├── audit_null
│ │ ├── audit_null.c
│ │ └── CMakeLists.txt
│ ├── auth_dialog
│ │ ├── CMakeLists.txt
│ │ └── dialog.c
│ ├── auth_examples
│ │ ├── auth_0x0100.c
│ │ ├── clear_password_client.c
│ │ ├── CMakeLists.txt
│ │ ├── dialog_examples.c
│ │ ├── qa_auth_client.c
│ │ ├── qa_auth_interface.c
│ │ ├── qa_auth_server.c
│ │ └── test_plugin.c
│ ├── auth_pam
│ │ ├── auth_pam.c
│ │ ├── CMakeLists.txt
│ │ ├── mapper
│ │ │ └── pam_user_map.c
│ │ └── testing
│ │ └── pam_mariadb_mtr.c
│ ├── auth_socket
│ │ ├── auth_socket.c
│ │ └── CMakeLists.txt
│ ├── daemon_example
│ │ ├── AUTHORS
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── daemon_example.cc
│ │ ├── daemon_example.ini
│ │ ├── NEWS
│ │ └── README
│ ├── feedback
│ │ ├── CMakeLists.txt
│ │ ├── feedback.cc
│ │ ├── feedback.h
│ │ ├── sender_thread.cc
│ │ ├── url_base.cc
│ │ ├── url_http.cc
│ │ └── utils.cc
│ ├── fulltext
│ │ ├── AUTHORS
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── NEWS
│ │ ├── plugin_example.c
│ │ └── README
│ ├── handler_socket
│ │ ├── AUTHORS
│ │ ├── autogen.sh
│ │ ├── ChangeLog
│ │ ├── client
│ │ │ ├── hsclient.cpp
│ │ │ ├── hslongrun.cpp
│ │ │ ├── hspool_test.pl
│ │ │ ├── hstest.cpp
│ │ │ ├── hstest_hs_more50.sh
│ │ │ ├── hstest_hs.sh
│ │ │ ├── hstest_md.sh
│ │ │ ├── hstest_my_more50.sh
│ │ │ ├── hstest_my.sh
│ │ │ ├── hstest.pl
│ │ │ └── Makefile.am
│ │ ├── CMakeLists.txt
│ │ ├── configure.ac
│ │ ├── docs-en
│ │ │ ├── about-handlersocket.en.txt
│ │ │ ├── configuration-options.en.txt
│ │ │ ├── installation.en.txt
│ │ │ ├── perl-client.en.txt
│ │ │ └── protocol.en.txt
│ │ ├── docs-ja
│ │ │ ├── about-handlersocket.ja.txt
│ │ │ ├── installation.ja.txt
│ │ │ ├── perl-client.ja.txt
│ │ │ └── protocol.ja.txt
│ │ ├── handlersocket
│ │ │ ├── COPYRIGHT.txt
│ │ │ ├── database.cpp
│ │ │ ├── database.hpp
│ │ │ ├── handlersocket.cpp
│ │ │ ├── handlersocket.spec.template
│ │ │ ├── hstcpsvr.cpp
│ │ │ ├── hstcpsvr.hpp
│ │ │ ├── hstcpsvr_worker.cpp
│ │ │ ├── hstcpsvr_worker.hpp
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.plain.template
│ │ │ └── mysql_incl.hpp
│ │ ├── libhsclient
│ │ │ ├── allocator.hpp
│ │ │ ├── auto_addrinfo.hpp
│ │ │ ├── auto_file.hpp
│ │ │ ├── auto_ptrcontainer.hpp
│ │ │ ├── config.cpp
│ │ │ ├── config.hpp
│ │ │ ├── COPYRIGHT.txt
│ │ │ ├── escape.cpp
│ │ │ ├── escape.hpp
│ │ │ ├── fatal.cpp
│ │ │ ├── fatal.hpp
│ │ │ ├── hstcpcli.cpp
│ │ │ ├── hstcpcli.hpp
│ │ │ ├── libhsclient.spec.template
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.plain
│ │ │ ├── mutex.hpp
│ │ │ ├── socket.cpp
│ │ │ ├── socket.hpp
│ │ │ ├── string_buffer.hpp
│ │ │ ├── string_ref.hpp
│ │ │ ├── string_util.cpp
│ │ │ ├── string_util.hpp
│ │ │ ├── thread.hpp
│ │ │ └── util.hpp
│ │ ├── Makefile.am
│ │ ├── misc
│ │ │ ├── microbench-hs.log
│ │ │ └── microbench-my.log
│ │ ├── perl-Net-HandlerSocket
│ │ │ ├── Changes
│ │ │ ├── COPYRIGHT.txt
│ │ │ ├── HandlerSocket.xs
│ │ │ ├── lib
│ │ │ │ └── Net
│ │ │ │ ├── HandlerSocket
│ │ │ │ │ └── Pool.pm
│ │ │ │ └── HandlerSocket.pm
│ │ │ ├── Makefile.PL.in
│ │ │ ├── Makefile.PL.installed
│ │ │ ├── MANIFEST
│ │ │ ├── perl-Net-HandlerSocket.spec.template
│ │ │ ├── ppport.h
│ │ │ ├── README
│ │ │ └── t
│ │ │ └── HandlerSocket.t
│ │ ├── plug.in
│ │ ├── README
│ │ └── regtest
│ │ ├── common
│ │ │ ├── binary_my.cnf
│ │ │ ├── compat.sh
│ │ │ └── hstest.pm
│ │ └── test_01_lib
│ │ ├── run.sh
│ │ ├── test01.expected
│ │ ├── test01.pl
│ │ ├── test02.expected
│ │ ├── test02.pl
│ │ ├── test03.expected
│ │ ├── test03.pl
│ │ ├── test04.expected
│ │ ├── test04.pl
│ │ ├── test05.expected
│ │ ├── test05.pl
│ │ ├── test06.expected
│ │ ├── test06.pl
│ │ ├── test07.expected
│ │ ├── test07.pl
│ │ ├── test08.expected
│ │ ├── test08.pl
│ │ ├── test09.expected
│ │ ├── test09.pl
│ │ ├── test10.expected
│ │ ├── test10.pl
│ │ ├── test11.expected
│ │ ├── test11.pl
│ │ ├── test12.expected
│ │ ├── test12.pl
│ │ ├── test13.expected
│ │ ├── test13.pl
│ │ ├── test14.expected
│ │ ├── test14.pl
│ │ ├── test15.expected
│ │ ├── test15.pl
│ │ ├── test16.expected
│ │ ├── test16.pl
│ │ ├── test17.expected
│ │ ├── test17.pl
│ │ ├── test18.expected
│ │ ├── test18.pl
│ │ ├── test19.expected
│ │ ├── test19.pl
│ │ ├── test20.expected
│ │ ├── test20.pl
│ │ ├── test21.expected
│ │ ├── test21.pl
│ │ ├── test22.expected
│ │ ├── test22.pl
│ │ ├── test23.expected
│ │ ├── test23.pl
│ │ ├── test24.expected
│ │ └── test24.pl
│ ├── locale_info
│ │ ├── CMakeLists.txt
│ │ └── locale_info.cc
│ ├── metadata_lock_info
│ │ ├── CMakeLists.txt
│ │ ├── metadata_lock_info.cc
│ │ └── mysql-test
│ │ └── metadata_lock_info
│ │ ├── r
│ │ │ ├── global_read_lock.result
│ │ │ ├── table_metadata_lock.result
│ │ │ └── user_lock.result
│ │ ├── suite.opt
│ │ ├── suite.pm
│ │ └── t
│ │ ├── global_read_lock.test
│ │ ├── table_metadata_lock.test
│ │ └── user_lock.test
│ ├── qc_info
│ │ ├── CMakeLists.txt
│ │ └── qc_info.cc
│ ├── query_response_time
│ │ ├── CMakeLists.txt
│ │ ├── mysql-test
│ │ │ └── query_response_time
│ │ │ ├── basic.result
│ │ │ ├── basic.test
│ │ │ ├── query_response_time.inc
│ │ │ ├── query_response_time.result
│ │ │ ├── query_response_time-stored.inc
│ │ │ ├── query_response_time-stored.result
│ │ │ ├── query_response_time-stored.test
│ │ │ ├── query_response_time.test
│ │ │ ├── suite.opt
│ │ │ └── suite.pm
│ │ ├── plugin.cc
│ │ ├── query_response_time.cc
│ │ └── query_response_time.h
│ ├── semisync
│ │ ├── CMakeLists.txt
│ │ ├── semisync.cc
│ │ ├── semisync.h
│ │ ├── semisync_master.cc
│ │ ├── semisync_master.h
│ │ ├── semisync_master_plugin.cc
│ │ ├── semisync_slave.cc
│ │ ├── semisync_slave.h
│ │ └── semisync_slave_plugin.cc
│ ├── server_audit
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ └── server_audit.c
│ ├── sql_errlog
│ │ ├── CMakeLists.txt
│ │ └── sql_errlog.c
│ └── win_auth_client
│ ├── CMakeLists.txt
│ ├── common.cc
│ ├── common.h
│ ├── handshake.cc
│ ├── handshake_client.cc
│ ├── handshake.h
│ ├── log_client.cc
│ └── plugin_client.cc
├── randgen
│ └── conf
│ └── maria_group_commit.yy
├── README
├── scripts
│ ├── CMakeLists.txt
│ ├── comp_sql.c
│ ├── convert-debug-for-diff.sh
│ ├── dheadgen.pl
│ ├── fill_help_tables.sql
│ ├── make_binary_distribution.sh
│ ├── make_win_bin_dist
│ ├── msql2mysql.sh
│ ├── mysqlaccess.conf
│ ├── mysqlaccess.sh
│ ├── mysqlbug.sh
│ ├── mysql_config.pl.in
│ ├── mysql_config.sh
│ ├── mysql_convert_table_format.sh
│ ├── mysqld_multi.sh
│ ├── mysqld_safe.sh
│ ├── mysqldumpslow.sh
│ ├── mysql_find_rows.sh
│ ├── mysql_fix_extensions.sh
│ ├── mysqlhotcopy.sh
│ ├── mysql_install_db.pl.in
│ ├── mysql_install_db.sh
│ ├── mysql_performance_tables.sql
│ ├── mysql_secure_installation.pl.in
│ ├── mysql_secure_installation.sh
│ ├── mysql_setpermission.sh
│ ├── mysql_system_tables_data.sql
│ ├── mysql_system_tables_fix.sql
│ ├── mysql_system_tables.sql
│ ├── mysql_test_data_timezone.sql
│ ├── mysql_zap.sh
│ └── mytop.sh
├── sql
│ ├── add_errmsg
│ ├── authors.h
│ ├── bounded_queue.h
│ ├── client_settings.h
│ ├── CMakeLists.txt
│ ├── compat56.cc
│ ├── compat56.h
│ ├── contributors.h
│ ├── create_options.cc
│ ├── create_options.h
│ ├── custom_conf.h
│ ├── datadict.cc
│ ├── datadict.h
│ ├── debug_sync.cc
│ ├── debug_sync.h
│ ├── derror.cc
│ ├── derror.h
│ ├── des_key_file.cc
│ ├── des_key_file.h
│ ├── discover.cc
│ ├── discover.h
│ ├── event_data_objects.cc
│ ├── event_data_objects.h
│ ├── event_db_repository.cc
│ ├── event_db_repository.h
│ ├── event_parse_data.cc
│ ├── event_parse_data.h
│ ├── event_queue.cc
│ ├── event_queue.h
│ ├── events.cc
│ ├── event_scheduler.cc
│ ├── event_scheduler.h
│ ├── events.h
│ ├── examples
│ │ └── CMakeLists.txt
│ ├── field.cc
│ ├── field_conv.cc
│ ├── field.h
│ ├── filesort.cc
│ ├── filesort.h
│ ├── filesort_utils.cc
│ ├── filesort_utils.h
│ ├── gcalc_slicescan.cc
│ ├── gcalc_slicescan.h
│ ├── gcalc_tools.cc
│ ├── gcalc_tools.h
│ ├── gen_lex_hash.cc
│ ├── gstream.cc
│ ├── gstream.h
│ ├── ha_ndbcluster_binlog.cc
│ ├── ha_ndbcluster_binlog.h
│ ├── ha_ndbcluster.cc
│ ├── ha_ndbcluster_cond.cc
│ ├── ha_ndbcluster_cond.h
│ ├── ha_ndbcluster.h
│ ├── ha_ndbcluster_tables.h
│ ├── handler.cc
│ ├── handler.h
│ ├── ha_partition.cc
│ ├── ha_partition.h
│ ├── hash_filo.cc
│ ├── hash_filo.h
│ ├── hostname.cc
│ ├── hostname.h
│ ├── init.cc
│ ├── init.h
│ ├── innodb_priv.h
│ ├── item_buff.cc
│ ├── item.cc
│ ├── item_cmpfunc.cc
│ ├── item_cmpfunc.h
│ ├── item_create.cc
│ ├── item_create.h
│ ├── item_func.cc
│ ├── item_func.h
│ ├── item_geofunc.cc
│ ├── item_geofunc.h
│ ├── item.h
│ ├── item_inetfunc.cc
│ ├── item_inetfunc.h
│ ├── item_row.cc
│ ├── item_row.h
│ ├── item_strfunc.cc
│ ├── item_strfunc.h
│ ├── item_subselect.cc
│ ├── item_subselect.h
│ ├── item_sum.cc
│ ├── item_sum.h
│ ├── item_timefunc.cc
│ ├── item_timefunc.h
│ ├── item_xmlfunc.cc
│ ├── item_xmlfunc.h
│ ├── keycaches.cc
│ ├── keycaches.h
│ ├── key.cc
│ ├── key.h
│ ├── lex.h
│ ├── lex_symbol.h
│ ├── lock.cc
│ ├── lock.h
│ ├── log.cc
│ ├── log_event.cc
│ ├── log_event.h
│ ├── log_event_old.cc
│ ├── log_event_old.h
│ ├── log.h
│ ├── log_slow.h
│ ├── main.cc
│ ├── mdl.cc
│ ├── mdl.h
│ ├── mem_root_array.h
│ ├── message.h
│ ├── message.mc
│ ├── message.rc
│ ├── mf_iocache.cc
│ ├── MSG00001.bin
│ ├── multi_range_read.cc
│ ├── multi_range_read.h
│ ├── my_apc.cc
│ ├── my_apc.h
│ ├── my_decimal.cc
│ ├── my_decimal.h
│ ├── mysqld.cc
│ ├── mysqld.h
│ ├── mysqld_suffix.h
│ ├── mysql_install_db.cc
│ ├── mysql_upgrade_service.cc
│ ├── net_serv.cc
│ ├── nt_servc.cc
│ ├── nt_servc.h
│ ├── opt_index_cond_pushdown.cc
│ ├── opt_range.cc
│ ├── opt_range.h
│ ├── opt_range_mrr.cc
│ ├── opt_subselect.cc
│ ├── opt_subselect.h
│ ├── opt_sum.cc
│ ├── opt_table_elimination.cc
│ ├── parse_file.cc
│ ├── parse_file.h
│ ├── partition_element.h
│ ├── partition_info.cc
│ ├── partition_info.h
│ ├── password.c
│ ├── plistsort.c
│ ├── procedure.cc
│ ├── procedure.h
│ ├── protocol.cc
│ ├── protocol.h
│ ├── records.cc
│ ├── records.h
│ ├── repl_failsafe.cc
│ ├── repl_failsafe.h
│ ├── replication.h
│ ├── rpl_constants.h
│ ├── rpl_filter.cc
│ ├── rpl_filter.h
│ ├── rpl_gtid.cc
│ ├── rpl_gtid.h
│ ├── rpl_handler.cc
│ ├── rpl_handler.h
│ ├── rpl_injector.cc
│ ├── rpl_injector.h
│ ├── rpl_mi.cc
│ ├── rpl_mi.h
│ ├── rpl_parallel.cc
│ ├── rpl_parallel.h
│ ├── rpl_record.cc
│ ├── rpl_record.h
│ ├── rpl_record_old.cc
│ ├── rpl_record_old.h
│ ├── rpl_reporting.cc
│ ├── rpl_reporting.h
│ ├── rpl_rli.cc
│ ├── rpl_rli.h
│ ├── rpl_tblmap.cc
│ ├── rpl_tblmap.h
│ ├── rpl_utility.cc
│ ├── rpl_utility.h
│ ├── scheduler.cc
│ ├── scheduler.h
│ ├── set_var.cc
│ ├── set_var.h
│ ├── sha2.cc
│ ├── share
│ │ ├── charsets
│ │ │ ├── armscii8.xml
│ │ │ ├── ascii.xml
│ │ │ ├── cp1250.xml
│ │ │ ├── cp1251.xml
│ │ │ ├── cp1256.xml
│ │ │ ├── cp1257.xml
│ │ │ ├── cp850.xml
│ │ │ ├── cp852.xml
│ │ │ ├── cp866.xml
│ │ │ ├── dec8.xml
│ │ │ ├── geostd8.xml
│ │ │ ├── greek.xml
│ │ │ ├── hebrew.xml
│ │ │ ├── hp8.xml
│ │ │ ├── Index.xml
│ │ │ ├── keybcs2.xml
│ │ │ ├── koi8r.xml
│ │ │ ├── koi8u.xml
│ │ │ ├── languages.html
│ │ │ ├── latin1.xml
│ │ │ ├── latin2.xml
│ │ │ ├── latin5.xml
│ │ │ ├── latin7.xml
│ │ │ ├── macce.xml
│ │ │ ├── macroman.xml
│ │ │ ├── README
│ │ │ └── swe7.xml
│ │ ├── CMakeLists.txt
│ │ └── errmsg-utf8.txt
│ ├── signal_handler.cc
│ ├── slave.cc
│ ├── slave.h
│ ├── spatial.cc
│ ├── spatial.h
│ ├── sp_cache.cc
│ ├── sp_cache.h
│ ├── sp.cc
│ ├── sp.h
│ ├── sp_head.cc
│ ├── sp_head.h
│ ├── sp_pcontext.cc
│ ├── sp_pcontext.h
│ ├── sp_rcontext.cc
│ ├── sp_rcontext.h
│ ├── sql_acl.cc
│ ├── sql_acl.h
│ ├── sql_admin.cc
│ ├── sql_admin.h
│ ├── sql_alter.cc
│ ├── sql_alter.h
│ ├── sql_analyse.cc
│ ├── sql_analyse.h
│ ├── sql_array.h
│ ├── sql_audit.cc
│ ├── sql_audit.h
│ ├── sql_base.cc
│ ├── sql_base.h
│ ├── sql_binlog.cc
│ ├── sql_binlog.h
│ ├── sql_bitmap.h
│ ├── sql_bootstrap.cc
│ ├── sql_bootstrap.h
│ ├── sql_builtin.cc.in
│ ├── sql_cache.cc
│ ├── sql_cache.h
│ ├── sql_callback.h
│ ├── sql_class.cc
│ ├── sql_class.h
│ ├── sql_client.cc
│ ├── sql_cmd.h
│ ├── sql_connect.cc
│ ├── sql_connect.h
│ ├── sql_const.h
│ ├── sql_crypt.cc
│ ├── sql_crypt.h
│ ├── sql_cursor.cc
│ ├── sql_cursor.h
│ ├── sql_db.cc
│ ├── sql_db.h
│ ├── sql_delete.cc
│ ├── sql_delete.h
│ ├── sql_derived.cc
│ ├── sql_derived.h
│ ├── sql_do.cc
│ ├── sql_do.h
│ ├── sql_error.cc
│ ├── sql_error.h
│ ├── sql_explain.cc
│ ├── sql_explain.h
│ ├── sql_expression_cache.cc
│ ├── sql_expression_cache.h
│ ├── sql_get_diagnostics.cc
│ ├── sql_get_diagnostics.h
│ ├── sql_handler.cc
│ ├── sql_handler.h
│ ├── sql_help.cc
│ ├── sql_help.h
│ ├── sql_hset.h
│ ├── sql_insert.cc
│ ├── sql_insert.h
│ ├── sql_join_cache.cc
│ ├── sql_join_cache.h
│ ├── sql_lex.cc
│ ├── sql_lex.h
│ ├── sql_lifo_buffer.h
│ ├── sql_list.cc
│ ├── sql_list.h
│ ├── sql_load.cc
│ ├── sql_load.h
│ ├── sql_locale.cc
│ ├── sql_locale.h
│ ├── sql_manager.cc
│ ├── sql_manager.h
│ ├── sql_parse.cc
│ ├── sql_parse.h
│ ├── sql_partition_admin.cc
│ ├── sql_partition_admin.h
│ ├── sql_partition.cc
│ ├── sql_partition.h
│ ├── sql_plist.h
│ ├── sql_plugin.cc
│ ├── sql_plugin_compat.h
│ ├── sql_plugin.h
│ ├── sql_plugin_services.h
│ ├── sql_prepare.cc
│ ├── sql_prepare.h
│ ├── sql_priv.h
│ ├── sql_profile.cc
│ ├── sql_profile.h
│ ├── sql_reload.cc
│ ├── sql_reload.h
│ ├── sql_rename.cc
│ ├── sql_rename.h
│ ├── sql_repl.cc
│ ├── sql_repl.h
│ ├── sql_select.cc
│ ├── sql_select.h
│ ├── sql_servers.cc
│ ├── sql_servers.h
│ ├── sql_show.cc
│ ├── sql_show.h
│ ├── sql_signal.cc
│ ├── sql_signal.h
│ ├── sql_sort.h
│ ├── sql_state.c
│ ├── sql_statistics.cc
│ ├── sql_statistics.h
│ ├── sql_string.cc
│ ├── sql_string.h
│ ├── sql_table.cc
│ ├── sql_table.h
│ ├── sql_tablespace.cc
│ ├── sql_tablespace.h
│ ├── sql_test.cc
│ ├── sql_test.h
│ ├── sql_time.cc
│ ├── sql_time.h
│ ├── sql_trigger.cc
│ ├── sql_trigger.h
│ ├── sql_truncate.cc
│ ├── sql_truncate.h
│ ├── sql_udf.cc
│ ├── sql_udf.h
│ ├── sql_union.cc
│ ├── sql_union.h
│ ├── sql_update.cc
│ ├── sql_update.h
│ ├── sql_view.cc
│ ├── sql_view.h
│ ├── sql_yacc.cc
│ ├── sql_yacc.h
│ ├── sql_yacc.yy
│ ├── strfunc.cc
│ ├── strfunc.h
│ ├── structs.h
│ ├── sys_vars.cc
│ ├── sys_vars.h
│ ├── sys_vars_shared.h
│ ├── table_cache.cc
│ ├── table_cache.h
│ ├── table.cc
│ ├── table.h
│ ├── threadpool_common.cc
│ ├── threadpool.h
│ ├── threadpool_unix.cc
│ ├── threadpool_win.cc
│ ├── thr_malloc.cc
│ ├── thr_malloc.h
│ ├── transaction.cc
│ ├── transaction.h
│ ├── tzfile.h
│ ├── tztime.cc
│ ├── tztime.h
│ ├── udf_example.c
│ ├── udf_example.def
│ ├── uniques.cc
│ ├── unireg.cc
│ ├── unireg.h
│ ├── winservice.c
│ └── winservice.h
├── sql-bench
│ ├── as3ap.sh
│ ├── bench-count-distinct.sh
│ ├── bench-init.pl.sh
│ ├── CMakeLists.txt
│ ├── Comments
│ │ ├── Access.crash-me
│ │ ├── Adabas.crash-me
│ │ ├── Empress.crash-me
│ │ ├── FrontBase.benchmark
│ │ ├── Informix.crash-me
│ │ ├── interbase
│ │ ├── mysql.benchmark
│ │ ├── postgres.benchmark
│ │ └── postgres.crash-me
│ ├── compare-results.sh
│ ├── copy-db.sh
│ ├── crash-me.sh
│ ├── Data
│ │ ├── ATIS
│ │ │ ├── aircraft.txt
│ │ │ ├── airline.txt
│ │ │ ├── airport_service.txt
│ │ │ ├── airport.txt
│ │ │ ├── city.txt
│ │ │ ├── class_of_service.txt
│ │ │ ├── code_description.txt
│ │ │ ├── compound_class.txt
│ │ │ ├── connect_leg.txt
│ │ │ ├── date_day.txt
│ │ │ ├── day_name.txt
│ │ │ ├── dual_carrier.txt
│ │ │ ├── fare.txt
│ │ │ ├── fconnection.txt
│ │ │ ├── flight_class.txt
│ │ │ ├── flight_day.txt
│ │ │ ├── flight_fare.txt
│ │ │ ├── flight.txt
│ │ │ ├── food_service.txt
│ │ │ ├── ground_service.txt
│ │ │ ├── month_name.txt
│ │ │ ├── restrict_carrier.txt
│ │ │ ├── restrict_class.txt
│ │ │ ├── restriction.txt
│ │ │ ├── state.txt
│ │ │ ├── stop1.txt
│ │ │ ├── stop.txt
│ │ │ ├── time_interval.txt
│ │ │ ├── time_zone.txt
│ │ │ └── transport.txt
│ │ └── Wisconsin
│ │ ├── onek.data
│ │ └── tenk.data
│ ├── example
│ ├── example.bat
│ ├── graph-compare-results.sh
│ ├── innotest1a.sh
│ ├── innotest1b.sh
│ ├── innotest1.sh
│ ├── innotest2a.sh
│ ├── innotest2b.sh
│ ├── innotest2.sh
│ ├── limits
│ │ ├── access.cfg
│ │ ├── access_odbc.cfg
│ │ ├── Adabas.cfg
│ │ ├── db2.cfg
│ │ ├── empress.cfg
│ │ ├── frontbase.cfg
│ │ ├── Informix.cfg
│ │ ├── interbase.cfg
│ │ ├── interbase-dialect1.cfg
│ │ ├── interbase-dialect3.cfg
│ │ ├── interbase-superserver.cfg
│ │ ├── mimer.cfg
│ │ ├── msql.cfg
│ │ ├── ms-sql65.cfg
│ │ ├── ms-sql.cfg
│ │ ├── mysql-3.22.cfg
│ │ ├── mysql-3.23.cfg
│ │ ├── mysql-4.0.cfg
│ │ ├── mysql-4.1.cfg
│ │ ├── mysql.cfg
│ │ ├── oracle.cfg
│ │ ├── pg.cfg
│ │ ├── solid.cfg
│ │ ├── solid-nt4.cfg
│ │ └── sybase.cfg
│ ├── myisam.cnf
│ ├── pwd.bat
│ ├── README
│ ├── run-all-tests.sh
│ ├── server-cfg.sh
│ ├── test-alter-table.sh
│ ├── test-ATIS.sh
│ ├── test-big-tables.sh
│ ├── test-connect.sh
│ ├── test-create.sh
│ ├── test-insert.sh
│ ├── test-select.sh
│ ├── test-table-elimination.sh
│ ├── test-transactions.sh
│ ├── test-wisconsin.sh
│ └── uname.bat
├── sql-common
│ ├── client.c
│ ├── client_plugin.c
│ ├── mysql_async.c
│ ├── my_time.c
│ ├── my_user.c
│ └── pack.c
├── storage
│ ├── archive
│ │ ├── archive_reader.c
│ │ ├── archive_test.c
│ │ ├── azio.c
│ │ ├── azlib.h
│ │ ├── CMakeLists.txt
│ │ ├── ha_archive.cc
│ │ └── ha_archive.h
│ ├── blackhole
│ │ ├── CMakeLists.txt
│ │ ├── ha_blackhole.cc
│ │ └── ha_blackhole.h
│ ├── cassandra
│ │ ├── cassandra_se.cc
│ │ ├── cassandra_se.h
│ │ ├── CMakeLists.txt
│ │ ├── gen-cpp
│ │ │ ├── cassandra_constants.cpp
│ │ │ ├── cassandra_constants.h
│ │ │ ├── Cassandra.cpp
│ │ │ ├── Cassandra.h
│ │ │ ├── Cassandra_server.skeleton.cpp
│ │ │ ├── cassandra_types.cpp
│ │ │ └── cassandra_types.h
│ │ ├── ha_cassandra.cc
│ │ └── ha_cassandra.h
│ ├── connect
│ │ ├── array.cpp
│ │ ├── array.h
│ │ ├── blkfil.cpp
│ │ ├── blkfil.h
│ │ ├── block.h
│ │ ├── catalog.h
│ │ ├── checklvl.h
│ │ ├── CMakeLists.txt
│ │ ├── colblk.cpp
│ │ ├── colblk.h
│ │ ├── connect.cc
│ │ ├── connect.h
│ │ ├── csort.cpp
│ │ ├── csort.h
│ │ ├── domdoc.cpp
│ │ ├── domdoc.h
│ │ ├── encas.h
│ │ ├── english.msg
│ │ ├── engmsg.h
│ │ ├── enids.h
│ │ ├── filamap.cpp
│ │ ├── filamap.h
│ │ ├── filamdbf.cpp
│ │ ├── filamdbf.h
│ │ ├── filamfix.cpp
│ │ ├── filamfix.h
│ │ ├── filamtxt.cpp
│ │ ├── filamtxt.h
│ │ ├── filamvct.cpp
│ │ ├── filamvct.h
│ │ ├── filamzip.cpp
│ │ ├── filamzip.h
│ │ ├── filter.cpp
│ │ ├── filter.h
│ │ ├── fmdlex.c
│ │ ├── frcas.h
│ │ ├── french.msg
│ │ ├── frids.h
│ │ ├── frmsg1.h
│ │ ├── frmsg2.h
│ │ ├── frmsg.h
│ │ ├── global.h
│ │ ├── ha_connect.cc
│ │ ├── ha_connect.h
│ │ ├── inihandl.c
│ │ ├── inihandl.h
│ │ ├── json.cpp
│ │ ├── json.h
│ │ ├── jsonudf.cpp
│ │ ├── libdoc.cpp
│ │ ├── libdoc.h
│ │ ├── macutil.cpp
│ │ ├── macutil.h
│ │ ├── maputil.cpp
│ │ ├── maputil.h
│ │ ├── messages.h
│ │ ├── msgid.h
│ │ ├── mycat.cc
│ │ ├── mycat.h
│ │ ├── myconn.cpp
│ │ ├── myconn.h
│ │ ├── mysql-test
│ │ │ └── connect
│ │ │ ├── my.cnf
│ │ │ ├── r
│ │ │ │ ├── alter.result
│ │ │ │ ├── alter_xml.result
│ │ │ │ ├── bin.result
│ │ │ │ ├── csv.result
│ │ │ │ ├── datest.result
│ │ │ │ ├── dbf.result
│ │ │ │ ├── dir.result
│ │ │ │ ├── fix.result
│ │ │ │ ├── fmt.result
│ │ │ │ ├── general.result
│ │ │ │ ├── grant.result
│ │ │ │ ├── index.result
│ │ │ │ ├── ini_grant.result
│ │ │ │ ├── ini.result
│ │ │ │ ├── json.result
│ │ │ │ ├── mrr.result
│ │ │ │ ├── mul.result
│ │ │ │ ├── mysql_discovery.result
│ │ │ │ ├── mysql_exec.result
│ │ │ │ ├── mysql_grant.result
│ │ │ │ ├── mysql_new.result
│ │ │ │ ├── mysql.result
│ │ │ │ ├── null.result
│ │ │ │ ├── occur.result
│ │ │ │ ├── odbc_oracle.result
│ │ │ │ ├── odbc_postgresql.result
│ │ │ │ ├── odbc.result
│ │ │ │ ├── odbc_sqlite3_grant.result
│ │ │ │ ├── odbc_sqlite3.result
│ │ │ │ ├── odbc_xls.result
│ │ │ │ ├── part_file.result
│ │ │ │ ├── part_table.result
│ │ │ │ ├── pivot.result
│ │ │ │ ├── secure_file_priv.result
│ │ │ │ ├── tbl.result
│ │ │ │ ├── temporary.result
│ │ │ │ ├── unsigned.result
│ │ │ │ ├── updelx2.result
│ │ │ │ ├── updelx.result
│ │ │ │ ├── upd.result
│ │ │ │ ├── vec.result
│ │ │ │ ├── xcol.result
│ │ │ │ ├── xml_grant.result
│ │ │ │ ├── xml_mdev5261.result
│ │ │ │ ├── xml_mult.result
│ │ │ │ └── xml.result
│ │ │ ├── std_data
│ │ │ │ ├── biblio.jsn
│ │ │ │ ├── bookstore.xml
│ │ │ │ ├── boys.txt
│ │ │ │ ├── boyswin.txt
│ │ │ │ ├── contact.ini
│ │ │ │ ├── contacts.xls
│ │ │ │ ├── cp1251.xml
│ │ │ │ ├── dept.dat
│ │ │ │ ├── employee.dat
│ │ │ │ ├── emp.txt
│ │ │ │ ├── expense.jsn
│ │ │ │ ├── expenses.txt
│ │ │ │ ├── funny2.txt
│ │ │ │ ├── funny.txt
│ │ │ │ ├── latin1.xml
│ │ │ │ ├── mulexp3.jsn
│ │ │ │ ├── mulexp4.jsn
│ │ │ │ ├── mulexp5.jsn
│ │ │ │ ├── nocs.xml
│ │ │ │ ├── people.csv
│ │ │ │ ├── sexe.csv
│ │ │ │ ├── sitmat.csv
│ │ │ │ ├── Testbal.dat
│ │ │ │ ├── test.sqlite3
│ │ │ │ └── xsample.xml
│ │ │ ├── suite.opt
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── alter.test
│ │ │ ├── alter_xml.test
│ │ │ ├── bin.test
│ │ │ ├── csv.test
│ │ │ ├── datest.test
│ │ │ ├── dbf.test
│ │ │ ├── dir.test
│ │ │ ├── fix.test
│ │ │ ├── fmt.test
│ │ │ ├── general.test
│ │ │ ├── grant.inc
│ │ │ ├── grant.test
│ │ │ ├── have_libxml2.inc
│ │ │ ├── have_odbc.inc
│ │ │ ├── have_odbc_oracle.inc
│ │ │ ├── have_odbc_postgresql.inc
│ │ │ ├── have_odbc_sqlite3.inc
│ │ │ ├── index.test
│ │ │ ├── ini_grant.test
│ │ │ ├── ini.test
│ │ │ ├── json.test
│ │ │ ├── mrr.test
│ │ │ ├── mul.test
│ │ │ ├── myconn_cleanup.inc
│ │ │ ├── myconn.inc
│ │ │ ├── mysql_discovery.test
│ │ │ ├── mysql_exec.test
│ │ │ ├── mysql_grant.test
│ │ │ ├── mysql_new.test
│ │ │ ├── mysql.test
│ │ │ ├── null.test
│ │ │ ├── occur.test
│ │ │ ├── odbc_oracle.sql
│ │ │ ├── odbc_oracle.test
│ │ │ ├── odbc_postgresql.sql
│ │ │ ├── odbc_postgresql.test
│ │ │ ├── odbc_sqlite3_grant.test
│ │ │ ├── odbc_sqlite3.test
│ │ │ ├── odbc.test
│ │ │ ├── odbc_xls.test
│ │ │ ├── part_file.test
│ │ │ ├── part_table.test
│ │ │ ├── pivot.test
│ │ │ ├── secure_file_priv-master.opt
│ │ │ ├── secure_file_priv.test
│ │ │ ├── tbl.test
│ │ │ ├── temporary.test
│ │ │ ├── unsigned.test
│ │ │ ├── updelx2.test
│ │ │ ├── updelx.inc
│ │ │ ├── updelx.test
│ │ │ ├── upd.test
│ │ │ ├── vec.test
│ │ │ ├── xcol.test
│ │ │ ├── xml_grant.test
│ │ │ ├── xml_mdev5261.test
│ │ │ ├── xml_mult.test
│ │ │ └── xml.test
│ │ ├── myutil.cpp
│ │ ├── myutil.h
│ │ ├── odbccat.h
│ │ ├── odbconn.cpp
│ │ ├── odbconn.h
│ │ ├── os.h
│ │ ├── osutil.c
│ │ ├── osutil.h
│ │ ├── plgcnx.h
│ │ ├── plgdbsem.h
│ │ ├── plgdbutl.cpp
│ │ ├── plgodbc.h
│ │ ├── plgxml.cpp
│ │ ├── plgxml.h
│ │ ├── plugutil.c
│ │ ├── preparse.h
│ │ ├── rcmsg.c
│ │ ├── rcmsg.h
│ │ ├── reldef.cpp
│ │ ├── reldef.h
│ │ ├── resource.h
│ │ ├── tabcol.cpp
│ │ ├── tabcol.h
│ │ ├── tabdos.cpp
│ │ ├── tabdos.h
│ │ ├── tabfix.cpp
│ │ ├── tabfix.h
│ │ ├── tabfmt.cpp
│ │ ├── tabfmt.h
│ │ ├── tabjson.cpp
│ │ ├── tabjson.h
│ │ ├── table.cpp
│ │ ├── tabmac.cpp
│ │ ├── tabmac.h
│ │ ├── tabmul.cpp
│ │ ├── tabmul.h
│ │ ├── tabmysql.cpp
│ │ ├── tabmysql.h
│ │ ├── taboccur.cpp
│ │ ├── taboccur.h
│ │ ├── tabodbc.cpp
│ │ ├── tabodbc.h
│ │ ├── tabpivot.cpp
│ │ ├── tabpivot.h
│ │ ├── tabsys.cpp
│ │ ├── tabsys.h
│ │ ├── tabtbl.cpp
│ │ ├── tabtbl.h
│ │ ├── tabutil.cpp
│ │ ├── tabutil.h
│ │ ├── tabvct.cpp
│ │ ├── tabvct.h
│ │ ├── tabvir.cpp
│ │ ├── tabvir.h
│ │ ├── tabwmi.cpp
│ │ ├── tabwmi.h
│ │ ├── tabxcl.cpp
│ │ ├── tabxcl.h
│ │ ├── tabxml.cpp
│ │ ├── tabxml.h
│ │ ├── user_connect.cc
│ │ ├── user_connect.h
│ │ ├── valblk.cpp
│ │ ├── valblk.h
│ │ ├── value.cpp
│ │ ├── value.h
│ │ ├── xindex.cpp
│ │ ├── xindex.h
│ │ ├── xobject.cpp
│ │ ├── xobject.h
│ │ └── xtable.h
│ ├── csv
│ │ ├── CMakeLists.txt
│ │ ├── ha_tina.cc
│ │ ├── ha_tina.h
│ │ ├── transparent_file.cc
│ │ └── transparent_file.h
│ ├── example
│ │ ├── CMakeLists.txt
│ │ ├── ha_example.cc
│ │ ├── ha_example.h
│ │ └── mysql-test
│ │ ├── mtr
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── combs.combinations
│ │ │ ├── inc.inc
│ │ │ ├── newcomb.combinations
│ │ │ ├── over.result
│ │ │ ├── over.test
│ │ │ ├── self.result
│ │ │ ├── self.test
│ │ │ ├── source.result
│ │ │ ├── test2,c2.result
│ │ │ ├── test2.opt
│ │ │ ├── test2.rdiff
│ │ │ └── testsh-master.sh
│ │ └── README
│ ├── federated
│ │ ├── CMakeLists.txt
│ │ ├── ha_federated.cc
│ │ ├── ha_federated.h
│ │ └── README
│ ├── federatedx
│ │ ├── AUTHORS
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── FAQ
│ │ ├── federatedx_io.cc
│ │ ├── federatedx_io_mysql.cc
│ │ ├── federatedx_io_null.cc
│ │ ├── federatedx_probes.h
│ │ ├── federatedx_txn.cc
│ │ ├── ha_federatedx.cc
│ │ ├── ha_federatedx.h
│ │ ├── README
│ │ ├── README.windows
│ │ └── TODO
│ ├── heap
│ │ ├── ChangeLog
│ │ ├── _check.c
│ │ ├── CMakeLists.txt
│ │ ├── ha_heap.cc
│ │ ├── ha_heap.h
│ │ ├── heapdef.h
│ │ ├── hp_block.c
│ │ ├── hp_clear.c
│ │ ├── hp_close.c
│ │ ├── hp_create.c
│ │ ├── hp_delete.c
│ │ ├── hp_extra.c
│ │ ├── hp_hash.c
│ │ ├── hp_info.c
│ │ ├── hp_open.c
│ │ ├── hp_panic.c
│ │ ├── hp_rename.c
│ │ ├── hp_rfirst.c
│ │ ├── hp_rkey.c
│ │ ├── hp_rlast.c
│ │ ├── hp_rnext.c
│ │ ├── hp_rprev.c
│ │ ├── hp_rrnd.c
│ │ ├── hp_rsame.c
│ │ ├── hp_scan.c
│ │ ├── hp_static.c
│ │ ├── hp_test1.c
│ │ ├── hp_test2.c
│ │ ├── hp_update.c
│ │ ├── hp_write.c
│ │ ├── mysql-test
│ │ │ └── mtr2
│ │ │ ├── my.cnf
│ │ │ └── README
│ │ └── _rectest.c
│ ├── innobase
│ │ ├── api
│ │ │ ├── api0api.cc
│ │ │ └── api0misc.cc
│ │ ├── btr
│ │ │ ├── btr0btr.cc
│ │ │ ├── btr0cur.cc
│ │ │ ├── btr0pcur.cc
│ │ │ └── btr0sea.cc
│ │ ├── buf
│ │ │ ├── buf0buddy.cc
│ │ │ ├── buf0buf.cc
│ │ │ ├── buf0checksum.cc
│ │ │ ├── buf0dblwr.cc
│ │ │ ├── buf0dump.cc
│ │ │ ├── buf0flu.cc
│ │ │ ├── buf0lru.cc
│ │ │ └── buf0rea.cc
│ │ ├── CMakeLists.txt
│ │ ├── compile-innodb
│ │ ├── COPYING.Google
│ │ ├── COPYING.Percona
│ │ ├── data
│ │ │ ├── data0data.cc
│ │ │ └── data0type.cc
│ │ ├── dict
│ │ │ ├── dict0boot.cc
│ │ │ ├── dict0crea.cc
│ │ │ ├── dict0dict.cc
│ │ │ ├── dict0load.cc
│ │ │ ├── dict0mem.cc
│ │ │ ├── dict0stats_bg.cc
│ │ │ └── dict0stats.cc
│ │ ├── Doxyfile
│ │ ├── dyn
│ │ │ └── dyn0dyn.cc
│ │ ├── eval
│ │ │ ├── eval0eval.cc
│ │ │ └── eval0proc.cc
│ │ ├── fil
│ │ │ └── fil0fil.cc
│ │ ├── fsp
│ │ │ └── fsp0fsp.cc
│ │ ├── fts
│ │ │ ├── fts0ast.cc
│ │ │ ├── fts0blex.cc
│ │ │ ├── fts0blex.l
│ │ │ ├── fts0config.cc
│ │ │ ├── fts0fts.cc
│ │ │ ├── fts0opt.cc
│ │ │ ├── fts0pars.cc
│ │ │ ├── fts0pars.y
│ │ │ ├── fts0que.cc
│ │ │ ├── fts0sql.cc
│ │ │ ├── fts0tlex.cc
│ │ │ ├── fts0tlex.l
│ │ │ ├── Makefile.query
│ │ │ └── make_parser.sh
│ │ ├── fut
│ │ │ ├── fut0fut.cc
│ │ │ └── fut0lst.cc
│ │ ├── ha
│ │ │ ├── ha0ha.cc
│ │ │ ├── ha0storage.cc
│ │ │ └── hash0hash.cc
│ │ ├── ha_innodb.def
│ │ ├── handler
│ │ │ ├── ha_innodb.cc
│ │ │ ├── ha_innodb.h
│ │ │ ├── handler0alter.cc
│ │ │ ├── i_s.cc
│ │ │ └── i_s.h
│ │ ├── ibuf
│ │ │ └── ibuf0ibuf.cc
│ │ ├── include
│ │ │ ├── api0api.h
│ │ │ ├── api0misc.h
│ │ │ ├── btr0btr.h
│ │ │ ├── btr0btr.ic
│ │ │ ├── btr0cur.h
│ │ │ ├── btr0cur.ic
│ │ │ ├── btr0pcur.h
│ │ │ ├── btr0pcur.ic
│ │ │ ├── btr0sea.h
│ │ │ ├── btr0sea.ic
│ │ │ ├── btr0types.h
│ │ │ ├── buf0buddy.h
│ │ │ ├── buf0buddy.ic
│ │ │ ├── buf0buf.h
│ │ │ ├── buf0buf.ic
│ │ │ ├── buf0checksum.h
│ │ │ ├── buf0dblwr.h
│ │ │ ├── buf0dump.h
│ │ │ ├── buf0flu.h
│ │ │ ├── buf0flu.ic
│ │ │ ├── buf0lru.h
│ │ │ ├── buf0lru.ic
│ │ │ ├── buf0rea.h
│ │ │ ├── buf0types.h
│ │ │ ├── data0data.h
│ │ │ ├── data0data.ic
│ │ │ ├── data0type.h
│ │ │ ├── data0type.ic
│ │ │ ├── data0types.h
│ │ │ ├── db0err.h
│ │ │ ├── dict0boot.h
│ │ │ ├── dict0boot.ic
│ │ │ ├── dict0crea.h
│ │ │ ├── dict0crea.ic
│ │ │ ├── dict0dict.h
│ │ │ ├── dict0dict.ic
│ │ │ ├── dict0load.h
│ │ │ ├── dict0load.ic
│ │ │ ├── dict0mem.h
│ │ │ ├── dict0mem.ic
│ │ │ ├── dict0priv.h
│ │ │ ├── dict0priv.ic
│ │ │ ├── dict0stats_bg.h
│ │ │ ├── dict0stats_bg.ic
│ │ │ ├── dict0stats.h
│ │ │ ├── dict0stats.ic
│ │ │ ├── dict0types.h
│ │ │ ├── dyn0dyn.h
│ │ │ ├── dyn0dyn.ic
│ │ │ ├── eval0eval.h
│ │ │ ├── eval0eval.ic
│ │ │ ├── eval0proc.h
│ │ │ ├── eval0proc.ic
│ │ │ ├── fil0fil.h
│ │ │ ├── fsp0fsp.h
│ │ │ ├── fsp0fsp.ic
│ │ │ ├── fsp0types.h
│ │ │ ├── fts0ast.h
│ │ │ ├── fts0blex.h
│ │ │ ├── fts0fts.h
│ │ │ ├── fts0opt.h
│ │ │ ├── fts0pars.h
│ │ │ ├── fts0priv.h
│ │ │ ├── fts0priv.ic
│ │ │ ├── fts0tlex.h
│ │ │ ├── fts0types.h
│ │ │ ├── fts0types.ic
│ │ │ ├── fts0vlc.ic
│ │ │ ├── fut0fut.h
│ │ │ ├── fut0fut.ic
│ │ │ ├── fut0lst.h
│ │ │ ├── fut0lst.ic
│ │ │ ├── ha0ha.h
│ │ │ ├── ha0ha.ic
│ │ │ ├── ha0storage.h
│ │ │ ├── ha0storage.ic
│ │ │ ├── handler0alter.h
│ │ │ ├── ha_prototypes.h
│ │ │ ├── hash0hash.h
│ │ │ ├── hash0hash.ic
│ │ │ ├── ibuf0ibuf.h
│ │ │ ├── ibuf0ibuf.ic
│ │ │ ├── ibuf0types.h
│ │ │ ├── lock0iter.h
│ │ │ ├── lock0lock.h
│ │ │ ├── lock0lock.ic
│ │ │ ├── lock0priv.h
│ │ │ ├── lock0priv.ic
│ │ │ ├── lock0types.h
│ │ │ ├── log0log.h
│ │ │ ├── log0log.ic
│ │ │ ├── log0recv.h
│ │ │ ├── log0recv.ic
│ │ │ ├── mach0data.h
│ │ │ ├── mach0data.ic
│ │ │ ├── mem0dbg.h
│ │ │ ├── mem0dbg.ic
│ │ │ ├── mem0mem.h
│ │ │ ├── mem0mem.ic
│ │ │ ├── mem0pool.h
│ │ │ ├── mem0pool.ic
│ │ │ ├── mtr0log.h
│ │ │ ├── mtr0log.ic
│ │ │ ├── mtr0mtr.h
│ │ │ ├── mtr0mtr.ic
│ │ │ ├── mtr0types.h
│ │ │ ├── os0file.h
│ │ │ ├── os0file.ic
│ │ │ ├── os0once.h
│ │ │ ├── os0proc.h
│ │ │ ├── os0proc.ic
│ │ │ ├── os0sync.h
│ │ │ ├── os0sync.ic
│ │ │ ├── os0thread.h
│ │ │ ├── os0thread.ic
│ │ │ ├── page0cur.h
│ │ │ ├── page0cur.ic
│ │ │ ├── page0page.h
│ │ │ ├── page0page.ic
│ │ │ ├── page0types.h
│ │ │ ├── page0zip.h
│ │ │ ├── page0zip.ic
│ │ │ ├── pars0grm.h
│ │ │ ├── pars0opt.h
│ │ │ ├── pars0opt.ic
│ │ │ ├── pars0pars.h
│ │ │ ├── pars0pars.ic
│ │ │ ├── pars0sym.h
│ │ │ ├── pars0sym.ic
│ │ │ ├── pars0types.h
│ │ │ ├── que0que.h
│ │ │ ├── que0que.ic
│ │ │ ├── que0types.h
│ │ │ ├── read0read.h
│ │ │ ├── read0read.ic
│ │ │ ├── read0types.h
│ │ │ ├── rem0cmp.h
│ │ │ ├── rem0cmp.ic
│ │ │ ├── rem0rec.h
│ │ │ ├── rem0rec.ic
│ │ │ ├── rem0types.h
│ │ │ ├── row0ext.h
│ │ │ ├── row0ext.ic
│ │ │ ├── row0ftsort.h
│ │ │ ├── row0import.h
│ │ │ ├── row0import.ic
│ │ │ ├── row0ins.h
│ │ │ ├── row0ins.ic
│ │ │ ├── row0log.h
│ │ │ ├── row0log.ic
│ │ │ ├── row0merge.h
│ │ │ ├── row0mysql.h
│ │ │ ├── row0mysql.ic
│ │ │ ├── row0purge.h
│ │ │ ├── row0purge.ic
│ │ │ ├── row0quiesce.h
│ │ │ ├── row0quiesce.ic
│ │ │ ├── row0row.h
│ │ │ ├── row0row.ic
│ │ │ ├── row0sel.h
│ │ │ ├── row0sel.ic
│ │ │ ├── row0types.h
│ │ │ ├── row0uins.h
│ │ │ ├── row0uins.ic
│ │ │ ├── row0umod.h
│ │ │ ├── row0umod.ic
│ │ │ ├── row0undo.h
│ │ │ ├── row0undo.ic
│ │ │ ├── row0upd.h
│ │ │ ├── row0upd.ic
│ │ │ ├── row0vers.h
│ │ │ ├── row0vers.ic
│ │ │ ├── srv0conc.h
│ │ │ ├── srv0mon.h
│ │ │ ├── srv0mon.ic
│ │ │ ├── srv0srv.h
│ │ │ ├── srv0srv.ic
│ │ │ ├── srv0start.h
│ │ │ ├── sync0arr.h
│ │ │ ├── sync0arr.ic
│ │ │ ├── sync0rw.h
│ │ │ ├── sync0rw.ic
│ │ │ ├── sync0sync.h
│ │ │ ├── sync0sync.ic
│ │ │ ├── sync0types.h
│ │ │ ├── trx0i_s.h
│ │ │ ├── trx0purge.h
│ │ │ ├── trx0purge.ic
│ │ │ ├── trx0rec.h
│ │ │ ├── trx0rec.ic
│ │ │ ├── trx0roll.h
│ │ │ ├── trx0roll.ic
│ │ │ ├── trx0rseg.h
│ │ │ ├── trx0rseg.ic
│ │ │ ├── trx0sys.h
│ │ │ ├── trx0sys.ic
│ │ │ ├── trx0trx.h
│ │ │ ├── trx0trx.ic
│ │ │ ├── trx0types.h
│ │ │ ├── trx0undo.h
│ │ │ ├── trx0undo.ic
│ │ │ ├── trx0xa.h
│ │ │ ├── univ.i
│ │ │ ├── usr0sess.h
│ │ │ ├── usr0sess.ic
│ │ │ ├── usr0types.h
│ │ │ ├── ut0bh.h
│ │ │ ├── ut0bh.ic
│ │ │ ├── ut0byte.h
│ │ │ ├── ut0byte.ic
│ │ │ ├── ut0counter.h
│ │ │ ├── ut0crc32.h
│ │ │ ├── ut0dbg.h
│ │ │ ├── ut0list.h
│ │ │ ├── ut0list.ic
│ │ │ ├── ut0lst.h
│ │ │ ├── ut0mem.h
│ │ │ ├── ut0mem.ic
│ │ │ ├── ut0rbt.h
│ │ │ ├── ut0rnd.h
│ │ │ ├── ut0rnd.ic
│ │ │ ├── ut0sort.h
│ │ │ ├── ut0ut.h
│ │ │ ├── ut0ut.ic
│ │ │ ├── ut0vec.h
│ │ │ ├── ut0vec.ic
│ │ │ └── ut0wqueue.h
│ │ ├── lock
│ │ │ ├── lock0iter.cc
│ │ │ ├── lock0lock.cc
│ │ │ └── lock0wait.cc
│ │ ├── log
│ │ │ ├── log0log.cc
│ │ │ └── log0recv.cc
│ │ ├── mach
│ │ │ └── mach0data.cc
│ │ ├── mem
│ │ │ ├── mem0dbg.cc
│ │ │ ├── mem0mem.cc
│ │ │ └── mem0pool.cc
│ │ ├── mtr
│ │ │ ├── mtr0log.cc
│ │ │ └── mtr0mtr.cc
│ │ ├── mysql-test
│ │ │ └── storage_engine
│ │ │ ├── alter_tablespace.opt
│ │ │ ├── autoinc_secondary.rdiff
│ │ │ ├── cache_index.rdiff
│ │ │ ├── checksum_table_live.rdiff
│ │ │ ├── col_opt_not_null.opt
│ │ │ ├── col_opt_null.opt
│ │ │ ├── define_engine.inc
│ │ │ ├── disabled.def
│ │ │ ├── fulltext_search.rdiff
│ │ │ ├── index_enable_disable.rdiff
│ │ │ ├── index_type_hash.rdiff
│ │ │ ├── insert_delayed.rdiff
│ │ │ ├── lock_concurrent.rdiff
│ │ │ ├── optimize_table.rdiff
│ │ │ ├── parts
│ │ │ │ ├── checksum_table.rdiff
│ │ │ │ ├── create_table.rdiff
│ │ │ │ ├── disabled.def
│ │ │ │ ├── optimize_table.rdiff
│ │ │ │ ├── repair_table.rdiff
│ │ │ │ └── suite.opt
│ │ │ ├── repair_table.rdiff
│ │ │ ├── suite.opt
│ │ │ ├── tbl_opt_data_index_dir.rdiff
│ │ │ ├── tbl_opt_insert_method.rdiff
│ │ │ ├── tbl_opt_key_block_size.opt
│ │ │ ├── tbl_opt_row_format.opt
│ │ │ ├── tbl_opt_row_format.rdiff
│ │ │ ├── tbl_opt_union.rdiff
│ │ │ ├── trx
│ │ │ │ ├── cons_snapshot_serializable.rdiff
│ │ │ │ ├── level_read_committed.rdiff
│ │ │ │ ├── level_read_uncommitted.rdiff
│ │ │ │ └── suite.opt
│ │ │ ├── type_blob.opt
│ │ │ ├── type_char_indexes.rdiff
│ │ │ ├── type_float_indexes.rdiff
│ │ │ ├── type_spatial_indexes.rdiff
│ │ │ └── type_text.opt
│ │ ├── os
│ │ │ ├── os0file.cc
│ │ │ ├── os0proc.cc
│ │ │ ├── os0sync.cc
│ │ │ └── os0thread.cc
│ │ ├── page
│ │ │ ├── page0cur.cc
│ │ │ ├── page0page.cc
│ │ │ └── page0zip.cc
│ │ ├── pars
│ │ │ ├── lexyy.cc
│ │ │ ├── make_bison.sh
│ │ │ ├── make_flex.sh
│ │ │ ├── pars0grm.cc
│ │ │ ├── pars0grm.y
│ │ │ ├── pars0lex.l
│ │ │ ├── pars0opt.cc
│ │ │ ├── pars0pars.cc
│ │ │ └── pars0sym.cc
│ │ ├── plugin_exports
│ │ ├── que
│ │ │ └── que0que.cc
│ │ ├── read
│ │ │ └── read0read.cc
│ │ ├── rem
│ │ │ ├── rem0cmp.cc
│ │ │ └── rem0rec.cc
│ │ ├── row
│ │ │ ├── row0ext.cc
│ │ │ ├── row0ftsort.cc
│ │ │ ├── row0import.cc
│ │ │ ├── row0ins.cc
│ │ │ ├── row0log.cc
│ │ │ ├── row0merge.cc
│ │ │ ├── row0mysql.cc
│ │ │ ├── row0purge.cc
│ │ │ ├── row0quiesce.cc
│ │ │ ├── row0row.cc
│ │ │ ├── row0sel.cc
│ │ │ ├── row0uins.cc
│ │ │ ├── row0umod.cc
│ │ │ ├── row0undo.cc
│ │ │ ├── row0upd.cc
│ │ │ └── row0vers.cc
│ │ ├── srv
│ │ │ ├── srv0conc.cc
│ │ │ ├── srv0mon.cc
│ │ │ ├── srv0srv.cc
│ │ │ └── srv0start.cc
│ │ ├── sync
│ │ │ ├── sync0arr.cc
│ │ │ ├── sync0rw.cc
│ │ │ └── sync0sync.cc
│ │ ├── trx
│ │ │ ├── trx0i_s.cc
│ │ │ ├── trx0purge.cc
│ │ │ ├── trx0rec.cc
│ │ │ ├── trx0roll.cc
│ │ │ ├── trx0rseg.cc
│ │ │ ├── trx0sys.cc
│ │ │ ├── trx0trx.cc
│ │ │ └── trx0undo.cc
│ │ ├── usr
│ │ │ └── usr0sess.cc
│ │ └── ut
│ │ ├── ut0bh.cc
│ │ ├── ut0byte.cc
│ │ ├── ut0crc32.cc
│ │ ├── ut0dbg.cc
│ │ ├── ut0list.cc
│ │ ├── ut0mem.cc
│ │ ├── ut0rbt.cc
│ │ ├── ut0rnd.cc
│ │ ├── ut0ut.cc
│ │ ├── ut0vec.cc
│ │ └── ut0wqueue.cc
│ ├── maria
│ │ ├── CMakeLists.txt
│ │ ├── file_formats.txt
│ │ ├── ft_maria.c
│ │ ├── ha_maria.cc
│ │ ├── ha_maria.h
│ │ ├── lockman.c
│ │ ├── lockman.h
│ │ ├── ma_bitmap.c
│ │ ├── ma_blockrec.c
│ │ ├── ma_blockrec.h
│ │ ├── ma_cache.c
│ │ ├── ma_changed.c
│ │ ├── ma_check.c
│ │ ├── ma_checkpoint.c
│ │ ├── ma_checkpoint.h
│ │ ├── ma_check_standalone.h
│ │ ├── ma_checksum.c
│ │ ├── ma_close.c
│ │ ├── ma_commit.c
│ │ ├── ma_commit.h
│ │ ├── ma_control_file.c
│ │ ├── ma_control_file.h
│ │ ├── ma_create.c
│ │ ├── ma_dbug.c
│ │ ├── ma_delete_all.c
│ │ ├── ma_delete.c
│ │ ├── ma_delete_table.c
│ │ ├── ma_dynrec.c
│ │ ├── ma_extra.c
│ │ ├── ma_ft_boolean_search.c
│ │ ├── ma_ftdefs.h
│ │ ├── ma_ft_eval.c
│ │ ├── ma_ft_eval.h
│ │ ├── ma_ft_nlq_search.c
│ │ ├── ma_ft_parser.c
│ │ ├── ma_ft_stem.c
│ │ ├── ma_ft_test1.c
│ │ ├── ma_ft_test1.h
│ │ ├── ma_ft_update.c
│ │ ├── ma_fulltext.h
│ │ ├── ma_info.c
│ │ ├── ma_init.c
│ │ ├── ma_key.c
│ │ ├── ma_keycache.c
│ │ ├── ma_key_recover.c
│ │ ├── ma_key_recover.h
│ │ ├── ma_locking.c
│ │ ├── ma_loghandler.c
│ │ ├── ma_loghandler.h
│ │ ├── ma_loghandler_lsn.h
│ │ ├── ma_norec.c
│ │ ├── ma_open.c
│ │ ├── ma_packrec.c
│ │ ├── ma_page.c
│ │ ├── ma_pagecache.c
│ │ ├── ma_pagecache.h
│ │ ├── ma_pagecaches.c
│ │ ├── ma_pagecrc.c
│ │ ├── ma_panic.c
│ │ ├── ma_preload.c
│ │ ├── ma_range.c
│ │ ├── ma_recovery.c
│ │ ├── ma_recovery.h
│ │ ├── ma_recovery_util.c
│ │ ├── ma_recovery_util.h
│ │ ├── ma_rename.c
│ │ ├── ma_rfirst.c
│ │ ├── maria_chk.c
│ │ ├── maria_def.h
│ │ ├── maria_dump_log.c
│ │ ├── maria_ftdump.c
│ │ ├── maria_pack.c
│ │ ├── maria_read_log.c
│ │ ├── maria_rename.sh
│ │ ├── ma_rkey.c
│ │ ├── ma_rlast.c
│ │ ├── ma_rnext.c
│ │ ├── ma_rnext_same.c
│ │ ├── ma_rprev.c
│ │ ├── ma_rrnd.c
│ │ ├── ma_rsame.c
│ │ ├── ma_rsamepos.c
│ │ ├── ma_rt_index.c
│ │ ├── ma_rt_index.h
│ │ ├── ma_rt_key.c
│ │ ├── ma_rt_key.h
│ │ ├── ma_rt_mbr.c
│ │ ├── ma_rt_mbr.h
│ │ ├── ma_rt_split.c
│ │ ├── ma_rt_test.c
│ │ ├── ma_scan.c
│ │ ├── ma_search.c
│ │ ├── ma_servicethread.c
│ │ ├── ma_servicethread.h
│ │ ├── ma_sort.c
│ │ ├── ma_sp_defs.h
│ │ ├── ma_sp_key.c
│ │ ├── ma_sp_test.c
│ │ ├── ma_state.c
│ │ ├── ma_state.h
│ │ ├── ma_static.c
│ │ ├── ma_statrec.c
│ │ ├── ma_test1.c
│ │ ├── ma_test2.c
│ │ ├── ma_test3.c
│ │ ├── ma_test_all.res
│ │ ├── ma_test_all.sh
│ │ ├── ma_test_big.sh
│ │ ├── ma_test_force_start.pl
│ │ ├── ma_test_recovery
│ │ ├── ma_unique.c
│ │ ├── ma_update.c
│ │ ├── ma_write.c
│ │ ├── tablockman.c
│ │ ├── tablockman.h
│ │ ├── test_pack
│ │ ├── trnman.c
│ │ ├── trnman.h
│ │ ├── trnman_public.h
│ │ └── unittest
│ │ ├── CMakeLists.txt
│ │ ├── lockman1-t.c
│ │ ├── lockman2-t.c
│ │ ├── lockman-t.c
│ │ ├── ma_control_file-t.c
│ │ ├── ma_loghandler_examples.c
│ │ ├── ma_maria_log_cleanup.c
│ │ ├── ma_pagecache_consist.c
│ │ ├── ma_pagecache_rwconsist2.c
│ │ ├── ma_pagecache_rwconsist.c
│ │ ├── ma_pagecache_single.c
│ │ ├── ma_test_all-t
│ │ ├── ma_test_loghandler_first_lsn-t.c
│ │ ├── ma_test_loghandler_max_lsn-t.c
│ │ ├── ma_test_loghandler_multigroup-t.c
│ │ ├── ma_test_loghandler_multithread-t.c
│ │ ├── ma_test_loghandler_noflush-t.c
│ │ ├── ma_test_loghandler_nologs-t.c
│ │ ├── ma_test_loghandler_pagecache-t.c
│ │ ├── ma_test_loghandler_purge-t.c
│ │ ├── ma_test_loghandler-t.c
│ │ ├── ma_test_recovery.expected
│ │ ├── ma_test_recovery.pl
│ │ ├── sequence_storage.c
│ │ ├── sequence_storage.h
│ │ ├── test_file.c
│ │ ├── test_file.h
│ │ └── trnman-t.c
│ ├── mroonga
│ │ ├── appveyor.yml
│ │ ├── AUTHORS
│ │ ├── autogen.sh
│ │ ├── build
│ │ │ ├── cmake_modules
│ │ │ │ ├── Makefile.am
│ │ │ │ └── ReadFileList.cmake
│ │ │ ├── Makefile.am
│ │ │ └── makefiles
│ │ │ ├── gettext.am
│ │ │ ├── LC_MESSAGES.am
│ │ │ ├── locale.am
│ │ │ ├── sphinx.am
│ │ │ └── sphinx-build.am
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── config.sh.in
│ │ ├── configure.ac
│ │ ├── data
│ │ │ ├── install.sql.in
│ │ │ ├── Makefile.am
│ │ │ └── uninstall.sql
│ │ ├── gpg_uid
│ │ ├── ha_mroonga.cpp
│ │ ├── ha_mroonga.def
│ │ ├── ha_mroonga.hpp
│ │ ├── lib
│ │ │ ├── libmrn_need_mysql_sources.am
│ │ │ ├── libmrn_no_mysql_sources.am
│ │ │ ├── libmysqlservices_compat_sources.am
│ │ │ ├── Makefile.am
│ │ │ ├── mrn_auto_increment_value_lock.cpp
│ │ │ ├── mrn_auto_increment_value_lock.hpp
│ │ │ ├── mrn_condition_converter.cpp
│ │ │ ├── mrn_condition_converter.hpp
│ │ │ ├── mrn_database_manager.cpp
│ │ │ ├── mrn_database_manager.hpp
│ │ │ ├── mrn_debug_column_access.cpp
│ │ │ ├── mrn_debug_column_access.hpp
│ │ │ ├── mrn_encoding.cpp
│ │ │ ├── mrn_encoding.hpp
│ │ │ ├── mrn_external_lock.cpp
│ │ │ ├── mrn_external_lock.hpp
│ │ │ ├── mrn_field_normalizer.cpp
│ │ │ ├── mrn_field_normalizer.hpp
│ │ │ ├── mrn_grn.hpp
│ │ │ ├── mrn_index_column_name.cpp
│ │ │ ├── mrn_index_column_name.hpp
│ │ │ ├── mrn_index_table_name.cpp
│ │ │ ├── mrn_index_table_name.hpp
│ │ │ ├── mrn_lock.cpp
│ │ │ ├── mrn_lock.hpp
│ │ │ ├── mrn_match_escalation_threshold_scope.cpp
│ │ │ ├── mrn_match_escalation_threshold_scope.hpp
│ │ │ ├── mrn_multiple_column_key_codec.cpp
│ │ │ ├── mrn_multiple_column_key_codec.hpp
│ │ │ ├── mrn_mysqlservices.cpp
│ │ │ ├── mrn_parameters_parser.cpp
│ │ │ ├── mrn_parameters_parser.hpp
│ │ │ ├── mrn_path_mapper.cpp
│ │ │ ├── mrn_path_mapper.hpp
│ │ │ ├── mrn_smart_grn_obj.cpp
│ │ │ ├── mrn_smart_grn_obj.hpp
│ │ │ ├── mrn_time_converter.cpp
│ │ │ ├── mrn_time_converter.hpp
│ │ │ └── mrn_windows.hpp
│ │ ├── Makefile.am
│ │ ├── mrn_constants.hpp
│ │ ├── mrn_err.h
│ │ ├── mrn_macro.hpp
│ │ ├── mrn_mysql_compat.h
│ │ ├── mrn_mysql.h
│ │ ├── mrn_table.cpp
│ │ ├── mrn_table.hpp
│ │ ├── mrn_version.h.in
│ │ ├── mysql-test
│ │ │ ├── Makefile.am
│ │ │ └── mroonga
│ │ │ ├── include
│ │ │ │ └── mroonga
│ │ │ │ ├── check_freebsd.inc
│ │ │ │ ├── check_ha_mroonga_so.inc
│ │ │ │ ├── check_libgroonga_support_lz4.inc
│ │ │ │ ├── check_libgroonga_support_zlib.inc
│ │ │ │ ├── check_mariadb.inc
│ │ │ │ ├── check_osx.inc
│ │ │ │ ├── check_version.inc
│ │ │ │ ├── check_windows.inc
│ │ │ │ ├── have_32bit.inc
│ │ │ │ ├── have_64bit.inc
│ │ │ │ ├── have_fractional_seconds.inc
│ │ │ │ ├── have_freebsd.inc
│ │ │ │ ├── have_fulltext_index_comment.inc
│ │ │ │ ├── have_mroonga_deinit.inc
│ │ │ │ ├── have_mroonga_helper.inc
│ │ │ │ ├── have_mroonga.inc
│ │ │ │ ├── have_mysql.inc
│ │ │ │ ├── have_version_100.inc
│ │ │ │ ├── have_version_100_or_later.inc
│ │ │ │ ├── have_version_55.inc
│ │ │ │ ├── have_version_56.inc
│ │ │ │ ├── have_version_56_or_later.inc
│ │ │ │ ├── load_mroonga_functions.inc
│ │ │ │ ├── skip_freebsd.inc
│ │ │ │ ├── skip_mariadb_55.inc
│ │ │ │ ├── skip_mysql_55.inc
│ │ │ │ ├── skip_osx.inc
│ │ │ │ ├── support_libgroonga_lz4.inc
│ │ │ │ ├── support_libgroonga_zlib.inc
│ │ │ │ ├── unload_mroonga_functions.inc
│ │ │ │ ├── unsupport_libgroonga_lz4.inc
│ │ │ │ └── unsupport_libgroonga_zlib.inc
│ │ │ ├── storage
│ │ │ │ ├── disabled.def
│ │ │ │ ├── r
│ │ │ │ │ ├── alter_table_add_column_after.result
│ │ │ │ │ ├── alter_table_add_column_first.result
│ │ │ │ │ ├── alter_table_add_column_multiple.result
│ │ │ │ │ ├── alter_table_add_column_plain.result
│ │ │ │ │ ├── alter_table_add_column_with_flags.result
│ │ │ │ │ ├── alter_table_add_column_with_type.result
│ │ │ │ │ ├── alter_table_add_index_token_filters_one_token_filter.result
│ │ │ │ │ ├── alter_table_add_index_unique_duplicated.result
│ │ │ │ │ ├── alter_table_add_index_unique_multiple_column_duplicated.result
│ │ │ │ │ ├── alter_table_add_key_multiple_column_with_data.result
│ │ │ │ │ ├── alter_table_change_column_comment_not_for_mroonga.result
│ │ │ │ │ ├── alter_table_change_column_have_index.result
│ │ │ │ │ ├── alter_table_change_column_rename_after.result
│ │ │ │ │ ├── alter_table_change_column_rename_first.result
│ │ │ │ │ ├── alter_table_change_column_rename_multiple.result
│ │ │ │ │ ├── alter_table_change_column_rename_no_order.result
│ │ │ │ │ ├── alter_table_change_engine.result
│ │ │ │ │ ├── alter_table_change_token_filter.result
│ │ │ │ │ ├── alter_table_disable_keys_create_fulltext.result
│ │ │ │ │ ├── alter_table_disable_keys_fulltext_table.result
│ │ │ │ │ ├── alter_table_disable_keys_fulltext_ujis.result
│ │ │ │ │ ├── alter_table_disable_keys_fulltext_utf8.result
│ │ │ │ │ ├── alter_table_disable_keys_multiple_column.result
│ │ │ │ │ ├── alter_table_disable_keys_normal.result
│ │ │ │ │ ├── alter_table_disable_keys_primary.result
│ │ │ │ │ ├── alter_table_disable_keys_truncate.result
│ │ │ │ │ ├── alter_table_disable_keys_updating.result
│ │ │ │ │ ├── alter_table_drop_column_multiple.result
│ │ │ │ │ ├── alter_table_drop_column_one.result
│ │ │ │ │ ├── alter_table_drop_key_multiple_column_with_data.result
│ │ │ │ │ ├── alter_table_enable_keys_fulltext.result
│ │ │ │ │ ├── alter_table_enable_keys_fulltext_table.result
│ │ │ │ │ ├── alter_table_enable_keys_fulltext_ujis.result
│ │ │ │ │ ├── alter_table_enable_keys_fulltext_utf8.result
│ │ │ │ │ ├── alter_table_enable_keys_multiple_column.result
│ │ │ │ │ ├── alter_table_enable_keys_normal.result
│ │ │ │ │ ├── alter_table_enable_keys_primary.result
│ │ │ │ │ ├── alter_table_engine_decimal.result
│ │ │ │ │ ├── alter_table_fulltext_add_no_primary_key.result
│ │ │ │ │ ├── alter_table_fulltext_add_normal.result
│ │ │ │ │ ├── alter_table_fulltext_add_table.result
│ │ │ │ │ ├── alter_table_fulltext_drop_table.result
│ │ │ │ │ ├── alter_table_modify_column_after.result
│ │ │ │ │ ├── alter_table_modify_column_first.result
│ │ │ │ │ ├── alter_table_modify_column_no_order.result
│ │ │ │ │ ├── alter_table_recreate_anonymous_index_at_once.result
│ │ │ │ │ ├── alter_table_rename_table.result
│ │ │ │ │ ├── alter_table_spatial.result
│ │ │ │ │ ├── auto_increment_table_param.result
│ │ │ │ │ ├── auto_increment_text.result
│ │ │ │ │ ├── auto_increment_TODO_SPLIT_ME.result
│ │ │ │ │ ├── binlog_TODO_SPLIT_ME.result
│ │ │ │ │ ├── collation_utf8_general_ci_french.result
│ │ │ │ │ ├── collation_utf8_unicode_ci_french.result
│ │ │ │ │ ├── collation_utf8_unicode_ci_japanese.result
│ │ │ │ │ ├── column_comment_index_not_for_mroonga.result
│ │ │ │ │ ├── column_comment_normal_not_for_mroonga.result
│ │ │ │ │ ├── column_datetime_32bit_2038.result
│ │ │ │ │ ├── column_datetime_32bit_before_unix_epoch.result
│ │ │ │ │ ├── column_datetime_32bit_max.result
│ │ │ │ │ ├── column_datetime_32bit_out_of_range.result
│ │ │ │ │ ├── column_datetime_64bit_2038.result
│ │ │ │ │ ├── column_datetime_64bit_before_unix_epoch.result
│ │ │ │ │ ├── column_datetime_64bit_max.result
│ │ │ │ │ ├── column_datetime_64bit_version_55_out_of_range.result
│ │ │ │ │ ├── column_datetime_64bit_version_56_or_later_out_of_range.result
│ │ │ │ │ ├── column_datetime_fractional_seconds_with_index.result
│ │ │ │ │ ├── column_datetime_fractional_seconds_without_index.result
│ │ │ │ │ ├── column_datetime_freebsd_before_unix_epoch.result
│ │ │ │ │ ├── column_datetime_null.result
│ │ │ │ │ ├── column_datetime_with_index.result
│ │ │ │ │ ├── column_datetime_without_index.result
│ │ │ │ │ ├── column_datetime_zero_date.result
│ │ │ │ │ ├── column_date_with_index.result
│ │ │ │ │ ├── column_date_without_index.result
│ │ │ │ │ ├── column_date_zero_date.result
│ │ │ │ │ ├── column_decimal_fractional_seconds_with_index.result
│ │ │ │ │ ├── column_decimal_fractional_seconds_without_index.result
│ │ │ │ │ ├── column_decimal_with_index.result
│ │ │ │ │ ├── column_decimal_without_index.result
│ │ │ │ │ ├── column_enum_less_with_index.result
│ │ │ │ │ ├── column_enum_many_with_index.result
│ │ │ │ │ ├── column_groonga__id__id.result
│ │ │ │ │ ├── column_groonga__id_invalid_id.result
│ │ │ │ │ ├── column_groonga_index_fulltext_other_table.result
│ │ │ │ │ ├── column_groonga_index_fulltext_vector_other_table.result
│ │ │ │ │ ├── column_groonga_index_int_other_table.result
│ │ │ │ │ ├── column_groonga_scalar_reference.result
│ │ │ │ │ ├── column_groonga_scalar_support_lz4.result
│ │ │ │ │ ├── column_groonga_scalar_support_zlib.result
│ │ │ │ │ ├── column_groonga_scalar_unsupport_lz4.result
│ │ │ │ │ ├── column_groonga_scalar_unsupport_zlib.result
│ │ │ │ │ ├── column_groonga_scalar_with_not_for_mroonga_comment.result
│ │ │ │ │ ├── column_groonga_vector_order_by_with_function.result
│ │ │ │ │ ├── column_groonga_vector_reference.result
│ │ │ │ │ ├── column_int_with_index_zero_value.result
│ │ │ │ │ ├── column_set_16_with_index.result
│ │ │ │ │ ├── column_set_24_with_index.result
│ │ │ │ │ ├── column_set_32_with_index.result
│ │ │ │ │ ├── column_set_64_with_index.result
│ │ │ │ │ ├── column_set_8_with_index.result
│ │ │ │ │ ├── column_signed_bigint_with_index.result
│ │ │ │ │ ├── column_signed_int_with_index.result
│ │ │ │ │ ├── column_signed_mediumint_with_index.result
│ │ │ │ │ ├── column_signed_smallint_with_index.result
│ │ │ │ │ ├── column_signed_tinyint_with_index.result
│ │ │ │ │ ├── column_time_fractional_seconds_with_index.result
│ │ │ │ │ ├── column_timestamp_fractional_seconds_with_index.result
│ │ │ │ │ ├── column_timestamp_with_index.result
│ │ │ │ │ ├── column_time_with_index.result
│ │ │ │ │ ├── column_tinyint_without_index.result
│ │ │ │ │ ├── column_unsigned_bigint_with_index.result
│ │ │ │ │ ├── column_unsigned_bigint_without_index.result
│ │ │ │ │ ├── column_unsigned_int_with_index.result
│ │ │ │ │ ├── column_unsigned_mediumint_with_index.result
│ │ │ │ │ ├── column_unsigned_smallint_with_index.result
│ │ │ │ │ ├── column_unsigned_tinyint_with_index.result
│ │ │ │ │ ├── column_year_with_index.result
│ │ │ │ │ ├── column_year_without_index.result
│ │ │ │ │ ├── create_database_name_slash.result
│ │ │ │ │ ├── create_table_comment_normal.result
│ │ │ │ │ ├── create_table_default_tokenizer.result
│ │ │ │ │ ├── create_table_normalizer_fulltext_index_comment.result
│ │ │ │ │ ├── create_table_normalizer_fulltext_index_none.result
│ │ │ │ │ ├── create_table_normalizer_fulltext_index_no_utf8_charset_with_utf8_normalizer.result
│ │ │ │ │ ├── create_table_normalizer_primary_key_table_comment.result
│ │ │ │ │ ├── create_table_reference_type.result
│ │ │ │ │ ├── create_table_TODO_SPLIT_ME.result
│ │ │ │ │ ├── create_table_token_filters_index_comment_multiple_token_filters.result
│ │ │ │ │ ├── create_table_token_filters_index_comment_one_token_filter.result
│ │ │ │ │ ├── create_table_token_filters_table_comment_multiple_token_filters.result
│ │ │ │ │ ├── create_table_token_filters_table_comment_one_token_filter.result
│ │ │ │ │ ├── create_table_vector.result
│ │ │ │ │ ├── delete_fulltext_column.result
│ │ │ │ │ ├── delete_index_btree_many_records.result
│ │ │ │ │ ├── delete_index_hash_id_no_unique.result
│ │ │ │ │ ├── delete_index_hash_id_unique.result
│ │ │ │ │ ├── delete_normal_column.result
│ │ │ │ │ ├── delete_unsigned_bigint.result
│ │ │ │ │ ├── drop_database_TODO_SPLIT_ME.result
│ │ │ │ │ ├── drop_table_TODO_SPLIT_ME.result
│ │ │ │ │ ├── flush_logs.result
│ │ │ │ │ ├── foreign_key_create.result
│ │ │ │ │ ├── fulltext_boolean_mode_empty_query.result
│ │ │ │ │ ├── fulltext_boolean_mode_escape.result
│ │ │ │ │ ├── fulltext_boolean_mode_leading_not.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_no_operator.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_or.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_plus.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_no_operator.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_minus.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_plus.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_no_operator.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_minus.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_or.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_weight_full_spec.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_weight_no_weight.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_weight_omit_section.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_weight_ten_or_more_sections.result
│ │ │ │ │ ├── fulltext_boolean_mode_pragma_weight_three_or_more_sections.result
│ │ │ │ │ ├── fulltext_boolean_mode_syntax_error_error_and_log.result
│ │ │ │ │ ├── fulltext_boolean_mode_syntax_error_error.result
│ │ │ │ │ ├── fulltext_boolean_mode_syntax_error_ignore_and_log.result
│ │ │ │ │ ├── fulltext_boolean_mode_syntax_error_ignore.result
│ │ │ │ │ ├── fulltext_charset_ascii.result
│ │ │ │ │ ├── fulltext_charset_cp932.result
│ │ │ │ │ ├── fulltext_charset_eucjpms.result
│ │ │ │ │ ├── fulltext_charset_japanese.result
│ │ │ │ │ ├── fulltext_charset_utf8mb4.result
│ │ │ │ │ ├── fulltext_empty_query.result
│ │ │ │ │ ├── fulltext_found_rows.result
│ │ │ │ │ ├── fulltext_groonga_varchar_vector.result
│ │ │ │ │ ├── fulltext_index_recreate.result
│ │ │ │ │ ├── fulltext_insert_select.result
│ │ │ │ │ ├── fulltext_insert_values.result
│ │ │ │ │ ├── fulltext_multiple_column_index_delete.result
│ │ │ │ │ ├── fulltext_multiple_column_index_insert.result
│ │ │ │ │ ├── fulltext_multiple_column_index_recreate.result
│ │ │ │ │ ├── fulltext_multiple_column_index_update.result
│ │ │ │ │ ├── fulltext_multiple_index.result
│ │ │ │ │ ├── fulltext_no_primary_key.result
│ │ │ │ │ ├── fulltext_not_match_against.result
│ │ │ │ │ ├── fulltext_order_different_against.result
│ │ │ │ │ ├── fulltext_order_different_match.result
│ │ │ │ │ ├── fulltext_order_no_where.result
│ │ │ │ │ ├── fulltext_order_same_match_against.result
│ │ │ │ │ ├── fulltext_or.result
│ │ │ │ │ ├── fulltext_parser_comment.result
│ │ │ │ │ ├── fulltext_parser_default.result
│ │ │ │ │ ├── fulltext_parser_off.result
│ │ │ │ │ ├── fulltext_token_filters_skip.result
│ │ │ │ │ ├── fulltext_two_inner_join.result
│ │ │ │ │ ├── fulltext_version_100_no_such_key.result
│ │ │ │ │ ├── fulltext_version_55_no_such_key.result
│ │ │ │ │ ├── fulltext_version_56_no_such_key.result
│ │ │ │ │ ├── function_command_select.result
│ │ │ │ │ ├── function_escape_error_query_is_missing.result
│ │ │ │ │ ├── function_escape_error_query_is_not_string.result
│ │ │ │ │ ├── function_escape_error_target_characters_is_not_string.result
│ │ │ │ │ ├── function_escape_success_all.result
│ │ │ │ │ ├── function_escape_success_custom.result
│ │ │ │ │ ├── function_escape_success_nested.result
│ │ │ │ │ ├── function_last_insert_grn_id.result
│ │ │ │ │ ├── function_last_insert_id_reference.result
│ │ │ │ │ ├── function_last_insert_id_set.result
│ │ │ │ │ ├── function_snippet_ascii.result
│ │ │ │ │ ├── function_snippet_cp932.result
│ │ │ │ │ ├── function_snippet_eucjpms.result
│ │ │ │ │ ├── function_snippet_invalid_nonexistent_charset.result
│ │ │ │ │ ├── function_snippet_invalid_unsupported_charset.result
│ │ │ │ │ ├── function_snippet_japanese.result
│ │ │ │ │ ├── geometry_bulk_insert_null.result
│ │ │ │ │ ├── geometry_contains.result
│ │ │ │ │ ├── index_btree_equal_datetime.result
│ │ │ │ │ ├── index_btree_equal_time.result
│ │ │ │ │ ├── index_btree_equal_timestamp.result
│ │ │ │ │ ├── index_btree_normal_column_insert.result
│ │ │ │ │ ├── index_hash_id_normal.result
│ │ │ │ │ ├── index_hash_id_primary.result
│ │ │ │ │ ├── index_hash_id_unique.result
│ │ │ │ │ ├── index_hash_normal_column_insert.result
│ │ │ │ │ ├── index_multiple_column_delete.result
│ │ │ │ │ ├── index_multiple_column_nullable_smallint.result
│ │ │ │ │ ├── index_multiple_column_nullable_unsigned_bigint.result
│ │ │ │ │ ├── index_multiple_column_nullable_unsigned_int.result
│ │ │ │ │ ├── index_multiple_column_nullable_unsigned_smallint.result
│ │ │ │ │ ├── index_multiple_column_nullable_varchar.result
│ │ │ │ │ ├── index_multiple_column_primary_delete.result
│ │ │ │ │ ├── index_multiple_column_primary_select_int.result
│ │ │ │ │ ├── index_multiple_column_primary_update.result
│ │ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_greater_than_or_equal.result
│ │ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_greater_than.result
│ │ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_less_than_or_equal.result
│ │ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_less_than.result
│ │ │ │ │ ├── index_multiple_column_recreate.result
│ │ │ │ │ ├── index_multiple_column_replace.result
│ │ │ │ │ ├── index_multiple_column_select_double.result
│ │ │ │ │ ├── index_multiple_column_select_float.result
│ │ │ │ │ ├── index_multiple_column_select_int.result
│ │ │ │ │ ├── index_multiple_column_select_string.result
│ │ │ │ │ ├── index_multiple_column_select_varchar.result
│ │ │ │ │ ├── index_multiple_column_unique_date_32bit_equal.result
│ │ │ │ │ ├── index_multiple_column_unique_date_64bit_equal.result
│ │ │ │ │ ├── index_multiple_column_unique_date_index_read.result
│ │ │ │ │ ├── index_multiple_column_unique_date_order_32bit_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_date_order_32bit_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_date_order_64bit_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_date_order_64bit_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_date_reinsert.result
│ │ │ │ │ ├── index_multiple_column_unique_datetime_index_read.result
│ │ │ │ │ ├── index_multiple_column_unique_datetime_order_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_datetime_order_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_datetime_reinsert.result
│ │ │ │ │ ├── index_multiple_column_unique_decimal.result
│ │ │ │ │ ├── index_multiple_column_unique_time_index_read.result
│ │ │ │ │ ├── index_multiple_column_unique_time_order_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_time_order_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_time_reinsert.result
│ │ │ │ │ ├── index_multiple_column_unique_timestamp_index_read.result
│ │ │ │ │ ├── index_multiple_column_unique_timestamp_order_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_timestamp_order_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_timestamp_reinsert.result
│ │ │ │ │ ├── index_multiple_column_unique_varchar.result
│ │ │ │ │ ├── index_multiple_column_unique_year_32bit_equal.result
│ │ │ │ │ ├── index_multiple_column_unique_year_64bit_equal.result
│ │ │ │ │ ├── index_multiple_column_unique_year_index_read.result
│ │ │ │ │ ├── index_multiple_column_unique_year_order_32bit_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_year_order_32bit_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_year_order_64bit_asc.result
│ │ │ │ │ ├── index_multiple_column_unique_year_order_64bit_desc.result
│ │ │ │ │ ├── index_multiple_column_unique_year_reinsert.result
│ │ │ │ │ ├── index_multiple_column_update_int.result
│ │ │ │ │ ├── index_multiple_column_update_string.result
│ │ │ │ │ ├── index_primary_char_exact_length.result
│ │ │ │ │ ├── index_primary_char_null_character.result
│ │ │ │ │ ├── index_primary_char_short.result
│ │ │ │ │ ├── index_primary_date.result
│ │ │ │ │ ├── index_primary_datetime_with_fractional_seconds.result
│ │ │ │ │ ├── index_primary_datetime_without_fractional_seconds.result
│ │ │ │ │ ├── index_primary_decimal_with_fractional_seconds.result
│ │ │ │ │ ├── index_primary_decimal_without_fractional_seconds.result
│ │ │ │ │ ├── index_primary_timestamp_with_fractional_seconds.result
│ │ │ │ │ ├── index_primary_timestamp_without_fractional_seconds.result
│ │ │ │ │ ├── index_primary_time_with_fractional_seconds.result
│ │ │ │ │ ├── index_primary_time_without_fractional_seconds.result
│ │ │ │ │ ├── index_primary_varchar_null_character.result
│ │ │ │ │ ├── index_primary_year.result
│ │ │ │ │ ├── index_range_greater_than_asc.result
│ │ │ │ │ ├── index_range_greater_than_desc.result
│ │ │ │ │ ├── index_range_greater_than_or_equal_asc.result
│ │ │ │ │ ├── index_range_greater_than_or_equal_desc.result
│ │ │ │ │ ├── index_range_less_than_asc.result
│ │ │ │ │ ├── index_range_less_than_desc.result
│ │ │ │ │ ├── index_range_less_than_or_equal_asc.result
│ │ │ │ │ ├── index_range_less_than_or_equal_desc.result
│ │ │ │ │ ├── index_read_multiple_bigint.result
│ │ │ │ │ ├── index_read_multiple_bigint_unsigned.result
│ │ │ │ │ ├── index_read_multiple_double.result
│ │ │ │ │ ├── index_read_multiple_float.result
│ │ │ │ │ ├── index_read_multiple_int.result
│ │ │ │ │ ├── index_read_multiple_int_unsigned.result
│ │ │ │ │ ├── index_read_multiple_mediumint.result
│ │ │ │ │ ├── index_read_multiple_mediumint_unsigned.result
│ │ │ │ │ ├── index_read_multiple_smallint.result
│ │ │ │ │ ├── index_read_multiple_smallint_unsigned.result
│ │ │ │ │ ├── index_read_multiple_tinyint.result
│ │ │ │ │ ├── index_read_multiple_tinyint_unsigned.result
│ │ │ │ │ ├── index_read_multiple_varchar_collation.result
│ │ │ │ │ ├── index_read_multiple_varchar.result
│ │ │ │ │ ├── index_read_normal_int.result
│ │ │ │ │ ├── index_read_normal_varchar.result
│ │ │ │ │ ├── index_read_primary_int.result
│ │ │ │ │ ├── index_read_primary_varchar.result
│ │ │ │ │ ├── index_unique_delete_by_primary_key.result
│ │ │ │ │ ├── index_unique_insert_after_error.result
│ │ │ │ │ ├── index_unique_search_after_duplicated.result
│ │ │ │ │ ├── index_unique_varchar.result
│ │ │ │ │ ├── index_update_multiple_column.result
│ │ │ │ │ ├── index_update_single_column.result
│ │ │ │ │ ├── information_schema_plugins.result
│ │ │ │ │ ├── information_schema_plugins.result.in
│ │ │ │ │ ├── information_schema_tables_auto_increment_none.result
│ │ │ │ │ ├── information_schema_tables_auto_increment_use.result
│ │ │ │ │ ├── information_schema_tables_data_length.result
│ │ │ │ │ ├── insert_delayed.result
│ │ │ │ │ ├── insert_on_duplicate_key_update_no_primary_key_and_unique_key_twice.result
│ │ │ │ │ ├── insert_on_duplicate_key_update_primary_key.result
│ │ │ │ │ ├── insert_on_duplicate_key_update_unique_key.result
│ │ │ │ │ ├── insert_TODO_SPLIT_ME.result
│ │ │ │ │ ├── like_unicode_ci.result
│ │ │ │ │ ├── lock_tables_read.result
│ │ │ │ │ ├── optimization_order_limit_not_optimized_disabled.result
│ │ │ │ │ ├── optimization_order_limit_not_optimized_no_limit.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_between_over.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_between.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_greater_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_greater_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_less_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_datetime_less_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_have_primary_key.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_between_over.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_between.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_greater_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_greater_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_less_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_int_less_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_no_primary_key.result
│ │ │ │ │ ├── optimization_order_limit_optimized_no_where_clause.result
│ │ │ │ │ ├── optimization_order_limit_optimized_order_by_asc.result
│ │ │ │ │ ├── optimization_order_limit_optimized_order_by_desc.result
│ │ │ │ │ ├── optimization_order_limit_optimized_order_by_id.result
│ │ │ │ │ ├── optimization_order_limit_optimized_order_by_match_against.result
│ │ │ │ │ ├── optimization_order_limit_optimized_select_match_against.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_between_over.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_between.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_greater_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_greater_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_less_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_time_less_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_varchar_equal_with_index.result
│ │ │ │ │ ├── optimization_order_limit_optimized_varchar_equal_without_index.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_between_over.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_between.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_greater_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_greater_than.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_less_than_or_equal.result
│ │ │ │ │ ├── optimization_order_limit_optimized_year_less_than.result
│ │ │ │ │ ├── optimization_skip_count_after_insert_multithread.result
│ │ │ │ │ ├── optimization_skip_count_after_insert_single_thread.result
│ │ │ │ │ ├── optimization_skip_count_disabled.result
│ │ │ │ │ ├── optimization_skip_count_index_view.result
│ │ │ │ │ ├── optimization_skip_count_TODO_SPLIT_ME.result
│ │ │ │ │ ├── partition_insert.result
│ │ │ │ │ ├── replace_geometry.result
│ │ │ │ │ ├── replace_select_varchar.result
│ │ │ │ │ ├── replace_text.result
│ │ │ │ │ ├── replace_varchar.result
│ │ │ │ │ ├── replace_vector.result
│ │ │ │ │ ├── replace_without_key.result
│ │ │ │ │ ├── select_all.result
│ │ │ │ │ ├── select_empty_key_where_equal.result
│ │ │ │ │ ├── select_empty_key_where_not_equal.result
│ │ │ │ │ ├── select_group_by_with_index.result
│ │ │ │ │ ├── select_group_by_without_index.result
│ │ │ │ │ ├── select_pkey.result
│ │ │ │ │ ├── select_secondary_key.result
│ │ │ │ │ ├── show_create_table_TODO_SPLIT_ME.result
│ │ │ │ │ ├── sub_query_fulltext.result
│ │ │ │ │ ├── temporary_table.result
│ │ │ │ │ ├── truncate.result
│ │ │ │ │ ├── update_fulltext.result
│ │ │ │ │ ├── update_id_hash_index.result
│ │ │ │ │ ├── update_id_unique_hash_index.result
│ │ │ │ │ ├── update_int.result
│ │ │ │ │ ├── update_last_insert_grn_id.result
│ │ │ │ │ ├── update_virtual_column.result
│ │ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_column.result
│ │ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_leading_not.result
│ │ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_update.result
│ │ │ │ │ ├── variable_boolean_mode_syntax_flags_syntax_query.result
│ │ │ │ │ ├── variable_boolean_mode_syntax_flags_syntax_script.result
│ │ │ │ │ ├── variable_database_path_prefix.result
│ │ │ │ │ ├── variable_default_parser_new_value.result
│ │ │ │ │ ├── variable_default_parser_same_value.result
│ │ │ │ │ ├── variable_dry_write_delete.result
│ │ │ │ │ ├── variable_dry_write_insert.result
│ │ │ │ │ ├── variable_dry_write_update.result
│ │ │ │ │ ├── variable_lock_timeout_disable.result
│ │ │ │ │ ├── variable_lock_timeout_invalid.result
│ │ │ │ │ ├── variable_lock_timeout_no_retry.result
│ │ │ │ │ ├── variable_lock_timeout_valid.result
│ │ │ │ │ ├── variable_log_file_new_value.result
│ │ │ │ │ ├── variable_log_file_nonexistent_path.result
│ │ │ │ │ ├── variable_log_file_same_value.result
│ │ │ │ │ ├── variable_log_level_TODO_SPLIT_ME.result
│ │ │ │ │ ├── variable_match_escalation_threshold_global.result
│ │ │ │ │ ├── variable_match_escalation_threshold_session.result
│ │ │ │ │ ├── variable_vector_column_delimiter.result
│ │ │ │ │ ├── variable_version.result
│ │ │ │ │ └── variable_version.result.in
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── alter_table_add_column_after.test
│ │ │ │ ├── alter_table_add_column_first.test
│ │ │ │ ├── alter_table_add_column_multiple.test
│ │ │ │ ├── alter_table_add_column_plain.test
│ │ │ │ ├── alter_table_add_column_with_flags.test
│ │ │ │ ├── alter_table_add_column_with_type.test
│ │ │ │ ├── alter_table_add_index_token_filters_one_token_filter.test
│ │ │ │ ├── alter_table_add_index_unique_duplicated.test
│ │ │ │ ├── alter_table_add_index_unique_multiple_column_duplicated.test
│ │ │ │ ├── alter_table_add_key_multiple_column_with_data.test
│ │ │ │ ├── alter_table_change_column_comment_not_for_mroonga.test
│ │ │ │ ├── alter_table_change_column_have_index.test
│ │ │ │ ├── alter_table_change_column_rename_after.test
│ │ │ │ ├── alter_table_change_column_rename_first.test
│ │ │ │ ├── alter_table_change_column_rename_multiple.test
│ │ │ │ ├── alter_table_change_column_rename_no_order.test
│ │ │ │ ├── alter_table_change_engine.test
│ │ │ │ ├── alter_table_change_token_filter.test
│ │ │ │ ├── alter_table_disable_keys_create_fulltext.test
│ │ │ │ ├── alter_table_disable_keys_fulltext_table.test
│ │ │ │ ├── alter_table_disable_keys_fulltext_ujis.test
│ │ │ │ ├── alter_table_disable_keys_fulltext_utf8.test
│ │ │ │ ├── alter_table_disable_keys_multiple_column.test
│ │ │ │ ├── alter_table_disable_keys_normal.test
│ │ │ │ ├── alter_table_disable_keys_primary.test
│ │ │ │ ├── alter_table_disable_keys_truncate.test
│ │ │ │ ├── alter_table_disable_keys_updating.test
│ │ │ │ ├── alter_table_drop_column_multiple.test
│ │ │ │ ├── alter_table_drop_column_one.test
│ │ │ │ ├── alter_table_drop_key_multiple_column_with_data.test
│ │ │ │ ├── alter_table_enable_keys_fulltext_table.test
│ │ │ │ ├── alter_table_enable_keys_fulltext.test
│ │ │ │ ├── alter_table_enable_keys_fulltext_ujis.test
│ │ │ │ ├── alter_table_enable_keys_fulltext_utf8.test
│ │ │ │ ├── alter_table_enable_keys_multiple_column.test
│ │ │ │ ├── alter_table_enable_keys_normal.test
│ │ │ │ ├── alter_table_enable_keys_primary.test
│ │ │ │ ├── alter_table_engine_decimal.test
│ │ │ │ ├── alter_table_fulltext_add_no_primary_key.test
│ │ │ │ ├── alter_table_fulltext_add_normal.test
│ │ │ │ ├── alter_table_fulltext_add_table.test
│ │ │ │ ├── alter_table_fulltext_drop_table.test
│ │ │ │ ├── alter_table_modify_column_after.test
│ │ │ │ ├── alter_table_modify_column_first.test
│ │ │ │ ├── alter_table_modify_column_no_order.test
│ │ │ │ ├── alter_table_recreate_anonymous_index_at_once.test
│ │ │ │ ├── alter_table_rename_table.test
│ │ │ │ ├── alter_table_spatial.test
│ │ │ │ ├── auto_increment_table_param.test
│ │ │ │ ├── auto_increment_text.test
│ │ │ │ ├── auto_increment_TODO_SPLIT_ME.test
│ │ │ │ ├── binlog_TODO_SPLIT_ME.test
│ │ │ │ ├── collation_utf8_general_ci_french.test
│ │ │ │ ├── collation_utf8_unicode_ci_french.test
│ │ │ │ ├── collation_utf8_unicode_ci_japanese.test
│ │ │ │ ├── column_comment_index_not_for_mroonga.test
│ │ │ │ ├── column_comment_normal_not_for_mroonga.test
│ │ │ │ ├── column_datetime_32bit_2038.test
│ │ │ │ ├── column_datetime_32bit_before_unix_epoch.test
│ │ │ │ ├── column_datetime_32bit_max.test
│ │ │ │ ├── column_datetime_32bit_out_of_range.test
│ │ │ │ ├── column_datetime_64bit_2038.test
│ │ │ │ ├── column_datetime_64bit_before_unix_epoch.test
│ │ │ │ ├── column_datetime_64bit_max.test
│ │ │ │ ├── column_datetime_64bit_version_55_out_of_range.test
│ │ │ │ ├── column_datetime_64bit_version_56_or_later_out_of_range.test
│ │ │ │ ├── column_datetime_fractional_seconds_with_index.test
│ │ │ │ ├── column_datetime_fractional_seconds_without_index.test
│ │ │ │ ├── column_datetime_freebsd_before_unix_epoch.test
│ │ │ │ ├── column_datetime_null.test
│ │ │ │ ├── column_datetime_with_index.test
│ │ │ │ ├── column_datetime_without_index.test
│ │ │ │ ├── column_datetime_zero_date.test
│ │ │ │ ├── column_date_with_index.test
│ │ │ │ ├── column_date_without_index.test
│ │ │ │ ├── column_date_zero_date.test
│ │ │ │ ├── column_decimal_fractional_seconds_with_index.test
│ │ │ │ ├── column_decimal_fractional_seconds_without_index.test
│ │ │ │ ├── column_decimal_with_index.test
│ │ │ │ ├── column_decimal_without_index.test
│ │ │ │ ├── column_enum_less_with_index.test
│ │ │ │ ├── column_enum_many_with_index.test
│ │ │ │ ├── column_groonga__id__id.test
│ │ │ │ ├── column_groonga__id_invalid_id.test
│ │ │ │ ├── column_groonga_index_fulltext_other_table.test
│ │ │ │ ├── column_groonga_index_fulltext_vector_other_table.test
│ │ │ │ ├── column_groonga_index_int_other_table.test
│ │ │ │ ├── column_groonga_scalar_reference.test
│ │ │ │ ├── column_groonga_scalar_support_lz4.test
│ │ │ │ ├── column_groonga_scalar_support_zlib.test
│ │ │ │ ├── column_groonga_scalar_unsupport_lz4.test
│ │ │ │ ├── column_groonga_scalar_unsupport_zlib.test
│ │ │ │ ├── column_groonga_scalar_with_not_for_mroonga_comment.test
│ │ │ │ ├── column_groonga_vector_order_by_with_function.test
│ │ │ │ ├── column_groonga_vector_reference.test
│ │ │ │ ├── column_int_with_index_zero_value.test
│ │ │ │ ├── column_set_16_with_index.test
│ │ │ │ ├── column_set_24_with_index.test
│ │ │ │ ├── column_set_32_with_index.test
│ │ │ │ ├── column_set_64_with_index.test
│ │ │ │ ├── column_set_8_with_index.test
│ │ │ │ ├── column_signed_bigint_with_index.test
│ │ │ │ ├── column_signed_int_with_index.test
│ │ │ │ ├── column_signed_mediumint_with_index.test
│ │ │ │ ├── column_signed_smallint_with_index.test
│ │ │ │ ├── column_signed_tinyint_with_index.test
│ │ │ │ ├── column_time_fractional_seconds_with_index.test
│ │ │ │ ├── column_timestamp_fractional_seconds_with_index.test
│ │ │ │ ├── column_timestamp_with_index.test
│ │ │ │ ├── column_time_with_index.test
│ │ │ │ ├── column_tinyint_without_index.test
│ │ │ │ ├── column_unsigned_bigint_with_index.test
│ │ │ │ ├── column_unsigned_bigint_without_index.test
│ │ │ │ ├── column_unsigned_int_with_index.test
│ │ │ │ ├── column_unsigned_mediumint_with_index.test
│ │ │ │ ├── column_unsigned_smallint_with_index.test
│ │ │ │ ├── column_unsigned_tinyint_with_index.test
│ │ │ │ ├── column_year_with_index.test
│ │ │ │ ├── column_year_without_index.test
│ │ │ │ ├── create_database_name_slash.test
│ │ │ │ ├── create_table_comment_normal.test
│ │ │ │ ├── create_table_default_tokenizer.test
│ │ │ │ ├── create_table_normalizer_fulltext_index_comment.test
│ │ │ │ ├── create_table_normalizer_fulltext_index_none.test
│ │ │ │ ├── create_table_normalizer_fulltext_index_no_utf8_charset_with_utf8_normalizer.test
│ │ │ │ ├── create_table_normalizer_primary_key_table_comment.test
│ │ │ │ ├── create_table_reference_type.test
│ │ │ │ ├── create_table_TODO_SPLIT_ME.test
│ │ │ │ ├── create_table_token_filters_index_comment_multiple_token_filters.test
│ │ │ │ ├── create_table_token_filters_index_comment_one_token_filter.test
│ │ │ │ ├── create_table_token_filters_table_comment_multiple_token_filters.test
│ │ │ │ ├── create_table_token_filters_table_comment_one_token_filter.test
│ │ │ │ ├── create_table_vector.test
│ │ │ │ ├── delete_fulltext_column.test
│ │ │ │ ├── delete_index_btree_many_records.test
│ │ │ │ ├── delete_index_hash_id_no_unique.test
│ │ │ │ ├── delete_index_hash_id_unique.test
│ │ │ │ ├── delete_normal_column.test
│ │ │ │ ├── delete_unsigned_bigint.test
│ │ │ │ ├── drop_database_TODO_SPLIT_ME.test
│ │ │ │ ├── drop_table_TODO_SPLIT_ME.test
│ │ │ │ ├── flush_logs.test
│ │ │ │ ├── foreign_key_create.test
│ │ │ │ ├── fulltext_boolean_mode_empty_query.test
│ │ │ │ ├── fulltext_boolean_mode_escape.test
│ │ │ │ ├── fulltext_boolean_mode_leading_not.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_no_operator.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_or.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_plus.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_no_operator.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_minus.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_plus.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_no_operator.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_minus.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_or.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_full_spec.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_no_weight.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_omit_section.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_ten_or_more_sections.test
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_three_or_more_sections.test
│ │ │ │ ├── fulltext_boolean_mode_syntax_error_error_and_log.test
│ │ │ │ ├── fulltext_boolean_mode_syntax_error_error.test
│ │ │ │ ├── fulltext_boolean_mode_syntax_error_ignore_and_log.test
│ │ │ │ ├── fulltext_boolean_mode_syntax_error_ignore.test
│ │ │ │ ├── fulltext_charset_ascii.test
│ │ │ │ ├── fulltext_charset_cp932.test
│ │ │ │ ├── fulltext_charset_eucjpms.test
│ │ │ │ ├── fulltext_charset_japanese.test
│ │ │ │ ├── fulltext_charset_utf8mb4.test
│ │ │ │ ├── fulltext_empty_query.test
│ │ │ │ ├── fulltext_found_rows.test
│ │ │ │ ├── fulltext_groonga_varchar_vector.test
│ │ │ │ ├── fulltext_index_recreate.test
│ │ │ │ ├── fulltext_insert_select.test
│ │ │ │ ├── fulltext_insert_values.test
│ │ │ │ ├── fulltext_multiple_column_index_delete.test
│ │ │ │ ├── fulltext_multiple_column_index_insert.test
│ │ │ │ ├── fulltext_multiple_column_index_recreate.test
│ │ │ │ ├── fulltext_multiple_column_index_update.test
│ │ │ │ ├── fulltext_multiple_index.test
│ │ │ │ ├── fulltext_no_primary_key.test
│ │ │ │ ├── fulltext_not_match_against.test
│ │ │ │ ├── fulltext_order_different_against.test
│ │ │ │ ├── fulltext_order_different_match.test
│ │ │ │ ├── fulltext_order_no_where.test
│ │ │ │ ├── fulltext_order_same_match_against.test
│ │ │ │ ├── fulltext_or.test
│ │ │ │ ├── fulltext_parser_comment.test
│ │ │ │ ├── fulltext_parser_default.test
│ │ │ │ ├── fulltext_parser_off.test
│ │ │ │ ├── fulltext_token_filters_skip.test
│ │ │ │ ├── fulltext_two_inner_join.test
│ │ │ │ ├── fulltext_version_100_no_such_key.test
│ │ │ │ ├── fulltext_version_55_no_such_key.test
│ │ │ │ ├── fulltext_version_56_no_such_key.test
│ │ │ │ ├── function_command_select.test
│ │ │ │ ├── function_escape_error_query_is_missing.test
│ │ │ │ ├── function_escape_error_query_is_not_string.test
│ │ │ │ ├── function_escape_error_target_characters_is_not_string.test
│ │ │ │ ├── function_escape_success_all.test
│ │ │ │ ├── function_escape_success_custom.test
│ │ │ │ ├── function_escape_success_nested.test
│ │ │ │ ├── function_last_insert_grn_id.test
│ │ │ │ ├── function_last_insert_id_reference.test
│ │ │ │ ├── function_last_insert_id_set.test
│ │ │ │ ├── function_snippet_ascii.test
│ │ │ │ ├── function_snippet_cp932.test
│ │ │ │ ├── function_snippet_eucjpms.test
│ │ │ │ ├── function_snippet_invalid_nonexistent_charset.test
│ │ │ │ ├── function_snippet_invalid_unsupported_charset.test
│ │ │ │ ├── function_snippet_japanese.test
│ │ │ │ ├── geometry_bulk_insert_null.test
│ │ │ │ ├── geometry_contains.test
│ │ │ │ ├── index_btree_equal_datetime.test
│ │ │ │ ├── index_btree_equal_timestamp.test
│ │ │ │ ├── index_btree_equal_time.test
│ │ │ │ ├── index_btree_normal_column_insert.test
│ │ │ │ ├── index_hash_id_normal.test
│ │ │ │ ├── index_hash_id_primary.test
│ │ │ │ ├── index_hash_id_unique.test
│ │ │ │ ├── index_hash_normal_column_insert.test
│ │ │ │ ├── index_multiple_column_delete.test
│ │ │ │ ├── index_multiple_column_nullable_smallint.test
│ │ │ │ ├── index_multiple_column_nullable_unsigned_bigint.test
│ │ │ │ ├── index_multiple_column_nullable_unsigned_int.test
│ │ │ │ ├── index_multiple_column_nullable_unsigned_smallint.test
│ │ │ │ ├── index_multiple_column_nullable_varchar.test
│ │ │ │ ├── index_multiple_column_primary_delete.test
│ │ │ │ ├── index_multiple_column_primary_select_int.test
│ │ │ │ ├── index_multiple_column_primary_update.test
│ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_greater_than_or_equal.test
│ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_greater_than.test
│ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_less_than_or_equal.test
│ │ │ │ ├── index_multiple_column_range_not_used_in_order_by_less_than.test
│ │ │ │ ├── index_multiple_column_recreate.test
│ │ │ │ ├── index_multiple_column_replace.test
│ │ │ │ ├── index_multiple_column_select_double.test
│ │ │ │ ├── index_multiple_column_select_float.test
│ │ │ │ ├── index_multiple_column_select_int.test
│ │ │ │ ├── index_multiple_column_select_string.test
│ │ │ │ ├── index_multiple_column_select_varchar.test
│ │ │ │ ├── index_multiple_column_unique_date_32bit_equal.test
│ │ │ │ ├── index_multiple_column_unique_date_64bit_equal.test
│ │ │ │ ├── index_multiple_column_unique_date_index_read.test
│ │ │ │ ├── index_multiple_column_unique_date_order_32bit_asc.test
│ │ │ │ ├── index_multiple_column_unique_date_order_32bit_desc.test
│ │ │ │ ├── index_multiple_column_unique_date_order_64bit_asc.test
│ │ │ │ ├── index_multiple_column_unique_date_order_64bit_desc.test
│ │ │ │ ├── index_multiple_column_unique_date_reinsert.test
│ │ │ │ ├── index_multiple_column_unique_datetime_index_read.test
│ │ │ │ ├── index_multiple_column_unique_datetime_order_asc.test
│ │ │ │ ├── index_multiple_column_unique_datetime_order_desc.test
│ │ │ │ ├── index_multiple_column_unique_datetime_reinsert.test
│ │ │ │ ├── index_multiple_column_unique_decimal.test
│ │ │ │ ├── index_multiple_column_unique_time_index_read.test
│ │ │ │ ├── index_multiple_column_unique_time_order_asc.test
│ │ │ │ ├── index_multiple_column_unique_time_order_desc.test
│ │ │ │ ├── index_multiple_column_unique_time_reinsert.test
│ │ │ │ ├── index_multiple_column_unique_timestamp_index_read.test
│ │ │ │ ├── index_multiple_column_unique_timestamp_order_asc.test
│ │ │ │ ├── index_multiple_column_unique_timestamp_order_desc.test
│ │ │ │ ├── index_multiple_column_unique_timestamp_reinsert.test
│ │ │ │ ├── index_multiple_column_unique_varchar.test
│ │ │ │ ├── index_multiple_column_unique_year_32bit_equal.test
│ │ │ │ ├── index_multiple_column_unique_year_64bit_equal.test
│ │ │ │ ├── index_multiple_column_unique_year_index_read.test
│ │ │ │ ├── index_multiple_column_unique_year_order_32bit_asc.test
│ │ │ │ ├── index_multiple_column_unique_year_order_32bit_desc.test
│ │ │ │ ├── index_multiple_column_unique_year_order_64bit_asc.test
│ │ │ │ ├── index_multiple_column_unique_year_order_64bit_desc.test
│ │ │ │ ├── index_multiple_column_unique_year_reinsert.test
│ │ │ │ ├── index_multiple_column_update_int.test
│ │ │ │ ├── index_multiple_column_update_string.test
│ │ │ │ ├── index_primary_char_exact_length.test
│ │ │ │ ├── index_primary_char_null_character.test
│ │ │ │ ├── index_primary_char_short.test
│ │ │ │ ├── index_primary_date.test
│ │ │ │ ├── index_primary_datetime_with_fractional_seconds.test
│ │ │ │ ├── index_primary_datetime_without_fractional_seconds.test
│ │ │ │ ├── index_primary_decimal_with_fractional_seconds.test
│ │ │ │ ├── index_primary_decimal_without_fractional_seconds.test
│ │ │ │ ├── index_primary_timestamp_with_fractional_seconds.test
│ │ │ │ ├── index_primary_timestamp_without_fractional_seconds.test
│ │ │ │ ├── index_primary_time_with_fractional_seconds.test
│ │ │ │ ├── index_primary_time_without_fractional_seconds.test
│ │ │ │ ├── index_primary_varchar_null_character.test
│ │ │ │ ├── index_primary_year.test
│ │ │ │ ├── index_range_greater_than_asc.test
│ │ │ │ ├── index_range_greater_than_desc.test
│ │ │ │ ├── index_range_greater_than_or_equal_asc.test
│ │ │ │ ├── index_range_greater_than_or_equal_desc.test
│ │ │ │ ├── index_range_less_than_asc.test
│ │ │ │ ├── index_range_less_than_desc.test
│ │ │ │ ├── index_range_less_than_or_equal_asc.test
│ │ │ │ ├── index_range_less_than_or_equal_desc.test
│ │ │ │ ├── index_read_multiple_bigint.test
│ │ │ │ ├── index_read_multiple_bigint_unsigned.test
│ │ │ │ ├── index_read_multiple_double.test
│ │ │ │ ├── index_read_multiple_float.test
│ │ │ │ ├── index_read_multiple_int.test
│ │ │ │ ├── index_read_multiple_int_unsigned.test
│ │ │ │ ├── index_read_multiple_mediumint.test
│ │ │ │ ├── index_read_multiple_mediumint_unsigned.test
│ │ │ │ ├── index_read_multiple_smallint.test
│ │ │ │ ├── index_read_multiple_smallint_unsigned.test
│ │ │ │ ├── index_read_multiple_tinyint.test
│ │ │ │ ├── index_read_multiple_tinyint_unsigned.test
│ │ │ │ ├── index_read_multiple_varchar_collation.test
│ │ │ │ ├── index_read_multiple_varchar.test
│ │ │ │ ├── index_read_normal_int.test
│ │ │ │ ├── index_read_normal_varchar.test
│ │ │ │ ├── index_read_primary_int.test
│ │ │ │ ├── index_read_primary_varchar.test
│ │ │ │ ├── index_unique_delete_by_primary_key.test
│ │ │ │ ├── index_unique_insert_after_error.test
│ │ │ │ ├── index_unique_search_after_duplicated.test
│ │ │ │ ├── index_unique_varchar.test
│ │ │ │ ├── index_update_multiple_column.test
│ │ │ │ ├── index_update_single_column.test
│ │ │ │ ├── information_schema_plugins.test
│ │ │ │ ├── information_schema_tables_auto_increment_none.test
│ │ │ │ ├── information_schema_tables_auto_increment_use.test
│ │ │ │ ├── information_schema_tables_data_length.test
│ │ │ │ ├── insert_delayed.test
│ │ │ │ ├── insert_on_duplicate_key_update_no_primary_key_and_unique_key_twice.test
│ │ │ │ ├── insert_on_duplicate_key_update_primary_key.test
│ │ │ │ ├── insert_on_duplicate_key_update_unique_key.test
│ │ │ │ ├── insert_TODO_SPLIT_ME.test
│ │ │ │ ├── like_unicode_ci.test
│ │ │ │ ├── lock_tables_read.test
│ │ │ │ ├── optimization_order_limit_not_optimized_disabled.test
│ │ │ │ ├── optimization_order_limit_not_optimized_no_limit.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_between_over.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_between.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_greater_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_greater_than.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_less_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_datetime_less_than.test
│ │ │ │ ├── optimization_order_limit_optimized_have_primary_key.test
│ │ │ │ ├── optimization_order_limit_optimized_int_between_over.test
│ │ │ │ ├── optimization_order_limit_optimized_int_between.test
│ │ │ │ ├── optimization_order_limit_optimized_int_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_int_greater_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_int_greater_than.test
│ │ │ │ ├── optimization_order_limit_optimized_int_less_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_int_less_than.test
│ │ │ │ ├── optimization_order_limit_optimized_no_primary_key.test
│ │ │ │ ├── optimization_order_limit_optimized_no_where_clause.test
│ │ │ │ ├── optimization_order_limit_optimized_order_by_asc.test
│ │ │ │ ├── optimization_order_limit_optimized_order_by_desc.test
│ │ │ │ ├── optimization_order_limit_optimized_order_by_id.test
│ │ │ │ ├── optimization_order_limit_optimized_order_by_match_against.test
│ │ │ │ ├── optimization_order_limit_optimized_select_match_against.test
│ │ │ │ ├── optimization_order_limit_optimized_time_between_over.test
│ │ │ │ ├── optimization_order_limit_optimized_time_between.test
│ │ │ │ ├── optimization_order_limit_optimized_time_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_time_greater_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_time_greater_than.test
│ │ │ │ ├── optimization_order_limit_optimized_time_less_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_time_less_than.test
│ │ │ │ ├── optimization_order_limit_optimized_varchar_equal_with_index.test
│ │ │ │ ├── optimization_order_limit_optimized_varchar_equal_without_index.test
│ │ │ │ ├── optimization_order_limit_optimized_year_between_over.test
│ │ │ │ ├── optimization_order_limit_optimized_year_between.test
│ │ │ │ ├── optimization_order_limit_optimized_year_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_year_greater_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_year_greater_than.test
│ │ │ │ ├── optimization_order_limit_optimized_year_less_than_or_equal.test
│ │ │ │ ├── optimization_order_limit_optimized_year_less_than.test
│ │ │ │ ├── optimization_skip_count_after_insert_multithread.test
│ │ │ │ ├── optimization_skip_count_after_insert_single_thread.test
│ │ │ │ ├── optimization_skip_count_disabled.test
│ │ │ │ ├── optimization_skip_count_index_view.test
│ │ │ │ ├── optimization_skip_count_TODO_SPLIT_ME.test
│ │ │ │ ├── partition_insert.test
│ │ │ │ ├── replace_geometry.test
│ │ │ │ ├── replace_select_varchar.test
│ │ │ │ ├── replace_text.test
│ │ │ │ ├── replace_varchar.test
│ │ │ │ ├── replace_vector.test
│ │ │ │ ├── replace_without_key.test
│ │ │ │ ├── select_all.test
│ │ │ │ ├── select_empty_key_where_equal.test
│ │ │ │ ├── select_empty_key_where_not_equal.test
│ │ │ │ ├── select_group_by_with_index.test
│ │ │ │ ├── select_group_by_without_index.test
│ │ │ │ ├── select_pkey.test
│ │ │ │ ├── select_secondary_key.test
│ │ │ │ ├── show_create_table_TODO_SPLIT_ME.test
│ │ │ │ ├── sub_query_fulltext.test
│ │ │ │ ├── temporary_table.test
│ │ │ │ ├── truncate.test
│ │ │ │ ├── update_fulltext.test
│ │ │ │ ├── update_id_hash_index.test
│ │ │ │ ├── update_id_unique_hash_index.test
│ │ │ │ ├── update_int.test
│ │ │ │ ├── update_last_insert_grn_id.test
│ │ │ │ ├── update_virtual_column.test
│ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_column.test
│ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_leading_not.test
│ │ │ │ ├── variable_boolean_mode_syntax_flags_allow_update.test
│ │ │ │ ├── variable_boolean_mode_syntax_flags_syntax_query.test
│ │ │ │ ├── variable_boolean_mode_syntax_flags_syntax_script.test
│ │ │ │ ├── variable_database_path_prefix.test
│ │ │ │ ├── variable_default_parser_new_value.test
│ │ │ │ ├── variable_default_parser_same_value.test
│ │ │ │ ├── variable_dry_write_delete.test
│ │ │ │ ├── variable_dry_write_insert.test
│ │ │ │ ├── variable_dry_write_update.test
│ │ │ │ ├── variable_lock_timeout_disable.test
│ │ │ │ ├── variable_lock_timeout_invalid.test
│ │ │ │ ├── variable_lock_timeout_no_retry.test
│ │ │ │ ├── variable_lock_timeout_valid.test
│ │ │ │ ├── variable_log_file_new_value.test
│ │ │ │ ├── variable_log_file_nonexistent_path.test
│ │ │ │ ├── variable_log_file_same_value.test
│ │ │ │ ├── variable_log_level_TODO_SPLIT_ME.test
│ │ │ │ ├── variable_match_escalation_threshold_global.test
│ │ │ │ ├── variable_match_escalation_threshold_session.test
│ │ │ │ ├── variable_vector_column_delimiter.test
│ │ │ │ └── variable_version.test
│ │ │ └── wrapper
│ │ │ ├── disabled.def
│ │ │ ├── r
│ │ │ │ ├── alter_table_add_column.result
│ │ │ │ ├── alter_table_change_column_comment.result
│ │ │ │ ├── alter_table_change_engine.result
│ │ │ │ ├── alter_table_comment_change_engine.result
│ │ │ │ ├── alter_table_disable_keys_create_fulltext.result
│ │ │ │ ├── alter_table_disable_keys_fulltext.result
│ │ │ │ ├── alter_table_disable_keys_multiple_column.result
│ │ │ │ ├── alter_table_disable_keys_normal.result
│ │ │ │ ├── alter_table_disable_keys_primary.result
│ │ │ │ ├── alter_table_disable_keys_updating.result
│ │ │ │ ├── alter_table_drop_column.result
│ │ │ │ ├── alter_table_enable_keys_fulltext.result
│ │ │ │ ├── alter_table_enable_keys_lock_tables.result
│ │ │ │ ├── alter_table_enable_keys_multiple_column.result
│ │ │ │ ├── alter_table_enable_keys_normal.result
│ │ │ │ ├── alter_table_enable_keys_primary.result
│ │ │ │ ├── alter_table_fulltext.result
│ │ │ │ ├── alter_table_rename_table.result
│ │ │ │ ├── alter_table_spatial.result
│ │ │ │ ├── auto_increment_text.result
│ │ │ │ ├── binlog_TODO_SPLIT_ME.result
│ │ │ │ ├── column_comment_index_not_for_mroonga.result
│ │ │ │ ├── column_normal_comment.result
│ │ │ │ ├── count_star_with_index.result
│ │ │ │ ├── create_table_comment_combined.result
│ │ │ │ ├── create_table_normalizer_fulltext_index.result
│ │ │ │ ├── create_table_TODO_SPLIT_ME.result
│ │ │ │ ├── create_table_token_filters_index_comment_multiple_token_filters.result
│ │ │ │ ├── create_table_token_filters_index_comment_one_token_filter.result
│ │ │ │ ├── delete_all.result
│ │ │ │ ├── delete_TODO_SPLIT_ME.result
│ │ │ │ ├── fulltext_boolean_mode_leading_not.result
│ │ │ │ ├── fulltext_boolean_mode_multiple_match_against.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_no_operator.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_or.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_plus.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_no_operator.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_minus.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_plus.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_no_operator.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_minus.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_or.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_full_spec.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_no_weight.result
│ │ │ │ ├── fulltext_boolean_mode_pragma_weight_omit_section.result
│ │ │ │ ├── fulltext_charset_ascii.result
│ │ │ │ ├── fulltext_charset_cp932.result
│ │ │ │ ├── fulltext_charset_eucjpms.result
│ │ │ │ ├── fulltext_charset_japanese.result
│ │ │ │ ├── fulltext_index_recreate.result
│ │ │ │ ├── fulltext_insert_select.result
│ │ │ │ ├── fulltext_insert_values.result
│ │ │ │ ├── fulltext_many_records.result
│ │ │ │ ├── fulltext_multiple_column_index_delete.result
│ │ │ │ ├── fulltext_multiple_column_index_insert.result
│ │ │ │ ├── fulltext_multiple_column_index_recreate.result
│ │ │ │ ├── fulltext_multiple_column_index_update.result
│ │ │ │ ├── fulltext_multiple_index.result
│ │ │ │ ├── fulltext_myisam.result
│ │ │ │ ├── fulltext_not_match_against.result
│ │ │ │ ├── fulltext_order_TODO_SPLIT_ME.result
│ │ │ │ ├── fulltext_order_transaction.result
│ │ │ │ ├── fulltext_parser_comment.result
│ │ │ │ ├── function_last_insert_grn_id.result
│ │ │ │ ├── function_last_insert_id_reference.result
│ │ │ │ ├── function_last_insert_id_set.result
│ │ │ │ ├── geometry_contains.result
│ │ │ │ ├── geometry_delete.result
│ │ │ │ ├── geometry_update.result
│ │ │ │ ├── index_force_index_not_used.result
│ │ │ │ ├── insert_bulk.result
│ │ │ │ ├── insert_on_duplicate_key_update_multiple_column_primary_key_myisam.result
│ │ │ │ ├── insert_on_duplicate_key_update_multiple_column_unique_index_myisam.result
│ │ │ │ ├── insert_TODO_SPLIT_ME.result
│ │ │ │ ├── multi_range_read_disk_sweep.result
│ │ │ │ ├── optimization_order_limit_no_where_clause.result
│ │ │ │ ├── optimization_order_limit_TODO_SPLIT_ME.result
│ │ │ │ ├── repair_table_no_files.result
│ │ │ │ ├── repair_table_no_index_file.result
│ │ │ │ ├── temporary_table.result
│ │ │ │ ├── transaction_query_cache.result
│ │ │ │ ├── transaction_rollback_delete_delete.result
│ │ │ │ ├── transaction_rollback_delete_update.result
│ │ │ │ ├── truncate.result
│ │ │ │ ├── update_fulltext.result
│ │ │ │ ├── update_int.result
│ │ │ │ ├── variable_dry_write_delete.result
│ │ │ │ ├── variable_dry_write_insert.result
│ │ │ │ ├── variable_dry_write_update.result
│ │ │ │ ├── variable_match_escalation_threshold_global.result
│ │ │ │ ├── variable_match_escalation_threshold_session.result
│ │ │ │ ├── version_55_performance_schema.result
│ │ │ │ └── version_56_or_later_performance_schema.result
│ │ │ ├── suite.opt
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── alter_table_add_column.test
│ │ │ ├── alter_table_change_column_comment.test
│ │ │ ├── alter_table_change_engine.test
│ │ │ ├── alter_table_comment_change_engine.test
│ │ │ ├── alter_table_disable_keys_create_fulltext.test
│ │ │ ├── alter_table_disable_keys_fulltext.test
│ │ │ ├── alter_table_disable_keys_multiple_column.test
│ │ │ ├── alter_table_disable_keys_normal.test
│ │ │ ├── alter_table_disable_keys_primary.test
│ │ │ ├── alter_table_disable_keys_updating.test
│ │ │ ├── alter_table_drop_column.test
│ │ │ ├── alter_table_enable_keys_fulltext.test
│ │ │ ├── alter_table_enable_keys_lock_tables.test
│ │ │ ├── alter_table_enable_keys_multiple_column.test
│ │ │ ├── alter_table_enable_keys_normal.test
│ │ │ ├── alter_table_enable_keys_primary.test
│ │ │ ├── alter_table_fulltext.test
│ │ │ ├── alter_table_rename_table.test
│ │ │ ├── alter_table_spatial.test
│ │ │ ├── auto_increment_text.test
│ │ │ ├── binlog_TODO_SPLIT_ME.test
│ │ │ ├── column_comment_index_not_for_mroonga.test
│ │ │ ├── column_normal_comment.test
│ │ │ ├── count_star_with_index.test
│ │ │ ├── create_table_comment_combined.test
│ │ │ ├── create_table_normalizer_fulltext_index.test
│ │ │ ├── create_table_TODO_SPLIT_ME.test
│ │ │ ├── create_table_token_filters_index_comment_multiple_token_filters.test
│ │ │ ├── create_table_token_filters_index_comment_one_token_filter.test
│ │ │ ├── delete_all.test
│ │ │ ├── delete_TODO_SPLIT_ME.test
│ │ │ ├── fulltext_boolean_mode_leading_not.test
│ │ │ ├── fulltext_boolean_mode_multiple_match_against.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_no_operator.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_or.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_minus_with_plus.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_no_operator.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_minus.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_or_with_plus.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_no_operator.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_minus.test
│ │ │ ├── fulltext_boolean_mode_pragma_default_operator_plus_with_or.test
│ │ │ ├── fulltext_boolean_mode_pragma_weight_full_spec.test
│ │ │ ├── fulltext_boolean_mode_pragma_weight_no_weight.test
│ │ │ ├── fulltext_boolean_mode_pragma_weight_omit_section.test
│ │ │ ├── fulltext_charset_ascii.test
│ │ │ ├── fulltext_charset_cp932.test
│ │ │ ├── fulltext_charset_eucjpms.test
│ │ │ ├── fulltext_charset_japanese.test
│ │ │ ├── fulltext_index_recreate.test
│ │ │ ├── fulltext_insert_select.test
│ │ │ ├── fulltext_insert_values.test
│ │ │ ├── fulltext_many_records.test
│ │ │ ├── fulltext_multiple_column_index_delete.test
│ │ │ ├── fulltext_multiple_column_index_insert.test
│ │ │ ├── fulltext_multiple_column_index_recreate.test
│ │ │ ├── fulltext_multiple_column_index_update.test
│ │ │ ├── fulltext_multiple_index.test
│ │ │ ├── fulltext_myisam.test
│ │ │ ├── fulltext_not_match_against.test
│ │ │ ├── fulltext_order_TODO_SPLIT_ME.test
│ │ │ ├── fulltext_order_transaction.test
│ │ │ ├── fulltext_parser_comment.test
│ │ │ ├── function_last_insert_grn_id.test
│ │ │ ├── function_last_insert_id_reference.test
│ │ │ ├── function_last_insert_id_set.test
│ │ │ ├── geometry_contains.test
│ │ │ ├── geometry_delete.test
│ │ │ ├── geometry_update.test
│ │ │ ├── index_force_index_not_used.test
│ │ │ ├── insert_bulk.test
│ │ │ ├── insert_on_duplicate_key_update_multiple_column_primary_key_myisam.test
│ │ │ ├── insert_on_duplicate_key_update_multiple_column_unique_index_myisam.test
│ │ │ ├── insert_TODO_SPLIT_ME.test
│ │ │ ├── multi_range_read_disk_sweep.test
│ │ │ ├── optimization_order_limit_no_where_clause.test
│ │ │ ├── optimization_order_limit_TODO_SPLIT_ME.test
│ │ │ ├── repair_table_no_files.test
│ │ │ ├── repair_table_no_index_file.test
│ │ │ ├── temporary_table.test
│ │ │ ├── transaction_query_cache.test
│ │ │ ├── transaction_rollback_delete_delete.test
│ │ │ ├── transaction_rollback_delete_update.test
│ │ │ ├── truncate.test
│ │ │ ├── update_fulltext.test
│ │ │ ├── update_int.test
│ │ │ ├── variable_dry_write_delete.test
│ │ │ ├── variable_dry_write_insert.test
│ │ │ ├── variable_dry_write_update.test
│ │ │ ├── variable_match_escalation_threshold_global.test
│ │ │ ├── variable_match_escalation_threshold_session.test
│ │ │ ├── version_55_performance_schema.test
│ │ │ └── version_56_or_later_performance_schema.test
│ │ ├── NEWS
│ │ ├── packages
│ │ │ ├── apt
│ │ │ │ ├── build-deb.sh
│ │ │ │ ├── env.sh.in
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── sign-packages.sh
│ │ │ │ ├── sign-repository.sh
│ │ │ │ ├── update-repository.sh
│ │ │ │ └── Vagrantfile
│ │ │ ├── check-utility.sh
│ │ │ ├── debian
│ │ │ │ ├── apparmor
│ │ │ │ │ └── mysql-server-mroonga
│ │ │ │ ├── changelog
│ │ │ │ ├── compat
│ │ │ │ ├── control.in
│ │ │ │ ├── copyright
│ │ │ │ ├── mysql-server-mroonga-doc.install
│ │ │ │ ├── mysql-server-mroonga.install
│ │ │ │ ├── mysql-server-mroonga.postinst
│ │ │ │ ├── mysql-server-mroonga.postrm
│ │ │ │ ├── mysql-server-mroonga.prerm
│ │ │ │ └── rules
│ │ │ ├── Makefile.am
│ │ │ ├── rpm
│ │ │ │ ├── centos
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── mariadb-mroonga.spec.in
│ │ │ │ │ ├── mysql55-mroonga.spec.in
│ │ │ │ │ └── mysql56-community-mroonga.spec.in
│ │ │ │ └── Makefile.am
│ │ │ ├── source
│ │ │ │ ├── Makefile.am
│ │ │ │ └── patches
│ │ │ │ └── mariadb-10.0.3-windows-build.diff
│ │ │ ├── ubuntu
│ │ │ │ ├── Makefile.am
│ │ │ │ └── upload.rb
│ │ │ ├── windows
│ │ │ │ ├── build-vc2010.bat
│ │ │ │ ├── build-vc2010-msi-32.bat
│ │ │ │ ├── build-vc2010-msi-64.bat
│ │ │ │ ├── build-vc2010-zip-32.bat
│ │ │ │ ├── build-vc2010-zip-64.bat
│ │ │ │ ├── build-vc2013.bat
│ │ │ │ ├── build-vc2013-msi-32.bat
│ │ │ │ ├── build-vc2013-msi-64.bat
│ │ │ │ ├── build-vc2013-zip-32.bat
│ │ │ │ ├── build-vc2013-zip-64.bat
│ │ │ │ ├── Makefile.am
│ │ │ │ └── README.md
│ │ │ └── yum
│ │ │ ├── build-in-vm.sh
│ │ │ ├── build-rpm.sh
│ │ │ ├── env.sh.in
│ │ │ ├── Makefile.am
│ │ │ ├── sign-rpm.sh
│ │ │ ├── update-repository.sh
│ │ │ └── Vagrantfile
│ │ ├── plug.in
│ │ ├── plugin_version
│ │ ├── README
│ │ ├── required_groonga_normalizer_mysql_version
│ │ ├── required_groonga_version
│ │ ├── sources.am
│ │ ├── test
│ │ │ ├── Makefile.am
│ │ │ ├── run-sql-test.sh
│ │ │ ├── run-unit-test.sh
│ │ │ └── unit
│ │ │ ├── Makefile.am
│ │ │ └── test_mrn_path_mapper.cpp
│ │ ├── tools
│ │ │ ├── Makefile.am
│ │ │ ├── prepare-sphinx-html.rb
│ │ │ ├── travis
│ │ │ │ ├── before_script.sh
│ │ │ │ ├── install.sh
│ │ │ │ └── script.sh
│ │ │ └── upload-to-github.rb
│ │ ├── udf
│ │ │ ├── Makefile.am
│ │ │ ├── mrn_udf_command.cpp
│ │ │ ├── mrn_udf_escape.cpp
│ │ │ ├── mrn_udf_last_insert_grn_id.cpp
│ │ │ ├── mrn_udf_snippet.cpp
│ │ │ └── sources.am
│ │ ├── vendor
│ │ │ └── groonga
│ │ │ ├── appveyor.yml
│ │ │ ├── autogen.sh
│ │ │ ├── base_version
│ │ │ ├── benchmark
│ │ │ │ ├── bench-ctx-create.c
│ │ │ │ ├── bench-geo-distance.c
│ │ │ │ ├── bench-geo-select.c
│ │ │ │ ├── bench-geo-select.sh
│ │ │ │ ├── bench-query-optimizer.c
│ │ │ │ ├── bench-query-optimizer-ddl.grn
│ │ │ │ ├── bench-range-select.c
│ │ │ │ ├── bench-table-factory.c
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── geo-select
│ │ │ │ │ │ ├── 13_2010.CSV.xz
│ │ │ │ │ │ ├── format_2010.html
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── README.txt
│ │ │ │ │ └── Makefile.am
│ │ │ │ ├── geo-distance-summary.rb
│ │ │ │ ├── geo-select-generate-grn.rb
│ │ │ │ ├── lib
│ │ │ │ │ ├── benchmark.c
│ │ │ │ │ ├── benchmark.h
│ │ │ │ │ ├── bench-reporter.c
│ │ │ │ │ ├── bench-reporter.h
│ │ │ │ │ ├── bench-utils.c
│ │ │ │ │ ├── bench-utils.h
│ │ │ │ │ └── Makefile.am
│ │ │ │ └── Makefile.am
│ │ │ ├── bindings
│ │ │ │ ├── php
│ │ │ │ │ ├── config.m4
│ │ │ │ │ ├── config.w32
│ │ │ │ │ ├── groonga.c
│ │ │ │ │ ├── php_groonga.h
│ │ │ │ │ └── tests
│ │ │ │ │ └── 001.phpt
│ │ │ │ └── python
│ │ │ │ └── ql
│ │ │ │ ├── groongaql.c
│ │ │ │ └── setup.py
│ │ │ ├── build
│ │ │ │ ├── ac_macros
│ │ │ │ │ ├── check_functions.m4
│ │ │ │ │ └── check_headers.m4
│ │ │ │ ├── cmake_modules
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── ReadFileList.cmake
│ │ │ │ ├── Makefile.am
│ │ │ │ └── makefiles
│ │ │ │ ├── gettext.am
│ │ │ │ ├── LC_MESSAGES.am
│ │ │ │ ├── locale.am
│ │ │ │ ├── sphinx.am
│ │ │ │ └── sphinx-build.am
│ │ │ ├── CMakeLists.txt
│ │ │ ├── config.h.cmake
│ │ │ ├── config.sh.in
│ │ │ ├── configure.ac
│ │ │ ├── examples
│ │ │ │ ├── dictionary
│ │ │ │ │ ├── edict
│ │ │ │ │ │ ├── edict2grn.rb
│ │ │ │ │ │ ├── edict-import.sh
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── eijiro
│ │ │ │ │ │ ├── eijiro2grn.rb
│ │ │ │ │ │ ├── eijiro-import.sh
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── gene95
│ │ │ │ │ │ ├── gene2grn.rb
│ │ │ │ │ │ ├── gene-import.sh
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── dictionary.css
│ │ │ │ │ │ │ └── smoothness
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ │ │ └── jquery-ui-1.8.12.custom.css
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── js
│ │ │ │ │ │ ├── dictionary.js
│ │ │ │ │ │ ├── jquery-1.7.2.js
│ │ │ │ │ │ ├── jquery-ui-1.8.18.custom.js
│ │ │ │ │ │ └── jquery-ui-1.8.18.custom.min.js
│ │ │ │ │ ├── init-db.sh
│ │ │ │ │ ├── jmdict
│ │ │ │ │ │ ├── jmdict.rb
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── readme.txt
│ │ │ │ └── Makefile.am
│ │ │ ├── gpg_uid
│ │ │ ├── groonga-httpd-conf.sh.in
│ │ │ ├── groonga.pc.in
│ │ │ ├── include
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── groonga
│ │ │ │ │ ├── command.h
│ │ │ │ │ ├── expr.h
│ │ │ │ │ ├── groonga.h
│ │ │ │ │ ├── ii.h
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── nfkc.h
│ │ │ │ │ ├── normalizer.h
│ │ │ │ │ ├── obj.h
│ │ │ │ │ ├── output.h
│ │ │ │ │ ├── plugin.h
│ │ │ │ │ ├── request_canceler.h
│ │ │ │ │ ├── scorer.h
│ │ │ │ │ ├── token_filter.h
│ │ │ │ │ ├── token.h
│ │ │ │ │ ├── tokenizer.h
│ │ │ │ │ └── util.h
│ │ │ │ ├── groonga.h
│ │ │ │ └── Makefile.am
│ │ │ ├── lib
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── com.c
│ │ │ │ ├── command.c
│ │ │ │ ├── ctx.c
│ │ │ │ ├── ctx_impl_mrb.c
│ │ │ │ ├── dat
│ │ │ │ │ ├── array.hpp
│ │ │ │ │ ├── base.hpp
│ │ │ │ │ ├── block.hpp
│ │ │ │ │ ├── check.hpp
│ │ │ │ │ ├── cursor-factory.cpp
│ │ │ │ │ ├── cursor-factory.hpp
│ │ │ │ │ ├── cursor.hpp
│ │ │ │ │ ├── dat.hpp
│ │ │ │ │ ├── entry.hpp
│ │ │ │ │ ├── file.cpp
│ │ │ │ │ ├── file.hpp
│ │ │ │ │ ├── file-impl.cpp
│ │ │ │ │ ├── file-impl.hpp
│ │ │ │ │ ├── header.hpp
│ │ │ │ │ ├── id-cursor.cpp
│ │ │ │ │ ├── id-cursor.hpp
│ │ │ │ │ ├── key-cursor.cpp
│ │ │ │ │ ├── key-cursor.hpp
│ │ │ │ │ ├── key.hpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── node.hpp
│ │ │ │ │ ├── predictive-cursor.cpp
│ │ │ │ │ ├── predictive-cursor.hpp
│ │ │ │ │ ├── prefix-cursor.cpp
│ │ │ │ │ ├── prefix-cursor.hpp
│ │ │ │ │ ├── sources.am
│ │ │ │ │ ├── string.hpp
│ │ │ │ │ ├── trie.cpp
│ │ │ │ │ ├── trie.hpp
│ │ │ │ │ └── vector.hpp
│ │ │ │ ├── dat.cpp
│ │ │ │ ├── db.c
│ │ │ │ ├── error.c
│ │ │ │ ├── expr.c
│ │ │ │ ├── geo.c
│ │ │ │ ├── grn_com.h
│ │ │ │ ├── grn_ctx.h
│ │ │ │ ├── grn_ctx_impl.h
│ │ │ │ ├── grn_ctx_impl_mrb.h
│ │ │ │ ├── grn_dat.h
│ │ │ │ ├── grn_db.h
│ │ │ │ ├── grn_ecmascript.c
│ │ │ │ ├── grn_ecmascript.h
│ │ │ │ ├── grn_ecmascript.lemon
│ │ │ │ ├── grn_error.h
│ │ │ │ ├── grn_expr.h
│ │ │ │ ├── grn_geo.h
│ │ │ │ ├── grn.h
│ │ │ │ ├── grn_hash.h
│ │ │ │ ├── grn_ii.h
│ │ │ │ ├── grn_io.h
│ │ │ │ ├── grn_mrb.h
│ │ │ │ ├── grn_normalizer.h
│ │ │ │ ├── grn_output.h
│ │ │ │ ├── grn_pat.h
│ │ │ │ ├── grn_plugin.h
│ │ │ │ ├── grn_proc.h
│ │ │ │ ├── grn_request_canceler.h
│ │ │ │ ├── grn_rset.h
│ │ │ │ ├── grn_scorer.h
│ │ │ │ ├── grn_scorers.h
│ │ │ │ ├── grn_snip.h
│ │ │ │ ├── grn_store.h
│ │ │ │ ├── grn_str.h
│ │ │ │ ├── grn_string.h
│ │ │ │ ├── grn_token_cursor.h
│ │ │ │ ├── grn_tokenizers.h
│ │ │ │ ├── grn_util.h
│ │ │ │ ├── hash.c
│ │ │ │ ├── icudump.c
│ │ │ │ ├── ii.c
│ │ │ │ ├── io.c
│ │ │ │ ├── libgroonga.c
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mrb
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── mrb_accessor.c
│ │ │ │ │ ├── mrb_accessor.h
│ │ │ │ │ ├── mrb_array.c
│ │ │ │ │ ├── mrb_array.h
│ │ │ │ │ ├── mrb_bulk.c
│ │ │ │ │ ├── mrb_bulk.h
│ │ │ │ │ ├── mrb_column.c
│ │ │ │ │ ├── mrb_column.h
│ │ │ │ │ ├── mrb_command.c
│ │ │ │ │ ├── mrb_command.h
│ │ │ │ │ ├── mrb_command_input.c
│ │ │ │ │ ├── mrb_command_input.h
│ │ │ │ │ ├── mrb_converter.c
│ │ │ │ │ ├── mrb_converter.h
│ │ │ │ │ ├── mrb_ctx.c
│ │ │ │ │ ├── mrb_ctx.h
│ │ │ │ │ ├── mrb_database.c
│ │ │ │ │ ├── mrb_database.h
│ │ │ │ │ ├── mrb_double_array_trie.c
│ │ │ │ │ ├── mrb_double_array_trie.h
│ │ │ │ │ ├── mrb_error.c
│ │ │ │ │ ├── mrb_error.h
│ │ │ │ │ ├── mrb_expr.c
│ │ │ │ │ ├── mrb_expr.h
│ │ │ │ │ ├── mrb_fixed_size_column.c
│ │ │ │ │ ├── mrb_fixed_size_column.h
│ │ │ │ │ ├── mrb_hash_table.c
│ │ │ │ │ ├── mrb_hash_table.h
│ │ │ │ │ ├── mrb_id.c
│ │ │ │ │ ├── mrb_id.h
│ │ │ │ │ ├── mrb_index_column.c
│ │ │ │ │ ├── mrb_index_column.h
│ │ │ │ │ ├── mrb_index_cursor.c
│ │ │ │ │ ├── mrb_index_cursor.h
│ │ │ │ │ ├── mrb_logger.c
│ │ │ │ │ ├── mrb_logger.h
│ │ │ │ │ ├── mrb_object.c
│ │ │ │ │ ├── mrb_object.h
│ │ │ │ │ ├── mrb_operator.c
│ │ │ │ │ ├── mrb_operator.h
│ │ │ │ │ ├── mrb_patricia_trie.c
│ │ │ │ │ ├── mrb_patricia_trie.h
│ │ │ │ │ ├── mrb_procedure.c
│ │ │ │ │ ├── mrb_procedure.h
│ │ │ │ │ ├── mrb_table.c
│ │ │ │ │ ├── mrb_table_cursor.c
│ │ │ │ │ ├── mrb_table_cursor_flags.c
│ │ │ │ │ ├── mrb_table_cursor_flags.h
│ │ │ │ │ ├── mrb_table_cursor.h
│ │ │ │ │ ├── mrb_table.h
│ │ │ │ │ ├── mrb_type.c
│ │ │ │ │ ├── mrb_type.h
│ │ │ │ │ ├── mrb_variable_size_column.c
│ │ │ │ │ ├── mrb_variable_size_column.h
│ │ │ │ │ ├── mrb_void.c
│ │ │ │ │ ├── mrb_void.h
│ │ │ │ │ ├── mrb_writer.c
│ │ │ │ │ ├── mrb_writer.h
│ │ │ │ │ ├── scripts
│ │ │ │ │ │ ├── backtrace_entry.rb
│ │ │ │ │ │ ├── command_line
│ │ │ │ │ │ │ └── grndb.rb
│ │ │ │ │ │ ├── command.rb
│ │ │ │ │ │ ├── context
│ │ │ │ │ │ │ ├── error_level.rb
│ │ │ │ │ │ │ └── rc.rb
│ │ │ │ │ │ ├── context.rb
│ │ │ │ │ │ ├── database.rb
│ │ │ │ │ │ ├── error.rb
│ │ │ │ │ │ ├── eval_context.rb
│ │ │ │ │ │ ├── expression.rb
│ │ │ │ │ │ ├── index_cursor.rb
│ │ │ │ │ │ ├── index_info.rb
│ │ │ │ │ │ ├── initialize
│ │ │ │ │ │ │ ├── post.rb
│ │ │ │ │ │ │ └── pre.rb
│ │ │ │ │ │ ├── logger
│ │ │ │ │ │ │ └── level.rb
│ │ │ │ │ │ ├── logger.rb
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── object.rb
│ │ │ │ │ │ ├── plugin_loader.rb
│ │ │ │ │ │ ├── require.rb
│ │ │ │ │ │ ├── scan_info_builder.rb
│ │ │ │ │ │ ├── scan_info_data.rb
│ │ │ │ │ │ ├── scan_info.rb
│ │ │ │ │ │ ├── sources.am
│ │ │ │ │ │ ├── table_cursor.rb
│ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ └── empty.rb
│ │ │ │ │ │ └── writer.rb
│ │ │ │ │ └── sources.am
│ │ │ │ ├── mrb.c
│ │ │ │ ├── nfkc.c
│ │ │ │ ├── nfkc-custom-rules.txt
│ │ │ │ ├── nfkc.rb
│ │ │ │ ├── normalizer.c
│ │ │ │ ├── obj.c
│ │ │ │ ├── operator.c
│ │ │ │ ├── output.c
│ │ │ │ ├── pat.c
│ │ │ │ ├── plugin.c
│ │ │ │ ├── proc.c
│ │ │ │ ├── request_canceler.c
│ │ │ │ ├── rset.c
│ │ │ │ ├── scorer.c
│ │ │ │ ├── scorers.c
│ │ │ │ ├── snip.c
│ │ │ │ ├── sources.am
│ │ │ │ ├── store.c
│ │ │ │ ├── str.c
│ │ │ │ ├── string.c
│ │ │ │ ├── token_cursor.c
│ │ │ │ ├── token_filter.c
│ │ │ │ ├── tokenizer.c
│ │ │ │ ├── tokenizers.c
│ │ │ │ └── util.c
│ │ │ ├── Makefile.am
│ │ │ ├── nginx_version
│ │ │ ├── plugins
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── query_expanders
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── tsv.c
│ │ │ │ │ └── tsv_sources.am
│ │ │ │ ├── ruby
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── eval.c
│ │ │ │ │ ├── eval_sources.am
│ │ │ │ │ ├── load.c
│ │ │ │ │ ├── load_sources.am
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── ruby_plugin.h
│ │ │ │ ├── ruby_scripts.am
│ │ │ │ ├── sharding
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── logical_count.rb
│ │ │ │ │ ├── logical_enumerator.rb
│ │ │ │ │ ├── logical_range_filter.rb
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── sources.am
│ │ │ │ ├── sharding.rb
│ │ │ │ ├── suggest
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── sources.am
│ │ │ │ │ └── suggest.c
│ │ │ │ ├── table
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── sources.am
│ │ │ │ │ └── table.c
│ │ │ │ ├── token_filters
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── stem.c
│ │ │ │ │ ├── stem_sources.am
│ │ │ │ │ ├── stop_word.c
│ │ │ │ │ └── stop_word_sources.am
│ │ │ │ └── tokenizers
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── kytea.cpp
│ │ │ │ ├── kytea_sources.am
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mecab.c
│ │ │ │ └── mecab_sources.am
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── grndb.c
│ │ │ │ ├── grndb_sources.am
│ │ │ │ ├── grnslap.c
│ │ │ │ ├── grnslap_sources.am
│ │ │ │ ├── groonga_benchmark.c
│ │ │ │ ├── groonga_benchmark_sources.am
│ │ │ │ ├── groonga.c
│ │ │ │ ├── groonga_mruby.c
│ │ │ │ ├── groonga_mruby_sources.am
│ │ │ │ ├── groonga_sources.am
│ │ │ │ ├── httpd
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── nginx-module
│ │ │ │ │ ├── config
│ │ │ │ │ └── ngx_http_groonga_module.c
│ │ │ │ ├── Makefile.am
│ │ │ │ └── suggest
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── create_dataset_sources.am
│ │ │ │ ├── groonga_suggest_create_dataset.c
│ │ │ │ ├── groonga_suggest_ddl.txt
│ │ │ │ ├── groonga_suggest_httpd.c
│ │ │ │ ├── groonga_suggest_learner.c
│ │ │ │ ├── httpd_sources.am
│ │ │ │ ├── learner_sources.am
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── util.c
│ │ │ │ ├── util.h
│ │ │ │ ├── util_sources.am
│ │ │ │ └── zmq_compatible.h
│ │ │ ├── tools
│ │ │ │ ├── groonga-memory-leak-checker.rb
│ │ │ │ ├── groonga-suggest-httpd-client.rb
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── prepare-sphinx-html.rb
│ │ │ │ ├── travis-before-script.sh
│ │ │ │ ├── travis-install.sh
│ │ │ │ └── travis-script.sh
│ │ │ ├── vendor
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mruby
│ │ │ │ │ ├── build_config.rb
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── sources.am
│ │ │ │ │ └── update.rb
│ │ │ │ ├── onigmo
│ │ │ │ │ └── Makefile.am
│ │ │ │ └── plugins
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── groonga-normalizer-mysql
│ │ │ │ ├── autogen.sh
│ │ │ │ ├── build
│ │ │ │ │ ├── cmake_modules
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── ReadFileList.cmake
│ │ │ │ │ └── Makefile.am
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── configure.ac
│ │ │ │ ├── data
│ │ │ │ │ └── travis
│ │ │ │ │ └── setup.sh
│ │ │ │ ├── doc
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── text
│ │ │ │ │ ├── lgpl-2.0.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── news.md
│ │ │ │ ├── gpg_uid
│ │ │ │ ├── groonga-normalizer-mysql.pc.in
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── normalizers
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── mysql.c
│ │ │ │ │ ├── mysql_general_ci_table.h
│ │ │ │ │ ├── mysql_sources.am
│ │ │ │ │ ├── mysql_unicode_ci_except_kana_ci_kana_with_voiced_sound_mark_table.h
│ │ │ │ │ └── mysql_unicode_ci_table.h
│ │ │ │ ├── packages
│ │ │ │ │ ├── apt
│ │ │ │ │ │ ├── build-deb.sh
│ │ │ │ │ │ ├── env.sh.in
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── sign-packages.sh
│ │ │ │ │ │ ├── sign-repository.sh
│ │ │ │ │ │ ├── update-repository.sh
│ │ │ │ │ │ └── Vagrantfile
│ │ │ │ │ ├── debian
│ │ │ │ │ │ ├── changelog
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ ├── control
│ │ │ │ │ │ ├── copyright
│ │ │ │ │ │ ├── groonga-normalizer-mysql.install
│ │ │ │ │ │ ├── patches
│ │ │ │ │ │ │ └── series
│ │ │ │ │ │ ├── rules
│ │ │ │ │ │ ├── source
│ │ │ │ │ │ │ └── format
│ │ │ │ │ │ └── watch
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── rpm
│ │ │ │ │ │ ├── centos
│ │ │ │ │ │ │ ├── groonga-normalizer-mysql.spec.in
│ │ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ │ ├── fedora
│ │ │ │ │ │ │ ├── groonga-normalizer-mysql.spec.in
│ │ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── source
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ ├── ubuntu
│ │ │ │ │ │ └── Makefile.am
│ │ │ │ │ └── yum
│ │ │ │ │ ├── build-rpm.sh
│ │ │ │ │ ├── env.sh.in
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── sign-rpm.sh
│ │ │ │ │ ├── update-repository.sh
│ │ │ │ │ └── Vagrantfile
│ │ │ │ ├── README.md
│ │ │ │ ├── required_groonga_version
│ │ │ │ ├── tool
│ │ │ │ │ ├── dump_difference_uca.rb
│ │ │ │ │ ├── dump_difference_utf8.rb
│ │ │ │ │ ├── generate_uca_table.rb
│ │ │ │ │ ├── generate_utf8_table.rb
│ │ │ │ │ ├── parser.rb
│ │ │ │ │ └── travis
│ │ │ │ │ ├── before_script.sh
│ │ │ │ │ └── install.sh
│ │ │ │ └── version
│ │ │ └── version-gen.sh
│ │ ├── version
│ │ ├── version_in_hex
│ │ ├── version_major
│ │ ├── version_micro
│ │ └── version_minor
│ ├── myisam
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── ftbench
│ │ │ ├── Ecompare.pl
│ │ │ ├── Ecreate.pl
│ │ │ ├── Ereport.pl
│ │ │ ├── ft-test-run.sh
│ │ │ └── README
│ │ ├── ft_boolean_search.c
│ │ ├── ftdefs.h
│ │ ├── ft_myisam.c
│ │ ├── ft_nlq_search.c
│ │ ├── ft_parser.c
│ │ ├── ft_static.c
│ │ ├── ft_stopwords.c
│ │ ├── ft_update.c
│ │ ├── fulltext.h
│ │ ├── ha_myisam.cc
│ │ ├── ha_myisam.h
│ │ ├── mi_cache.c
│ │ ├── mi_changed.c
│ │ ├── mi_check.c
│ │ ├── mi_checksum.c
│ │ ├── mi_close.c
│ │ ├── mi_create.c
│ │ ├── mi_dbug.c
│ │ ├── mi_delete_all.c
│ │ ├── mi_delete.c
│ │ ├── mi_delete_table.c
│ │ ├── mi_dynrec.c
│ │ ├── mi_extra.c
│ │ ├── mi_extrafunc.h
│ │ ├── mi_info.c
│ │ ├── mi_key.c
│ │ ├── mi_keycache.c
│ │ ├── mi_locking.c
│ │ ├── mi_log.c
│ │ ├── mi_open.c
│ │ ├── mi_packrec.c
│ │ ├── mi_page.c
│ │ ├── mi_panic.c
│ │ ├── mi_preload.c
│ │ ├── mi_range.c
│ │ ├── mi_rename.c
│ │ ├── mi_rfirst.c
│ │ ├── mi_rkey.c
│ │ ├── mi_rlast.c
│ │ ├── mi_rnext.c
│ │ ├── mi_rnext_same.c
│ │ ├── mi_rprev.c
│ │ ├── mi_rrnd.c
│ │ ├── mi_rsame.c
│ │ ├── mi_rsamepos.c
│ │ ├── mi_scan.c
│ │ ├── mi_search.c
│ │ ├── mi_static.c
│ │ ├── mi_statrec.c
│ │ ├── mi_test1.c
│ │ ├── mi_test2.c
│ │ ├── mi_test3.c
│ │ ├── mi_test_all.res
│ │ ├── mi_test_all.sh
│ │ ├── mi_unique.c
│ │ ├── mi_update.c
│ │ ├── mi_write.c
│ │ ├── myisamchk.c
│ │ ├── myisamdef.h
│ │ ├── myisam_ftdump.c
│ │ ├── myisamlog.c
│ │ ├── myisampack.c
│ │ ├── mysql-test
│ │ │ ├── mtr2
│ │ │ │ ├── overlay.inc
│ │ │ │ ├── README
│ │ │ │ ├── single.rdiff
│ │ │ │ ├── suite.opt
│ │ │ │ └── suite.pm
│ │ │ └── storage_engine
│ │ │ ├── alter_table_online.rdiff
│ │ │ ├── alter_tablespace.rdiff
│ │ │ ├── check_table.rdiff
│ │ │ ├── define_engine.inc
│ │ │ ├── foreign_keys.rdiff
│ │ │ ├── index_type_hash.rdiff
│ │ │ ├── misc.rdiff
│ │ │ ├── show_engine.rdiff
│ │ │ ├── tbl_opt_insert_method.rdiff
│ │ │ ├── tbl_opt_union.rdiff
│ │ │ └── trx
│ │ │ ├── cons_snapshot_repeatable_read.rdiff
│ │ │ ├── cons_snapshot_serializable.rdiff
│ │ │ ├── delete.rdiff
│ │ │ ├── insert.rdiff
│ │ │ ├── level_read_committed.rdiff
│ │ │ ├── level_read_uncommitted.rdiff
│ │ │ ├── level_repeatable_read.rdiff
│ │ │ ├── level_serializable.rdiff
│ │ │ ├── select_for_update.rdiff
│ │ │ ├── select_lock_in_share_mode.rdiff
│ │ │ ├── update.rdiff
│ │ │ ├── xa.rdiff
│ │ │ └── xa_recovery.rdiff
│ │ ├── NEWS
│ │ ├── rt_index.c
│ │ ├── rt_index.h
│ │ ├── rt_key.c
│ │ ├── rt_key.h
│ │ ├── rt_mbr.c
│ │ ├── rt_mbr.h
│ │ ├── rt_split.c
│ │ ├── rt_test.c
│ │ ├── sort.c
│ │ ├── sp_defs.h
│ │ ├── sp_key.c
│ │ ├── sp_test.c
│ │ ├── test_pack
│ │ └── TODO
│ ├── myisammrg
│ │ ├── CMakeLists.txt
│ │ ├── ha_myisammrg.cc
│ │ ├── ha_myisammrg.h
│ │ ├── myrg_close.c
│ │ ├── myrg_create.c
│ │ ├── myrg_def.h
│ │ ├── myrg_delete.c
│ │ ├── myrg_extra.c
│ │ ├── myrg_info.c
│ │ ├── myrg_locking.c
│ │ ├── myrg_open.c
│ │ ├── myrg_panic.c
│ │ ├── myrg_queue.c
│ │ ├── myrg_range.c
│ │ ├── myrg_records.c
│ │ ├── myrg_rfirst.c
│ │ ├── myrg_rkey.c
│ │ ├── myrg_rlast.c
│ │ ├── myrg_rnext.c
│ │ ├── myrg_rnext_same.c
│ │ ├── myrg_rprev.c
│ │ ├── myrg_rrnd.c
│ │ ├── myrg_rsame.c
│ │ ├── myrg_static.c
│ │ ├── myrg_update.c
│ │ ├── myrg_write.c
│ │ └── mysql-test
│ │ └── storage_engine
│ │ ├── alter_table.inc
│ │ ├── alter_table_online.rdiff
│ │ ├── alter_table.rdiff
│ │ ├── alter_tablespace.rdiff
│ │ ├── analyze_table.rdiff
│ │ ├── autoincrement.rdiff
│ │ ├── cache_index.rdiff
│ │ ├── checksum_table_live.rdiff
│ │ ├── cleanup_engine.inc
│ │ ├── create_table.inc
│ │ ├── create_table.rdiff
│ │ ├── define_engine.inc
│ │ ├── foreign_keys.rdiff
│ │ ├── fulltext_search.rdiff
│ │ ├── handler.rdiff
│ │ ├── index_enable_disable.rdiff
│ │ ├── index.rdiff
│ │ ├── index_type_btree.rdiff
│ │ ├── index_type_hash.rdiff
│ │ ├── insert_delayed.rdiff
│ │ ├── lock.rdiff
│ │ ├── misc.rdiff
│ │ ├── optimize_table.rdiff
│ │ ├── parts
│ │ │ ├── alter_table.rdiff
│ │ │ ├── analyze_table.rdiff
│ │ │ ├── checksum_table.rdiff
│ │ │ ├── check_table.rdiff
│ │ │ ├── create_table.rdiff
│ │ │ ├── optimize_table.rdiff
│ │ │ ├── repair_table.rdiff
│ │ │ └── truncate_table.rdiff
│ │ ├── repair_table.rdiff
│ │ ├── show_engine.rdiff
│ │ ├── tbl_opt_ai.rdiff
│ │ ├── tbl_opt_avg_row_length.rdiff
│ │ ├── tbl_opt_checksum.rdiff
│ │ ├── tbl_opt_connection.rdiff
│ │ ├── tbl_opt_data_index_dir.rdiff
│ │ ├── tbl_opt_delay_key_write.rdiff
│ │ ├── tbl_opt_insert_method.rdiff
│ │ ├── tbl_opt_key_block_size.rdiff
│ │ ├── tbl_opt_max_rows.rdiff
│ │ ├── tbl_opt_min_rows.rdiff
│ │ ├── tbl_opt_pack_keys.rdiff
│ │ ├── tbl_opt_password.rdiff
│ │ ├── tbl_opt_row_format.rdiff
│ │ ├── tbl_opt_union.rdiff
│ │ ├── tbl_standard_opts.rdiff
│ │ ├── tbl_temporary.rdiff
│ │ ├── truncate_table.rdiff
│ │ ├── trx
│ │ │ ├── cons_snapshot_repeatable_read.rdiff
│ │ │ ├── cons_snapshot_serializable.rdiff
│ │ │ ├── delete.rdiff
│ │ │ ├── insert.rdiff
│ │ │ ├── level_read_committed.rdiff
│ │ │ ├── level_read_uncommitted.rdiff
│ │ │ ├── level_repeatable_read.rdiff
│ │ │ ├── level_serializable.rdiff
│ │ │ ├── select_for_update.rdiff
│ │ │ ├── select_lock_in_share_mode.rdiff
│ │ │ ├── update.rdiff
│ │ │ ├── xa.rdiff
│ │ │ └── xa_recovery.rdiff
│ │ ├── type_char_indexes.rdiff
│ │ ├── type_float_indexes.rdiff
│ │ ├── type_spatial_indexes.rdiff
│ │ ├── type_spatial.rdiff
│ │ └── vcol.rdiff
│ ├── ndb
│ │ ├── bin
│ │ │ ├── check-regression.sh
│ │ │ └── makeTestPrograms_html.sh
│ │ ├── config
│ │ │ ├── common.mk.am
│ │ │ ├── make-win-dsw.sh
│ │ │ ├── type_kernel.mk.am
│ │ │ ├── type_mgmapiclient.mk.am
│ │ │ ├── type_ndbapiclient.mk.am
│ │ │ ├── type_ndbapi.mk.am
│ │ │ ├── type_ndbapitest.mk.am
│ │ │ ├── type_ndbapitools.mk.am
│ │ │ ├── type_util.mk.am
│ │ │ ├── win-includes
│ │ │ ├── win-lib.am
│ │ │ ├── win-libraries
│ │ │ ├── win-name
│ │ │ ├── win-prg.am
│ │ │ └── win-sources
│ │ ├── demos
│ │ │ ├── 1-node
│ │ │ │ ├── 1-api-3
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 1-db-2
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ └── 1-mgm-1
│ │ │ │ ├── Ndb.cfg
│ │ │ │ └── template_config.ini
│ │ │ ├── 2-node
│ │ │ │ ├── 2-api-4
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 2-api-5
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 2-api-6
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 2-api-7
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 2-db-2
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ ├── 2-db-3
│ │ │ │ │ └── Ndb.cfg
│ │ │ │ └── 2-mgm-1
│ │ │ │ ├── Ndb.cfg
│ │ │ │ └── template_config.ini
│ │ │ ├── config-templates
│ │ │ │ ├── config_template-1-REP.ini
│ │ │ │ ├── config_template-4.ini
│ │ │ │ └── config_template-install.ini
│ │ │ ├── run_demo1-PS.sh
│ │ │ ├── run_demo1-PS-SS_common.sh
│ │ │ ├── run_demo1.sh
│ │ │ ├── run_demo1-SS.sh
│ │ │ └── run_demo2.sh
│ │ ├── docs
│ │ │ ├── doxygen
│ │ │ │ ├── Doxyfile.mgmapi
│ │ │ │ ├── Doxyfile.ndb
│ │ │ │ ├── Doxyfile.ndbapi
│ │ │ │ ├── Doxyfile.odbc
│ │ │ │ ├── Doxyfile.test
│ │ │ │ ├── postdoxy.pl
│ │ │ │ └── predoxy.pl
│ │ │ ├── Makefile.am
│ │ │ ├── README
│ │ │ └── wl2077.txt
│ │ ├── include
│ │ │ ├── debugger
│ │ │ │ ├── DebuggerNames.hpp
│ │ │ │ ├── EventLogger.hpp
│ │ │ │ ├── GrepError.hpp
│ │ │ │ └── SignalLoggerManager.hpp
│ │ │ ├── editline
│ │ │ │ └── editline.h
│ │ │ ├── kernel
│ │ │ │ ├── AttributeDescriptor.hpp
│ │ │ │ ├── AttributeHeader.hpp
│ │ │ │ ├── AttributeList.hpp
│ │ │ │ ├── BlockNumbers.h
│ │ │ │ ├── GlobalSignalNumbers.h
│ │ │ │ ├── GrepEvent.hpp
│ │ │ │ ├── Interpreter.hpp
│ │ │ │ ├── kernel_config_parameters.h
│ │ │ │ ├── kernel_types.h
│ │ │ │ ├── LogLevel.hpp
│ │ │ │ ├── ndb_limits.h
│ │ │ │ ├── NodeBitmask.hpp
│ │ │ │ ├── NodeInfo.hpp
│ │ │ │ ├── NodeState.hpp
│ │ │ │ ├── RefConvert.hpp
│ │ │ │ ├── signaldata
│ │ │ │ │ ├── AbortAll.hpp
│ │ │ │ │ ├── AccFrag.hpp
│ │ │ │ │ ├── AccLock.hpp
│ │ │ │ │ ├── AccScan.hpp
│ │ │ │ │ ├── AccSizeAltReq.hpp
│ │ │ │ │ ├── AllocNodeId.hpp
│ │ │ │ │ ├── AlterIndx.hpp
│ │ │ │ │ ├── AlterTab.hpp
│ │ │ │ │ ├── AlterTable.hpp
│ │ │ │ │ ├── AlterTrig.hpp
│ │ │ │ │ ├── ApiBroadcast.hpp
│ │ │ │ │ ├── ApiRegSignalData.hpp
│ │ │ │ │ ├── ApiVersion.hpp
│ │ │ │ │ ├── ArbitSignalData.hpp
│ │ │ │ │ ├── AttrInfo.hpp
│ │ │ │ │ ├── BackupContinueB.hpp
│ │ │ │ │ ├── BackupImpl.hpp
│ │ │ │ │ ├── BackupSignalData.hpp
│ │ │ │ │ ├── BlockCommitOrd.hpp
│ │ │ │ │ ├── BuildIndx.hpp
│ │ │ │ │ ├── CheckNodeGroups.hpp
│ │ │ │ │ ├── CloseComReqConf.hpp
│ │ │ │ │ ├── CmInit.hpp
│ │ │ │ │ ├── CmRegSignalData.hpp
│ │ │ │ │ ├── CmvmiCfgConf.hpp
│ │ │ │ │ ├── CntrMasterConf.hpp
│ │ │ │ │ ├── CntrMasterReq.hpp
│ │ │ │ │ ├── CntrStart.hpp
│ │ │ │ │ ├── ConfigParamId.hpp
│ │ │ │ │ ├── ContinueFragmented.hpp
│ │ │ │ │ ├── CopyActive.hpp
│ │ │ │ │ ├── CopyFrag.hpp
│ │ │ │ │ ├── CopyGCIReq.hpp
│ │ │ │ │ ├── CreateEvnt.hpp
│ │ │ │ │ ├── CreateFilegroup.hpp
│ │ │ │ │ ├── CreateFilegroupImpl.hpp
│ │ │ │ │ ├── CreateFrag.hpp
│ │ │ │ │ ├── CreateFragmentation.hpp
│ │ │ │ │ ├── CreateIndx.hpp
│ │ │ │ │ ├── CreateObj.hpp
│ │ │ │ │ ├── CreateTab.hpp
│ │ │ │ │ ├── CreateTable.hpp
│ │ │ │ │ ├── CreateTrig.hpp
│ │ │ │ │ ├── DiAddTab.hpp
│ │ │ │ │ ├── DictLock.hpp
│ │ │ │ │ ├── DictObjOp.hpp
│ │ │ │ │ ├── DictSchemaInfo.hpp
│ │ │ │ │ ├── DictSizeAltReq.hpp
│ │ │ │ │ ├── DictStart.hpp
│ │ │ │ │ ├── DictTabInfo.hpp
│ │ │ │ │ ├── DiGetNodes.hpp
│ │ │ │ │ ├── DihAddFrag.hpp
│ │ │ │ │ ├── DihContinueB.hpp
│ │ │ │ │ ├── DihFragCount.hpp
│ │ │ │ │ ├── DihSizeAltReq.hpp
│ │ │ │ │ ├── DihStartTab.hpp
│ │ │ │ │ ├── DihSwitchReplica.hpp
│ │ │ │ │ ├── DisconnectRep.hpp
│ │ │ │ │ ├── DropFilegroup.hpp
│ │ │ │ │ ├── DropFilegroupImpl.hpp
│ │ │ │ │ ├── DropIndx.hpp
│ │ │ │ │ ├── DropObj.hpp
│ │ │ │ │ ├── DropTabFile.hpp
│ │ │ │ │ ├── DropTab.hpp
│ │ │ │ │ ├── DropTable.hpp
│ │ │ │ │ ├── DropTrig.hpp
│ │ │ │ │ ├── DumpStateOrd.hpp
│ │ │ │ │ ├── EmptyLcp.hpp
│ │ │ │ │ ├── EndTo.hpp
│ │ │ │ │ ├── EventReport.hpp
│ │ │ │ │ ├── EventSubscribeReq.hpp
│ │ │ │ │ ├── ExecFragReq.hpp
│ │ │ │ │ ├── Extent.hpp
│ │ │ │ │ ├── FailRep.hpp
│ │ │ │ │ ├── FireTrigOrd.hpp
│ │ │ │ │ ├── FsAppendReq.hpp
│ │ │ │ │ ├── FsCloseReq.hpp
│ │ │ │ │ ├── FsConf.hpp
│ │ │ │ │ ├── FsOpenReq.hpp
│ │ │ │ │ ├── FsReadWriteReq.hpp
│ │ │ │ │ ├── FsRef.hpp
│ │ │ │ │ ├── FsRemoveReq.hpp
│ │ │ │ │ ├── GCPSave.hpp
│ │ │ │ │ ├── GetTabInfo.hpp
│ │ │ │ │ ├── GetTableId.hpp
│ │ │ │ │ ├── GrepImpl.hpp
│ │ │ │ │ ├── HotSpareRep.hpp
│ │ │ │ │ ├── IndxAttrInfo.hpp
│ │ │ │ │ ├── IndxKeyInfo.hpp
│ │ │ │ │ ├── InvalidateNodeLCPConf.hpp
│ │ │ │ │ ├── InvalidateNodeLCPReq.hpp
│ │ │ │ │ ├── KeyInfo.hpp
│ │ │ │ │ ├── LCP.hpp
│ │ │ │ │ ├── LgmanContinueB.hpp
│ │ │ │ │ ├── ListTables.hpp
│ │ │ │ │ ├── LqhFrag.hpp
│ │ │ │ │ ├── LqhKey.hpp
│ │ │ │ │ ├── LqhSizeAltReq.hpp
│ │ │ │ │ ├── LqhTransConf.hpp
│ │ │ │ │ ├── ManagementServer.hpp
│ │ │ │ │ ├── MasterGCP.hpp
│ │ │ │ │ ├── MasterLCP.hpp
│ │ │ │ │ ├── NdbfsContinueB.hpp
│ │ │ │ │ ├── NdbSttor.hpp
│ │ │ │ │ ├── NextScan.hpp
│ │ │ │ │ ├── NFCompleteRep.hpp
│ │ │ │ │ ├── NodeFailRep.hpp
│ │ │ │ │ ├── NodeStateSignalData.hpp
│ │ │ │ │ ├── PackedSignal.hpp
│ │ │ │ │ ├── PgmanContinueB.hpp
│ │ │ │ │ ├── PrepDropTab.hpp
│ │ │ │ │ ├── PrepFailReqRef.hpp
│ │ │ │ │ ├── ReadConfig.hpp
│ │ │ │ │ ├── ReadNodesConf.hpp
│ │ │ │ │ ├── RelTabMem.hpp
│ │ │ │ │ ├── RepImpl.hpp
│ │ │ │ │ ├── RestoreContinueB.hpp
│ │ │ │ │ ├── RestoreImpl.hpp
│ │ │ │ │ ├── ResumeReq.hpp
│ │ │ │ │ ├── RouteOrd.hpp
│ │ │ │ │ ├── ScanFrag.hpp
│ │ │ │ │ ├── ScanTab.hpp
│ │ │ │ │ ├── SetLogLevelOrd.hpp
│ │ │ │ │ ├── SetVarReq.hpp
│ │ │ │ │ ├── SignalData.hpp
│ │ │ │ │ ├── SignalDataPrint.hpp
│ │ │ │ │ ├── SignalDroppedRep.hpp
│ │ │ │ │ ├── SrFragidConf.hpp
│ │ │ │ │ ├── StartFragReq.hpp
│ │ │ │ │ ├── StartInfo.hpp
│ │ │ │ │ ├── StartMe.hpp
│ │ │ │ │ ├── StartOrd.hpp
│ │ │ │ │ ├── StartPerm.hpp
│ │ │ │ │ ├── StartRec.hpp
│ │ │ │ │ ├── StartTo.hpp
│ │ │ │ │ ├── StopMe.hpp
│ │ │ │ │ ├── StopPerm.hpp
│ │ │ │ │ ├── StopReq.hpp
│ │ │ │ │ ├── SumaImpl.hpp
│ │ │ │ │ ├── SystemError.hpp
│ │ │ │ │ ├── TamperOrd.hpp
│ │ │ │ │ ├── TcCommit.hpp
│ │ │ │ │ ├── TcContinueB.hpp
│ │ │ │ │ ├── TcHbRep.hpp
│ │ │ │ │ ├── TcIndx.hpp
│ │ │ │ │ ├── TcKeyConf.hpp
│ │ │ │ │ ├── TcKeyFailConf.hpp
│ │ │ │ │ ├── TcKeyRef.hpp
│ │ │ │ │ ├── TcKeyReq.hpp
│ │ │ │ │ ├── TcRollbackRep.hpp
│ │ │ │ │ ├── TcSizeAltReq.hpp
│ │ │ │ │ ├── TestOrd.hpp
│ │ │ │ │ ├── TransIdAI.hpp
│ │ │ │ │ ├── TrigAttrInfo.hpp
│ │ │ │ │ ├── TsmanContinueB.hpp
│ │ │ │ │ ├── TupCommit.hpp
│ │ │ │ │ ├── TupFrag.hpp
│ │ │ │ │ ├── TupKey.hpp
│ │ │ │ │ ├── TupSizeAltReq.hpp
│ │ │ │ │ ├── TuxBound.hpp
│ │ │ │ │ ├── TuxContinueB.hpp
│ │ │ │ │ ├── TuxMaint.hpp
│ │ │ │ │ ├── TuxSizeAltReq.hpp
│ │ │ │ │ ├── UpdateTo.hpp
│ │ │ │ │ ├── UpgradeStartup.hpp
│ │ │ │ │ ├── UtilDelete.hpp
│ │ │ │ │ ├── UtilExecute.hpp
│ │ │ │ │ ├── UtilLock.hpp
│ │ │ │ │ ├── UtilPrepare.hpp
│ │ │ │ │ ├── UtilRelease.hpp
│ │ │ │ │ ├── UtilSequence.hpp
│ │ │ │ │ └── WaitGCP.hpp
│ │ │ │ └── trigger_definitions.h
│ │ │ ├── logger
│ │ │ │ ├── ConsoleLogHandler.hpp
│ │ │ │ ├── FileLogHandler.hpp
│ │ │ │ ├── Logger.hpp
│ │ │ │ ├── LogHandler.hpp
│ │ │ │ └── SysLogHandler.hpp
│ │ │ ├── Makefile.am
│ │ │ ├── mgmapi
│ │ │ │ ├── mgmapi_config_parameters_debug.h
│ │ │ │ ├── mgmapi_config_parameters.h
│ │ │ │ ├── mgmapi_debug.h
│ │ │ │ ├── mgmapi_error.h
│ │ │ │ ├── mgmapi.h
│ │ │ │ ├── ndbd_exit_codes.h
│ │ │ │ ├── ndb_logevent.h
│ │ │ │ └── ndb_logevent.txt
│ │ │ ├── mgmcommon
│ │ │ │ ├── ConfigRetriever.hpp
│ │ │ │ ├── IPCConfig.hpp
│ │ │ │ └── MgmtErrorReporter.hpp
│ │ │ ├── ndbapi
│ │ │ │ ├── NdbApi.hpp
│ │ │ │ ├── ndbapi_limits.h
│ │ │ │ ├── NdbBlob.hpp
│ │ │ │ ├── ndb_cluster_connection.hpp
│ │ │ │ ├── NdbDictionary.hpp
│ │ │ │ ├── ndberror.h
│ │ │ │ ├── NdbError.hpp
│ │ │ │ ├── NdbEventOperation.hpp
│ │ │ │ ├── Ndb.hpp
│ │ │ │ ├── NdbIndexOperation.hpp
│ │ │ │ ├── NdbIndexScanOperation.hpp
│ │ │ │ ├── NdbIndexStat.hpp
│ │ │ │ ├── NdbOperation.hpp
│ │ │ │ ├── ndb_opt_defaults.h
│ │ │ │ ├── NdbPool.hpp
│ │ │ │ ├── NdbRecAttr.hpp
│ │ │ │ ├── NdbReceiver.hpp
│ │ │ │ ├── NdbScanFilter.hpp
│ │ │ │ ├── NdbScanOperation.hpp
│ │ │ │ └── NdbTransaction.hpp
│ │ │ ├── ndb_constants.h
│ │ │ ├── ndb_global.h.in
│ │ │ ├── ndb_init.h
│ │ │ ├── ndb_net.h
│ │ │ ├── ndb_types.h.in
│ │ │ ├── ndb_version.h.in
│ │ │ ├── newtonapi
│ │ │ │ ├── dba.h
│ │ │ │ └── defs
│ │ │ │ └── pcn_types.h
│ │ │ ├── portlib
│ │ │ │ ├── NdbCondition.h
│ │ │ │ ├── NdbConfig.h
│ │ │ │ ├── NdbDaemon.h
│ │ │ │ ├── NdbEnv.h
│ │ │ │ ├── NdbHost.h
│ │ │ │ ├── NdbMain.h
│ │ │ │ ├── NdbMem.h
│ │ │ │ ├── NdbMutex.h
│ │ │ │ ├── NdbSleep.h
│ │ │ │ ├── NdbTCP.h
│ │ │ │ ├── NdbThread.h
│ │ │ │ ├── NdbTick.h
│ │ │ │ ├── PortDefs.h
│ │ │ │ └── prefetch.h
│ │ │ ├── transporter
│ │ │ │ ├── TransporterCallback.hpp
│ │ │ │ ├── TransporterDefinitions.hpp
│ │ │ │ └── TransporterRegistry.hpp
│ │ │ └── util
│ │ │ ├── BaseString.hpp
│ │ │ ├── basestring_vsnprintf.h
│ │ │ ├── Bitmask.hpp
│ │ │ ├── ConfigValues.hpp
│ │ │ ├── File.hpp
│ │ │ ├── InputStream.hpp
│ │ │ ├── md5_hash.hpp
│ │ │ ├── NdbAutoPtr.hpp
│ │ │ ├── ndb_opts.h
│ │ │ ├── NdbOut.hpp
│ │ │ ├── ndb_rand.h
│ │ │ ├── NdbSqlUtil.hpp
│ │ │ ├── OutputStream.hpp
│ │ │ ├── Parser.hpp
│ │ │ ├── Properties.hpp
│ │ │ ├── random.h
│ │ │ ├── SimpleProperties.hpp
│ │ │ ├── SocketAuthenticator.hpp
│ │ │ ├── SocketClient.hpp
│ │ │ ├── socket_io.h
│ │ │ ├── SocketServer.hpp
│ │ │ ├── UtilBuffer.hpp
│ │ │ ├── uucode.h
│ │ │ ├── Vector.hpp
│ │ │ └── version.h
│ │ ├── lib
│ │ ├── MAINTAINERS
│ │ ├── Makefile.am
│ │ ├── ndbapi-examples
│ │ │ ├── Makefile
│ │ │ ├── mgmapi_logevent
│ │ │ │ ├── main.cpp
│ │ │ │ └── Makefile
│ │ │ ├── mgmapi_logevent2
│ │ │ │ ├── main.cpp
│ │ │ │ └── Makefile
│ │ │ ├── ndbapi_async
│ │ │ │ ├── Makefile
│ │ │ │ ├── ndbapi_async.cpp
│ │ │ │ └── readme.txt
│ │ │ ├── ndbapi_async1
│ │ │ │ ├── Makefile
│ │ │ │ └── ndbapi_async1.cpp
│ │ │ ├── ndbapi_event
│ │ │ │ ├── Makefile
│ │ │ │ └── ndbapi_event.cpp
│ │ │ ├── ndbapi_retries
│ │ │ │ ├── Makefile
│ │ │ │ └── ndbapi_retries.cpp
│ │ │ ├── ndbapi_scan
│ │ │ │ ├── Makefile
│ │ │ │ ├── ndbapi_scan.cpp
│ │ │ │ └── readme.txt
│ │ │ ├── ndbapi_simple
│ │ │ │ ├── Makefile
│ │ │ │ └── ndbapi_simple.cpp
│ │ │ ├── ndbapi_simple_dual
│ │ │ │ ├── main.cpp
│ │ │ │ └── Makefile
│ │ │ └── ndbapi_simple_index
│ │ │ ├── main.cpp
│ │ │ └── Makefile
│ │ ├── ndb_configure.m4
│ │ ├── plug.in
│ │ ├── src
│ │ │ ├── common
│ │ │ │ ├── debugger
│ │ │ │ │ ├── BlockNames.cpp
│ │ │ │ │ ├── DebuggerNames.cpp
│ │ │ │ │ ├── EventLogger.cpp
│ │ │ │ │ ├── GrepError.cpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── signaldata
│ │ │ │ │ │ ├── AccLock.cpp
│ │ │ │ │ │ ├── AlterIndx.cpp
│ │ │ │ │ │ ├── AlterTab.cpp
│ │ │ │ │ │ ├── AlterTable.cpp
│ │ │ │ │ │ ├── AlterTrig.cpp
│ │ │ │ │ │ ├── BackupImpl.cpp
│ │ │ │ │ │ ├── BackupSignalData.cpp
│ │ │ │ │ │ ├── CloseComReqConf.cpp
│ │ │ │ │ │ ├── CntrStart.cpp
│ │ │ │ │ │ ├── ContinueB.cpp
│ │ │ │ │ │ ├── CopyGCI.cpp
│ │ │ │ │ │ ├── CreateEvnt.cpp
│ │ │ │ │ │ ├── CreateFragmentation.cpp
│ │ │ │ │ │ ├── CreateIndx.cpp
│ │ │ │ │ │ ├── CreateTrig.cpp
│ │ │ │ │ │ ├── DictTabInfo.cpp
│ │ │ │ │ │ ├── DihContinueB.cpp
│ │ │ │ │ │ ├── DihSwitchReplicaReq.cpp
│ │ │ │ │ │ ├── DisconnectRep.cpp
│ │ │ │ │ │ ├── DropIndx.cpp
│ │ │ │ │ │ ├── DropTab.cpp
│ │ │ │ │ │ ├── DropTrig.cpp
│ │ │ │ │ │ ├── FailRep.cpp
│ │ │ │ │ │ ├── FireTrigOrd.cpp
│ │ │ │ │ │ ├── FsAppendReq.cpp
│ │ │ │ │ │ ├── FsCloseReq.cpp
│ │ │ │ │ │ ├── FsConf.cpp
│ │ │ │ │ │ ├── FsOpenReq.cpp
│ │ │ │ │ │ ├── FsReadWriteReq.cpp
│ │ │ │ │ │ ├── FsRef.cpp
│ │ │ │ │ │ ├── GCPSave.cpp
│ │ │ │ │ │ ├── IndxAttrInfo.cpp
│ │ │ │ │ │ ├── IndxKeyInfo.cpp
│ │ │ │ │ │ ├── LCP.cpp
│ │ │ │ │ │ ├── LqhFrag.cpp
│ │ │ │ │ │ ├── LqhKey.cpp
│ │ │ │ │ │ ├── LqhTrans.cpp
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── MasterLCP.cpp
│ │ │ │ │ │ ├── NdbfsContinueB.cpp
│ │ │ │ │ │ ├── NdbSttor.cpp
│ │ │ │ │ │ ├── NFCompleteRep.cpp
│ │ │ │ │ │ ├── PackedSignal.cpp
│ │ │ │ │ │ ├── PrepDropTab.cpp
│ │ │ │ │ │ ├── PrepFailReqRef.cpp
│ │ │ │ │ │ ├── print.awk
│ │ │ │ │ │ ├── ReadNodesConf.cpp
│ │ │ │ │ │ ├── ScanFrag.cpp
│ │ │ │ │ │ ├── ScanTab.cpp
│ │ │ │ │ │ ├── SignalDataPrint.cpp
│ │ │ │ │ │ ├── SignalDroppedRep.cpp
│ │ │ │ │ │ ├── SignalNames.cpp
│ │ │ │ │ │ ├── StartRec.cpp
│ │ │ │ │ │ ├── SumaImpl.cpp
│ │ │ │ │ │ ├── SystemError.cpp
│ │ │ │ │ │ ├── TcIndx.cpp
│ │ │ │ │ │ ├── TcKeyConf.cpp
│ │ │ │ │ │ ├── TcKeyRef.cpp
│ │ │ │ │ │ ├── TcKeyReq.cpp
│ │ │ │ │ │ ├── TcRollbackRep.cpp
│ │ │ │ │ │ ├── TrigAttrInfo.cpp
│ │ │ │ │ │ ├── TupCommit.cpp
│ │ │ │ │ │ ├── TupKey.cpp
│ │ │ │ │ │ ├── TuxMaint.cpp
│ │ │ │ │ │ ├── UtilDelete.cpp
│ │ │ │ │ │ ├── UtilExecute.cpp
│ │ │ │ │ │ ├── UtilLock.cpp
│ │ │ │ │ │ ├── UtilPrepare.cpp
│ │ │ │ │ │ └── UtilSequence.cpp
│ │ │ │ │ └── SignalLoggerManager.cpp
│ │ │ │ ├── logger
│ │ │ │ │ ├── ConsoleLogHandler.cpp
│ │ │ │ │ ├── FileLogHandler.cpp
│ │ │ │ │ ├── listtest
│ │ │ │ │ │ ├── LogHandlerListUnitTest.cpp
│ │ │ │ │ │ ├── LogHandlerListUnitTest.hpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── Logger.cpp
│ │ │ │ │ ├── loggertest
│ │ │ │ │ │ ├── LoggerUnitTest.cpp
│ │ │ │ │ │ ├── LoggerUnitTest.hpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── LogHandler.cpp
│ │ │ │ │ ├── LogHandlerList.cpp
│ │ │ │ │ ├── LogHandlerList.hpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── SysLogHandler.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mgmcommon
│ │ │ │ │ ├── ConfigRetriever.cpp
│ │ │ │ │ ├── IPCConfig.cpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── printConfig
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── printConfig.cpp
│ │ │ │ ├── portlib
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── memtest.c
│ │ │ │ │ ├── mmstest.cpp
│ │ │ │ │ ├── munmaptest.cpp
│ │ │ │ │ ├── NdbCondition.c
│ │ │ │ │ ├── NdbConfig.c
│ │ │ │ │ ├── NdbDaemon.c
│ │ │ │ │ ├── NdbEnv.c
│ │ │ │ │ ├── NdbHost.c
│ │ │ │ │ ├── NdbMem.c
│ │ │ │ │ ├── NdbMutex.c
│ │ │ │ │ ├── NdbPortLibTest.cpp
│ │ │ │ │ ├── NdbSleep.c
│ │ │ │ │ ├── NdbTCP.cpp
│ │ │ │ │ ├── NdbThread.c
│ │ │ │ │ ├── NdbTick.c
│ │ │ │ │ └── win32
│ │ │ │ │ ├── NdbCondition.c
│ │ │ │ │ ├── NdbDaemon.c
│ │ │ │ │ ├── NdbEnv.c
│ │ │ │ │ ├── NdbHost.c
│ │ │ │ │ ├── NdbMem.c
│ │ │ │ │ ├── NdbMutex.c
│ │ │ │ │ ├── NdbSleep.c
│ │ │ │ │ ├── NdbTCP.c
│ │ │ │ │ ├── NdbThread.c
│ │ │ │ │ └── NdbTick.c
│ │ │ │ ├── transporter
│ │ │ │ │ ├── basictest
│ │ │ │ │ │ ├── basicTransporterTest.cpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── buddy.cpp
│ │ │ │ │ ├── buddy.hpp
│ │ │ │ │ ├── failoverSCI
│ │ │ │ │ │ ├── failoverSCI.cpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Packer.cpp
│ │ │ │ │ ├── Packer.hpp
│ │ │ │ │ ├── perftest
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ └── perfTransporterTest.cpp
│ │ │ │ │ ├── priotest
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ ├── prioSCI
│ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ └── prioSCI.cpp
│ │ │ │ │ │ ├── prioSHM
│ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ └── prioSHM.cpp
│ │ │ │ │ │ ├── prioTCP
│ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ └── prioTCP.cpp
│ │ │ │ │ │ ├── prioTransporterTest.cpp
│ │ │ │ │ │ └── prioTransporterTest.hpp
│ │ │ │ │ ├── SCI_Transporter.cpp
│ │ │ │ │ ├── SCI_Transporter.hpp
│ │ │ │ │ ├── SendBuffer.cpp
│ │ │ │ │ ├── SendBuffer.hpp
│ │ │ │ │ ├── SHM_Buffer.hpp
│ │ │ │ │ ├── SHM_Transporter.cpp
│ │ │ │ │ ├── SHM_Transporter.hpp
│ │ │ │ │ ├── SHM_Transporter.unix.cpp
│ │ │ │ │ ├── SHM_Transporter.win32.cpp
│ │ │ │ │ ├── TCP_Transporter.cpp
│ │ │ │ │ ├── TCP_Transporter.hpp
│ │ │ │ │ ├── Transporter.cpp
│ │ │ │ │ ├── Transporter.hpp
│ │ │ │ │ ├── TransporterInternalDefinitions.hpp
│ │ │ │ │ └── TransporterRegistry.cpp
│ │ │ │ └── util
│ │ │ │ ├── BaseString.cpp
│ │ │ │ ├── basestring_vsnprintf.c
│ │ │ │ ├── Bitmask.cpp
│ │ │ │ ├── ConfigValues.cpp
│ │ │ │ ├── File.cpp
│ │ │ │ ├── filetest
│ │ │ │ │ ├── FileUnitTest.cpp
│ │ │ │ │ ├── FileUnitTest.hpp
│ │ │ │ │ └── Makefile
│ │ │ │ ├── getarg.cat3
│ │ │ │ ├── InputStream.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── md5_hash.cpp
│ │ │ │ ├── ndb_init.c
│ │ │ │ ├── NdbOut.cpp
│ │ │ │ ├── ndb_rand.c
│ │ │ │ ├── NdbSqlUtil.cpp
│ │ │ │ ├── new.cpp
│ │ │ │ ├── OutputStream.cpp
│ │ │ │ ├── Parser.cpp
│ │ │ │ ├── Properties.cpp
│ │ │ │ ├── random.c
│ │ │ │ ├── SimpleProperties.cpp
│ │ │ │ ├── SocketAuthenticator.cpp
│ │ │ │ ├── SocketClient.cpp
│ │ │ │ ├── socket_io.cpp
│ │ │ │ ├── SocketServer.cpp
│ │ │ │ ├── strdup.c
│ │ │ │ ├── testConfigValues
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── testConfigValues.cpp
│ │ │ │ ├── testProperties
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── testProperties.cpp
│ │ │ │ ├── testSimpleProperties
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── sp_test.cpp
│ │ │ │ ├── uucode.c
│ │ │ │ └── version.c
│ │ │ ├── cw
│ │ │ │ ├── cpcc-win32
│ │ │ │ │ ├── C++
│ │ │ │ │ │ ├── bmp00001.bmp
│ │ │ │ │ │ ├── Closed.ICO
│ │ │ │ │ │ ├── CPC_GUI.cpp
│ │ │ │ │ │ ├── CPC_GUI.dsp
│ │ │ │ │ │ ├── CPC_GUI.dsw
│ │ │ │ │ │ ├── CPC_GUI.h
│ │ │ │ │ │ ├── CPC_GUI.ico
│ │ │ │ │ │ ├── CPC_GUI.rc
│ │ │ │ │ │ ├── CPC_GUI.sln
│ │ │ │ │ │ ├── CPC_GUI.suo
│ │ │ │ │ │ ├── CPC_GUI.vcproj
│ │ │ │ │ │ ├── NdbControls.cpp
│ │ │ │ │ │ ├── Open.ICO
│ │ │ │ │ │ ├── resource.h
│ │ │ │ │ │ ├── small.ico
│ │ │ │ │ │ ├── StdAfx.cpp
│ │ │ │ │ │ ├── StdAfx.h
│ │ │ │ │ │ ├── toolbar.bmp
│ │ │ │ │ │ ├── TreeView.cpp
│ │ │ │ │ │ └── TreeView.h
│ │ │ │ │ └── csharp
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── ComputerAddDialog.cs
│ │ │ │ │ ├── Computer.cs
│ │ │ │ │ ├── ComputerRemoveDialog.cs
│ │ │ │ │ ├── CPC_Form.cs
│ │ │ │ │ ├── Database.cs
│ │ │ │ │ ├── DATABASE.ICO
│ │ │ │ │ ├── fileaccess
│ │ │ │ │ │ └── FileMgmt.cs
│ │ │ │ │ ├── NDB_CPC.csproj
│ │ │ │ │ ├── NDB_CPC.csproj.user
│ │ │ │ │ ├── NDB_CPC.ncb
│ │ │ │ │ ├── NDB_CPC.sln
│ │ │ │ │ ├── PanelWizard.cs
│ │ │ │ │ ├── Process.cs
│ │ │ │ │ ├── ProcessDefineDialog.cs
│ │ │ │ │ ├── simpleparser
│ │ │ │ │ │ └── SimpleCPCParser.cs
│ │ │ │ │ ├── socketcomm
│ │ │ │ │ │ ├── myTcpClient.cs
│ │ │ │ │ │ └── SocketComm.cs
│ │ │ │ │ ├── startDatabaseDlg.cs
│ │ │ │ │ └── telnetclient
│ │ │ │ │ └── telnetClient.cs
│ │ │ │ ├── cpcd
│ │ │ │ │ ├── APIService.cpp
│ │ │ │ │ ├── APIService.hpp
│ │ │ │ │ ├── common.cpp
│ │ │ │ │ ├── common.hpp
│ │ │ │ │ ├── CPCD.cpp
│ │ │ │ │ ├── CPCD.hpp
│ │ │ │ │ ├── main.cpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Monitor.cpp
│ │ │ │ │ └── Process.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── test
│ │ │ │ │ └── socketclient
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── socketClientTest.cpp
│ │ │ │ └── util
│ │ │ │ ├── ClientInterface.cpp
│ │ │ │ ├── ClientInterface.hpp
│ │ │ │ ├── Makefile
│ │ │ │ ├── SocketRegistry.cpp
│ │ │ │ ├── SocketRegistry.hpp
│ │ │ │ ├── SocketService.cpp
│ │ │ │ └── SocketService.hpp
│ │ │ ├── external
│ │ │ │ └── WIN32.x86
│ │ │ │ └── sci
│ │ │ │ └── lib
│ │ │ │ ├── scilib.lib
│ │ │ │ ├── scilib_md.lib
│ │ │ │ ├── scilib_mt.lib
│ │ │ │ ├── sisci_api.lib
│ │ │ │ ├── sisci_api_md.lib
│ │ │ │ ├── sisci_api_mt.lib
│ │ │ │ └── SISCI_LIBRARY_WIN32.TXT
│ │ │ ├── kernel
│ │ │ │ ├── blocks
│ │ │ │ │ ├── backup
│ │ │ │ │ │ ├── Backup.cpp
│ │ │ │ │ │ ├── BackupFormat.hpp
│ │ │ │ │ │ ├── Backup.hpp
│ │ │ │ │ │ ├── BackupInit.cpp
│ │ │ │ │ │ ├── Backup.txt
│ │ │ │ │ │ ├── FsBuffer.hpp
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── read.cpp
│ │ │ │ │ ├── cmvmi
│ │ │ │ │ │ ├── Cmvmi.cpp
│ │ │ │ │ │ └── Cmvmi.hpp
│ │ │ │ │ ├── dbacc
│ │ │ │ │ │ ├── Dbacc.hpp
│ │ │ │ │ │ ├── DbaccInit.cpp
│ │ │ │ │ │ └── DbaccMain.cpp
│ │ │ │ │ ├── dbdict
│ │ │ │ │ │ ├── CreateIndex.txt
│ │ │ │ │ │ ├── CreateTable.new.txt
│ │ │ │ │ │ ├── CreateTable.txt
│ │ │ │ │ │ ├── Dbdict.cpp
│ │ │ │ │ │ ├── Dbdict.hpp
│ │ │ │ │ │ ├── Dbdict.txt
│ │ │ │ │ │ ├── DictLock.txt
│ │ │ │ │ │ ├── DropTable.txt
│ │ │ │ │ │ ├── Event.txt
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── Master_AddTable.sfl
│ │ │ │ │ │ ├── printSchemaFile.cpp
│ │ │ │ │ │ ├── SchemaFile.hpp
│ │ │ │ │ │ └── Slave_AddTable.sfl
│ │ │ │ │ ├── dbdih
│ │ │ │ │ │ ├── Dbdih.hpp
│ │ │ │ │ │ ├── DbdihInit.cpp
│ │ │ │ │ │ ├── DbdihMain.cpp
│ │ │ │ │ │ ├── LCP.txt
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── printSysfile
│ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ └── printSysfile.cpp
│ │ │ │ │ │ ├── printSysfile.cpp
│ │ │ │ │ │ └── Sysfile.hpp
│ │ │ │ │ ├── dblqh
│ │ │ │ │ │ ├── Dblqh.hpp
│ │ │ │ │ │ ├── DblqhInit.cpp
│ │ │ │ │ │ ├── DblqhMain.cpp
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── redoLogReader
│ │ │ │ │ │ ├── reader.cpp
│ │ │ │ │ │ ├── records.cpp
│ │ │ │ │ │ └── records.hpp
│ │ │ │ │ ├── dbtc
│ │ │ │ │ │ ├── Dbtc.hpp
│ │ │ │ │ │ ├── DbtcInit.cpp
│ │ │ │ │ │ └── DbtcMain.cpp
│ │ │ │ │ ├── dbtup
│ │ │ │ │ │ ├── AttributeOffset.hpp
│ │ │ │ │ │ ├── DbtupAbort.cpp
│ │ │ │ │ │ ├── DbtupBuffer.cpp
│ │ │ │ │ │ ├── DbtupCommit.cpp
│ │ │ │ │ │ ├── DbtupDebug.cpp
│ │ │ │ │ │ ├── DbtupDiskAlloc.cpp
│ │ │ │ │ │ ├── DbtupExecQuery.cpp
│ │ │ │ │ │ ├── DbtupFixAlloc.cpp
│ │ │ │ │ │ ├── DbtupGen.cpp
│ │ │ │ │ │ ├── Dbtup.hpp
│ │ │ │ │ │ ├── DbtupIndex.cpp
│ │ │ │ │ │ ├── DbtupMeta.cpp
│ │ │ │ │ │ ├── DbtupPageMap.cpp
│ │ │ │ │ │ ├── DbtupPagMan.cpp
│ │ │ │ │ │ ├── DbtupRoutines.cpp
│ │ │ │ │ │ ├── DbtupScan.cpp
│ │ │ │ │ │ ├── DbtupStoredProcDef.cpp
│ │ │ │ │ │ ├── DbtupTabDesMan.cpp
│ │ │ │ │ │ ├── DbtupTrigger.cpp
│ │ │ │ │ │ ├── DbtupVarAlloc.cpp
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── Notes.txt
│ │ │ │ │ │ ├── test_varpage.cpp
│ │ │ │ │ │ ├── tuppage.cpp
│ │ │ │ │ │ ├── tuppage.hpp
│ │ │ │ │ │ ├── Undo_buffer.cpp
│ │ │ │ │ │ └── Undo_buffer.hpp
│ │ │ │ │ ├── dbtux
│ │ │ │ │ │ ├── DbtuxCmp.cpp
│ │ │ │ │ │ ├── DbtuxDebug.cpp
│ │ │ │ │ │ ├── DbtuxGen.cpp
│ │ │ │ │ │ ├── Dbtux.hpp
│ │ │ │ │ │ ├── DbtuxMaint.cpp
│ │ │ │ │ │ ├── DbtuxMeta.cpp
│ │ │ │ │ │ ├── DbtuxNode.cpp
│ │ │ │ │ │ ├── DbtuxScan.cpp
│ │ │ │ │ │ ├── DbtuxSearch.cpp
│ │ │ │ │ │ ├── DbtuxStat.cpp
│ │ │ │ │ │ ├── DbtuxTree.cpp
│ │ │ │ │ │ ├── Times.txt
│ │ │ │ │ │ └── tuxstatus.html
│ │ │ │ │ ├── dbutil
│ │ │ │ │ │ ├── DbUtil.cpp
│ │ │ │ │ │ ├── DbUtil.hpp
│ │ │ │ │ │ └── DbUtil.txt
│ │ │ │ │ ├── diskpage.cpp
│ │ │ │ │ ├── diskpage.hpp
│ │ │ │ │ ├── ERROR_codes.txt
│ │ │ │ │ ├── lgman.cpp
│ │ │ │ │ ├── lgman.hpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── mutexes.hpp
│ │ │ │ │ ├── ndbcntr
│ │ │ │ │ │ ├── Ndbcntr.hpp
│ │ │ │ │ │ ├── NdbcntrInit.cpp
│ │ │ │ │ │ ├── NdbcntrMain.cpp
│ │ │ │ │ │ └── NdbcntrSysTable.cpp
│ │ │ │ │ ├── ndbfs
│ │ │ │ │ │ ├── AsyncFile.cpp
│ │ │ │ │ │ ├── AsyncFile.hpp
│ │ │ │ │ │ ├── AsyncFileTest
│ │ │ │ │ │ │ ├── AsyncFileTest.cpp
│ │ │ │ │ │ │ └── Makefile
│ │ │ │ │ │ ├── CircularIndex.cpp
│ │ │ │ │ │ ├── CircularIndex.hpp
│ │ │ │ │ │ ├── Filename.cpp
│ │ │ │ │ │ ├── Filename.hpp
│ │ │ │ │ │ ├── MemoryChannel.cpp
│ │ │ │ │ │ ├── MemoryChannel.hpp
│ │ │ │ │ │ ├── MemoryChannelTest
│ │ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ │ └── MemoryChannelTest.cpp
│ │ │ │ │ │ ├── Ndbfs.cpp
│ │ │ │ │ │ ├── Ndbfs.hpp
│ │ │ │ │ │ ├── OpenFiles.hpp
│ │ │ │ │ │ ├── Pool.hpp
│ │ │ │ │ │ └── VoidFs.cpp
│ │ │ │ │ ├── new-block.tar.gz
│ │ │ │ │ ├── NodeRestart.new.txt
│ │ │ │ │ ├── NodeRestart.txt
│ │ │ │ │ ├── OptNR.txt
│ │ │ │ │ ├── pgman.cpp
│ │ │ │ │ ├── pgman.hpp
│ │ │ │ │ ├── print_file.cpp
│ │ │ │ │ ├── qmgr
│ │ │ │ │ │ ├── Qmgr.hpp
│ │ │ │ │ │ ├── QmgrInit.cpp
│ │ │ │ │ │ ├── QmgrMain.cpp
│ │ │ │ │ │ └── timer.hpp
│ │ │ │ │ ├── record_types.hpp
│ │ │ │ │ ├── restore.cpp
│ │ │ │ │ ├── restore.hpp
│ │ │ │ │ ├── Start.txt
│ │ │ │ │ ├── suma
│ │ │ │ │ │ ├── Suma.cpp
│ │ │ │ │ │ ├── Suma.hpp
│ │ │ │ │ │ ├── SumaInit.cpp
│ │ │ │ │ │ └── Suma.txt
│ │ │ │ │ ├── SystemRestart.new.txt
│ │ │ │ │ ├── SystemRestart.txt
│ │ │ │ │ ├── trix
│ │ │ │ │ │ ├── Trix.cpp
│ │ │ │ │ │ └── Trix.hpp
│ │ │ │ │ ├── tsman.cpp
│ │ │ │ │ └── tsman.hpp
│ │ │ │ ├── error
│ │ │ │ │ ├── ErrorHandlingMacros.hpp
│ │ │ │ │ ├── ErrorReporter.cpp
│ │ │ │ │ ├── ErrorReporter.hpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── ndbd_exit_codes.c
│ │ │ │ │ ├── TimeModule.cpp
│ │ │ │ │ └── TimeModule.hpp
│ │ │ │ ├── main.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── SimBlockList.cpp
│ │ │ │ └── vm
│ │ │ │ ├── al_test
│ │ │ │ │ ├── arrayListTest.cpp
│ │ │ │ │ ├── arrayPoolTest.cpp
│ │ │ │ │ ├── main.cpp
│ │ │ │ │ └── Makefile
│ │ │ │ ├── Array.hpp
│ │ │ │ ├── ArrayPool.hpp
│ │ │ │ ├── bench_pool.cpp
│ │ │ │ ├── Callback.hpp
│ │ │ │ ├── CArray.hpp
│ │ │ │ ├── ClusterConfiguration.cpp
│ │ │ │ ├── ClusterConfiguration.hpp
│ │ │ │ ├── Configuration.cpp
│ │ │ │ ├── Configuration.hpp
│ │ │ │ ├── DataBuffer.hpp
│ │ │ │ ├── DLCFifoList.hpp
│ │ │ │ ├── DLCHashTable.hpp
│ │ │ │ ├── DLFifoList.hpp
│ │ │ │ ├── DLHashTable2.hpp
│ │ │ │ ├── DLHashTable.hpp
│ │ │ │ ├── DLList.hpp
│ │ │ │ ├── DynArr256.cpp
│ │ │ │ ├── DynArr256.hpp
│ │ │ │ ├── Emulator.cpp
│ │ │ │ ├── Emulator.hpp
│ │ │ │ ├── FastScheduler.cpp
│ │ │ │ ├── FastScheduler.hpp
│ │ │ │ ├── GlobalData.hpp
│ │ │ │ ├── KeyDescriptor.hpp
│ │ │ │ ├── KeyTable2.hpp
│ │ │ │ ├── KeyTable2Ref.hpp
│ │ │ │ ├── KeyTable.hpp
│ │ │ │ ├── LinearPool.hpp
│ │ │ │ ├── LongSignal.hpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mem.txt
│ │ │ │ ├── Mutex.cpp
│ │ │ │ ├── Mutex.hpp
│ │ │ │ ├── ndbd_malloc.cpp
│ │ │ │ ├── ndbd_malloc.hpp
│ │ │ │ ├── ndbd_malloc_impl.cpp
│ │ │ │ ├── ndbd_malloc_impl.hpp
│ │ │ │ ├── NdbdSuperPool.cpp
│ │ │ │ ├── NdbdSuperPool.hpp
│ │ │ │ ├── pc.hpp
│ │ │ │ ├── Pool.cpp
│ │ │ │ ├── Pool.hpp
│ │ │ │ ├── Prio.hpp
│ │ │ │ ├── RequestTracker.hpp
│ │ │ │ ├── Rope.cpp
│ │ │ │ ├── Rope.hpp
│ │ │ │ ├── RWPool.cpp
│ │ │ │ ├── RWPool.hpp
│ │ │ │ ├── SafeCounter.cpp
│ │ │ │ ├── SafeCounter.hpp
│ │ │ │ ├── SectionReader.cpp
│ │ │ │ ├── SectionReader.hpp
│ │ │ │ ├── SignalCounter.hpp
│ │ │ │ ├── SimBlockList.hpp
│ │ │ │ ├── SimplePropertiesSection.cpp
│ │ │ │ ├── SimulatedBlock.cpp
│ │ │ │ ├── SimulatedBlock.hpp
│ │ │ │ ├── SLFifoList.hpp
│ │ │ │ ├── SLList.hpp
│ │ │ │ ├── SuperPool.cpp
│ │ │ │ ├── SuperPool.hpp
│ │ │ │ ├── testCopy
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── rr.cpp
│ │ │ │ │ └── testCopy.cpp
│ │ │ │ ├── testDataBuffer
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── testDataBuffer.cpp
│ │ │ │ ├── testLongSig
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── testLongSig.cpp
│ │ │ │ ├── testSimplePropertiesSection
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── test.cpp
│ │ │ │ ├── testSuperPool.cpp
│ │ │ │ ├── ThreadConfig.cpp
│ │ │ │ ├── ThreadConfig.hpp
│ │ │ │ ├── TimeQueue.cpp
│ │ │ │ ├── TimeQueue.hpp
│ │ │ │ ├── TransporterCallback.cpp
│ │ │ │ ├── VMSignal.cpp
│ │ │ │ ├── VMSignal.hpp
│ │ │ │ ├── WaitQueue.hpp
│ │ │ │ ├── WatchDog.cpp
│ │ │ │ ├── WatchDog.hpp
│ │ │ │ ├── WOPool.cpp
│ │ │ │ └── WOPool.hpp
│ │ │ ├── libndb.ver.in
│ │ │ ├── Makefile.am
│ │ │ ├── mgmapi
│ │ │ │ ├── LocalConfig.cpp
│ │ │ │ ├── LocalConfig.hpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mgmapi_configuration.cpp
│ │ │ │ ├── mgmapi_configuration.hpp
│ │ │ │ ├── mgmapi.cpp
│ │ │ │ ├── mgmapi_internal.h
│ │ │ │ ├── ndb_logevent.cpp
│ │ │ │ ├── ndb_logevent.hpp
│ │ │ │ └── test
│ │ │ │ ├── keso.c
│ │ │ │ ├── Makefile
│ │ │ │ └── mgmSrvApi.cpp
│ │ │ ├── mgmclient
│ │ │ │ ├── CommandInterpreter.cpp
│ │ │ │ ├── main.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── ndb_mgmclient.h
│ │ │ │ ├── ndb_mgmclient.hpp
│ │ │ │ └── test_cpcd
│ │ │ │ ├── Makefile
│ │ │ │ └── test_cpcd.cpp
│ │ │ ├── mgmsrv
│ │ │ │ ├── Config.cpp
│ │ │ │ ├── Config.hpp
│ │ │ │ ├── ConfigInfo.cpp
│ │ │ │ ├── ConfigInfo.hpp
│ │ │ │ ├── convertStrToInt.cpp
│ │ │ │ ├── convertStrToInt.hpp
│ │ │ │ ├── ERROR_codes.txt
│ │ │ │ ├── InitConfigFileParser.cpp
│ │ │ │ ├── InitConfigFileParser.hpp
│ │ │ │ ├── main.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── MgmtSrvrConfig.cpp
│ │ │ │ ├── MgmtSrvr.cpp
│ │ │ │ ├── MgmtSrvrGeneralSignalHandling.cpp
│ │ │ │ ├── MgmtSrvr.hpp
│ │ │ │ ├── mkconfig
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── mkconfig.cpp
│ │ │ │ ├── ndb_mgmd_error.h
│ │ │ │ ├── Services.cpp
│ │ │ │ ├── Services.hpp
│ │ │ │ ├── SignalQueue.cpp
│ │ │ │ └── SignalQueue.hpp
│ │ │ └── ndbapi
│ │ │ ├── API.hpp
│ │ │ ├── ClusterMgr.cpp
│ │ │ ├── ClusterMgr.hpp
│ │ │ ├── DictCache.cpp
│ │ │ ├── DictCache.hpp
│ │ │ ├── Makefile.am
│ │ │ ├── NdbApiSignal.cpp
│ │ │ ├── NdbApiSignal.hpp
│ │ │ ├── NdbBlob.cpp
│ │ │ ├── NdbBlobImpl.hpp
│ │ │ ├── ndb_cluster_connection.cpp
│ │ │ ├── ndb_cluster_connection_impl.hpp
│ │ │ ├── Ndb.cpp
│ │ │ ├── NdbDictionary.cpp
│ │ │ ├── NdbDictionaryImpl.cpp
│ │ │ ├── NdbDictionaryImpl.hpp
│ │ │ ├── Ndberr.cpp
│ │ │ ├── ndberror.c
│ │ │ ├── ndberror_check.c
│ │ │ ├── NdbErrorOut.cpp
│ │ │ ├── NdbEventOperation.cpp
│ │ │ ├── NdbEventOperationImpl.cpp
│ │ │ ├── NdbEventOperationImpl.hpp
│ │ │ ├── Ndbif.cpp
│ │ │ ├── NdbImpl.hpp
│ │ │ ├── NdbIndexOperation.cpp
│ │ │ ├── NdbIndexStat.cpp
│ │ │ ├── Ndbinit.cpp
│ │ │ ├── ndb_internal.hpp
│ │ │ ├── NdbLinHash.hpp
│ │ │ ├── Ndblist.cpp
│ │ │ ├── NdbOperation.cpp
│ │ │ ├── NdbOperationDefine.cpp
│ │ │ ├── NdbOperationExec.cpp
│ │ │ ├── NdbOperationInt.cpp
│ │ │ ├── NdbOperationScan.cpp
│ │ │ ├── NdbOperationSearch.cpp
│ │ │ ├── NdbPool.cpp
│ │ │ ├── NdbPoolImpl.cpp
│ │ │ ├── NdbPoolImpl.hpp
│ │ │ ├── NdbRecAttr.cpp
│ │ │ ├── NdbReceiver.cpp
│ │ │ ├── NdbScanFilter.cpp
│ │ │ ├── NdbScanOperation.cpp
│ │ │ ├── NdbTransaction.cpp
│ │ │ ├── NdbTransactionScan.cpp
│ │ │ ├── NdbUtil.cpp
│ │ │ ├── NdbUtil.hpp
│ │ │ ├── NdbWaiter.hpp
│ │ │ ├── ObjectMap.cpp
│ │ │ ├── ObjectMap.hpp
│ │ │ ├── ScanOperation.txt
│ │ │ ├── signal-sender
│ │ │ │ ├── Makefile
│ │ │ │ ├── SignalSender.cpp
│ │ │ │ └── SignalSender.hpp
│ │ │ ├── SignalSender.cpp
│ │ │ ├── SignalSender.hpp
│ │ │ ├── TransporterFacade.cpp
│ │ │ └── TransporterFacade.hpp
│ │ ├── test
│ │ │ ├── include
│ │ │ │ ├── AtrtClient.hpp
│ │ │ │ ├── CpcClient.hpp
│ │ │ │ ├── DbUtil.hpp
│ │ │ │ ├── getarg.h
│ │ │ │ ├── HugoAsynchTransactions.hpp
│ │ │ │ ├── HugoCalculator.hpp
│ │ │ │ ├── HugoOperations.hpp
│ │ │ │ ├── HugoTransactions.hpp
│ │ │ │ ├── NdbBackup.hpp
│ │ │ │ ├── NdbConfig.hpp
│ │ │ │ ├── NdbGrep.hpp
│ │ │ │ ├── NdbMixRestarter.hpp
│ │ │ │ ├── NdbRestarter.hpp
│ │ │ │ ├── NdbRestarts.hpp
│ │ │ │ ├── NdbSchemaCon.hpp
│ │ │ │ ├── NdbSchemaOp.hpp
│ │ │ │ ├── NDBT_DataSet.hpp
│ │ │ │ ├── NDBT_DataSetTransaction.hpp
│ │ │ │ ├── NDBT_Error.hpp
│ │ │ │ ├── NdbTest.hpp
│ │ │ │ ├── NDBT.hpp
│ │ │ │ ├── NdbTimer.hpp
│ │ │ │ ├── NDBT_Output.hpp
│ │ │ │ ├── NDBT_ResultRow.hpp
│ │ │ │ ├── NDBT_ReturnCodes.h
│ │ │ │ ├── NDBT_Stats.hpp
│ │ │ │ ├── NDBT_Table.hpp
│ │ │ │ ├── NDBT_Tables.hpp
│ │ │ │ ├── NDBT_Test.hpp
│ │ │ │ ├── NDBT_Thread.hpp
│ │ │ │ ├── TestNdbEventOperation.hpp
│ │ │ │ └── UtilTransactions.hpp
│ │ │ ├── Makefile.am
│ │ │ ├── ndbapi
│ │ │ │ ├── acid2.cpp
│ │ │ │ ├── acid.cpp
│ │ │ │ ├── acrt
│ │ │ │ │ └── NdbRepStress.cpp
│ │ │ │ ├── adoInsertRecs.cpp
│ │ │ │ ├── asyncGenerator.cpp
│ │ │ │ ├── bank
│ │ │ │ │ ├── Bank.cpp
│ │ │ │ │ ├── bankCreator.cpp
│ │ │ │ │ ├── Bank.hpp
│ │ │ │ │ ├── BankLoad.cpp
│ │ │ │ │ ├── bankMakeGL.cpp
│ │ │ │ │ ├── bankSumAccounts.cpp
│ │ │ │ │ ├── bankTimer.cpp
│ │ │ │ │ ├── bankTransactionMaker.cpp
│ │ │ │ │ ├── bankValidateAllGLs.cpp
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── testBank.cpp
│ │ │ │ ├── bench
│ │ │ │ │ ├── asyncGenerator.cpp
│ │ │ │ │ ├── dbGenerator.h
│ │ │ │ │ ├── dbPopulate.cpp
│ │ │ │ │ ├── dbPopulate.h
│ │ │ │ │ ├── macros.h
│ │ │ │ │ ├── mainAsyncGenerator.cpp
│ │ │ │ │ ├── mainPopulate.cpp
│ │ │ │ │ ├── ndb_async1.cpp
│ │ │ │ │ ├── ndb_async2.cpp
│ │ │ │ │ ├── ndb_error.hpp
│ │ │ │ │ ├── ndb_schema.hpp
│ │ │ │ │ ├── ndb_user_transaction2.cpp
│ │ │ │ │ ├── ndb_user_transaction3.cpp
│ │ │ │ │ ├── ndb_user_transaction4.cpp
│ │ │ │ │ ├── ndb_user_transaction5.cpp
│ │ │ │ │ ├── ndb_user_transaction6.cpp
│ │ │ │ │ ├── ndb_user_transaction.cpp
│ │ │ │ │ ├── testData.h
│ │ │ │ │ ├── testDefinitions.h
│ │ │ │ │ ├── userInterface.cpp
│ │ │ │ │ └── userInterface.h
│ │ │ │ ├── benchronja.cpp
│ │ │ │ ├── bulk_copy.cpp
│ │ │ │ ├── cdrserver.cpp
│ │ │ │ ├── celloDb.cpp
│ │ │ │ ├── create_all_tabs.cpp
│ │ │ │ ├── create_tab.cpp
│ │ │ │ ├── drop_all_tabs.cpp
│ │ │ │ ├── flexAsynch.cpp
│ │ │ │ ├── flexBench.cpp
│ │ │ │ ├── flex_bench_mysql.cpp
│ │ │ │ ├── flexHammer.cpp
│ │ │ │ ├── flexScan.cpp
│ │ │ │ ├── flexTimedAsynch.cpp
│ │ │ │ ├── flexTT.cpp
│ │ │ │ ├── index2.cpp
│ │ │ │ ├── index.cpp
│ │ │ │ ├── initronja.cpp
│ │ │ │ ├── InsertRecs.cpp
│ │ │ │ ├── interpreterInTup.cpp
│ │ │ │ ├── mainAsyncGenerator.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── msa.cpp
│ │ │ │ ├── ndb_async1.cpp
│ │ │ │ ├── ndb_async2.cpp
│ │ │ │ ├── ndb_user_populate.cpp
│ │ │ │ ├── ndb_user_transaction2.cpp
│ │ │ │ ├── ndb_user_transaction3.cpp
│ │ │ │ ├── ndb_user_transaction4.cpp
│ │ │ │ ├── ndb_user_transaction5.cpp
│ │ │ │ ├── ndb_user_transaction6.cpp
│ │ │ │ ├── ndb_user_transaction.cpp
│ │ │ │ ├── restarter2.cpp
│ │ │ │ ├── restarter.cpp
│ │ │ │ ├── restarts.cpp
│ │ │ │ ├── ScanFilter.hpp
│ │ │ │ ├── ScanFunctions.hpp
│ │ │ │ ├── ScanInterpretTest.hpp
│ │ │ │ ├── size.cpp
│ │ │ │ ├── slow_select.cpp
│ │ │ │ ├── testBackup.cpp
│ │ │ │ ├── testBasicAsynch.cpp
│ │ │ │ ├── testBasic.cpp
│ │ │ │ ├── testBitfield.cpp
│ │ │ │ ├── testBlobs.cpp
│ │ │ │ ├── testDataBuffers.cpp
│ │ │ │ ├── testDeadlock.cpp
│ │ │ │ ├── testDict.cpp
│ │ │ │ ├── test_event.cpp
│ │ │ │ ├── test_event_merge.cpp
│ │ │ │ ├── test_event_multi_table.cpp
│ │ │ │ ├── testGrepVerify.cpp
│ │ │ │ ├── testIndex.cpp
│ │ │ │ ├── testIndexStat.cpp
│ │ │ │ ├── testInterpreter.cpp
│ │ │ │ ├── testLcp.cpp
│ │ │ │ ├── testMgm.cpp
│ │ │ │ ├── testNdbApi.cpp
│ │ │ │ ├── testNDBT.cpp
│ │ │ │ ├── testNodeRestart.cpp
│ │ │ │ ├── testOIBasic.cpp
│ │ │ │ ├── testOperations.cpp
│ │ │ │ ├── testOrderedIndex.cpp
│ │ │ │ ├── testPartitioning.cpp
│ │ │ │ ├── testReadPerf.cpp
│ │ │ │ ├── testRestartGci.cpp
│ │ │ │ ├── testScan.cpp
│ │ │ │ ├── testScanFilter.cpp
│ │ │ │ ├── testScanInterpreter.cpp
│ │ │ │ ├── testScanPerf.cpp
│ │ │ │ ├── testSRBank.cpp
│ │ │ │ ├── testSystemRestart.cpp
│ │ │ │ ├── testTimeout.cpp
│ │ │ │ ├── testTransactions.cpp
│ │ │ │ ├── TraceNdbApi.cpp
│ │ │ │ ├── userInterface.cpp
│ │ │ │ └── VerifyNdbApi.cpp
│ │ │ ├── ndbnet
│ │ │ │ ├── testError.run
│ │ │ │ ├── testMNF.run
│ │ │ │ ├── testNR1.run
│ │ │ │ ├── testNR4.run
│ │ │ │ ├── testNR.run
│ │ │ │ ├── test.run
│ │ │ │ ├── testSRhang.run
│ │ │ │ └── testTR295.run
│ │ │ ├── newtonapi
│ │ │ │ ├── basic_test
│ │ │ │ │ ├── basic
│ │ │ │ │ │ ├── basic.cpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── bulk_read
│ │ │ │ │ │ ├── br_test.cpp
│ │ │ │ │ │ └── Makefile
│ │ │ │ │ ├── common.cpp
│ │ │ │ │ ├── common.hpp
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── ptr_binding
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ └── ptr_binding_test.cpp
│ │ │ │ │ └── too_basic.cpp
│ │ │ │ └── perf_test
│ │ │ │ ├── Makefile
│ │ │ │ └── perf.cpp
│ │ │ ├── odbc
│ │ │ │ ├── client
│ │ │ │ │ ├── common.hpp
│ │ │ │ │ ├── main.cpp
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── NDBT_ALLOCHANDLE.cpp
│ │ │ │ │ ├── NDBT_ALLOCHANDLE_HDBC.cpp
│ │ │ │ │ ├── NDBT_SQLConnect.cpp
│ │ │ │ │ ├── NDBT_SQLPrepare.cpp
│ │ │ │ │ ├── SQLAllocEnvTest.cpp
│ │ │ │ │ ├── SQLAllocHandleTest_bf.cpp
│ │ │ │ │ ├── SQLAllocHandleTest.cpp
│ │ │ │ │ ├── SQLBindColTest.cpp
│ │ │ │ │ ├── SQLBindParameterTest.cpp
│ │ │ │ │ ├── SQLCancelTest.cpp
│ │ │ │ │ ├── SQLCloseCursorTest.cpp
│ │ │ │ │ ├── SQLColAttributeTest1.cpp
│ │ │ │ │ ├── SQLColAttributeTest2.cpp
│ │ │ │ │ ├── SQLColAttributeTest3.cpp
│ │ │ │ │ ├── SQLColAttributeTest.cpp
│ │ │ │ │ ├── SQLConnectTest.cpp
│ │ │ │ │ ├── SQLCopyDescTest.cpp
│ │ │ │ │ ├── SQLDescribeColTest.cpp
│ │ │ │ │ ├── SQLDisconnectTest.cpp
│ │ │ │ │ ├── SQLDriverConnectTest.cpp
│ │ │ │ │ ├── SQLEndTranTest.cpp
│ │ │ │ │ ├── SQLErrorTest.cpp
│ │ │ │ │ ├── SQLExecDirectTest.cpp
│ │ │ │ │ ├── SQLExecuteTest.cpp
│ │ │ │ │ ├── SQLFetchScrollTest.cpp
│ │ │ │ │ ├── SQLFetchTest.cpp
│ │ │ │ │ ├── SQLFreeHandleTest.cpp
│ │ │ │ │ ├── SQLFreeStmtTest.cpp
│ │ │ │ │ ├── SQLGetConnectAttrTest.cpp
│ │ │ │ │ ├── SQLGetCursorNameTest.cpp
│ │ │ │ │ ├── SQLGetDataTest.cpp
│ │ │ │ │ ├── SQLGetDescFieldTest.cpp
│ │ │ │ │ ├── SQLGetDescRecTest.cpp
│ │ │ │ │ ├── SQLGetDiagFieldTest.cpp
│ │ │ │ │ ├── SQLGetDiagRecSimpleTest.cpp
│ │ │ │ │ ├── SQLGetDiagRecTest.cpp
│ │ │ │ │ ├── SQLGetEnvAttrTest.cpp
│ │ │ │ │ ├── SQLGetFunctionsTest.cpp
│ │ │ │ │ ├── SQLGetInfoTest.cpp
│ │ │ │ │ ├── SQLGetStmtAttrTest.cpp
│ │ │ │ │ ├── SQLGetTypeInfoTest.cpp
│ │ │ │ │ ├── SQLMoreResultsTest.cpp
│ │ │ │ │ ├── SQLNumResultColsTest.cpp
│ │ │ │ │ ├── SQLParamDataTest.cpp
│ │ │ │ │ ├── SQLPrepareTest.cpp
│ │ │ │ │ ├── SQLPutDataTest.cpp
│ │ │ │ │ ├── SQLRowCountTest.cpp
│ │ │ │ │ ├── SQLSetConnectAttrTest.cpp
│ │ │ │ │ ├── SQLSetCursorNameTest.cpp
│ │ │ │ │ ├── SQLSetDescFieldTest.cpp
│ │ │ │ │ ├── SQLSetDescRecTest.cpp
│ │ │ │ │ ├── SQLSetEnvAttrTest.cpp
│ │ │ │ │ ├── SQLSetStmtAttrTest.cpp
│ │ │ │ │ ├── SQLTablesTest.cpp
│ │ │ │ │ └── SQLTransactTest.cpp
│ │ │ │ ├── dm-iodbc
│ │ │ │ │ └── Makefile
│ │ │ │ ├── dm-unixodbc
│ │ │ │ │ └── Makefile
│ │ │ │ ├── driver
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── testOdbcDriver.cpp
│ │ │ │ ├── SQL99_test
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── SQL99_test.cpp
│ │ │ │ │ └── SQL99_test.h
│ │ │ │ └── test_compiler
│ │ │ │ ├── Makefile
│ │ │ │ └── test_compiler.cpp
│ │ │ ├── run-test
│ │ │ │ ├── 16node-tests.txt
│ │ │ │ ├── atrt-analyze-result.sh
│ │ │ │ ├── atrt-clear-result.sh
│ │ │ │ ├── atrt-example.tgz
│ │ │ │ ├── atrt-gather-result.sh
│ │ │ │ ├── atrt.hpp
│ │ │ │ ├── atrt-mysql-test-run
│ │ │ │ ├── ATRT_SETUP_README.txt
│ │ │ │ ├── atrt-setup.sh
│ │ │ │ ├── atrt-testBackup
│ │ │ │ ├── ATRT_USAGE_README.txt
│ │ │ │ ├── autotest-boot.sh
│ │ │ │ ├── autotest-run.sh
│ │ │ │ ├── basic.txt
│ │ │ │ ├── conf-dl145a.cnf
│ │ │ │ ├── conf-ndbmaster.cnf
│ │ │ │ ├── conf-repl.cnf
│ │ │ │ ├── conf-test.cnf
│ │ │ │ ├── daily-basic-tests.txt
│ │ │ │ ├── daily-devel-tests.txt
│ │ │ │ ├── example.conf
│ │ │ │ ├── example-my.cnf
│ │ │ │ ├── files.cpp
│ │ │ │ ├── main.cpp
│ │ │ │ ├── make-config.sh
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── make-html-reports.sh
│ │ │ │ ├── make-index.sh
│ │ │ │ ├── ndb-autotest.sh
│ │ │ │ ├── README
│ │ │ │ ├── README.ATRT
│ │ │ │ ├── setup.cpp
│ │ │ │ ├── test-tests.txt
│ │ │ │ └── upgrade-boot.sh
│ │ │ ├── src
│ │ │ │ ├── AtrtClient.cpp
│ │ │ │ ├── CpcClient.cpp
│ │ │ │ ├── DbUtil.cpp
│ │ │ │ ├── getarg.c
│ │ │ │ ├── HugoAsynchTransactions.cpp
│ │ │ │ ├── HugoCalculator.cpp
│ │ │ │ ├── HugoOperations.cpp
│ │ │ │ ├── HugoTransactions.cpp
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── NdbBackup.cpp
│ │ │ │ ├── NdbConfig.cpp
│ │ │ │ ├── NdbGrep.cpp
│ │ │ │ ├── NdbMixRestarter.cpp
│ │ │ │ ├── NdbRestarter.cpp
│ │ │ │ ├── NdbRestarts.cpp
│ │ │ │ ├── NdbSchemaCon.cpp
│ │ │ │ ├── NdbSchemaOp.cpp
│ │ │ │ ├── NDBT_Error.cpp
│ │ │ │ ├── NDBT_Output.cpp
│ │ │ │ ├── NDBT_ResultRow.cpp
│ │ │ │ ├── NDBT_ReturnCodes.cpp
│ │ │ │ ├── NDBT_Table.cpp
│ │ │ │ ├── NDBT_Tables.cpp
│ │ │ │ ├── NDBT_Test.cpp
│ │ │ │ ├── NDBT_Thread.cpp
│ │ │ │ └── UtilTransactions.cpp
│ │ │ └── tools
│ │ │ ├── connect.cpp
│ │ │ ├── copy_tab.cpp
│ │ │ ├── cpcc.cpp
│ │ │ ├── create_index.cpp
│ │ │ ├── hugoCalculator.cpp
│ │ │ ├── hugoFill.cpp
│ │ │ ├── hugoLoad.cpp
│ │ │ ├── hugoLockRecords.cpp
│ │ │ ├── hugoPkDelete.cpp
│ │ │ ├── hugoPkRead.cpp
│ │ │ ├── hugoPkReadRecord.cpp
│ │ │ ├── hugoPkUpdate.cpp
│ │ │ ├── hugoScanRead.cpp
│ │ │ ├── hugoScanUpdate.cpp
│ │ │ ├── listen.cpp
│ │ │ ├── log_listner.cpp
│ │ │ ├── Makefile.am
│ │ │ ├── rep_latency.cpp
│ │ │ ├── restart.cpp
│ │ │ ├── transproxy.cpp
│ │ │ └── verify_index.cpp
│ │ └── tools
│ │ ├── clean-links.sh
│ │ ├── delete_all.cpp
│ │ ├── desc.cpp
│ │ ├── drop_index.cpp
│ │ ├── drop_tab.cpp
│ │ ├── listTables.cpp
│ │ ├── make-errors.pl
│ │ ├── Makefile.am
│ │ ├── make-links.sh
│ │ ├── ndb_config.cpp
│ │ ├── ndb_error_reporter
│ │ ├── ndb_size.pl
│ │ ├── ndbsql.cpp
│ │ ├── ndb_test_platform.cpp
│ │ ├── restore
│ │ │ ├── consumer.cpp
│ │ │ ├── consumer.hpp
│ │ │ ├── consumer_printer.cpp
│ │ │ ├── consumer_printer.hpp
│ │ │ ├── consumer_restore.cpp
│ │ │ ├── consumer_restore.hpp
│ │ │ ├── consumer_restorem.cpp
│ │ │ ├── ndb_nodegroup_map.h
│ │ │ ├── Restore.cpp
│ │ │ ├── Restore.hpp
│ │ │ └── restore_main.cpp
│ │ ├── rgrep
│ │ ├── select_all.cpp
│ │ ├── select_count.cpp
│ │ └── waiter.cpp
│ ├── oqgraph
│ │ ├── cmake
│ │ │ └── FindJudy.cmake
│ │ ├── CMakeLists.txt
│ │ ├── graphcore.cc
│ │ ├── graphcore-config.h
│ │ ├── graphcore-graph.cc
│ │ ├── graphcore-graph.h
│ │ ├── graphcore.h
│ │ ├── graphcore-types.h
│ │ ├── ha_oqgraph.cc
│ │ ├── ha_oqgraph.h
│ │ ├── mysql-test
│ │ │ └── oqgraph
│ │ │ ├── boundary_conditions.result
│ │ │ ├── boundary_conditions.test
│ │ │ ├── connections_mdev5748.result
│ │ │ ├── connections_mdev5748.test
│ │ │ ├── create_attr_legacy.result
│ │ │ ├── create_attr_legacy.test
│ │ │ ├── create_attr.result
│ │ │ ├── create_attr.test
│ │ │ ├── general-Aria.result
│ │ │ ├── general-Aria.test
│ │ │ ├── general.inc
│ │ │ ├── general-innodb.result
│ │ │ ├── general-innodb.test
│ │ │ ├── general-MyISAM.result
│ │ │ ├── general-MyISAM.test
│ │ │ ├── generate_backing_table_tests_suite.sh
│ │ │ ├── invalid_operations.result
│ │ │ ├── invalid_operations.test
│ │ │ ├── isnull.result
│ │ │ ├── isnull.test
│ │ │ ├── legacy_upgrade.result
│ │ │ ├── legacy_upgrade.test
│ │ │ ├── maintainer-general-record.sh
│ │ │ ├── regression_1133093.result
│ │ │ ├── regression_1133093.test
│ │ │ ├── regression_1134355.result
│ │ │ ├── regression_1134355.test
│ │ │ ├── regression_1195735.result
│ │ │ ├── regression_1195735.test
│ │ │ ├── regression_1196020.result
│ │ │ ├── regression_1196020.test
│ │ │ ├── regression_1196027.result
│ │ │ ├── regression_1196027.test
│ │ │ ├── regression_1196036.result
│ │ │ ├── regression_1196036.test
│ │ │ ├── regression_1213120.result
│ │ │ ├── regression_1213120.test
│ │ │ ├── regression_1233113.result
│ │ │ ├── regression_1233113.test
│ │ │ ├── regression_796647b.result
│ │ │ ├── regression_796647b.test
│ │ │ ├── regression_796647c.result
│ │ │ ├── regression_796647c.test
│ │ │ ├── regression_796647.result
│ │ │ ├── regression_796647.test
│ │ │ ├── regression_drop_after.result
│ │ │ ├── regression_drop_after.test
│ │ │ ├── regression_mdev5744.opt
│ │ │ ├── regression_mdev5744.result
│ │ │ ├── regression_mdev5744.test
│ │ │ ├── regression_mdev5996.inc
│ │ │ ├── regression_mdev5996.result
│ │ │ ├── regression_mdev5996.test
│ │ │ ├── social.result
│ │ │ ├── social.test
│ │ │ ├── suite.opt
│ │ │ └── suite.pm
│ │ ├── oqgraph_config.h.in
│ │ ├── oqgraph_judy.cc
│ │ ├── oqgraph_judy.h
│ │ ├── oqgraph_probes.d
│ │ ├── oqgraph_shim.cc
│ │ ├── oqgraph_shim.h
│ │ ├── oqgraph_thunk.cc
│ │ ├── oqgraph_thunk.h
│ │ └── README
│ ├── perfschema
│ │ ├── CMakeLists.txt
│ │ ├── cursor_by_account.cc
│ │ ├── cursor_by_account.h
│ │ ├── cursor_by_host.cc
│ │ ├── cursor_by_host.h
│ │ ├── cursor_by_thread.cc
│ │ ├── cursor_by_thread_connect_attr.cc
│ │ ├── cursor_by_thread_connect_attr.h
│ │ ├── cursor_by_thread.h
│ │ ├── cursor_by_user.cc
│ │ ├── cursor_by_user.h
│ │ ├── gen_pfs_lex_token.cc
│ │ ├── ha_perfschema.cc
│ │ ├── ha_perfschema.h
│ │ ├── pfs_account.cc
│ │ ├── pfs_account.h
│ │ ├── pfs_atomic.cc
│ │ ├── pfs_atomic.h
│ │ ├── pfs_autosize.cc
│ │ ├── pfs.cc
│ │ ├── pfs_check.cc
│ │ ├── pfs_column_types.h
│ │ ├── pfs_column_values.cc
│ │ ├── pfs_column_values.h
│ │ ├── pfs_con_slice.cc
│ │ ├── pfs_con_slice.h
│ │ ├── pfs_defaults.cc
│ │ ├── pfs_defaults.h
│ │ ├── pfs_digest.cc
│ │ ├── pfs_digest.h
│ │ ├── pfs_engine_table.cc
│ │ ├── pfs_engine_table.h
│ │ ├── pfs_events.h
│ │ ├── pfs_events_stages.cc
│ │ ├── pfs_events_stages.h
│ │ ├── pfs_events_statements.cc
│ │ ├── pfs_events_statements.h
│ │ ├── pfs_events_waits.cc
│ │ ├── pfs_events_waits.h
│ │ ├── pfs_global.cc
│ │ ├── pfs_global.h
│ │ ├── pfs.h
│ │ ├── pfs_host.cc
│ │ ├── pfs_host.h
│ │ ├── pfs_instr.cc
│ │ ├── pfs_instr_class.cc
│ │ ├── pfs_instr_class.h
│ │ ├── pfs_instr.h
│ │ ├── pfs_lock.h
│ │ ├── pfs_server.cc
│ │ ├── pfs_server.h
│ │ ├── pfs_setup_actor.cc
│ │ ├── pfs_setup_actor.h
│ │ ├── pfs_setup_object.cc
│ │ ├── pfs_setup_object.h
│ │ ├── pfs_stat.h
│ │ ├── pfs_timer.cc
│ │ ├── pfs_timer.h
│ │ ├── pfs_user.cc
│ │ ├── pfs_user.h
│ │ ├── pfs_visitor.cc
│ │ ├── pfs_visitor.h
│ │ ├── table_accounts.cc
│ │ ├── table_accounts.h
│ │ ├── table_all_instr.cc
│ │ ├── table_all_instr.h
│ │ ├── table_esgs_by_account_by_event_name.cc
│ │ ├── table_esgs_by_account_by_event_name.h
│ │ ├── table_esgs_by_host_by_event_name.cc
│ │ ├── table_esgs_by_host_by_event_name.h
│ │ ├── table_esgs_by_thread_by_event_name.cc
│ │ ├── table_esgs_by_thread_by_event_name.h
│ │ ├── table_esgs_by_user_by_event_name.cc
│ │ ├── table_esgs_by_user_by_event_name.h
│ │ ├── table_esgs_global_by_event_name.cc
│ │ ├── table_esgs_global_by_event_name.h
│ │ ├── table_esms_by_account_by_event_name.cc
│ │ ├── table_esms_by_account_by_event_name.h
│ │ ├── table_esms_by_digest.cc
│ │ ├── table_esms_by_digest.h
│ │ ├── table_esms_by_host_by_event_name.cc
│ │ ├── table_esms_by_host_by_event_name.h
│ │ ├── table_esms_by_thread_by_event_name.cc
│ │ ├── table_esms_by_thread_by_event_name.h
│ │ ├── table_esms_by_user_by_event_name.cc
│ │ ├── table_esms_by_user_by_event_name.h
│ │ ├── table_esms_global_by_event_name.cc
│ │ ├── table_esms_global_by_event_name.h
│ │ ├── table_events_stages.cc
│ │ ├── table_events_stages.h
│ │ ├── table_events_statements.cc
│ │ ├── table_events_statements.h
│ │ ├── table_events_waits.cc
│ │ ├── table_events_waits.h
│ │ ├── table_events_waits_summary.cc
│ │ ├── table_events_waits_summary.h
│ │ ├── table_ews_by_account_by_event_name.cc
│ │ ├── table_ews_by_account_by_event_name.h
│ │ ├── table_ews_by_host_by_event_name.cc
│ │ ├── table_ews_by_host_by_event_name.h
│ │ ├── table_ews_by_thread_by_event_name.cc
│ │ ├── table_ews_by_thread_by_event_name.h
│ │ ├── table_ews_by_user_by_event_name.cc
│ │ ├── table_ews_by_user_by_event_name.h
│ │ ├── table_ews_global_by_event_name.cc
│ │ ├── table_ews_global_by_event_name.h
│ │ ├── table_file_instances.cc
│ │ ├── table_file_instances.h
│ │ ├── table_file_summary_by_event_name.cc
│ │ ├── table_file_summary_by_event_name.h
│ │ ├── table_file_summary_by_instance.cc
│ │ ├── table_file_summary_by_instance.h
│ │ ├── table_file_summary.cc
│ │ ├── table_file_summary.h
│ │ ├── table_helper.cc
│ │ ├── table_helper.h
│ │ ├── table_host_cache.cc
│ │ ├── table_host_cache.h
│ │ ├── table_hosts.cc
│ │ ├── table_hosts.h
│ │ ├── table_os_global_by_type.cc
│ │ ├── table_os_global_by_type.h
│ │ ├── table_performance_timers.cc
│ │ ├── table_performance_timers.h
│ │ ├── table_session_account_connect_attrs.cc
│ │ ├── table_session_account_connect_attrs.h
│ │ ├── table_session_connect_attrs.cc
│ │ ├── table_session_connect_attrs.h
│ │ ├── table_session_connect.cc
│ │ ├── table_session_connect.h
│ │ ├── table_setup_actors.cc
│ │ ├── table_setup_actors.h
│ │ ├── table_setup_consumers.cc
│ │ ├── table_setup_consumers.h
│ │ ├── table_setup_instruments.cc
│ │ ├── table_setup_instruments.h
│ │ ├── table_setup_objects.cc
│ │ ├── table_setup_objects.h
│ │ ├── table_setup_timers.cc
│ │ ├── table_setup_timers.h
│ │ ├── table_socket_instances.cc
│ │ ├── table_socket_instances.h
│ │ ├── table_socket_summary_by_event_name.cc
│ │ ├── table_socket_summary_by_event_name.h
│ │ ├── table_socket_summary_by_instance.cc
│ │ ├── table_socket_summary_by_instance.h
│ │ ├── table_sync_instances.cc
│ │ ├── table_sync_instances.h
│ │ ├── table_threads.cc
│ │ ├── table_threads.h
│ │ ├── table_tiws_by_index_usage.cc
│ │ ├── table_tiws_by_index_usage.h
│ │ ├── table_tiws_by_table.cc
│ │ ├── table_tiws_by_table.h
│ │ ├── table_tlws_by_table.cc
│ │ ├── table_tlws_by_table.h
│ │ ├── table_users.cc
│ │ ├── table_users.h
│ │ └── unittest
│ │ ├── CMakeLists.txt
│ │ ├── conf.txt
│ │ ├── pfs_account-oom-t.cc
│ │ ├── pfs_connect_attr-t.cc
│ │ ├── pfs_host-oom-t.cc
│ │ ├── pfs_instr_class-oom-t.cc
│ │ ├── pfs_instr_class-t.cc
│ │ ├── pfs_instr-oom-t.cc
│ │ ├── pfs_instr-t.cc
│ │ ├── pfs-t.cc
│ │ ├── pfs_timer-t.cc
│ │ ├── pfs_user-oom-t.cc
│ │ ├── stub_pfs_defaults.h
│ │ ├── stub_pfs_global.h
│ │ ├── stub_print_error.h
│ │ └── stub_server_misc.h
│ ├── sequence
│ │ ├── CMakeLists.txt
│ │ ├── mysql-test
│ │ │ └── sequence
│ │ │ ├── inc.inc
│ │ │ ├── inc.opt
│ │ │ ├── simple.result
│ │ │ ├── simple.test
│ │ │ └── suite.pm
│ │ └── sequence.cc
│ ├── sphinx
│ │ ├── CMakeLists.txt
│ │ ├── gen_data.php
│ │ ├── ha_sphinx.cc
│ │ ├── ha_sphinx.h
│ │ ├── make-patch.sh
│ │ ├── mysql-test
│ │ │ └── sphinx
│ │ │ ├── my.cnf
│ │ │ ├── sphinx.result
│ │ │ ├── sphinx.test
│ │ │ ├── suite.opt
│ │ │ ├── suite.pm
│ │ │ ├── testdata.xml
│ │ │ ├── union-5539.result
│ │ │ └── union-5539.test
│ │ └── snippets_udf.cc
│ ├── spider
│ │ ├── CMakeLists.txt
│ │ ├── configure.in
│ │ ├── ha_spider.cc
│ │ ├── ha_spider.h
│ │ ├── hs_client
│ │ │ ├── allocator.hpp
│ │ │ ├── auto_addrinfo.hpp
│ │ │ ├── auto_file.hpp
│ │ │ ├── auto_ptrcontainer.hpp
│ │ │ ├── config.cpp
│ │ │ ├── config.hpp
│ │ │ ├── escape.cpp
│ │ │ ├── escape.hpp
│ │ │ ├── fatal.cpp
│ │ │ ├── fatal.hpp
│ │ │ ├── hs_compat.h
│ │ │ ├── hstcpcli.cpp
│ │ │ ├── hstcpcli.hpp
│ │ │ ├── mutex.hpp
│ │ │ ├── socket.cpp
│ │ │ ├── socket.hpp
│ │ │ ├── string_buffer.hpp
│ │ │ ├── string_ref.hpp
│ │ │ ├── string_util.cpp
│ │ │ ├── string_util.hpp
│ │ │ ├── thread.hpp
│ │ │ └── util.hpp
│ │ ├── Makefile.am
│ │ ├── mysql-test
│ │ │ └── spider
│ │ │ ├── bg
│ │ │ │ ├── include
│ │ │ │ │ ├── deinit_child2_1.inc
│ │ │ │ │ ├── deinit_child2_2.inc
│ │ │ │ │ ├── deinit_child2_3.inc
│ │ │ │ │ ├── deinit_child3_1.inc
│ │ │ │ │ ├── deinit_child3_2.inc
│ │ │ │ │ ├── deinit_child3_3.inc
│ │ │ │ │ ├── deinit_master_1.inc
│ │ │ │ │ ├── deinit_slave1_1.inc
│ │ │ │ │ ├── ha_deinit_child2_1.inc
│ │ │ │ │ ├── ha_deinit_child2_2.inc
│ │ │ │ │ ├── ha_deinit_child2_3.inc
│ │ │ │ │ ├── ha_deinit_child3_1.inc
│ │ │ │ │ ├── ha_deinit_child3_2.inc
│ │ │ │ │ ├── ha_deinit_child3_3.inc
│ │ │ │ │ ├── ha_deinit_master_1.inc
│ │ │ │ │ ├── ha_init_child2_1.inc
│ │ │ │ │ ├── ha_init_child2_2.inc
│ │ │ │ │ ├── ha_init_child2_3.inc
│ │ │ │ │ ├── ha_init_child3_1.inc
│ │ │ │ │ ├── ha_init_child3_2.inc
│ │ │ │ │ ├── ha_init_child3_3.inc
│ │ │ │ │ ├── ha_init_master_1.inc
│ │ │ │ │ ├── hs_deinit_child2_1.inc
│ │ │ │ │ ├── hs_deinit_child2_2.inc
│ │ │ │ │ ├── hs_deinit_child2_3.inc
│ │ │ │ │ ├── hs_deinit_master_1.inc
│ │ │ │ │ ├── hs_init_child2_1.inc
│ │ │ │ │ ├── hs_init_child2_2.inc
│ │ │ │ │ ├── hs_init_child2_3.inc
│ │ │ │ │ ├── hs_init_master_1.inc
│ │ │ │ │ ├── init_child2_1.inc
│ │ │ │ │ ├── init_child2_2.inc
│ │ │ │ │ ├── init_child2_3.inc
│ │ │ │ │ ├── init_child3_1.inc
│ │ │ │ │ ├── init_child3_2.inc
│ │ │ │ │ ├── init_child3_3.inc
│ │ │ │ │ ├── init_master_1.inc
│ │ │ │ │ └── init_slave1_1.inc
│ │ │ │ ├── my.cnf
│ │ │ │ ├── r
│ │ │ │ │ ├── basic_sql_part.result
│ │ │ │ │ ├── basic_sql.result
│ │ │ │ │ ├── direct_aggregate_part.result
│ │ │ │ │ ├── direct_aggregate.result
│ │ │ │ │ ├── direct_update_part.result
│ │ │ │ │ ├── direct_update.result
│ │ │ │ │ ├── function.result
│ │ │ │ │ ├── ha_part.result
│ │ │ │ │ ├── ha.result
│ │ │ │ │ ├── spider3_fixes_part.result
│ │ │ │ │ ├── spider3_fixes.result
│ │ │ │ │ ├── spider_fixes_part.result
│ │ │ │ │ ├── spider_fixes.result
│ │ │ │ │ └── vp_fixes.result
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── basic_sql_part.test
│ │ │ │ ├── basic_sql.test
│ │ │ │ ├── connect_child2_1.inc
│ │ │ │ ├── connect_child2_2.inc
│ │ │ │ ├── connect_child2_3.inc
│ │ │ │ ├── connect_child3_1.inc
│ │ │ │ ├── connect_child3_2.inc
│ │ │ │ ├── connect_child3_3.inc
│ │ │ │ ├── connect_master_1.inc
│ │ │ │ ├── connect_slave1_1.inc
│ │ │ │ ├── direct_aggregate_part.test
│ │ │ │ ├── direct_aggregate.test
│ │ │ │ ├── direct_update_part.test
│ │ │ │ ├── direct_update.test
│ │ │ │ ├── function.test
│ │ │ │ ├── ha_part.test
│ │ │ │ ├── ha.test
│ │ │ │ ├── ha_test_deinit.inc
│ │ │ │ ├── ha_test_init.inc
│ │ │ │ ├── have_engine.inc
│ │ │ │ ├── have_func.inc
│ │ │ │ ├── have_partition.inc
│ │ │ │ ├── have_trigger.inc
│ │ │ │ ├── hs_test_deinit.inc
│ │ │ │ ├── hs_test_init.inc
│ │ │ │ ├── slave_test_deinit.inc
│ │ │ │ ├── slave_test_init.inc
│ │ │ │ ├── spider3_fixes_part.test
│ │ │ │ ├── spider3_fixes.test
│ │ │ │ ├── spider_fixes_part.test
│ │ │ │ ├── spider_fixes.test
│ │ │ │ ├── test_deinit.inc
│ │ │ │ ├── test_init.inc
│ │ │ │ └── vp_fixes.test
│ │ │ ├── handler
│ │ │ │ ├── include
│ │ │ │ │ ├── deinit_child2_1.inc
│ │ │ │ │ ├── deinit_child2_2.inc
│ │ │ │ │ ├── deinit_child2_3.inc
│ │ │ │ │ ├── deinit_child3_1.inc
│ │ │ │ │ ├── deinit_child3_2.inc
│ │ │ │ │ ├── deinit_child3_3.inc
│ │ │ │ │ ├── deinit_master_1.inc
│ │ │ │ │ ├── deinit_slave1_1.inc
│ │ │ │ │ ├── ha_deinit_child2_1.inc
│ │ │ │ │ ├── ha_deinit_child2_2.inc
│ │ │ │ │ ├── ha_deinit_child2_3.inc
│ │ │ │ │ ├── ha_deinit_child3_1.inc
│ │ │ │ │ ├── ha_deinit_child3_2.inc
│ │ │ │ │ ├── ha_deinit_child3_3.inc
│ │ │ │ │ ├── ha_deinit_master_1.inc
│ │ │ │ │ ├── ha_init_child2_1.inc
│ │ │ │ │ ├── ha_init_child2_2.inc
│ │ │ │ │ ├── ha_init_child2_3.inc
│ │ │ │ │ ├── ha_init_child3_1.inc
│ │ │ │ │ ├── ha_init_child3_2.inc
│ │ │ │ │ ├── ha_init_child3_3.inc
│ │ │ │ │ ├── ha_init_master_1.inc
│ │ │ │ │ ├── hs_deinit_child2_1.inc
│ │ │ │ │ ├── hs_deinit_child2_2.inc
│ │ │ │ │ ├── hs_deinit_child2_3.inc
│ │ │ │ │ ├── hs_deinit_master_1.inc
│ │ │ │ │ ├── hs_init_child2_1.inc
│ │ │ │ │ ├── hs_init_child2_2.inc
│ │ │ │ │ ├── hs_init_child2_3.inc
│ │ │ │ │ ├── hs_init_master_1.inc
│ │ │ │ │ ├── init_child2_1.inc
│ │ │ │ │ ├── init_child2_2.inc
│ │ │ │ │ ├── init_child2_3.inc
│ │ │ │ │ ├── init_child3_1.inc
│ │ │ │ │ ├── init_child3_2.inc
│ │ │ │ │ ├── init_child3_3.inc
│ │ │ │ │ ├── init_master_1.inc
│ │ │ │ │ └── init_slave1_1.inc
│ │ │ │ ├── my.cnf
│ │ │ │ ├── r
│ │ │ │ │ ├── basic_sql.result
│ │ │ │ │ ├── direct_aggregate.result
│ │ │ │ │ ├── direct_update.result
│ │ │ │ │ ├── function.result
│ │ │ │ │ ├── ha.result
│ │ │ │ │ ├── spider3_fixes.result
│ │ │ │ │ ├── spider_fixes.result
│ │ │ │ │ └── vp_fixes.result
│ │ │ │ └── t
│ │ │ │ ├── basic_sql_part.test
│ │ │ │ ├── basic_sql.test
│ │ │ │ ├── connect_child2_1.inc
│ │ │ │ ├── connect_child2_2.inc
│ │ │ │ ├── connect_child2_3.inc
│ │ │ │ ├── connect_child3_1.inc
│ │ │ │ ├── connect_child3_2.inc
│ │ │ │ ├── connect_child3_3.inc
│ │ │ │ ├── connect_master_1.inc
│ │ │ │ ├── connect_slave1_1.inc
│ │ │ │ ├── direct_aggregate_part.test
│ │ │ │ ├── direct_aggregate.test
│ │ │ │ ├── direct_update_part.test
│ │ │ │ ├── direct_update.test
│ │ │ │ ├── function.test
│ │ │ │ ├── ha_part.test
│ │ │ │ ├── ha.test
│ │ │ │ ├── ha_test_deinit.inc
│ │ │ │ ├── ha_test_init.inc
│ │ │ │ ├── have_engine.inc
│ │ │ │ ├── have_func.inc
│ │ │ │ ├── have_partition.inc
│ │ │ │ ├── have_trigger.inc
│ │ │ │ ├── hs_test_deinit.inc
│ │ │ │ ├── hs_test_init.inc
│ │ │ │ ├── slave_test_deinit.inc
│ │ │ │ ├── slave_test_init.inc
│ │ │ │ ├── spider3_fixes_part.test
│ │ │ │ ├── spider3_fixes.test
│ │ │ │ ├── spider_fixes_part.test
│ │ │ │ ├── spider_fixes.test
│ │ │ │ ├── test_deinit.inc
│ │ │ │ ├── test_init.inc
│ │ │ │ └── vp_fixes.test
│ │ │ ├── include
│ │ │ │ ├── deinit_child2_1.inc
│ │ │ │ ├── deinit_child2_2.inc
│ │ │ │ ├── deinit_child2_3.inc
│ │ │ │ ├── deinit_child3_1.inc
│ │ │ │ ├── deinit_child3_2.inc
│ │ │ │ ├── deinit_child3_3.inc
│ │ │ │ ├── deinit_engine.inc
│ │ │ │ ├── deinit_handlersocket.inc
│ │ │ │ ├── deinit_innodb_plugin.inc
│ │ │ │ ├── deinit_master_1.inc
│ │ │ │ ├── deinit_slave1_1.inc
│ │ │ │ ├── deinit_spider.inc
│ │ │ │ ├── ha_deinit_child2_1.inc
│ │ │ │ ├── ha_deinit_child2_2.inc
│ │ │ │ ├── ha_deinit_child2_3.inc
│ │ │ │ ├── ha_deinit_child3_1.inc
│ │ │ │ ├── ha_deinit_child3_2.inc
│ │ │ │ ├── ha_deinit_child3_3.inc
│ │ │ │ ├── ha_deinit_master_1.inc
│ │ │ │ ├── ha_init_child2_1.inc
│ │ │ │ ├── ha_init_child2_2.inc
│ │ │ │ ├── ha_init_child2_3.inc
│ │ │ │ ├── ha_init_child3_1.inc
│ │ │ │ ├── ha_init_child3_2.inc
│ │ │ │ ├── ha_init_child3_3.inc
│ │ │ │ ├── ha_init_master_1.inc
│ │ │ │ ├── hs_deinit_child2_1.inc
│ │ │ │ ├── hs_deinit_child2_2.inc
│ │ │ │ ├── hs_deinit_child2_3.inc
│ │ │ │ ├── hs_deinit_master_1.inc
│ │ │ │ ├── hs_init_child2_1.inc
│ │ │ │ ├── hs_init_child2_2.inc
│ │ │ │ ├── hs_init_child2_3.inc
│ │ │ │ ├── hs_init_master_1.inc
│ │ │ │ ├── init_child2_1.inc
│ │ │ │ ├── init_child2_2.inc
│ │ │ │ ├── init_child2_3.inc
│ │ │ │ ├── init_child3_1.inc
│ │ │ │ ├── init_child3_2.inc
│ │ │ │ ├── init_child3_3.inc
│ │ │ │ ├── init_engine.inc
│ │ │ │ ├── init_master_1.inc
│ │ │ │ ├── init_slave1_1.inc
│ │ │ │ └── init_spider.inc
│ │ │ ├── my.cnf
│ │ │ ├── oracle
│ │ │ │ ├── include
│ │ │ │ │ ├── deinit_child2_1.inc
│ │ │ │ │ ├── deinit_child2_2.inc
│ │ │ │ │ ├── deinit_child2_3.inc
│ │ │ │ │ ├── deinit_child3_1.inc
│ │ │ │ │ ├── deinit_child3_2.inc
│ │ │ │ │ ├── deinit_child3_3.inc
│ │ │ │ │ ├── deinit_master_1.inc
│ │ │ │ │ ├── deinit_slave1_1.inc
│ │ │ │ │ ├── ha_deinit_child2_1.inc
│ │ │ │ │ ├── ha_deinit_child2_2.inc
│ │ │ │ │ ├── ha_deinit_child2_3.inc
│ │ │ │ │ ├── ha_deinit_child3_1.inc
│ │ │ │ │ ├── ha_deinit_child3_2.inc
│ │ │ │ │ ├── ha_deinit_child3_3.inc
│ │ │ │ │ ├── ha_deinit_master_1.inc
│ │ │ │ │ ├── ha_init_child2_1.inc
│ │ │ │ │ ├── ha_init_child2_2.inc
│ │ │ │ │ ├── ha_init_child2_3.inc
│ │ │ │ │ ├── ha_init_child3_1.inc
│ │ │ │ │ ├── ha_init_child3_2.inc
│ │ │ │ │ ├── ha_init_child3_3.inc
│ │ │ │ │ ├── ha_init_master_1.inc
│ │ │ │ │ ├── hs_deinit_child2_1.inc
│ │ │ │ │ ├── hs_deinit_child2_2.inc
│ │ │ │ │ ├── hs_deinit_child2_3.inc
│ │ │ │ │ ├── hs_deinit_master_1.inc
│ │ │ │ │ ├── hs_init_child2_1.inc
│ │ │ │ │ ├── hs_init_child2_2.inc
│ │ │ │ │ ├── hs_init_child2_3.inc
│ │ │ │ │ ├── hs_init_master_1.inc
│ │ │ │ │ ├── init_child2_1.inc
│ │ │ │ │ ├── init_child2_2.inc
│ │ │ │ │ ├── init_child2_3.inc
│ │ │ │ │ ├── init_child3_1.inc
│ │ │ │ │ ├── init_child3_2.inc
│ │ │ │ │ ├── init_child3_3.inc
│ │ │ │ │ ├── init_master_1.inc
│ │ │ │ │ ├── init_slave1_1.inc
│ │ │ │ │ └── init_spider.inc
│ │ │ │ ├── my.cnf
│ │ │ │ ├── r
│ │ │ │ │ ├── basic_sql_part.result
│ │ │ │ │ ├── basic_sql.result
│ │ │ │ │ ├── direct_aggregate_part.result
│ │ │ │ │ ├── direct_aggregate.result
│ │ │ │ │ ├── direct_update_part.result
│ │ │ │ │ ├── direct_update.result
│ │ │ │ │ ├── function.result
│ │ │ │ │ ├── ha_part.result
│ │ │ │ │ ├── ha.result
│ │ │ │ │ ├── spider3_fixes_part.result
│ │ │ │ │ ├── spider3_fixes.result
│ │ │ │ │ ├── spider_fixes_part.result
│ │ │ │ │ ├── spider_fixes.result
│ │ │ │ │ └── vp_fixes.result
│ │ │ │ └── t
│ │ │ │ ├── basic_sql_part.test
│ │ │ │ ├── basic_sql.test
│ │ │ │ ├── connect_child2_1.inc
│ │ │ │ ├── connect_child2_2.inc
│ │ │ │ ├── connect_child2_3.inc
│ │ │ │ ├── connect_child3_1.inc
│ │ │ │ ├── connect_child3_2.inc
│ │ │ │ ├── connect_child3_3.inc
│ │ │ │ ├── connect_master_1.inc
│ │ │ │ ├── connect_slave1_1.inc
│ │ │ │ ├── direct_aggregate_part.test
│ │ │ │ ├── direct_aggregate.test
│ │ │ │ ├── direct_update_part.test
│ │ │ │ ├── direct_update.test
│ │ │ │ ├── function.test
│ │ │ │ ├── ha_part.test
│ │ │ │ ├── ha.test
│ │ │ │ ├── ha_test_deinit.inc
│ │ │ │ ├── ha_test_init.inc
│ │ │ │ ├── have_engine.inc
│ │ │ │ ├── have_func.inc
│ │ │ │ ├── have_partition.inc
│ │ │ │ ├── have_trigger.inc
│ │ │ │ ├── hs_test_deinit.inc
│ │ │ │ ├── hs_test_init.inc
│ │ │ │ ├── slave_test_deinit.inc
│ │ │ │ ├── slave_test_init.inc
│ │ │ │ ├── spider3_fixes_part.test
│ │ │ │ ├── spider3_fixes.test
│ │ │ │ ├── spider_fixes_part.test
│ │ │ │ ├── spider_fixes.test
│ │ │ │ ├── test_deinit.inc
│ │ │ │ ├── test_init.inc
│ │ │ │ └── vp_fixes.test
│ │ │ ├── oracle2
│ │ │ │ ├── include
│ │ │ │ │ ├── deinit_child2_1.inc
│ │ │ │ │ ├── deinit_child2_2.inc
│ │ │ │ │ ├── deinit_child2_3.inc
│ │ │ │ │ ├── deinit_child3_1.inc
│ │ │ │ │ ├── deinit_child3_2.inc
│ │ │ │ │ ├── deinit_child3_3.inc
│ │ │ │ │ ├── deinit_master_1.inc
│ │ │ │ │ ├── deinit_slave1_1.inc
│ │ │ │ │ ├── ha_deinit_child2_1.inc
│ │ │ │ │ ├── ha_deinit_child2_2.inc
│ │ │ │ │ ├── ha_deinit_child2_3.inc
│ │ │ │ │ ├── ha_deinit_child3_1.inc
│ │ │ │ │ ├── ha_deinit_child3_2.inc
│ │ │ │ │ ├── ha_deinit_child3_3.inc
│ │ │ │ │ ├── ha_deinit_master_1.inc
│ │ │ │ │ ├── ha_init_child2_1.inc
│ │ │ │ │ ├── ha_init_child2_2.inc
│ │ │ │ │ ├── ha_init_child2_3.inc
│ │ │ │ │ ├── ha_init_child3_1.inc
│ │ │ │ │ ├── ha_init_child3_2.inc
│ │ │ │ │ ├── ha_init_child3_3.inc
│ │ │ │ │ ├── ha_init_master_1.inc
│ │ │ │ │ ├── hs_deinit_child2_1.inc
│ │ │ │ │ ├── hs_deinit_child2_2.inc
│ │ │ │ │ ├── hs_deinit_child2_3.inc
│ │ │ │ │ ├── hs_deinit_master_1.inc
│ │ │ │ │ ├── hs_init_child2_1.inc
│ │ │ │ │ ├── hs_init_child2_2.inc
│ │ │ │ │ ├── hs_init_child2_3.inc
│ │ │ │ │ ├── hs_init_master_1.inc
│ │ │ │ │ ├── init_child2_1.inc
│ │ │ │ │ ├── init_child2_2.inc
│ │ │ │ │ ├── init_child2_3.inc
│ │ │ │ │ ├── init_child3_1.inc
│ │ │ │ │ ├── init_child3_2.inc
│ │ │ │ │ ├── init_child3_3.inc
│ │ │ │ │ ├── init_master_1.inc
│ │ │ │ │ ├── init_slave1_1.inc
│ │ │ │ │ └── init_spider.inc
│ │ │ │ ├── my.cnf
│ │ │ │ ├── r
│ │ │ │ │ ├── basic_sql_part.result
│ │ │ │ │ ├── basic_sql.result
│ │ │ │ │ ├── direct_aggregate_part.result
│ │ │ │ │ ├── direct_aggregate.result
│ │ │ │ │ ├── direct_update_part.result
│ │ │ │ │ ├── direct_update.result
│ │ │ │ │ ├── function.result
│ │ │ │ │ ├── ha_part.result
│ │ │ │ │ ├── ha.result
│ │ │ │ │ ├── spider3_fixes_part.result
│ │ │ │ │ ├── spider3_fixes.result
│ │ │ │ │ ├── spider_fixes_part.result
│ │ │ │ │ ├── spider_fixes.result
│ │ │ │ │ └── vp_fixes.result
│ │ │ │ └── t
│ │ │ │ ├── basic_sql_part.test
│ │ │ │ ├── basic_sql.test
│ │ │ │ ├── connect_child2_1.inc
│ │ │ │ ├── connect_child2_2.inc
│ │ │ │ ├── connect_child2_3.inc
│ │ │ │ ├── connect_child3_1.inc
│ │ │ │ ├── connect_child3_2.inc
│ │ │ │ ├── connect_child3_3.inc
│ │ │ │ ├── connect_master_1.inc
│ │ │ │ ├── connect_slave1_1.inc
│ │ │ │ ├── direct_aggregate_part.test
│ │ │ │ ├── direct_aggregate.test
│ │ │ │ ├── direct_update_part.test
│ │ │ │ ├── direct_update.test
│ │ │ │ ├── function.test
│ │ │ │ ├── ha_part.test
│ │ │ │ ├── ha.test
│ │ │ │ ├── ha_test_deinit.inc
│ │ │ │ ├── ha_test_init.inc
│ │ │ │ ├── have_engine.inc
│ │ │ │ ├── have_func.inc
│ │ │ │ ├── have_partition.inc
│ │ │ │ ├── have_trigger.inc
│ │ │ │ ├── hs_test_deinit.inc
│ │ │ │ ├── hs_test_init.inc
│ │ │ │ ├── slave_test_deinit.inc
│ │ │ │ ├── slave_test_init.inc
│ │ │ │ ├── spider3_fixes_part.test
│ │ │ │ ├── spider3_fixes.test
│ │ │ │ ├── spider_fixes_part.test
│ │ │ │ ├── spider_fixes.test
│ │ │ │ ├── test_deinit.inc
│ │ │ │ ├── test_init.inc
│ │ │ │ └── vp_fixes.test
│ │ │ ├── r
│ │ │ │ ├── basic_sql_part.result
│ │ │ │ ├── basic_sql.result
│ │ │ │ ├── direct_aggregate_part.result
│ │ │ │ ├── direct_aggregate.result
│ │ │ │ ├── direct_update_part.result
│ │ │ │ ├── direct_update.result
│ │ │ │ ├── function.result
│ │ │ │ ├── ha_part.result
│ │ │ │ ├── ha.result
│ │ │ │ ├── spider3_fixes_part.result
│ │ │ │ ├── spider3_fixes.result
│ │ │ │ ├── spider_fixes_part.result
│ │ │ │ ├── spider_fixes.result
│ │ │ │ └── vp_fixes.result
│ │ │ ├── suite.opt
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── basic_sql_part.test
│ │ │ ├── basic_sql.test
│ │ │ ├── connect_child2_1.inc
│ │ │ ├── connect_child2_2.inc
│ │ │ ├── connect_child2_3.inc
│ │ │ ├── connect_child3_1.inc
│ │ │ ├── connect_child3_2.inc
│ │ │ ├── connect_child3_3.inc
│ │ │ ├── connect_master_1.inc
│ │ │ ├── connect_slave1_1.inc
│ │ │ ├── direct_aggregate_part.test
│ │ │ ├── direct_aggregate.test
│ │ │ ├── direct_update_part.test
│ │ │ ├── direct_update.test
│ │ │ ├── function.test
│ │ │ ├── ha_part.test
│ │ │ ├── ha.test
│ │ │ ├── ha_test_deinit.inc
│ │ │ ├── ha_test_init.inc
│ │ │ ├── have_engine.inc
│ │ │ ├── have_func.inc
│ │ │ ├── have_partition.inc
│ │ │ ├── have_plugin.inc
│ │ │ ├── have_trigger.inc
│ │ │ ├── hs_test_deinit.inc
│ │ │ ├── hs_test_init.inc
│ │ │ ├── slave_test_deinit.inc
│ │ │ ├── slave_test_init.inc
│ │ │ ├── spider3_fixes_part.test
│ │ │ ├── spider3_fixes.test
│ │ │ ├── spider_fixes_part.test
│ │ │ ├── spider_fixes.test
│ │ │ ├── test_deinit.inc
│ │ │ ├── test_init.inc
│ │ │ └── vp_fixes.test
│ │ ├── plug.in
│ │ ├── scripts
│ │ │ └── install_spider.sql
│ │ ├── spd_conn.cc
│ │ ├── spd_conn.h
│ │ ├── spd_copy_tables.cc
│ │ ├── spd_copy_tables.h
│ │ ├── spd_db_conn.cc
│ │ ├── spd_db_conn.h
│ │ ├── spd_db_handlersocket.cc
│ │ ├── spd_db_handlersocket.h
│ │ ├── spd_db_include.h
│ │ ├── spd_db_mysql.cc
│ │ ├── spd_db_mysql.h
│ │ ├── spd_db_oracle.cc
│ │ ├── spd_db_oracle.h
│ │ ├── spd_direct_sql.cc
│ │ ├── spd_direct_sql.h
│ │ ├── spd_err.h
│ │ ├── spd_include.h
│ │ ├── spd_i_s.cc
│ │ ├── spd_malloc.cc
│ │ ├── spd_malloc.h
│ │ ├── spd_param.cc
│ │ ├── spd_param.h
│ │ ├── spd_ping_table.cc
│ │ ├── spd_ping_table.h
│ │ ├── spd_sys_table.cc
│ │ ├── spd_sys_table.h
│ │ ├── spd_table.cc
│ │ ├── spd_table.h
│ │ ├── spd_trx.cc
│ │ ├── spd_trx.h
│ │ ├── spd_udf.cc
│ │ ├── spd_udf.def
│ │ └── spd_udf.h
│ ├── test_sql_discovery
│ │ ├── CMakeLists.txt
│ │ ├── mysql-test
│ │ │ ├── archive
│ │ │ │ └── discover.test
│ │ │ ├── main
│ │ │ │ └── t
│ │ │ │ ├── create.test
│ │ │ │ ├── drop.test
│ │ │ │ ├── mdl_sync.test
│ │ │ │ ├── partition_disabled.test
│ │ │ │ ├── plugin.test
│ │ │ │ └── rename.test
│ │ │ └── sql_discovery
│ │ │ ├── inc.inc
│ │ │ ├── inc.opt
│ │ │ ├── simple.result
│ │ │ ├── simple.test
│ │ │ └── suite.pm
│ │ └── test_sql_discovery.cc
│ ├── tokudb
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── doc
│ │ │ └── handlerton-lock
│ │ ├── doc2
│ │ │ ├── sysbench.update.ma10.tokudb754.loglog.png
│ │ │ ├── sysbench.update.ma10.tokudb754.png
│ │ │ ├── sysbench.update.ma55.tokudb753.binlog.png
│ │ │ ├── sysbench.update.ma55.tokudb753.loglog.png
│ │ │ ├── sysbench.update.ma55.tokudb753.png
│ │ │ ├── sysbench.update.my55.tokudb753.loglog.png
│ │ │ ├── sysbench.update.ps56.tokudb754.loglog.png
│ │ │ └── sysbench.update.ps56.tokudb754.png
│ │ ├── ft-index
│ │ │ ├── bash.suppressions
│ │ │ ├── buildbot
│ │ │ │ └── compile.suppressions
│ │ │ ├── buildheader
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── db-4.6.19.h
│ │ │ │ └── make_tdb.cc
│ │ │ ├── cmake
│ │ │ │ └── merge_archives_unix.cmake.in
│ │ │ ├── CMakeLists.txt
│ │ │ ├── cmake_modules
│ │ │ │ ├── FindValgrind.cmake
│ │ │ │ ├── TokuFeatureDetection.cmake
│ │ │ │ ├── TokuMergeLibs.cmake
│ │ │ │ ├── TokuSetupCompiler.cmake
│ │ │ │ ├── TokuSetupCTest.cmake
│ │ │ │ └── TokuThirdParty.cmake
│ │ │ ├── COPYING
│ │ │ ├── CTestConfig.cmake
│ │ │ ├── CTestCustom.cmake
│ │ │ ├── DartConfig.cmake
│ │ │ ├── ft
│ │ │ │ ├── bndata.cc
│ │ │ │ ├── bndata.h
│ │ │ │ ├── cachetable
│ │ │ │ │ ├── background_job_manager.cc
│ │ │ │ │ ├── background_job_manager.h
│ │ │ │ │ ├── cachetable.cc
│ │ │ │ │ ├── cachetable.h
│ │ │ │ │ ├── cachetable-internal.h
│ │ │ │ │ ├── checkpoint.cc
│ │ │ │ │ └── checkpoint.h
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── comparator.h
│ │ │ │ ├── cursor.cc
│ │ │ │ ├── cursor.h
│ │ │ │ ├── ft-cachetable-wrappers.cc
│ │ │ │ ├── ft-cachetable-wrappers.h
│ │ │ │ ├── ft.cc
│ │ │ │ ├── ft-flusher.cc
│ │ │ │ ├── ft-flusher.h
│ │ │ │ ├── ft-flusher-internal.h
│ │ │ │ ├── ft.h
│ │ │ │ ├── ft-hot-flusher.cc
│ │ │ │ ├── ft-internal.h
│ │ │ │ ├── ft-ops.cc
│ │ │ │ ├── ft-ops.h
│ │ │ │ ├── ft-test-helpers.cc
│ │ │ │ ├── ft-verify.cc
│ │ │ │ ├── leafentry.cc
│ │ │ │ ├── leafentry.h
│ │ │ │ ├── le-cursor.cc
│ │ │ │ ├── le-cursor.h
│ │ │ │ ├── loader
│ │ │ │ │ ├── callbacks.cc
│ │ │ │ │ ├── dbufio.cc
│ │ │ │ │ ├── dbufio.h
│ │ │ │ │ ├── loader.cc
│ │ │ │ │ ├── loader.h
│ │ │ │ │ ├── loader-internal.h
│ │ │ │ │ ├── pqueue.cc
│ │ │ │ │ └── pqueue.h
│ │ │ │ ├── logger
│ │ │ │ │ ├── logcursor.cc
│ │ │ │ │ ├── logcursor.h
│ │ │ │ │ ├── logfilemgr.cc
│ │ │ │ │ ├── logfilemgr.h
│ │ │ │ │ ├── logformat.cc
│ │ │ │ │ ├── logger.cc
│ │ │ │ │ ├── logger.h
│ │ │ │ │ ├── log.h
│ │ │ │ │ ├── log-internal.h
│ │ │ │ │ ├── log_upgrade.cc
│ │ │ │ │ ├── recover.cc
│ │ │ │ │ └── recover.h
│ │ │ │ ├── msg_buffer.cc
│ │ │ │ ├── msg_buffer.h
│ │ │ │ ├── msg.cc
│ │ │ │ ├── msg.h
│ │ │ │ ├── node.cc
│ │ │ │ ├── node.h
│ │ │ │ ├── pivotkeys.cc
│ │ │ │ ├── serialize
│ │ │ │ │ ├── block_allocator.cc
│ │ │ │ │ ├── block_allocator.h
│ │ │ │ │ ├── block_allocator_strategy.cc
│ │ │ │ │ ├── block_allocator_strategy.h
│ │ │ │ │ ├── block_table.cc
│ │ │ │ │ ├── block_table.h
│ │ │ │ │ ├── compress.cc
│ │ │ │ │ ├── compress.h
│ │ │ │ │ ├── ft_layout_version.h
│ │ │ │ │ ├── ft-node-deserialize.cc
│ │ │ │ │ ├── ft_node-serialize.cc
│ │ │ │ │ ├── ft_node-serialize.h
│ │ │ │ │ ├── ft-serialize.cc
│ │ │ │ │ ├── ft-serialize.h
│ │ │ │ │ ├── quicklz.cc
│ │ │ │ │ ├── quicklz.h
│ │ │ │ │ ├── rbuf.h
│ │ │ │ │ ├── sub_block.cc
│ │ │ │ │ ├── sub_block.h
│ │ │ │ │ ├── wbuf.h
│ │ │ │ │ └── workset.h
│ │ │ │ ├── tests
│ │ │ │ │ ├── benchmark-test.cc
│ │ │ │ │ ├── block_allocator_strategy_test.cc
│ │ │ │ │ ├── block_allocator_test.cc
│ │ │ │ │ ├── bnc-insert-benchmark.cc
│ │ │ │ │ ├── cachetable-4357.cc
│ │ │ │ │ ├── cachetable-4365.cc
│ │ │ │ │ ├── cachetable-5097.cc
│ │ │ │ │ ├── cachetable-5978-2.cc
│ │ │ │ │ ├── cachetable-5978.cc
│ │ │ │ │ ├── cachetable-all-write.cc
│ │ │ │ │ ├── cachetable-checkpointer-class.cc
│ │ │ │ │ ├── cachetable-checkpoint-pending.cc
│ │ │ │ │ ├── cachetable-checkpoint-pinned-nodes.cc
│ │ │ │ │ ├── cachetable-checkpoint-prefetched-nodes.cc
│ │ │ │ │ ├── cachetable-checkpoint-test.cc
│ │ │ │ │ ├── cachetable-cleaner-checkpoint2.cc
│ │ │ │ │ ├── cachetable-cleaner-checkpoint.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-attrs-accumulate.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-empty-cachetable.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-everything-pinned.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-nothing-needs-flushing.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-same-fullhash.cc
│ │ │ │ │ ├── cachetable-cleaner-thread-simple.cc
│ │ │ │ │ ├── cachetable-clock-all-pinned.cc
│ │ │ │ │ ├── cachetable-clock-eviction2.cc
│ │ │ │ │ ├── cachetable-clock-eviction3.cc
│ │ │ │ │ ├── cachetable-clock-eviction4.cc
│ │ │ │ │ ├── cachetable-clock-eviction.cc
│ │ │ │ │ ├── cachetable-clone-checkpoint.cc
│ │ │ │ │ ├── cachetable-clone-partial-fetch.cc
│ │ │ │ │ ├── cachetable-clone-partial-fetch-pinned-node.cc
│ │ │ │ │ ├── cachetable-clone-pin-nonblocking.cc
│ │ │ │ │ ├── cachetable-clone-unpin-remove.cc
│ │ │ │ │ ├── cachetable-count-pinned-test.cc
│ │ │ │ │ ├── cachetable-debug-test.cc
│ │ │ │ │ ├── cachetable-eviction-close-test2.cc
│ │ │ │ │ ├── cachetable-eviction-close-test.cc
│ │ │ │ │ ├── cachetable-eviction-getandpin-test2.cc
│ │ │ │ │ ├── cachetable-eviction-getandpin-test.cc
│ │ │ │ │ ├── cachetable-evictor-class.cc
│ │ │ │ │ ├── cachetable-fd-test.cc
│ │ │ │ │ ├── cachetable-fetch-inducing-evictor.cc
│ │ │ │ │ ├── cachetable-flush-during-cleaner.cc
│ │ │ │ │ ├── cachetable-flush-test.cc
│ │ │ │ │ ├── cachetable-getandpin-test.cc
│ │ │ │ │ ├── cachetable-kibbutz_and_flush_cachefile.cc
│ │ │ │ │ ├── cachetable-partial-fetch.cc
│ │ │ │ │ ├── cachetable-pin-checkpoint.cc
│ │ │ │ │ ├── cachetable-pin-nonblocking-checkpoint-clean.cc
│ │ │ │ │ ├── cachetable-prefetch2-test.cc
│ │ │ │ │ ├── cachetable-prefetch-checkpoint-test.cc
│ │ │ │ │ ├── cachetable-prefetch-close-leak-test.cc
│ │ │ │ │ ├── cachetable-prefetch-close-test.cc
│ │ │ │ │ ├── cachetable-prefetch-flowcontrol-test.cc
│ │ │ │ │ ├── cachetable-prefetch-getandpin-test.cc
│ │ │ │ │ ├── cachetable-prefetch-maybegetandpin-test.cc
│ │ │ │ │ ├── cachetable-put-checkpoint.cc
│ │ │ │ │ ├── cachetable-put-test.cc
│ │ │ │ │ ├── cachetable-rwlock-test.cc
│ │ │ │ │ ├── cachetable-simple-clone2.cc
│ │ │ │ │ ├── cachetable-simple-clone.cc
│ │ │ │ │ ├── cachetable-simple-close.cc
│ │ │ │ │ ├── cachetable-simple-maybe-get-pin.cc
│ │ │ │ │ ├── cachetable-simple-pin.cc
│ │ │ │ │ ├── cachetable-simple-pin-cheap.cc
│ │ │ │ │ ├── cachetable-simple-pin-dep-nodes.cc
│ │ │ │ │ ├── cachetable-simple-pin-nonblocking.cc
│ │ │ │ │ ├── cachetable-simple-pin-nonblocking-cheap.cc
│ │ │ │ │ ├── cachetable-simple-put-dep-nodes.cc
│ │ │ │ │ ├── cachetable-simple-read-pin.cc
│ │ │ │ │ ├── cachetable-simple-read-pin-nonblocking.cc
│ │ │ │ │ ├── cachetable-simple-unpin-remove-checkpoint.cc
│ │ │ │ │ ├── cachetable-simple-verify.cc
│ │ │ │ │ ├── cachetable-test.cc
│ │ │ │ │ ├── cachetable-test.h
│ │ │ │ │ ├── cachetable-unpin-and-remove-test.cc
│ │ │ │ │ ├── cachetable-unpin-remove-and-checkpoint.cc
│ │ │ │ │ ├── cachetable-unpin-test.cc
│ │ │ │ │ ├── cachetable-writer-thread-limit.cc
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── comparator-test.cc
│ │ │ │ │ ├── compress-test.cc
│ │ │ │ │ ├── dbufio-test.cc
│ │ │ │ │ ├── dbufio-test-destroy.cc
│ │ │ │ │ ├── dmt-test2.cc
│ │ │ │ │ ├── dmt-test.cc
│ │ │ │ │ ├── fifo-test.cc
│ │ │ │ │ ├── ft-bfe-query.cc
│ │ │ │ │ ├── ft-clock-test.cc
│ │ │ │ │ ├── ftloader-error-injector.h
│ │ │ │ │ ├── ftloader-test-bad-generate.cc
│ │ │ │ │ ├── ftloader-test.cc
│ │ │ │ │ ├── ftloader-test-extractor.cc
│ │ │ │ │ ├── ftloader-test-extractor-errors.cc
│ │ │ │ │ ├── ftloader-test-merge-files-dbufio.cc
│ │ │ │ │ ├── ftloader-test-open.cc
│ │ │ │ │ ├── ftloader-test-vm.cc
│ │ │ │ │ ├── ftloader-test-writer.cc
│ │ │ │ │ ├── ftloader-test-writer-errors.cc
│ │ │ │ │ ├── ft-serialize-benchmark.cc
│ │ │ │ │ ├── ft-serialize-sub-block-test.cc
│ │ │ │ │ ├── ft-serialize-test.cc
│ │ │ │ │ ├── ft-test0.cc
│ │ │ │ │ ├── ft-test1.cc
│ │ │ │ │ ├── ft-test2.cc
│ │ │ │ │ ├── ft-test3.cc
│ │ │ │ │ ├── ft-test4.cc
│ │ │ │ │ ├── ft-test5.cc
│ │ │ │ │ ├── ft-test.cc
│ │ │ │ │ ├── ft-test-cursor-2.cc
│ │ │ │ │ ├── ft-test-cursor.cc
│ │ │ │ │ ├── ft-test-header.cc
│ │ │ │ │ ├── generate-upgrade-recovery-logs.cc
│ │ │ │ │ ├── is_empty.cc
│ │ │ │ │ ├── keyrange.cc
│ │ │ │ │ ├── keytest.cc
│ │ │ │ │ ├── le-cursor-provdel.cc
│ │ │ │ │ ├── le-cursor-right.cc
│ │ │ │ │ ├── le-cursor-walk.cc
│ │ │ │ │ ├── list-test.cc
│ │ │ │ │ ├── logcursor-bad-checksum.cc
│ │ │ │ │ ├── logcursor-bw.cc
│ │ │ │ │ ├── logcursor-empty-logdir.cc
│ │ │ │ │ ├── logcursor-empty-logfile-2.cc
│ │ │ │ │ ├── logcursor-empty-logfile-3.cc
│ │ │ │ │ ├── logcursor-empty-logfile.cc
│ │ │ │ │ ├── logcursor-fw.cc
│ │ │ │ │ ├── logcursor-print.cc
│ │ │ │ │ ├── logcursor-timestamp.cc
│ │ │ │ │ ├── logfilemgr-create-destroy.cc
│ │ │ │ │ ├── logfilemgr-print.cc
│ │ │ │ │ ├── log-test2.cc
│ │ │ │ │ ├── log-test3.cc
│ │ │ │ │ ├── log-test4.cc
│ │ │ │ │ ├── log-test5.cc
│ │ │ │ │ ├── log-test6.cc
│ │ │ │ │ ├── log-test7.cc
│ │ │ │ │ ├── log-test.cc
│ │ │ │ │ ├── log-test-maybe-trim.cc
│ │ │ │ │ ├── make-tree.cc
│ │ │ │ │ ├── mempool-115.cc
│ │ │ │ │ ├── msnfilter.cc
│ │ │ │ │ ├── orthopush-flush.cc
│ │ │ │ │ ├── pqueue-test.cc
│ │ │ │ │ ├── quicklz-test.cc
│ │ │ │ │ ├── recovery-bad-last-entry.cc
│ │ │ │ │ ├── recovery-cbegin.cc
│ │ │ │ │ ├── recovery-cbegin-cend.cc
│ │ │ │ │ ├── recovery-cbegin-cend-hello.cc
│ │ │ │ │ ├── recovery-cend-cbegin.cc
│ │ │ │ │ ├── recovery-datadir-is-file.cc
│ │ │ │ │ ├── recovery-empty.cc
│ │ │ │ │ ├── recovery-fopen-missing-file.cc
│ │ │ │ │ ├── recovery-hello.cc
│ │ │ │ │ ├── recovery-lsn-error-during-forward-scan.cc
│ │ │ │ │ ├── recovery-no-datadir.cc
│ │ │ │ │ ├── recovery-no-log.cc
│ │ │ │ │ ├── recovery-no-logdir.cc
│ │ │ │ │ ├── recovery-test5123.cc
│ │ │ │ │ ├── shortcut.cc
│ │ │ │ │ ├── subblock-test-checksum.cc
│ │ │ │ │ ├── subblock-test-compression.cc
│ │ │ │ │ ├── subblock-test-index.cc
│ │ │ │ │ ├── subblock-test-size.cc
│ │ │ │ │ ├── test1308a.cc
│ │ │ │ │ ├── test3681.cc
│ │ │ │ │ ├── test3856.cc
│ │ │ │ │ ├── test3884.cc
│ │ │ │ │ ├── test4115.cc
│ │ │ │ │ ├── test4244.cc
│ │ │ │ │ ├── test-assert.cc
│ │ │ │ │ ├── test-bjm.cc
│ │ │ │ │ ├── test-checkpoint-during-flush.cc
│ │ │ │ │ ├── test-checkpoint-during-merge.cc
│ │ │ │ │ ├── test-checkpoint-during-rebalance.cc
│ │ │ │ │ ├── test-checkpoint-during-split.cc
│ │ │ │ │ ├── test-del-inorder.cc
│ │ │ │ │ ├── test-dirty-flushes-on-cleaner.cc
│ │ │ │ │ ├── test-dump-ft.cc
│ │ │ │ │ ├── test-flushes-on-cleaner.cc
│ │ │ │ │ ├── test-ft-overflow.cc
│ │ │ │ │ ├── test-ft-txns.h
│ │ │ │ │ ├── test.h
│ │ │ │ │ ├── test-hot-with-bounds.cc
│ │ │ │ │ ├── test-inc-split.cc
│ │ │ │ │ ├── test-leafentry-child-txn.cc
│ │ │ │ │ ├── test-leafentry-nested.cc
│ │ │ │ │ ├── test_logcursor.cc
│ │ │ │ │ ├── test-merges-on-cleaner.cc
│ │ │ │ │ ├── test_oexcl.cc
│ │ │ │ │ ├── test-oldest-referenced-xid-flush.cc
│ │ │ │ │ ├── test-pick-child-to-flush.cc
│ │ │ │ │ ├── test_rightmost_leaf_seqinsert_heuristic.cc
│ │ │ │ │ ├── test_rightmost_leaf_split_merge.cc
│ │ │ │ │ ├── test_toku_malloc_plain_free.cc
│ │ │ │ │ ├── test-txn-child-manager.cc
│ │ │ │ │ ├── test-upgrade-recovery-logs.cc
│ │ │ │ │ ├── upgrade_test_simple.cc
│ │ │ │ │ ├── verify-bad-msn.cc
│ │ │ │ │ ├── verify-bad-pivots.cc
│ │ │ │ │ ├── verify-dup-in-leaf.cc
│ │ │ │ │ ├── verify-dup-pivots.cc
│ │ │ │ │ ├── verify-misrouted-msgs.cc
│ │ │ │ │ ├── verify-unsorted-leaf.cc
│ │ │ │ │ ├── verify-unsorted-pivots.cc
│ │ │ │ │ ├── xid_lsn_independent.cc
│ │ │ │ │ └── ybt-test.cc
│ │ │ │ ├── txn
│ │ │ │ │ ├── rollback-apply.cc
│ │ │ │ │ ├── rollback-apply.h
│ │ │ │ │ ├── rollback.cc
│ │ │ │ │ ├── rollback-ct-callbacks.cc
│ │ │ │ │ ├── rollback-ct-callbacks.h
│ │ │ │ │ ├── rollback.h
│ │ │ │ │ ├── rollback_log_node_cache.cc
│ │ │ │ │ ├── rollback_log_node_cache.h
│ │ │ │ │ ├── roll.cc
│ │ │ │ │ ├── txn.cc
│ │ │ │ │ ├── txn_child_manager.cc
│ │ │ │ │ ├── txn_child_manager.h
│ │ │ │ │ ├── txn.h
│ │ │ │ │ ├── txn_manager.cc
│ │ │ │ │ ├── txn_manager.h
│ │ │ │ │ ├── txn_state.h
│ │ │ │ │ ├── xids.cc
│ │ │ │ │ └── xids.h
│ │ │ │ ├── ule.cc
│ │ │ │ ├── ule.h
│ │ │ │ ├── ule-internal.h
│ │ │ │ └── valgrind.suppressions
│ │ │ ├── locktree
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── concurrent_tree.cc
│ │ │ │ ├── concurrent_tree.h
│ │ │ │ ├── keyrange.cc
│ │ │ │ ├── keyrange.h
│ │ │ │ ├── lock_request.cc
│ │ │ │ ├── lock_request.h
│ │ │ │ ├── locktree.cc
│ │ │ │ ├── locktree.h
│ │ │ │ ├── manager.cc
│ │ │ │ ├── range_buffer.cc
│ │ │ │ ├── range_buffer.h
│ │ │ │ ├── tests
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── concurrent_tree_create_destroy.cc
│ │ │ │ │ ├── concurrent_tree_lkr_acquire_release.cc
│ │ │ │ │ ├── concurrent_tree_lkr_insert_remove.cc
│ │ │ │ │ ├── concurrent_tree_lkr_insert_serial_large.cc
│ │ │ │ │ ├── concurrent_tree_lkr_remove_all.cc
│ │ │ │ │ ├── concurrent_tree_unit_test.h
│ │ │ │ │ ├── lock_request_create_set.cc
│ │ │ │ │ ├── lock_request_get_set_keys.cc
│ │ │ │ │ ├── lock_request_killed.cc
│ │ │ │ │ ├── lock_request_not_killed.cc
│ │ │ │ │ ├── lock_request_start_deadlock.cc
│ │ │ │ │ ├── lock_request_start_pending.cc
│ │ │ │ │ ├── lock_request_start_retry_race.cc
│ │ │ │ │ ├── lock_request_unit_test.h
│ │ │ │ │ ├── lock_request_wait_time_callback.cc
│ │ │ │ │ ├── locktree_conflicts.cc
│ │ │ │ │ ├── locktree_create_destroy.cc
│ │ │ │ │ ├── locktree_escalation_1big7lt_1small.cc
│ │ │ │ │ ├── locktree_escalation_2big_1lt.cc
│ │ │ │ │ ├── locktree_escalation_2big_2lt.cc
│ │ │ │ │ ├── locktree_escalation_impossible.cc
│ │ │ │ │ ├── locktree_escalation_stalls.cc
│ │ │ │ │ ├── locktree_infinity.cc
│ │ │ │ │ ├── locktree_misc.cc
│ │ │ │ │ ├── locktree_overlapping_relock.cc
│ │ │ │ │ ├── locktree_simple_lock.cc
│ │ │ │ │ ├── locktree_single_txnid_optimization.cc
│ │ │ │ │ ├── locktree_unit_test.h
│ │ │ │ │ ├── manager_create_destroy.cc
│ │ │ │ │ ├── manager_locktree_map.cc
│ │ │ │ │ ├── manager_parallel_locktree_get_release.cc
│ │ │ │ │ ├── manager_params.cc
│ │ │ │ │ ├── manager_reference_release_lt.cc
│ │ │ │ │ ├── manager_status.cc
│ │ │ │ │ ├── manager_unit_test.h
│ │ │ │ │ ├── range_buffer_test.cc
│ │ │ │ │ ├── test.h
│ │ │ │ │ ├── txnid_set_test.cc
│ │ │ │ │ └── wfg_test.cc
│ │ │ │ ├── treenode.cc
│ │ │ │ ├── treenode.h
│ │ │ │ ├── txnid_set.cc
│ │ │ │ ├── txnid_set.h
│ │ │ │ ├── wfg.cc
│ │ │ │ └── wfg.h
│ │ │ ├── portability
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── file.cc
│ │ │ │ ├── huge_page_detection.cc
│ │ │ │ ├── memory.cc
│ │ │ │ ├── memory.h
│ │ │ │ ├── os_malloc.cc
│ │ │ │ ├── portability.cc
│ │ │ │ ├── tests
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── ensure_memcheck_fails.sh
│ │ │ │ │ ├── rwlock_condvar.h
│ │ │ │ │ ├── test-active-cpus.cc
│ │ │ │ │ ├── test-cache-line-boundary-fails.cc
│ │ │ │ │ ├── test-cpu-freq.cc
│ │ │ │ │ ├── test-cpu-freq-openlimit17.cc
│ │ │ │ │ ├── test-filesystem-sizes.cc
│ │ │ │ │ ├── test-flock.cc
│ │ │ │ │ ├── test-fsync.cc
│ │ │ │ │ ├── test-fsync-directory.cc
│ │ │ │ │ ├── test-gettime.cc
│ │ │ │ │ ├── test-gettimeofday.cc
│ │ │ │ │ ├── test.h
│ │ │ │ │ ├── test-hugepage.cc
│ │ │ │ │ ├── test-max-data.cc
│ │ │ │ │ ├── test-memory-status.cc
│ │ │ │ │ ├── test-pagesize.cc
│ │ │ │ │ ├── test-pthread-rwlock-rdlock.cc
│ │ │ │ │ ├── test-pthread-rwlock-rwr.cc
│ │ │ │ │ ├── test-pwrite4g.cc
│ │ │ │ │ ├── test-snprintf.cc
│ │ │ │ │ ├── test-stat.cc
│ │ │ │ │ ├── test-toku-malloc.cc
│ │ │ │ │ ├── test-xid.cc
│ │ │ │ │ ├── try-assert0.cc
│ │ │ │ │ ├── try-assert-zero.cc
│ │ │ │ │ ├── try-leak-lost.cc
│ │ │ │ │ ├── try-leak-reachable.cc
│ │ │ │ │ └── try-uninit.cc
│ │ │ │ ├── toku_assert.cc
│ │ │ │ ├── toku_assert.h
│ │ │ │ ├── toku_atomic.h
│ │ │ │ ├── toku_byteswap.h
│ │ │ │ ├── toku_config.h.in
│ │ │ │ ├── toku_crash.cc
│ │ │ │ ├── toku_crash.h
│ │ │ │ ├── toku_htod.h
│ │ │ │ ├── toku_htonl.h
│ │ │ │ ├── toku_list.h
│ │ │ │ ├── toku_os.h
│ │ │ │ ├── toku_os_types.h
│ │ │ │ ├── toku_path.cc
│ │ │ │ ├── toku_path.h
│ │ │ │ ├── toku_portability.h
│ │ │ │ ├── toku_pthread.cc
│ │ │ │ ├── toku_pthread.h
│ │ │ │ ├── toku_race_tools.h
│ │ │ │ ├── toku_random.h
│ │ │ │ ├── toku_stdint.h
│ │ │ │ ├── toku_stdlib.h
│ │ │ │ ├── toku_time.cc
│ │ │ │ └── toku_time.h
│ │ │ ├── README.md
│ │ │ ├── README-TOKUDB
│ │ │ ├── scripts
│ │ │ │ ├── run-all-nightly-tests.bash
│ │ │ │ ├── run.fractal.tree.tests.cmake
│ │ │ │ ├── run-nightly-coverage-tests.bash
│ │ │ │ ├── run-nightly-drd-tests.bash
│ │ │ │ ├── run-nightly-release-tests.bash
│ │ │ │ ├── run.stress-tests-forever.bash
│ │ │ │ ├── run.stress-tests.py
│ │ │ │ ├── tokugrind
│ │ │ │ ├── tokuvalgrind
│ │ │ │ └── watch.stress-tests.bash
│ │ │ ├── src
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── errors.cc
│ │ │ │ ├── export.map
│ │ │ │ ├── indexer.cc
│ │ │ │ ├── indexer.h
│ │ │ │ ├── indexer-internal.h
│ │ │ │ ├── indexer-undo-do.cc
│ │ │ │ ├── loader.cc
│ │ │ │ ├── loader.h
│ │ │ │ ├── tests
│ │ │ │ │ ├── big-nested-abort-abort.cc
│ │ │ │ │ ├── big-nested-abort-commit.cc
│ │ │ │ │ ├── big-nested-commit-abort.cc
│ │ │ │ │ ├── big-nested-commit-commit.cc
│ │ │ │ │ ├── big-shutdown.cc
│ │ │ │ │ ├── bigtxn27.cc
│ │ │ │ │ ├── blackhole.cc
│ │ │ │ │ ├── blocking-first.cc
│ │ │ │ │ ├── blocking-first-empty.cc
│ │ │ │ │ ├── blocking-last.cc
│ │ │ │ │ ├── blocking-next-prev.cc
│ │ │ │ │ ├── blocking-next-prev-deadlock.cc
│ │ │ │ │ ├── blocking-prelock-range.cc
│ │ │ │ │ ├── blocking-put.cc
│ │ │ │ │ ├── blocking-put-timeout.cc
│ │ │ │ │ ├── blocking-put-wakeup.cc
│ │ │ │ │ ├── blocking-set.cc
│ │ │ │ │ ├── blocking-set-range-0.cc
│ │ │ │ │ ├── blocking-set-range-n.cc
│ │ │ │ │ ├── blocking-set-range-reverse-0.cc
│ │ │ │ │ ├── blocking-table-lock.cc
│ │ │ │ │ ├── bug1381.cc
│ │ │ │ │ ├── cachetable-race.cc
│ │ │ │ │ ├── checkpoint1.cc
│ │ │ │ │ ├── checkpoint_fairness.cc
│ │ │ │ │ ├── checkpoint_stress.cc
│ │ │ │ │ ├── checkpoint_test.h
│ │ │ │ │ ├── CMakeLists.txt
│ │ │ │ │ ├── create-datadir.cc
│ │ │ │ │ ├── cursor-isolation.cc
│ │ │ │ │ ├── cursor-more-than-a-leaf-provdel.cc
│ │ │ │ │ ├── cursor-set-del-rmw.cc
│ │ │ │ │ ├── cursor-set-range-rmw.cc
│ │ │ │ │ ├── cursor-step-over-delete.cc
│ │ │ │ │ ├── db-put-simple-deadlock.cc
│ │ │ │ │ ├── db-put-simple-deadlock-threads.cc
│ │ │ │ │ ├── db-put-simple-lockwait.cc
│ │ │ │ │ ├── db-put-update-deadlock.cc
│ │ │ │ │ ├── dbremove-nofile-limit.cc
│ │ │ │ │ ├── del-multiple.cc
│ │ │ │ │ ├── del-multiple-huge-primary-row.cc
│ │ │ │ │ ├── del-multiple-srcdb.cc
│ │ │ │ │ ├── del-simple.cc
│ │ │ │ │ ├── directory_lock.cc
│ │ │ │ │ ├── diskfull.cc
│ │ │ │ │ ├── drd.suppressions
│ │ │ │ │ ├── dump-env.cc
│ │ │ │ │ ├── env_loader_memory.cc
│ │ │ │ │ ├── env_nproc.cc
│ │ │ │ │ ├── env-put-multiple.cc
│ │ │ │ │ ├── env_startup.cc
│ │ │ │ │ ├── filesize.cc
│ │ │ │ │ ├── get_key_after_bytes_unit.cc
│ │ │ │ │ ├── get_last_key.cc
│ │ │ │ │ ├── helgrind1.cc
│ │ │ │ │ ├── helgrind2.cc
│ │ │ │ │ ├── helgrind3.cc
│ │ │ │ │ ├── helgrind.suppressions
│ │ │ │ │ ├── hotindexer-bw.cc
│ │ │ │ │ ├── hotindexer-error-callback.cc
│ │ │ │ │ ├── hotindexer-insert-committed.cc
│ │ │ │ │ ├── hotindexer-insert-committed-optimized.cc
│ │ │ │ │ ├── hotindexer-insert-provisional.cc
│ │ │ │ │ ├── hotindexer-lock-test.cc
│ │ │ │ │ ├── hotindexer-multiclient.cc
│ │ │ │ │ ├── hotindexer-nested-insert-committed.cc
│ │ │ │ │ ├── hotindexer-put-abort.cc
│ │ │ │ │ ├── hotindexer-put-commit.cc
│ │ │ │ │ ├── hotindexer-put-multiple.cc
│ │ │ │ │ ├── hotindexer-simple-abort.cc
│ │ │ │ │ ├── hotindexer-simple-abort-put.cc
│ │ │ │ │ ├── hotindexer-undo-do-test.cc
│ │ │ │ │ ├── hotindexer-undo-do-tests
│ │ │ │ │ │ ├── commit.d0.d100.d200.result
│ │ │ │ │ │ ├── commit.d0.d100.d200.test
│ │ │ │ │ │ ├── commit.d0.d100.i200.result
│ │ │ │ │ │ ├── commit.d0.d100.i200.test
│ │ │ │ │ │ ├── commit.d0.d100.result
│ │ │ │ │ │ ├── commit.d0.d100.test
│ │ │ │ │ │ ├── commit.d0.i100.d200.result
│ │ │ │ │ │ ├── commit.d0.i100.d200.test
│ │ │ │ │ │ ├── commit.d0.i100.i200.result
│ │ │ │ │ │ ├── commit.d0.i100.i200.test
│ │ │ │ │ │ ├── commit.d0.i100.result
│ │ │ │ │ │ ├── commit.d0.i100.test
│ │ │ │ │ │ ├── commit.d0.result
│ │ │ │ │ │ ├── commit.d0.test
│ │ │ │ │ │ ├── commit.i0.d100.d200.result
│ │ │ │ │ │ ├── commit.i0.d100.d200.test
│ │ │ │ │ │ ├── commit.i0.d100.i200.result
│ │ │ │ │ │ ├── commit.i0.d100.i200.test
│ │ │ │ │ │ ├── commit.i0.d100.result
│ │ │ │ │ │ ├── commit.i0.d100.test
│ │ │ │ │ │ ├── commit.i0.i100.d200.result
│ │ │ │ │ │ ├── commit.i0.i100.d200.test
│ │ │ │ │ │ ├── commit.i0.i100.i200.result
│ │ │ │ │ │ ├── commit.i0.i100.i200.test
│ │ │ │ │ │ ├── commit.i0.i100.result
│ │ │ │ │ │ ├── commit.i0.i100.test
│ │ │ │ │ │ ├── commit.i0.result
│ │ │ │ │ │ ├── commit.i0.test
│ │ │ │ │ │ ├── insert.300.result
│ │ │ │ │ │ ├── insert.300.test
│ │ │ │ │ │ ├── placeholder.0.live.result
│ │ │ │ │ │ ├── placeholder.0.live.test
│ │ │ │ │ │ ├── placeholder.0.result
│ │ │ │ │ │ ├── placeholder.0.test
│ │ │ │ │ │ ├── placeholder.1.live.result
│ │ │ │ │ │ ├── placeholder.1.live.test
│ │ │ │ │ │ ├── placeholder.2.live.result
│ │ │ │ │ │ ├── placeholder.2.live.test
│ │ │ │ │ │ ├── placeholder.2.result
│ │ │ │ │ │ ├── placeholder.2.test
│ │ │ │ │ │ ├── placeholder.3.result
│ │ │ │ │ │ ├── placeholder.3.test
│ │ │ │ │ │ ├── prov.1.live.result
│ │ │ │ │ │ ├── prov.1.live.test
│ │ │ │ │ │ ├── prov.1.result
│ │ │ │ │ │ ├── prov.1.test
│ │ │ │ │ │ ├── prov-2.py
│ │ │ │ │ │ ├── prov.aborting.d0.i100.result
│ │ │ │ │ │ ├── prov.aborting.d0.i100.test
│ │ │ │ │ │ ├── prov.aborting.i100.i200.result
│ │ │ │ │ │ ├── prov.aborting.i100.i200.test
│ │ │ │ │ │ ├── prov.committing.d0.i100.result
│ │ │ │ │ │ ├── prov.committing.d0.i100.test
│ │ │ │ │ │ ├── prov.committing.i100.i200.result
│ │ │ │ │ │ ├── prov.committing.i100.i200.test
│ │ │ │ │ │ ├── prov.d0.d100.result
│ │ │ │ │ │ ├── prov.d0.d100.test
│ │ │ │ │ │ ├── prov.d0.d200.d201.result
│ │ │ │ │ │ ├── prov.d0.d200.d201.test
│ │ │ │ │ │ ├── prov.d0.d200.i201.result
│ │ │ │ │ │ ├── prov.d0.d200.i201.test
│ │ │ │ │ │ ├── prov.d0.i100.result
│ │ │ │ │ │ ├── prov.d0.i100.test
│ │ │ │ │ │ ├── prov.d0.i200.d201.result
│ │ │ │ │ │ ├── prov.d0.i200.d201.test
│ │ │ │ │ │ ├── prov.d0.i200.i201.result
│ │ │ │ │ │ ├── prov.d0.i200.i201.test
│ │ │ │ │ │ ├── prov.d0.p200.d201.result
│ │ │ │ │ │ ├── prov.d0.p200.d201.test
│ │ │ │ │ │ ├── prov.d0.p200.i201.result
│ │ │ │ │ │ ├── prov.d0.p200.i201.test
│ │ │ │ │ │ ├── prov.i0.d100.result
│ │ │ │ │ │ ├── prov.i0.d100.test
│ │ │ │ │ │ ├── prov.i0.d200.d201.result
│ │ │ │ │ │ ├── prov.i0.d200.d201.test
│ │ │ │ │ │ ├── prov.i0.d200.i201.result
│ │ │ │ │ │ ├── prov.i0.d200.i201.test
│ │ │ │ │ │ ├── prov.i0.i100.result
│ │ │ │ │ │ ├── prov.i0.i100.test
│ │ │ │ │ │ ├── prov.i0.i200.d201.result
│ │ │ │ │ │ ├── prov.i0.i200.d201.test
│ │ │ │ │ │ ├── prov.i0.i200.i201.result
│ │ │ │ │ │ ├── prov.i0.i200.i201.test
│ │ │ │ │ │ ├── prov.i0.p200.d201.result
│ │ │ │ │ │ ├── prov.i0.p200.d201.test
│ │ │ │ │ │ ├── prov.i0.p200.i201.result
│ │ │ │ │ │ ├── prov.i0.p200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.d200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.d200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.d200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.d200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.i200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.i200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.p200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.p200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.d0.p200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.d0.p200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.d200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.d200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.d200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.d200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.i200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.i200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.p200.d201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.p200.d201.test
│ │ │ │ │ │ ├── prov.live200,201.i0.p200.i201.result
│ │ │ │ │ │ ├── prov.live200,201.i0.p200.i201.test
│ │ │ │ │ │ ├── prov.live200.abort201.commit202.i0.i200.i201.i202.result
│ │ │ │ │ │ ├── prov.live200.abort201.commit202.i0.i200.i201.i202.test
│ │ │ │ │ │ ├── prov.live200.abort201.i0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200.abort201.i0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200.committing201.i0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200.committing201.i0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200.d0.d200.d201.result
│ │ │ │ │ │ ├── prov.live200.d0.d200.d201.test
│ │ │ │ │ │ ├── prov.live200.d0.d200.i201.result
│ │ │ │ │ │ ├── prov.live200.d0.d200.i201.test
│ │ │ │ │ │ ├── prov.live200.d0.i200.d201.result
│ │ │ │ │ │ ├── prov.live200.d0.i200.d201.test
│ │ │ │ │ │ ├── prov.live200.d0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200.d0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200.d0.p200.d201.result
│ │ │ │ │ │ ├── prov.live200.d0.p200.d201.test
│ │ │ │ │ │ ├── prov.live200.d0.p200.i201.result
│ │ │ │ │ │ ├── prov.live200.d0.p200.i201.test
│ │ │ │ │ │ ├── prov.live200.i0.d200.d201.result
│ │ │ │ │ │ ├── prov.live200.i0.d200.d201.test
│ │ │ │ │ │ ├── prov.live200.i0.d200.i201.result
│ │ │ │ │ │ ├── prov.live200.i0.d200.i201.test
│ │ │ │ │ │ ├── prov.live200.i0.i200.d201.result
│ │ │ │ │ │ ├── prov.live200.i0.i200.d201.test
│ │ │ │ │ │ ├── prov.live200.i0.i200.i201.result
│ │ │ │ │ │ ├── prov.live200.i0.i200.i201.test
│ │ │ │ │ │ ├── prov.live200.i0.p200.d201.result
│ │ │ │ │ │ ├── prov.live200.i0.p200.d201.test
│ │ │ │ │ │ ├── prov.live200.i0.p200.i201.result
│ │ │ │ │ │ ├── prov.live200.i0.p200.i201.test
│ │ │ │ │ │ ├── prov.live.d0.d100.result
│ │ │ │ │ │ ├── prov.live.d0.d100.test
│ │ │ │ │ │ ├── prov.live.d0.i100.result
│ │ │ │ │ │ ├── prov.live.d0.i100.test
│ │ │ │ │ │ ├── prov.live.i0.d100.result
│ │ │ │ │ │ ├── prov.live.i0.d100.test
│ │ │ │ │ │ ├── prov.live.i0.i100.result
│ │ │ │ │ │ ├── prov.live.i0.i100.test
│ │ │ │ │ │ ├── prov.preparing.d0.i100.result
│ │ │ │ │ │ ├── prov.preparing.d0.i100.test
│ │ │ │ │ │ ├── prov.preparing.d0.i200.i201.result
│ │ │ │ │ │ ├── prov.preparing.d0.i200.i201.test
│ │ │ │ │ │ └── README
│ │ │ │ │ ├── hotindexer-with-queries.cc
│ │ │ │ │ ├── hot-optimize-table-tests.cc
│ │ │ │ │ ├── inflate2.cc
│ │ │ │ │ ├── inflate.cc
│ │ │ │ │ ├── insert-dup-prelock.cc
│ │ │ │ │ ├── ipm.py
│ │ │ │ │ ├── isolation.cc
│ │ │ │ │ ├── isolation-read-committed.cc
│ │ │ │ │ ├── keyrange.cc
│ │ │ │ │ ├── keyrange-merge.cc
│ │ │ │ │ ├── key-val.h
│ │ │ │ │ ├── last-verify-time.cc
│ │ │ │ │ ├── loader-cleanup-test.cc
│ │ │ │ │ ├── loader-close-nproc-limit.cc
│ │ │ │ │ ├── loader-create-abort.cc
│ │ │ │ │ ├── loader-create-close.cc
│ │ │ │ │ ├── loader-create-commit-nproc-limit.cc
│ │ │ │ │ ├── loader-create-nproc-limit.cc
│ │ │ │ │ ├── loader-dup-test.cc
│ │ │ │ │ ├── loader-no-puts.cc
│ │ │ │ │ ├── loader-reference-test.cc
│ │ │ │ │ ├── loader-stress-del.cc
│ │ │ │ │ ├── loader-stress-test.cc
│ │ │ │ │ ├── loader-tpch-load.cc
│ │ │ │ │ ├── locktree_escalation_stalls.cc
│ │ │ │ │ ├── manyfiles.cc
│ │ │ │ │ ├── maxsize-for-loader.cc
│ │ │ │ │ ├── medium-nested-commit-commit.cc
│ │ │ │ │ ├── multiprocess.cc
│ │ │ │ │ ├── mvcc-create-table.cc
│ │ │ │ │ ├── mvcc-many-committed.cc
│ │ │ │ │ ├── mvcc-read-committed.cc
│ │ │ │ │ ├── openlimit17.cc
│ │ │ │ │ ├── openlimit17-locktree.cc
│ │ │ │ │ ├── openlimit17-metafiles.cc
│ │ │ │ │ ├── perf_checkpoint_var.cc
│ │ │ │ │ ├── perf_child_txn.cc
│ │ │ │ │ ├── perf_cursor_nop.cc
│ │ │ │ │ ├── perf_iibench.cc
│ │ │ │ │ ├── perf_insert.cc
│ │ │ │ │ ├── perf_malloc_free.cc
│ │ │ │ │ ├── perf_nop.cc
│ │ │ │ │ ├── perf_ptquery2.cc
│ │ │ │ │ ├── perf_ptquery.cc
│ │ │ │ │ ├── perf_rangequery.cc
│ │ │ │ │ ├── perf_read_txn.cc
│ │ │ │ │ ├── perf_read_txn_single_thread.cc
│ │ │ │ │ ├── perf_read_write.cc
│ │ │ │ │ ├── perf_txn_single_thread.cc
│ │ │ │ │ ├── powerfail.cc
│ │ │ │ │ ├── preload-db.cc
│ │ │ │ │ ├── preload-db-nested.cc
│ │ │ │ │ ├── prelock-read-read.cc
│ │ │ │ │ ├── prelock-read-write.cc
│ │ │ │ │ ├── prelock-write-read.cc
│ │ │ │ │ ├── prelock-write-write.cc
│ │ │ │ │ ├── print_engine_status.cc
│ │ │ │ │ ├── progress.cc
│ │ │ │ │ ├── put-del-multiple-array-indexing.cc
│ │ │ │ │ ├── queries_with_deletes.cc
│ │ │ │ │ ├── recover-2483.cc
│ │ │ │ │ ├── recover-3113.cc
│ │ │ │ │ ├── recover-5146.cc
│ │ │ │ │ ├── recover-checkpoint-fcreate-fdelete-fcreate.cc
│ │ │ │ │ ├── recover-checkpoint-fopen-abort.cc
│ │ │ │ │ ├── recover-checkpoint-fopen-commit.cc
│ │ │ │ │ ├── recover-child-rollback.cc
│ │ │ │ │ ├── recover-compare-db.cc
│ │ │ │ │ ├── recover-compare-db-descriptor.cc
│ │ │ │ │ ├── recover-delboth-after-checkpoint.cc
│ │ │ │ │ ├── recover-delboth-checkpoint.cc
│ │ │ │ │ ├── recover-del-multiple-abort.cc
│ │ │ │ │ ├── recover-del-multiple.cc
│ │ │ │ │ ├── recover-del-multiple-srcdb-fdelete-all.cc
│ │ │ │ │ ├── recover-descriptor10.cc
│ │ │ │ │ ├── recover-descriptor11.cc
│ │ │ │ │ ├── recover-descriptor12.cc
│ │ │ │ │ ├── recover-descriptor2.cc
│ │ │ │ │ ├── recover-descriptor3.cc
│ │ │ │ │ ├── recover-descriptor4.cc
│ │ │ │ │ ├── recover-descriptor5.cc
│ │ │ │ │ ├── recover-descriptor6.cc
│ │ │ │ │ ├── recover-descriptor7.cc
│ │ │ │ │ ├── recover-descriptor8.cc
│ │ │ │ │ ├── recover-descriptor9.cc
│ │ │ │ │ ├── recover-descriptor.cc
│ │ │ │ │ ├── recover-fassociate.cc
│ │ │ │ │ ├── recover-fclose-in-checkpoint.cc
│ │ │ │ │ ├── recover-fcreate-basementnodesize.cc
│ │ │ │ │ ├── recover-fcreate-fclose.cc
│ │ │ │ │ ├── recover-fcreate-fdelete.cc
│ │ │ │ │ ├── recover-fcreate-nodesize.cc
│ │ │ │ │ ├── recover-fcreate-xabort.cc
│ │ │ │ │ ├── recover-flt10.cc
│ │ │ │ │ ├── recover-flt1.cc
│ │ │ │ │ ├── recover-flt2.cc
│ │ │ │ │ ├── recover-flt3.cc
│ │ │ │ │ ├── recover-flt4.cc
│ │ │ │ │ ├── recover-flt5.cc
│ │ │ │ │ ├── recover-flt6.cc
│ │ │ │ │ ├── recover-flt7.cc
│ │ │ │ │ ├── recover-flt8.cc
│ │ │ │ │ ├── recover-flt9.cc
│ │ │ │ │ ├── recover-fopen-checkpoint-fclose.cc
│ │ │ │ │ ├── recover-fopen-fclose-checkpoint.cc
│ │ │ │ │ ├── recover-fopen-fdelete-checkpoint-fcreate.cc
│ │ │ │ │ ├── recover-hotindexer-simple-abort-put.cc
│ │ │ │ │ ├── recover-loader-test.cc
│ │ │ │ │ ├── recover-lsn-filter.cc
│ │ │ │ │ ├── recover-lsn-filter-multiple.cc
│ │ │ │ │ ├── recover-missing-dbfile-2.cc
│ │ │ │ │ ├── recover-missing-dbfile.cc
│ │ │ │ │ ├── recover-missing-logfile.cc
│ │ │ │ │ ├── recover-put-multiple-abort.cc
│ │ │ │ │ ├── recover-put-multiple.cc
│ │ │ │ │ ├── recover-put-multiple-fdelete-all.cc
│ │ │ │ │ ├── recover-put-multiple-fdelete-some.cc
│ │ │ │ │ ├── recover-put-multiple-srcdb-fdelete-all.cc
│ │ │ │ │ ├── recover-rollback.cc
│ │ │ │ │ ├── recover-rollinclude.cc
│ │ │ │ │ ├── recover-split-checkpoint.cc
│ │ │ │ │ ├── recover-straddle-txn.cc
│ │ │ │ │ ├── recover-straddle-txn-nested.cc
│ │ │ │ │ ├── recover-tablelock.cc
│ │ │ │ │ ├── recover-test1.cc
│ │ │ │ │ ├── recover-test2.cc
│ │ │ │ │ ├── recover-test3.cc
│ │ │ │ │ ├── recover-test_crash_in_flusher_thread.h
│ │ │ │ │ ├── recover-test-logsuppress.cc
│ │ │ │ │ ├── recover-test-logsuppress-put.cc
│ │ │ │ │ ├── recover-test_stress1.cc
│ │ │ │ │ ├── recover-test_stress2.cc
│ │ │ │ │ ├── recover-test_stress3.cc
│ │ │ │ │ ├── recover-test_stress_openclose.cc
│ │ │ │ │ ├── recover-update_aborts_before_checkpoint.cc
│ │ │ │ │ ├── recover-update_aborts_before_close.cc
│ │ │ │ │ ├── recover-update_aborts.cc
│ │ │ │ │ ├── recover-update_broadcast_aborts2.cc
│ │ │ │ │ ├── recover-update_broadcast_aborts3.cc
│ │ │ │ │ ├── recover-update_broadcast_aborts_before_checkpoint.cc
│ │ │ │ │ ├── recover-update_broadcast_aborts_before_close.cc
│ │ │ │ │ ├── recover-update_broadcast_aborts.cc
│ │ │ │ │ ├── recover-update_broadcast_changes_values2.cc
│ │ │ │ │ ├── recover-update_broadcast_changes_values3.cc
│ │ │ │ │ ├── recover-update_broadcast_changes_values_before_checkpoint.cc
│ │ │ │ │ ├── recover-update_broadcast_changes_values_before_close.cc
│ │ │ │ │ ├── recover-update_broadcast_changes_values.cc
│ │ │ │ │ ├── recover-update_changes_values_before_checkpoint.cc
│ │ │ │ │ ├── recover-update_changes_values_before_close.cc
│ │ │ │ │ ├── recover-update_changes_values.cc
│ │ │ │ │ ├── recover-update-multiple-abort.cc
│ │ │ │ │ ├── recover-update-multiple.cc
│ │ │ │ │ ├── recover-upgrade-db-descriptor.cc
│ │ │ │ │ ├── recover-upgrade-db-descriptor-multihandle.cc
│ │ │ │ │ ├── recover-x1-abort.cc
│ │ │ │ │ ├── recover-x1-commit.cc
│ │ │ │ │ ├── recover-x1-nested-abort.cc
│ │ │ │ │ ├── recover-x1-nested-commit.cc
│ │ │ │ │ ├── recover-x2-abort.cc
│ │ │ │ │ ├── recover-x2-commit.cc
│ │ │ │ │ ├── recovery_fileops_stress.cc
│ │ │ │ │ ├── recovery_fileops_unit.cc
│ │ │ │ │ ├── recovery_stress.cc
│ │ │ │ │ ├── redirect.cc
│ │ │ │ │ ├── replace-into-write-lock.cc
│ │ │ │ │ ├── root_fifo_1.cc
│ │ │ │ │ ├── root_fifo_2.cc
│ │ │ │ │ ├── root_fifo_31.cc
│ │ │ │ │ ├── root_fifo_32.cc
│ │ │ │ │ ├── root_fifo_41.cc
│ │ │ │ │ ├── rowsize.cc
│ │ │ │ │ ├── run_abortrecover_test.sh
│ │ │ │ │ ├── run_checkpoint_stress_test.sh
│ │ │ │ │ ├── run_diskfull_test.sh
│ │ │ │ │ ├── run-hotindexer-undo-do-tests.bash
│ │ │ │ │ ├── run_powerfail_test.py
│ │ │ │ │ ├── run_recover_stress_test.sh
│ │ │ │ │ ├── run_recover_test.sh
│ │ │ │ │ ├── run_recovery_fileops_unit.sh
│ │ │ │ │ ├── run_stress_test.py
│ │ │ │ │ ├── run_test_thread_stack.sh
│ │ │ │ │ ├── seqinsert.cc
│ │ │ │ │ ├── shutdown-3344.cc
│ │ │ │ │ ├── simple.cc
│ │ │ │ │ ├── stat64.cc
│ │ │ │ │ ├── stat64-create-modify-times.cc
│ │ │ │ │ ├── stat64-null-txn.cc
│ │ │ │ │ ├── stat64-root-changes.cc
│ │ │ │ │ ├── stress-gc2.cc
│ │ │ │ │ ├── stress-gc.cc
│ │ │ │ │ ├── stress_openclose.h
│ │ │ │ │ ├── stress-test.cc
│ │ │ │ │ ├── test1572.cc
│ │ │ │ │ ├── test1753.cc
│ │ │ │ │ ├── test1842.cc
│ │ │ │ │ ├── test3039.cc
│ │ │ │ │ ├── test3219.cc
│ │ │ │ │ ├── test3522b.cc
│ │ │ │ │ ├── test3522.cc
│ │ │ │ │ ├── test3529.cc
│ │ │ │ │ ├── test_3529_insert_2.cc
│ │ │ │ │ ├── test_3529_table_lock.cc
│ │ │ │ │ ├── test_3645.cc
│ │ │ │ │ ├── test_3755.cc
│ │ │ │ │ ├── test_4015.cc
│ │ │ │ │ ├── test_4368.cc
│ │ │ │ │ ├── test4573-logtrim.cc
│ │ │ │ │ ├── test_4657.cc
│ │ │ │ │ ├── test_5015.cc
│ │ │ │ │ ├── test5092.cc
│ │ │ │ │ ├── test-5138.cc
│ │ │ │ │ ├── test_5469.cc
│ │ │ │ │ ├── test_789.cc
│ │ │ │ │ ├── test_935.cc
│ │ │ │ │ ├── test938b.cc
│ │ │ │ │ ├── test938.cc
│ │ │ │ │ ├── test938c.cc
│ │ │ │ │ ├── test_abort1.cc
│ │ │ │ │ ├── test_abort2.cc
│ │ │ │ │ ├── test_abort3.cc
│ │ │ │ │ ├── test_abort4.cc
│ │ │ │ │ ├── test_abort5.cc
│ │ │ │ │ ├── test_abort_delete_first.cc
│ │ │ │ │ ├── test_archive0.cc
│ │ │ │ │ ├── test_archive1.cc
│ │ │ │ │ ├── test_archive2.cc
│ │ │ │ │ ├── test_bad_implicit_promotion.cc
│ │ │ │ │ ├── test_blobs_leaf_split.cc
│ │ │ │ │ ├── test_bulk_fetch.cc
│ │ │ │ │ ├── test_cachesize.cc
│ │ │ │ │ ├── test_cmp_descriptor.cc
│ │ │ │ │ ├── test_compression_methods.cc
│ │ │ │ │ ├── test_cursor_2.cc
│ │ │ │ │ ├── test_cursor_3.cc
│ │ │ │ │ ├── test_cursor_db_current.cc
│ │ │ │ │ ├── test_cursor_DB_NEXT_no_dup.cc
│ │ │ │ │ ├── test_cursor_delete2.cc
│ │ │ │ │ ├── test_cursor_flags.cc
│ │ │ │ │ ├── test_cursor_interrupt.cc
│ │ │ │ │ ├── test_cursor_nonleaf_expand.cc
│ │ │ │ │ ├── test_cursor_null.cc
│ │ │ │ │ ├── test_cursor_stickyness.cc
│ │ │ │ │ ├── test_cursor_with_read_txn.cc
│ │ │ │ │ ├── test_db_already_exists.cc
│ │ │ │ │ ├── test_db_change_pagesize.cc
│ │ │ │ │ ├── test_db_change_xxx.cc
│ │ │ │ │ ├── test_db_close_no_open.cc
│ │ │ │ │ ├── test_db_current_clobbers_db.cc
│ │ │ │ │ ├── test_db_dbt_mem_behavior.cc
│ │ │ │ │ ├── test_db_delete.cc
│ │ │ │ │ ├── test_db_descriptor.cc
│ │ │ │ │ ├── test_db_env_open_close.cc
│ │ │ │ │ ├── test_db_env_open_nocreate.cc
│ │ │ │ │ ├── test_db_env_open_open_close.cc
│ │ │ │ │ ├── test_db_env_set_errpfx.cc
│ │ │ │ │ ├── test_db_env_set_lg_dir.cc
│ │ │ │ │ ├── test_db_env_set_tmp_dir.cc
│ │ │ │ │ ├── test_db_env_strdup_null.cc
│ │ │ │ │ ├── test_db_get_put_flags.cc
│ │ │ │ │ ├── test_db_named_delete_last.cc
│ │ │ │ │ ├── test_db_no_env.cc
│ │ │ │ │ ├── test_db_open_notexist_reopen.cc
│ │ │ │ │ ├── test_db_remove.cc
│ │ │ │ │ ├── test_db_remove_subdb.cc
│ │ │ │ │ ├── test_db_set_flags.cc
│ │ │ │ │ ├── test_db_subdb.cc
│ │ │ │ │ ├── test_db_subdb_different_flags.cc
│ │ │ │ │ ├── test_db_txn_locks_nonheaviside.cc
│ │ │ │ │ ├── test_db_txn_locks_read_uncommitted.cc
│ │ │ │ │ ├── test_db_version.cc
│ │ │ │ │ ├── test_env_close_flags.cc
│ │ │ │ │ ├── test_env_create_db_create.cc
│ │ │ │ │ ├── test_env_open_flags.cc
│ │ │ │ │ ├── test_equal_keys_with_different_bytes.cc
│ │ │ │ │ ├── test_error.cc
│ │ │ │ │ ├── test_forkjoin.cc
│ │ │ │ │ ├── test_get_max_row_size.cc
│ │ │ │ │ ├── test_get_zeroed_dbt.cc
│ │ │ │ │ ├── test_groupcommit_count.cc
│ │ │ │ │ ├── test_groupcommit_perf.cc
│ │ │ │ │ ├── test.h
│ │ │ │ │ ├── test_hsoc.cc
│ │ │ │ │ ├── test_insert_cursor_delete_insert.cc
│ │ │ │ │ ├── test_insert_many_gc.cc
│ │ │ │ │ ├── test_insert_memleak.cc
│ │ │ │ │ ├── test_insert_unique.cc
│ │ │ │ │ ├── test_iterate_live_transactions.cc
│ │ │ │ │ ├── test_iterate_pending_lock_requests.cc
│ │ │ │ │ ├── test_keylen_diff.cc
│ │ │ │ │ ├── test_kv_gen.h
│ │ │ │ │ ├── test_kv_limits.cc
│ │ │ │ │ ├── test_large_update_broadcast_small_cachetable.cc
│ │ │ │ │ ├── test_locking_with_read_txn.cc
│ │ │ │ │ ├── test_lock_timeout_callback.cc
│ │ │ │ │ ├── test_locktree_close.cc
│ │ │ │ │ ├── test_log0.cc
│ │ │ │ │ ├── test_log10.cc
│ │ │ │ │ ├── test_log1_abort.cc
│ │ │ │ │ ├── test_log1.cc
│ │ │ │ │ ├── test_log2_abort.cc
│ │ │ │ │ ├── test_log2.cc
│ │ │ │ │ ├── test_log3_abort.cc
│ │ │ │ │ ├── test_log3.cc
│ │ │ │ │ ├── test_log4_abort.cc
│ │ │ │ │ ├── test_log4.cc
│ │ │ │ │ ├── test_log5_abort.cc
│ │ │ │ │ ├── test_log5.cc
│ │ │ │ │ ├── test_log6a_abort.cc
│ │ │ │ │ ├── test_log6_abort.cc
│ │ │ │ │ ├── test_log6.cc
│ │ │ │ │ ├── test_log7.cc
│ │ │ │ │ ├── test_log8.cc
│ │ │ │ │ ├── test_log9.cc
│ │ │ │ │ ├── test_logflush.cc
│ │ │ │ │ ├── test_logmax.cc
│ │ │ │ │ ├── test_memcmp_magic.cc
│ │ │ │ │ ├── test_mostly_seq.cc
│ │ │ │ │ ├── test_multiple_checkpoints_block_commit.cc
│ │ │ │ │ ├── test_nested.cc
│ │ │ │ │ ├── test-nested-xopen-eclose.cc
│ │ │ │ │ ├── test_nodup_set.cc
│ │ │ │ │ ├── test-prepare2.cc
│ │ │ │ │ ├── test-prepare3.cc
│ │ │ │ │ ├── test-prepare.cc
│ │ │ │ │ ├── test_query.cc
│ │ │ │ │ ├── test_rand_insert.cc
│ │ │ │ │ ├── test_read_txn_invalid_ops.cc
│ │ │ │ │ ├── test_redirect_func.cc
│ │ │ │ │ ├── test_restrict.cc
│ │ │ │ │ ├── test_reverse_compare_fun.cc
│ │ │ │ │ ├── test-rollinclude.cc
│ │ │ │ │ ├── test_set_func_malloc.cc
│ │ │ │ │ ├── test_simple_read_txn.cc
│ │ │ │ │ ├── test_stress0.cc
│ │ │ │ │ ├── test_stress1.cc
│ │ │ │ │ ├── test_stress2.cc
│ │ │ │ │ ├── test_stress3.cc
│ │ │ │ │ ├── test_stress4.cc
│ │ │ │ │ ├── test_stress5.cc
│ │ │ │ │ ├── test_stress6.cc
│ │ │ │ │ ├── test_stress7.cc
│ │ │ │ │ ├── test_stress_hot_indexing.cc
│ │ │ │ │ ├── test_stress_openclose.cc
│ │ │ │ │ ├── test_stress_with_verify.cc
│ │ │ │ │ ├── test_thread_flags.cc
│ │ │ │ │ ├── test_thread_insert.cc
│ │ │ │ │ ├── test_transactional_descriptor.cc
│ │ │ │ │ ├── test_trans_desc_during_chkpt2.cc
│ │ │ │ │ ├── test_trans_desc_during_chkpt3.cc
│ │ │ │ │ ├── test_trans_desc_during_chkpt4.cc
│ │ │ │ │ ├── test_trans_desc_during_chkpt.cc
│ │ │ │ │ ├── test_txn_abort5a.cc
│ │ │ │ │ ├── test_txn_abort5.cc
│ │ │ │ │ ├── test_txn_abort6.cc
│ │ │ │ │ ├── test_txn_abort7.cc
│ │ │ │ │ ├── test_txn_begin_commit.cc
│ │ │ │ │ ├── test_txn_close_before_commit.cc
│ │ │ │ │ ├── test_txn_close_before_prepare_commit.cc
│ │ │ │ │ ├── test_txn_cursor_last.cc
│ │ │ │ │ ├── test_txn_nested1.cc
│ │ │ │ │ ├── test_txn_nested2.cc
│ │ │ │ │ ├── test_txn_nested3.cc
│ │ │ │ │ ├── test_txn_nested4.cc
│ │ │ │ │ ├── test_txn_nested5.cc
│ │ │ │ │ ├── test_txn_nested_abort2.cc
│ │ │ │ │ ├── test_txn_nested_abort3.cc
│ │ │ │ │ ├── test_txn_nested_abort4.cc
│ │ │ │ │ ├── test_txn_nested_abort.cc
│ │ │ │ │ ├── test_txn_recover3.cc
│ │ │ │ │ ├── test_unused_memory_crash.cc
│ │ │ │ │ ├── test_update_abort_works.cc
│ │ │ │ │ ├── test_update_broadcast_abort_works.cc
│ │ │ │ │ ├── test_update_broadcast_calls_back.cc
│ │ │ │ │ ├── test_update_broadcast_can_delete_elements.cc
│ │ │ │ │ ├── test_update_broadcast_changes_values.cc
│ │ │ │ │ ├── test_update_broadcast_indexer.cc
│ │ │ │ │ ├── test_update_broadcast_loader.cc
│ │ │ │ │ ├── test_update_broadcast_nested_updates.cc
│ │ │ │ │ ├── test_update_broadcast_previously_deleted.cc
│ │ │ │ │ ├── test_update_broadcast_stress.cc
│ │ │ │ │ ├── test_update_broadcast_update_fun_has_choices.cc
│ │ │ │ │ ├── test_update_broadcast_with_empty_table.cc
│ │ │ │ │ ├── test_update_calls_back.cc
│ │ │ │ │ ├── test_update_can_delete_elements.cc
│ │ │ │ │ ├── test_update_changes_values.cc
│ │ │ │ │ ├── test_update_nested_updates.cc
│ │ │ │ │ ├── test_update_nonexistent_keys.cc
│ │ │ │ │ ├── test_update_previously_deleted.cc
│ │ │ │ │ ├── test_updates_single_key.cc
│ │ │ │ │ ├── test_update_stress.cc
│ │ │ │ │ ├── test_update_txn_snapshot_works_concurrently.cc
│ │ │ │ │ ├── test_update_txn_snapshot_works_correctly_with_deletes.cc
│ │ │ │ │ ├── test_update_with_empty_table.cc
│ │ │ │ │ ├── test_weakxaction.cc
│ │ │ │ │ ├── test-xa-prepare.cc
│ │ │ │ │ ├── test-xopen-eclose.cc
│ │ │ │ │ ├── test_zero_length_keys.cc
│ │ │ │ │ ├── threaded_stress_test_helpers.h
│ │ │ │ │ ├── time_create_db.cc
│ │ │ │ │ ├── transactional_fileops.cc
│ │ │ │ │ ├── update.cc
│ │ │ │ │ ├── update-multiple-data-diagonal.cc
│ │ │ │ │ ├── update-multiple-key0.cc
│ │ │ │ │ ├── update-multiple-nochange.cc
│ │ │ │ │ ├── update-multiple-with-indexer-array.cc
│ │ │ │ │ ├── update-multiple-with-indexer.cc
│ │ │ │ │ ├── upgrade_simple.cc
│ │ │ │ │ ├── upgrade-test-1.cc
│ │ │ │ │ ├── upgrade-test-2.cc
│ │ │ │ │ ├── upgrade-test-3.cc
│ │ │ │ │ ├── upgrade-test-4.cc
│ │ │ │ │ ├── upgrade-test-5.cc
│ │ │ │ │ ├── upgrade-test-6.cc
│ │ │ │ │ ├── upgrade-test-7.cc
│ │ │ │ │ ├── xa-dirty-commit.cc
│ │ │ │ │ ├── xa-dirty-rollback.cc
│ │ │ │ │ ├── xa-txn-discard-abort.cc
│ │ │ │ │ ├── xa-txn-discard-commit.cc
│ │ │ │ │ └── zombie_db.cc
│ │ │ │ ├── toku_patent.cc
│ │ │ │ ├── ydb.cc
│ │ │ │ ├── ydb_cursor.cc
│ │ │ │ ├── ydb_cursor.h
│ │ │ │ ├── ydb_db.cc
│ │ │ │ ├── ydb_db.h
│ │ │ │ ├── ydb_env_func.cc
│ │ │ │ ├── ydb_env_func.h
│ │ │ │ ├── ydb.h
│ │ │ │ ├── ydb-internal.h
│ │ │ │ ├── ydb_lib.cc
│ │ │ │ ├── ydb_load.h
│ │ │ │ ├── ydb_row_lock.cc
│ │ │ │ ├── ydb_row_lock.h
│ │ │ │ ├── ydb_txn.cc
│ │ │ │ ├── ydb_txn.h
│ │ │ │ ├── ydb_write.cc
│ │ │ │ └── ydb_write.h
│ │ │ ├── third_party
│ │ │ │ └── xz-4.999.9beta
│ │ │ │ ├── ABOUT-NLS
│ │ │ │ ├── aclocal.m4
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── autogen.sh
│ │ │ │ ├── build-aux
│ │ │ │ │ ├── compile
│ │ │ │ │ ├── config.guess
│ │ │ │ │ ├── config.rpath
│ │ │ │ │ ├── config.sub
│ │ │ │ │ ├── depcomp
│ │ │ │ │ ├── install-sh
│ │ │ │ │ ├── ltmain.sh
│ │ │ │ │ └── missing
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── config.h.in
│ │ │ │ ├── configure
│ │ │ │ ├── configure.ac
│ │ │ │ ├── COPYING
│ │ │ │ ├── COPYING.GPLv2
│ │ │ │ ├── COPYING.GPLv3
│ │ │ │ ├── COPYING.LGPLv2.1
│ │ │ │ ├── debug
│ │ │ │ │ ├── crc32.c
│ │ │ │ │ ├── full_flush.c
│ │ │ │ │ ├── hex2bin.c
│ │ │ │ │ ├── known_sizes.c
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── memusage.c
│ │ │ │ │ ├── README
│ │ │ │ │ ├── repeat.c
│ │ │ │ │ └── sync_flush.c
│ │ │ │ ├── doc
│ │ │ │ │ ├── faq.txt
│ │ │ │ │ ├── history.txt
│ │ │ │ │ ├── lzma-file-format.txt
│ │ │ │ │ ├── man
│ │ │ │ │ │ ├── pdf-a4
│ │ │ │ │ │ │ ├── xz-a4.pdf
│ │ │ │ │ │ │ ├── xzdec-a4.pdf
│ │ │ │ │ │ │ ├── xzdiff-a4.pdf
│ │ │ │ │ │ │ ├── xzgrep-a4.pdf
│ │ │ │ │ │ │ ├── xzless-a4.pdf
│ │ │ │ │ │ │ └── xzmore-a4.pdf
│ │ │ │ │ │ ├── pdf-letter
│ │ │ │ │ │ │ ├── xzdec-letter.pdf
│ │ │ │ │ │ │ ├── xzdiff-letter.pdf
│ │ │ │ │ │ │ ├── xzgrep-letter.pdf
│ │ │ │ │ │ │ ├── xzless-letter.pdf
│ │ │ │ │ │ │ ├── xz-letter.pdf
│ │ │ │ │ │ │ └── xzmore-letter.pdf
│ │ │ │ │ │ └── txt
│ │ │ │ │ │ ├── xzdec.txt
│ │ │ │ │ │ ├── xzdiff.txt
│ │ │ │ │ │ ├── xzgrep.txt
│ │ │ │ │ │ ├── xzless.txt
│ │ │ │ │ │ ├── xzmore.txt
│ │ │ │ │ │ └── xz.txt
│ │ │ │ │ └── xz-file-format.txt
│ │ │ │ ├── dos
│ │ │ │ │ ├── config.h
│ │ │ │ │ ├── Makefile
│ │ │ │ │ └── README
│ │ │ │ ├── Doxyfile.in
│ │ │ │ ├── extra
│ │ │ │ │ ├── 7z2lzma
│ │ │ │ │ │ └── 7z2lzma.bash
│ │ │ │ │ └── scanlzma
│ │ │ │ │ └── scanlzma.c
│ │ │ │ ├── INSTALL
│ │ │ │ ├── INSTALL.generic
│ │ │ │ ├── lib
│ │ │ │ │ ├── getopt1.c
│ │ │ │ │ ├── getopt.c
│ │ │ │ │ ├── getopt.in.h
│ │ │ │ │ ├── getopt_int.h
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ └── Makefile.in
│ │ │ │ ├── m4
│ │ │ │ │ ├── acx_pthread.m4
│ │ │ │ │ ├── getopt.m4
│ │ │ │ │ ├── gettext.m4
│ │ │ │ │ ├── iconv.m4
│ │ │ │ │ ├── lc_cpucores.m4
│ │ │ │ │ ├── lc_physmem.m4
│ │ │ │ │ ├── lib-ld.m4
│ │ │ │ │ ├── lib-link.m4
│ │ │ │ │ ├── lib-prefix.m4
│ │ │ │ │ ├── libtool.m4
│ │ │ │ │ ├── lt~obsolete.m4
│ │ │ │ │ ├── ltoptions.m4
│ │ │ │ │ ├── ltsugar.m4
│ │ │ │ │ ├── ltversion.m4
│ │ │ │ │ ├── nls.m4
│ │ │ │ │ ├── po.m4
│ │ │ │ │ ├── posix-shell.m4
│ │ │ │ │ ├── progtest.m4
│ │ │ │ │ └── visibility.m4
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── NEWS
│ │ │ │ ├── PACKAGERS
│ │ │ │ ├── po
│ │ │ │ │ ├── boldquot.sed
│ │ │ │ │ ├── en@boldquot.header
│ │ │ │ │ ├── en@quot.header
│ │ │ │ │ ├── insert-header.sin
│ │ │ │ │ ├── LINGUAS
│ │ │ │ │ ├── Makefile.in.in
│ │ │ │ │ ├── Makevars
│ │ │ │ │ ├── POTFILES.in
│ │ │ │ │ ├── quot.sed
│ │ │ │ │ ├── remove-potcdate.sin
│ │ │ │ │ ├── Rules-quot
│ │ │ │ │ ├── stamp-po
│ │ │ │ │ └── xz.pot
│ │ │ │ ├── README
│ │ │ │ ├── src
│ │ │ │ │ ├── common
│ │ │ │ │ │ ├── bswap.h
│ │ │ │ │ │ ├── common_w32res.rc
│ │ │ │ │ │ ├── cpucores.h
│ │ │ │ │ │ ├── integer.h
│ │ │ │ │ │ ├── mythread.h
│ │ │ │ │ │ ├── open_stdxxx.h
│ │ │ │ │ │ ├── physmem.h
│ │ │ │ │ │ └── sysdefs.h
│ │ │ │ │ ├── liblzma
│ │ │ │ │ │ ├── api
│ │ │ │ │ │ │ ├── lzma
│ │ │ │ │ │ │ │ ├── base.h
│ │ │ │ │ │ │ │ ├── bcj.h
│ │ │ │ │ │ │ │ ├── block.h
│ │ │ │ │ │ │ │ ├── check.h
│ │ │ │ │ │ │ │ ├── container.h
│ │ │ │ │ │ │ │ ├── delta.h
│ │ │ │ │ │ │ │ ├── filter.h
│ │ │ │ │ │ │ │ ├── index.h
│ │ │ │ │ │ │ │ ├── index_hash.h
│ │ │ │ │ │ │ │ ├── lzma.h
│ │ │ │ │ │ │ │ ├── stream_flags.h
│ │ │ │ │ │ │ │ ├── subblock.h
│ │ │ │ │ │ │ │ ├── version.h
│ │ │ │ │ │ │ │ └── vli.h
│ │ │ │ │ │ │ ├── lzma.h
│ │ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ │ └── Makefile.in
│ │ │ │ │ │ ├── check
│ │ │ │ │ │ │ ├── check.c
│ │ │ │ │ │ │ ├── check.h
│ │ │ │ │ │ │ ├── crc32_fast.c
│ │ │ │ │ │ │ ├── crc32_small.c
│ │ │ │ │ │ │ ├── crc32_table_be.h
│ │ │ │ │ │ │ ├── crc32_table.c
│ │ │ │ │ │ │ ├── crc32_tablegen.c
│ │ │ │ │ │ │ ├── crc32_table_le.h
│ │ │ │ │ │ │ ├── crc32_x86.S
│ │ │ │ │ │ │ ├── crc64_fast.c
│ │ │ │ │ │ │ ├── crc64_small.c
│ │ │ │ │ │ │ ├── crc64_table_be.h
│ │ │ │ │ │ │ ├── crc64_table.c
│ │ │ │ │ │ │ ├── crc64_tablegen.c
│ │ │ │ │ │ │ ├── crc64_table_le.h
│ │ │ │ │ │ │ ├── crc64_x86.S
│ │ │ │ │ │ │ ├── crc_macros.h
│ │ │ │ │ │ │ ├── Makefile.inc
│ │ │ │ │ │ │ └── sha256.c
│ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ ├── alone_decoder.c
│ │ │ │ │ │ │ ├── alone_decoder.h
│ │ │ │ │ │ │ ├── alone_encoder.c
│ │ │ │ │ │ │ ├── auto_decoder.c
│ │ │ │ │ │ │ ├── block_buffer_decoder.c
│ │ │ │ │ │ │ ├── block_buffer_encoder.c
│ │ │ │ │ │ │ ├── block_decoder.c
│ │ │ │ │ │ │ ├── block_decoder.h
│ │ │ │ │ │ │ ├── block_encoder.c
│ │ │ │ │ │ │ ├── block_encoder.h
│ │ │ │ │ │ │ ├── block_header_decoder.c
│ │ │ │ │ │ │ ├── block_header_encoder.c
│ │ │ │ │ │ │ ├── block_util.c
│ │ │ │ │ │ │ ├── bsr.h
│ │ │ │ │ │ │ ├── common.c
│ │ │ │ │ │ │ ├── common.h
│ │ │ │ │ │ │ ├── easy_buffer_encoder.c
│ │ │ │ │ │ │ ├── easy_decoder_memusage.c
│ │ │ │ │ │ │ ├── easy_encoder.c
│ │ │ │ │ │ │ ├── easy_encoder_memusage.c
│ │ │ │ │ │ │ ├── easy_preset.c
│ │ │ │ │ │ │ ├── easy_preset.h
│ │ │ │ │ │ │ ├── filter_buffer_decoder.c
│ │ │ │ │ │ │ ├── filter_buffer_encoder.c
│ │ │ │ │ │ │ ├── filter_common.c
│ │ │ │ │ │ │ ├── filter_common.h
│ │ │ │ │ │ │ ├── filter_decoder.c
│ │ │ │ │ │ │ ├── filter_decoder.h
│ │ │ │ │ │ │ ├── filter_encoder.c
│ │ │ │ │ │ │ ├── filter_encoder.h
│ │ │ │ │ │ │ ├── filter_flags_decoder.c
│ │ │ │ │ │ │ ├── filter_flags_encoder.c
│ │ │ │ │ │ │ ├── index.c
│ │ │ │ │ │ │ ├── index_decoder.c
│ │ │ │ │ │ │ ├── index_encoder.c
│ │ │ │ │ │ │ ├── index_encoder.h
│ │ │ │ │ │ │ ├── index.h
│ │ │ │ │ │ │ ├── index_hash.c
│ │ │ │ │ │ │ ├── Makefile.inc
│ │ │ │ │ │ │ ├── stream_buffer_decoder.c
│ │ │ │ │ │ │ ├── stream_buffer_encoder.c
│ │ │ │ │ │ │ ├── stream_decoder.c
│ │ │ │ │ │ │ ├── stream_decoder.h
│ │ │ │ │ │ │ ├── stream_encoder.c
│ │ │ │ │ │ │ ├── stream_encoder.h
│ │ │ │ │ │ │ ├── stream_flags_common.c
│ │ │ │ │ │ │ ├── stream_flags_common.h
│ │ │ │ │ │ │ ├── stream_flags_decoder.c
│ │ │ │ │ │ │ ├── stream_flags_encoder.c
│ │ │ │ │ │ │ ├── vli_decoder.c
│ │ │ │ │ │ │ ├── vli_encoder.c
│ │ │ │ │ │ │ └── vli_size.c
│ │ │ │ │ │ ├── delta
│ │ │ │ │ │ │ ├── delta_common.c
│ │ │ │ │ │ │ ├── delta_common.h
│ │ │ │ │ │ │ ├── delta_decoder.c
│ │ │ │ │ │ │ ├── delta_decoder.h
│ │ │ │ │ │ │ ├── delta_encoder.c
│ │ │ │ │ │ │ ├── delta_encoder.h
│ │ │ │ │ │ │ ├── delta_private.h
│ │ │ │ │ │ │ └── Makefile.inc
│ │ │ │ │ │ ├── liblzma.pc.in
│ │ │ │ │ │ ├── liblzma_w32res.rc
│ │ │ │ │ │ ├── lz
│ │ │ │ │ │ │ ├── lz_decoder.c
│ │ │ │ │ │ │ ├── lz_decoder.h
│ │ │ │ │ │ │ ├── lz_encoder.c
│ │ │ │ │ │ │ ├── lz_encoder.h
│ │ │ │ │ │ │ ├── lz_encoder_hash.h
│ │ │ │ │ │ │ ├── lz_encoder_mf.c
│ │ │ │ │ │ │ └── Makefile.inc
│ │ │ │ │ │ ├── lzma
│ │ │ │ │ │ │ ├── fastpos.h
│ │ │ │ │ │ │ ├── fastpos_table.c
│ │ │ │ │ │ │ ├── fastpos_tablegen.c
│ │ │ │ │ │ │ ├── lzma2_decoder.c
│ │ │ │ │ │ │ ├── lzma2_decoder.h
│ │ │ │ │ │ │ ├── lzma2_encoder.c
│ │ │ │ │ │ │ ├── lzma2_encoder.h
│ │ │ │ │ │ │ ├── lzma_common.h
│ │ │ │ │ │ │ ├── lzma_decoder.c
│ │ │ │ │ │ │ ├── lzma_decoder.h
│ │ │ │ │ │ │ ├── lzma_encoder.c
│ │ │ │ │ │ │ ├── lzma_encoder.h
│ │ │ │ │ │ │ ├── lzma_encoder_optimum_fast.c
│ │ │ │ │ │ │ ├── lzma_encoder_optimum_normal.c
│ │ │ │ │ │ │ ├── lzma_encoder_presets.c
│ │ │ │ │ │ │ ├── lzma_encoder_private.h
│ │ │ │ │ │ │ └── Makefile.inc
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── Makefile.in
│ │ │ │ │ │ ├── rangecoder
│ │ │ │ │ │ │ ├── Makefile.inc
│ │ │ │ │ │ │ ├── price.h
│ │ │ │ │ │ │ ├── price_table.c
│ │ │ │ │ │ │ ├── price_tablegen.c
│ │ │ │ │ │ │ ├── range_common.h
│ │ │ │ │ │ │ ├── range_decoder.h
│ │ │ │ │ │ │ └── range_encoder.h
│ │ │ │ │ │ ├── simple
│ │ │ │ │ │ │ ├── arm.c
│ │ │ │ │ │ │ ├── armthumb.c
│ │ │ │ │ │ │ ├── ia64.c
│ │ │ │ │ │ │ ├── Makefile.inc
│ │ │ │ │ │ │ ├── powerpc.c
│ │ │ │ │ │ │ ├── simple_coder.c
│ │ │ │ │ │ │ ├── simple_coder.h
│ │ │ │ │ │ │ ├── simple_decoder.c
│ │ │ │ │ │ │ ├── simple_decoder.h
│ │ │ │ │ │ │ ├── simple_encoder.c
│ │ │ │ │ │ │ ├── simple_encoder.h
│ │ │ │ │ │ │ ├── simple_private.h
│ │ │ │ │ │ │ ├── sparc.c
│ │ │ │ │ │ │ └── x86.c
│ │ │ │ │ │ └── subblock
│ │ │ │ │ │ ├── Makefile.inc
│ │ │ │ │ │ ├── subblock_decoder.c
│ │ │ │ │ │ ├── subblock_decoder.h
│ │ │ │ │ │ ├── subblock_decoder_helper.c
│ │ │ │ │ │ ├── subblock_decoder_helper.h
│ │ │ │ │ │ ├── subblock_encoder.c
│ │ │ │ │ │ └── subblock_encoder.h
│ │ │ │ │ ├── lzmainfo
│ │ │ │ │ │ ├── lzmainfo.1
│ │ │ │ │ │ ├── lzmainfo.c
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ └── Makefile.in
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── scripts
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── Makefile.in
│ │ │ │ │ │ ├── xzdiff.1
│ │ │ │ │ │ ├── xzdiff.in
│ │ │ │ │ │ ├── xzgrep.1
│ │ │ │ │ │ ├── xzgrep.in
│ │ │ │ │ │ ├── xzless.1
│ │ │ │ │ │ ├── xzless.in
│ │ │ │ │ │ ├── xzmore.1
│ │ │ │ │ │ └── xzmore.in
│ │ │ │ │ ├── xz
│ │ │ │ │ │ ├── args.c
│ │ │ │ │ │ ├── args.h
│ │ │ │ │ │ ├── coder.c
│ │ │ │ │ │ ├── coder.h
│ │ │ │ │ │ ├── file_io.c
│ │ │ │ │ │ ├── file_io.h
│ │ │ │ │ │ ├── hardware.c
│ │ │ │ │ │ ├── hardware.h
│ │ │ │ │ │ ├── main.c
│ │ │ │ │ │ ├── main.h
│ │ │ │ │ │ ├── Makefile.am
│ │ │ │ │ │ ├── Makefile.in
│ │ │ │ │ │ ├── message.c
│ │ │ │ │ │ ├── message.h
│ │ │ │ │ │ ├── options.c
│ │ │ │ │ │ ├── options.h
│ │ │ │ │ │ ├── private.h
│ │ │ │ │ │ ├── signals.c
│ │ │ │ │ │ ├── signals.h
│ │ │ │ │ │ ├── suffix.c
│ │ │ │ │ │ ├── suffix.h
│ │ │ │ │ │ ├── util.c
│ │ │ │ │ │ ├── util.h
│ │ │ │ │ │ ├── xz.1
│ │ │ │ │ │ └── xz_w32res.rc
│ │ │ │ │ └── xzdec
│ │ │ │ │ ├── lzmadec_w32res.rc
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── xzdec.1
│ │ │ │ │ ├── xzdec.c
│ │ │ │ │ └── xzdec_w32res.rc
│ │ │ │ ├── tests
│ │ │ │ │ ├── bcj_test.c
│ │ │ │ │ ├── compress_prepared_bcj_sparc
│ │ │ │ │ ├── compress_prepared_bcj_x86
│ │ │ │ │ ├── create_compress_files.c
│ │ │ │ │ ├── files
│ │ │ │ │ │ ├── bad-0-backward_size.xz
│ │ │ │ │ │ ├── bad-0cat-alone.xz
│ │ │ │ │ │ ├── bad-0cat-header_magic.xz
│ │ │ │ │ │ ├── bad-0catpad-empty.xz
│ │ │ │ │ │ ├── bad-0-empty-truncated.xz
│ │ │ │ │ │ ├── bad-0-footer_magic.xz
│ │ │ │ │ │ ├── bad-0-header_magic.xz
│ │ │ │ │ │ ├── bad-0-nonempty_index.xz
│ │ │ │ │ │ ├── bad-0pad-empty.xz
│ │ │ │ │ │ ├── bad-1-block_header-1.xz
│ │ │ │ │ │ ├── bad-1-block_header-2.xz
│ │ │ │ │ │ ├── bad-1-block_header-3.xz
│ │ │ │ │ │ ├── bad-1-block_header-4.xz
│ │ │ │ │ │ ├── bad-1-block_header-5.xz
│ │ │ │ │ │ ├── bad-1-check-crc32.xz
│ │ │ │ │ │ ├── bad-1-check-crc64.xz
│ │ │ │ │ │ ├── bad-1-check-sha256.xz
│ │ │ │ │ │ ├── bad-1-lzma2-1.xz
│ │ │ │ │ │ ├── bad-1-lzma2-2.xz
│ │ │ │ │ │ ├── bad-1-lzma2-3.xz
│ │ │ │ │ │ ├── bad-1-lzma2-4.xz
│ │ │ │ │ │ ├── bad-1-lzma2-5.xz
│ │ │ │ │ │ ├── bad-1-lzma2-6.xz
│ │ │ │ │ │ ├── bad-1-lzma2-7.xz
│ │ │ │ │ │ ├── bad-1-lzma2-8.xz
│ │ │ │ │ │ ├── bad-1-stream_flags-1.xz
│ │ │ │ │ │ ├── bad-1-stream_flags-2.xz
│ │ │ │ │ │ ├── bad-1-stream_flags-3.xz
│ │ │ │ │ │ ├── bad-1-vli-1.xz
│ │ │ │ │ │ ├── bad-1-vli-2.xz
│ │ │ │ │ │ ├── bad-2-compressed_data_padding.xz
│ │ │ │ │ │ ├── bad-2-index-1.xz
│ │ │ │ │ │ ├── bad-2-index-2.xz
│ │ │ │ │ │ ├── bad-2-index-3.xz
│ │ │ │ │ │ ├── bad-2-index-4.xz
│ │ │ │ │ │ ├── bad-2-index-5.xz
│ │ │ │ │ │ ├── good-0cat-empty.xz
│ │ │ │ │ │ ├── good-0catpad-empty.xz
│ │ │ │ │ │ ├── good-0-empty.xz
│ │ │ │ │ │ ├── good-0pad-empty.xz
│ │ │ │ │ │ ├── good-1-3delta-lzma2.xz
│ │ │ │ │ │ ├── good-1-block_header-1.xz
│ │ │ │ │ │ ├── good-1-block_header-2.xz
│ │ │ │ │ │ ├── good-1-block_header-3.xz
│ │ │ │ │ │ ├── good-1-check-crc32.xz
│ │ │ │ │ │ ├── good-1-check-crc64.xz
│ │ │ │ │ │ ├── good-1-check-none.xz
│ │ │ │ │ │ ├── good-1-check-sha256.xz
│ │ │ │ │ │ ├── good-1-delta-lzma2.tiff.xz
│ │ │ │ │ │ ├── good-1-lzma2-1.xz
│ │ │ │ │ │ ├── good-1-lzma2-2.xz
│ │ │ │ │ │ ├── good-1-lzma2-3.xz
│ │ │ │ │ │ ├── good-1-lzma2-4.xz
│ │ │ │ │ │ ├── good-1-sparc-lzma2.xz
│ │ │ │ │ │ ├── good-1-x86-lzma2.xz
│ │ │ │ │ │ ├── good-2-lzma2.xz
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── unsupported-block_header.xz
│ │ │ │ │ │ ├── unsupported-check.xz
│ │ │ │ │ │ ├── unsupported-filter_flags-1.xz
│ │ │ │ │ │ ├── unsupported-filter_flags-2.xz
│ │ │ │ │ │ └── unsupported-filter_flags-3.xz
│ │ │ │ │ ├── Makefile.am
│ │ │ │ │ ├── Makefile.in
│ │ │ │ │ ├── test_block_header.c
│ │ │ │ │ ├── test_check.c
│ │ │ │ │ ├── test_compress.sh
│ │ │ │ │ ├── test_files.sh
│ │ │ │ │ ├── test_filter_flags.c
│ │ │ │ │ ├── test_index.c
│ │ │ │ │ ├── tests.h
│ │ │ │ │ └── test_stream_flags.c
│ │ │ │ ├── THANKS
│ │ │ │ ├── TODO
│ │ │ │ ├── version.sh
│ │ │ │ └── windows
│ │ │ │ ├── config.h
│ │ │ │ ├── Makefile
│ │ │ │ └── README
│ │ │ ├── tools
│ │ │ │ ├── ba_replay.cc
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── ftverify.cc
│ │ │ │ ├── pmprof
│ │ │ │ ├── tdb_logprint.cc
│ │ │ │ ├── tdb-recover.cc
│ │ │ │ ├── tokudb_dump.cc
│ │ │ │ └── tokuftdump.cc
│ │ │ └── util
│ │ │ ├── bytestring.h
│ │ │ ├── circular_buffer.cc
│ │ │ ├── circular_buffer.h
│ │ │ ├── CMakeLists.txt
│ │ │ ├── constexpr.h
│ │ │ ├── context.cc
│ │ │ ├── context.h
│ │ │ ├── dbt.cc
│ │ │ ├── dbt.h
│ │ │ ├── dmt.cc
│ │ │ ├── dmt.h
│ │ │ ├── doubly_linked_list.h
│ │ │ ├── fmutex.h
│ │ │ ├── frwlock.cc
│ │ │ ├── frwlock.h
│ │ │ ├── growable_array.h
│ │ │ ├── kibbutz.cc
│ │ │ ├── kibbutz.h
│ │ │ ├── memarena.cc
│ │ │ ├── memarena.h
│ │ │ ├── mempool.cc
│ │ │ ├── mempool.h
│ │ │ ├── minicron.cc
│ │ │ ├── minicron.h
│ │ │ ├── nb_mutex.h
│ │ │ ├── omt.cc
│ │ │ ├── omt.h
│ │ │ ├── partitioned_counter.cc
│ │ │ ├── partitioned_counter.h
│ │ │ ├── queue.cc
│ │ │ ├── queue.h
│ │ │ ├── rwlock.h
│ │ │ ├── scoped_malloc.cc
│ │ │ ├── scoped_malloc.h
│ │ │ ├── sort.h
│ │ │ ├── status.h
│ │ │ ├── tests
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ ├── marked-omt-test.cc
│ │ │ │ ├── memarena-test.cc
│ │ │ │ ├── minicron-test.cc
│ │ │ │ ├── omt-test.cc
│ │ │ │ ├── omt-tmpl-test.cc
│ │ │ │ ├── queue-test.cc
│ │ │ │ ├── rwlock_condvar.h
│ │ │ │ ├── sort-tmpl-test.cc
│ │ │ │ ├── test_circular_buffer.cc
│ │ │ │ ├── test_doubly_linked_list.cc
│ │ │ │ ├── test-frwlock-fair-writers.cc
│ │ │ │ ├── test.h
│ │ │ │ ├── test-kibbutz2.cc
│ │ │ │ ├── test-kibbutz.cc
│ │ │ │ ├── test_partitioned_counter_5833.cc
│ │ │ │ ├── test_partitioned_counter.cc
│ │ │ │ ├── test-rwlock.cc
│ │ │ │ ├── test-rwlock-cheapness.cc
│ │ │ │ ├── test-rwlock-unfair-writers.cc
│ │ │ │ ├── threadpool-nproc-limit.cc
│ │ │ │ ├── threadpool-test.cc
│ │ │ │ ├── threadpool-testrunf.cc
│ │ │ │ └── x1764-test.cc
│ │ │ ├── threadpool.cc
│ │ │ ├── threadpool.h
│ │ │ ├── x1764.cc
│ │ │ └── x1764.h
│ │ ├── hatoku_cmp.cc
│ │ ├── hatoku_cmp.h
│ │ ├── ha_tokudb_admin.cc
│ │ ├── ha_tokudb_alter_55.cc
│ │ ├── ha_tokudb_alter_56.cc
│ │ ├── ha_tokudb_alter_common.cc
│ │ ├── ha_tokudb.cc
│ │ ├── ha_tokudb.h
│ │ ├── ha_tokudb_mrr_maria.cc
│ │ ├── ha_tokudb_mrr_mysql.cc
│ │ ├── ha_tokudb_update.cc
│ │ ├── hatoku_defines.h
│ │ ├── hatoku_hton.cc
│ │ ├── hatoku_hton.h
│ │ ├── mysql-test
│ │ │ ├── README.tokudb
│ │ │ ├── rpl
│ │ │ │ ├── disabled.def
│ │ │ │ ├── include
│ │ │ │ │ ├── have_tokudb.inc
│ │ │ │ │ └── have_tokudb.opt
│ │ │ │ ├── r
│ │ │ │ │ ├── rpl_tokudb_delete_pk_lookup1.result
│ │ │ │ │ ├── rpl_tokudb_delete_pk.result
│ │ │ │ │ ├── rpl_tokudb_read_only_ff.result
│ │ │ │ │ ├── rpl_tokudb_read_only_ft.result
│ │ │ │ │ ├── rpl_tokudb_read_only_tf.result
│ │ │ │ │ ├── rpl_tokudb_read_only_tt.result
│ │ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup0.result
│ │ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup1.result
│ │ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup0.result
│ │ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup1.result
│ │ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup0.result
│ │ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup1.result
│ │ │ │ │ ├── rpl_tokudb_write_pk.result
│ │ │ │ │ ├── rpl_tokudb_write_pk_uc1.result
│ │ │ │ │ ├── rpl_tokudb_write_unique.result
│ │ │ │ │ ├── rpl_tokudb_write_unique_uc1.result
│ │ │ │ │ └── tokudb_innodb_xa_crash.result
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── rpl_tokudb_delete_pk_lookup1-slave.opt
│ │ │ │ ├── rpl_tokudb_delete_pk_lookup1.test
│ │ │ │ ├── rpl_tokudb_delete_pk-slave.opt
│ │ │ │ ├── rpl_tokudb_delete_pk.test
│ │ │ │ ├── rpl_tokudb_read_only_ff-slave.opt
│ │ │ │ ├── rpl_tokudb_read_only_ff.test
│ │ │ │ ├── rpl_tokudb_read_only_ft-slave.opt
│ │ │ │ ├── rpl_tokudb_read_only_ft.test
│ │ │ │ ├── rpl_tokudb_read_only_tf-slave.opt
│ │ │ │ ├── rpl_tokudb_read_only_tf.test
│ │ │ │ ├── rpl_tokudb_read_only_tt-slave.opt
│ │ │ │ ├── rpl_tokudb_read_only_tt.test
│ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup0-slave.opt
│ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup0.test
│ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup1-slave.opt
│ │ │ │ ├── rpl_tokudb_update_pk_uc0_lookup1.test
│ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup0-slave.opt
│ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup0.test
│ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup1-slave.opt
│ │ │ │ ├── rpl_tokudb_update_pk_uc1_lookup1.test
│ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup0-slave.opt
│ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup0.test
│ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup1-slave.opt
│ │ │ │ ├── rpl_tokudb_update_unique_uc0_lookup1.test
│ │ │ │ ├── rpl_tokudb_write_pk-slave.opt
│ │ │ │ ├── rpl_tokudb_write_pk.test
│ │ │ │ ├── rpl_tokudb_write_pk_uc1-slave.opt
│ │ │ │ ├── rpl_tokudb_write_pk_uc1.test
│ │ │ │ ├── rpl_tokudb_write_unique-slave.opt
│ │ │ │ ├── rpl_tokudb_write_unique.test
│ │ │ │ ├── rpl_tokudb_write_unique_uc1-slave.opt
│ │ │ │ ├── rpl_tokudb_write_unique_uc1.test
│ │ │ │ ├── tokudb_innodb_xa_crash-slave.opt
│ │ │ │ └── tokudb_innodb_xa_crash.test
│ │ │ ├── tokudb
│ │ │ │ ├── bulk-fetch-gen.py
│ │ │ │ ├── disabled.def
│ │ │ │ ├── include
│ │ │ │ │ └── have_tokudb.inc
│ │ │ │ ├── locks-blocking-row-locks-testgen.py
│ │ │ │ ├── r
│ │ │ │ │ ├── auto_increment_boundary.result
│ │ │ │ │ ├── auto_increment_boundary_traditional.result
│ │ │ │ │ ├── auto_increment.result
│ │ │ │ │ ├── bf_create_select_hash_part.result
│ │ │ │ │ ├── bf_create_select_range_part.result
│ │ │ │ │ ├── bf_create_select.result
│ │ │ │ │ ├── bf_create_temp_select.result
│ │ │ │ │ ├── bf_delete.result
│ │ │ │ │ ├── bf_delete_trigger.result
│ │ │ │ │ ├── bf_insert_select_dup_key.result
│ │ │ │ │ ├── bf_insert_select.result
│ │ │ │ │ ├── bf_insert_select_trigger.result
│ │ │ │ │ ├── bf_insert_select_update_trigger.result
│ │ │ │ │ ├── bf_replace_select.result
│ │ │ │ │ ├── bf_replace_select_trigger.result
│ │ │ │ │ ├── bf_select_hash_part.result
│ │ │ │ │ ├── bf_select_range_part.result
│ │ │ │ │ ├── bulk-fetch2.result
│ │ │ │ │ ├── bulk-fetch.result
│ │ │ │ │ ├── card_add_drop.result
│ │ │ │ │ ├── card_add_index.result
│ │ │ │ │ ├── card_drop_index_2.result
│ │ │ │ │ ├── card_drop_index.result
│ │ │ │ │ ├── card_drop_pk.result
│ │ │ │ │ ├── card_no_keys.result
│ │ │ │ │ ├── card_pk_2.result
│ │ │ │ │ ├── card_pk.result
│ │ │ │ │ ├── card_pk_sk.result
│ │ │ │ │ ├── card_sk_2.result
│ │ │ │ │ ├── card_sk.result
│ │ │ │ │ ├── card_unique_sk.result
│ │ │ │ │ ├── change_column_all_1000_10.result
│ │ │ │ │ ├── change_column_all_1000_1.result
│ │ │ │ │ ├── change_column_auto_inc.result
│ │ │ │ │ ├── change_column_bin_descriptor.result
│ │ │ │ │ ├── change_column_bin_key.result
│ │ │ │ │ ├── change_column_bin_pad.result
│ │ │ │ │ ├── change_column_bin_rename.result
│ │ │ │ │ ├── change_column_bin.result
│ │ │ │ │ ├── change_column_blob_data.result
│ │ │ │ │ ├── change_column_blob.result
│ │ │ │ │ ├── change_column_carchar_sum_cross256.result
│ │ │ │ │ ├── change_column_char_binary.result
│ │ │ │ │ ├── change_column_char_charbinary.result
│ │ │ │ │ ├── change_column_char_charset.result
│ │ │ │ │ ├── change_column_char_default.result
│ │ │ │ │ ├── change_column_char_descriptor.result
│ │ │ │ │ ├── change_column_char_key.result
│ │ │ │ │ ├── change_column_char_null.result
│ │ │ │ │ ├── change_column_char_rename.result
│ │ │ │ │ ├── change_column_char.result
│ │ │ │ │ ├── change_column_delete_change_char_5674.result
│ │ │ │ │ ├── change_column_delete_change_int_5674.result
│ │ │ │ │ ├── change_column_delete_change_varchar_5674.result
│ │ │ │ │ ├── change_column_int_default.result
│ │ │ │ │ ├── change_column_int_descriptor.result
│ │ │ │ │ ├── change_column_int_key.result
│ │ │ │ │ ├── change_column_int_not_supported.result
│ │ │ │ │ ├── change_column_int_rename.result
│ │ │ │ │ ├── change_column_int.result
│ │ │ │ │ ├── change_column_multiple_columns.result
│ │ │ │ │ ├── change_column_multiple_int.result
│ │ │ │ │ ├── change_column_text_data.result
│ │ │ │ │ ├── change_column_text.result
│ │ │ │ │ ├── change_column_varbin_cross256.result
│ │ │ │ │ ├── change_column_varbin_default.result
│ │ │ │ │ ├── change_column_varbin_descriptor.result
│ │ │ │ │ ├── change_column_varbin_key.result
│ │ │ │ │ ├── change_column_varbin_multiple.result
│ │ │ │ │ ├── change_column_varbin_null.result
│ │ │ │ │ ├── change_column_varbin_rename.result
│ │ │ │ │ ├── change_column_varbin.result
│ │ │ │ │ ├── change_column_varbin_varchar.result
│ │ │ │ │ ├── change_column_varchar_charset.result
│ │ │ │ │ ├── change_column_varchar_cross256.result
│ │ │ │ │ ├── change_column_varchar_default.result
│ │ │ │ │ ├── change_column_varchar_descriptor.result
│ │ │ │ │ ├── change_column_varchar_key.result
│ │ │ │ │ ├── change_column_varchar_null.result
│ │ │ │ │ ├── change_column_varchar_prefix_a.result
│ │ │ │ │ ├── change_column_varchar_prefix_b.result
│ │ │ │ │ ├── change_column_varchar_rename.result
│ │ │ │ │ ├── change_column_varchar.result
│ │ │ │ │ ├── change_column_varchar_sum_cross256.result
│ │ │ │ │ ├── change_column_varchar_varbin.result
│ │ │ │ │ ├── cluster_1829.result
│ │ │ │ │ ├── cluster_2968-0.result
│ │ │ │ │ ├── cluster_2968-1.result
│ │ │ │ │ ├── cluster_2968-2.result
│ │ │ │ │ ├── cluster_2968-3.result
│ │ │ │ │ ├── cluster_create_table.result
│ │ │ │ │ ├── cluster_delete2.result
│ │ │ │ │ ├── cluster_delete.result
│ │ │ │ │ ├── cluster_filter_hidden.result
│ │ │ │ │ ├── cluster_filter_key.result
│ │ │ │ │ ├── cluster_filter.result
│ │ │ │ │ ├── cluster_filter_unpack_varchar_and_int_hidden.result
│ │ │ │ │ ├── cluster_filter_unpack_varchar_hidden.result
│ │ │ │ │ ├── cluster_filter_unpack_varchar.result
│ │ │ │ │ ├── cluster_filter_varchar_prefix.result
│ │ │ │ │ ├── cluster_key_part.result
│ │ │ │ │ ├── cluster_key.result
│ │ │ │ │ ├── cluster_query_plan.result
│ │ │ │ │ ├── cluster_tokudb_bug_993_2.result
│ │ │ │ │ ├── cluster_tokudb_bug_993.result
│ │ │ │ │ ├── cluster_update2.result
│ │ │ │ │ ├── cluster_update.result
│ │ │ │ │ ├── ctype_ascii.result
│ │ │ │ │ ├── ctype_collate.result
│ │ │ │ │ ├── ctype_cp1250_ch.result
│ │ │ │ │ ├── ctype_cp1251.result
│ │ │ │ │ ├── fast_update_binlog_mixed.result
│ │ │ │ │ ├── fast_update_binlog_row.result
│ │ │ │ │ ├── fast_update_binlog_statement.result
│ │ │ │ │ ├── fast_update_blobs_fixed_varchar.result
│ │ │ │ │ ├── fast_update_blobs.result
│ │ │ │ │ ├── fast_update_blobs_with_varchar.result
│ │ │ │ │ ├── fast_update_char.result
│ │ │ │ │ ├── fast_update_deadlock.result
│ │ │ │ │ ├── fast_update_decr_floor.result
│ │ │ │ │ ├── fast_update_disable_slow_update.result
│ │ │ │ │ ├── fast_update_error.result
│ │ │ │ │ ├── fast_update_int_bounds.result
│ │ │ │ │ ├── fast_update_int.result
│ │ │ │ │ ├── fast_update_key.result
│ │ │ │ │ ├── fast_update_sqlmode.result
│ │ │ │ │ ├── fast_update_uint_bounds.result
│ │ │ │ │ ├── fast_update_varchar.result
│ │ │ │ │ ├── fast_upsert_bin_pad.result
│ │ │ │ │ ├── fast_upsert_char.result
│ │ │ │ │ ├── fast_upsert_deadlock.result
│ │ │ │ │ ├── fast_upsert_int.result
│ │ │ │ │ ├── fast_upsert_key.result
│ │ │ │ │ ├── fast_upsert_sqlmode.result
│ │ │ │ │ ├── fast_upsert_values.result
│ │ │ │ │ ├── hotindex-del-0.result
│ │ │ │ │ ├── hotindex-del-1.result
│ │ │ │ │ ├── hotindex-del-fast.result
│ │ │ │ │ ├── hotindex-del-slow.result
│ │ │ │ │ ├── hotindex-insert-0.result
│ │ │ │ │ ├── hotindex-insert-1.result
│ │ │ │ │ ├── hotindex-insert-2.result
│ │ │ │ │ ├── hotindex-insert-bigchar.result
│ │ │ │ │ ├── hotindex-update-0.result
│ │ │ │ │ ├── hotindex-update-1.result
│ │ │ │ │ ├── information-schema-global-status.result
│ │ │ │ │ ├── i_s_tokudb_locks_released.result
│ │ │ │ │ ├── i_s_tokudb_locks.result
│ │ │ │ │ ├── i_s_tokudb_lock_waits_released.result
│ │ │ │ │ ├── i_s_tokudb_lock_waits_timeout.result
│ │ │ │ │ ├── i_s_tokudb_trx.result
│ │ │ │ │ ├── lockretry-insert.writelocktable.result
│ │ │ │ │ ├── lockretry-writelocktable.insert2.result
│ │ │ │ │ ├── lockretry-writelocktable.insert.result
│ │ │ │ │ ├── locks-blocking-row-locks-getset.result
│ │ │ │ │ ├── locks-blocking-row-locks-race.result
│ │ │ │ │ ├── locks-blocking-row-locks.result
│ │ │ │ │ ├── locks-delete-deadlock-1.result
│ │ │ │ │ ├── locks-no-read-lock-serializable-autocommit.result
│ │ │ │ │ ├── locks-select-update-1.result
│ │ │ │ │ ├── locks-select-update-2.result
│ │ │ │ │ ├── locks-select-update-3.result
│ │ │ │ │ ├── locks-update-deadlock-1.result
│ │ │ │ │ ├── mvcc-10.result
│ │ │ │ │ ├── mvcc-11.result
│ │ │ │ │ ├── mvcc-12.result
│ │ │ │ │ ├── mvcc-13.result
│ │ │ │ │ ├── mvcc-14.result
│ │ │ │ │ ├── mvcc-15.result
│ │ │ │ │ ├── mvcc-16.result
│ │ │ │ │ ├── mvcc-17.result
│ │ │ │ │ ├── mvcc-18.result
│ │ │ │ │ ├── mvcc-19.result
│ │ │ │ │ ├── mvcc-1.result
│ │ │ │ │ ├── mvcc-20.result
│ │ │ │ │ ├── mvcc-21.result
│ │ │ │ │ ├── mvcc-22.result
│ │ │ │ │ ├── mvcc-23.result
│ │ │ │ │ ├── mvcc-24.result
│ │ │ │ │ ├── mvcc-25.result
│ │ │ │ │ ├── mvcc-26.result
│ │ │ │ │ ├── mvcc-27.result
│ │ │ │ │ ├── mvcc-2808-read-committed.result
│ │ │ │ │ ├── mvcc-2808-read-uncommitted.result
│ │ │ │ │ ├── mvcc-28.result
│ │ │ │ │ ├── mvcc-29.result
│ │ │ │ │ ├── mvcc-2.result
│ │ │ │ │ ├── mvcc-30.result
│ │ │ │ │ ├── mvcc-31.result
│ │ │ │ │ ├── mvcc-33.result
│ │ │ │ │ ├── mvcc-34.result
│ │ │ │ │ ├── mvcc-35.result
│ │ │ │ │ ├── mvcc-36.result
│ │ │ │ │ ├── mvcc-37.result
│ │ │ │ │ ├── mvcc-38.result
│ │ │ │ │ ├── mvcc-39.result
│ │ │ │ │ ├── mvcc-3.result
│ │ │ │ │ ├── mvcc-40.result
│ │ │ │ │ ├── mvcc-4.result
│ │ │ │ │ ├── mvcc-5.result
│ │ │ │ │ ├── mvcc-6.result
│ │ │ │ │ ├── mvcc-7.result
│ │ │ │ │ ├── mvcc-8.result
│ │ │ │ │ ├── mvcc-9.result
│ │ │ │ │ ├── mvcc-checksum-locks.result
│ │ │ │ │ ├── nested_txn_autocommit.result
│ │ │ │ │ ├── nested_txn_begin.result
│ │ │ │ │ ├── nested_txn_implicit_commit.result
│ │ │ │ │ ├── prim_key_1.result
│ │ │ │ │ ├── prim_key_2.result
│ │ │ │ │ ├── prim_key_3.result
│ │ │ │ │ ├── prim_key_4.result
│ │ │ │ │ ├── prim_key_5.result
│ │ │ │ │ ├── prim_key_6.result
│ │ │ │ │ ├── replace-ignore.result
│ │ │ │ │ ├── rows-32m-0.result
│ │ │ │ │ ├── rows-32m-1.result
│ │ │ │ │ ├── rows-32m-rand-insert.result
│ │ │ │ │ ├── rows-32m-seq-insert.result
│ │ │ │ │ ├── savepoint-1078-2.result
│ │ │ │ │ ├── savepoint-1078-3.result
│ │ │ │ │ ├── savepoint-1078-4.result
│ │ │ │ │ ├── savepoint-1078.result
│ │ │ │ │ ├── savepoint-2.result
│ │ │ │ │ ├── savepoint-3.result
│ │ │ │ │ ├── savepoint-4.result
│ │ │ │ │ ├── savepoint-5.result
│ │ │ │ │ ├── simple_delete_all.result
│ │ │ │ │ ├── simple_join_tokudb_innodb.result
│ │ │ │ │ ├── simple_join_tokudb_myisam.result
│ │ │ │ │ ├── simple_truncate.result
│ │ │ │ │ ├── tokudb_support_xa.result
│ │ │ │ │ ├── truncate_row_count.result
│ │ │ │ │ ├── truncate_txn_commit.result
│ │ │ │ │ ├── truncate_txn_rollback_innodb.result
│ │ │ │ │ ├── truncate_txn_rollback.result
│ │ │ │ │ ├── type_binary.result
│ │ │ │ │ ├── type_bit.result
│ │ │ │ │ ├── type_blob.result
│ │ │ │ │ ├── type_date.result
│ │ │ │ │ ├── type_datetime.result
│ │ │ │ │ ├── type_decimal.result
│ │ │ │ │ ├── type_enum.result
│ │ │ │ │ ├── type_float.result
│ │ │ │ │ ├── type_nchar.result
│ │ │ │ │ ├── type_newdecimal.result
│ │ │ │ │ ├── type_set.result
│ │ │ │ │ ├── type_time.result
│ │ │ │ │ ├── type_timestamp.result
│ │ │ │ │ ├── type_uint.result
│ │ │ │ │ ├── type_varchar.result
│ │ │ │ │ └── type_year.result
│ │ │ │ ├── replace-ignore-gen.py
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── auto_increment_boundary.test
│ │ │ │ ├── auto_increment_boundary_traditional.test
│ │ │ │ ├── auto_increment.test
│ │ │ │ ├── bf_create_select_hash_part.test
│ │ │ │ ├── bf_create_select_range_part.test
│ │ │ │ ├── bf_create_select.test
│ │ │ │ ├── bf_create_temp_select.test
│ │ │ │ ├── bf_delete.test
│ │ │ │ ├── bf_delete_trigger.test
│ │ │ │ ├── bf_insert_select_dup_key.test
│ │ │ │ ├── bf_insert_select.test
│ │ │ │ ├── bf_insert_select_trigger.test
│ │ │ │ ├── bf_insert_select_update_trigger.test
│ │ │ │ ├── bf_replace_select.test
│ │ │ │ ├── bf_replace_select_trigger.test
│ │ │ │ ├── bf_select_hash_part.test
│ │ │ │ ├── bf_select_range_part.test
│ │ │ │ ├── bulk-fetch2.test
│ │ │ │ ├── bulk-fetch.test
│ │ │ │ ├── card_add_drop.test
│ │ │ │ ├── card_add_index.test
│ │ │ │ ├── card_drop_index_2.test
│ │ │ │ ├── card_drop_index.test
│ │ │ │ ├── card_drop_pk.test
│ │ │ │ ├── card_no_keys.test
│ │ │ │ ├── card_pk_2.test
│ │ │ │ ├── card_pk_sk.test
│ │ │ │ ├── card_pk.test
│ │ │ │ ├── card_sk_2.test
│ │ │ │ ├── card_sk.test
│ │ │ │ ├── card_unique_sk.test
│ │ │ │ ├── change_column_all_1000_10.test
│ │ │ │ ├── change_column_all_1000_1.test
│ │ │ │ ├── change_column_all.py
│ │ │ │ ├── change_column_auto_inc.test
│ │ │ │ ├── change_column_bin_descriptor.test
│ │ │ │ ├── change_column_bin_key.test
│ │ │ │ ├── change_column_bin_pad.test
│ │ │ │ ├── change_column_bin.py
│ │ │ │ ├── change_column_bin_rename.py
│ │ │ │ ├── change_column_bin_rename.test
│ │ │ │ ├── change_column_bin.test
│ │ │ │ ├── change_column_blob_data.py
│ │ │ │ ├── change_column_blob_data.test
│ │ │ │ ├── change_column_blob.py
│ │ │ │ ├── change_column_blob.test
│ │ │ │ ├── change_column_char_binary.py
│ │ │ │ ├── change_column_char_binary.test
│ │ │ │ ├── change_column_char_charbinary.py
│ │ │ │ ├── change_column_char_charbinary.test
│ │ │ │ ├── change_column_char_charset.test
│ │ │ │ ├── change_column_char_default.test
│ │ │ │ ├── change_column_char_descriptor.test
│ │ │ │ ├── change_column_char_key.test
│ │ │ │ ├── change_column_char_null.test
│ │ │ │ ├── change_column_char.py
│ │ │ │ ├── change_column_char_rename.py
│ │ │ │ ├── change_column_char_rename.test
│ │ │ │ ├── change_column_char.test
│ │ │ │ ├── change_column_delete_change_char_5674.test
│ │ │ │ ├── change_column_delete_change_int_5674.test
│ │ │ │ ├── change_column_delete_change_varchar_5674.test
│ │ │ │ ├── change_column_int_default.test
│ │ │ │ ├── change_column_int_descriptor.test
│ │ │ │ ├── change_column_int_key.py
│ │ │ │ ├── change_column_int_key.test
│ │ │ │ ├── change_column_int_not_supported.py
│ │ │ │ ├── change_column_int_not_supported.test
│ │ │ │ ├── change_column_int.py
│ │ │ │ ├── change_column_int_rename.py
│ │ │ │ ├── change_column_int_rename.test
│ │ │ │ ├── change_column_int.test
│ │ │ │ ├── change_column_Makefile
│ │ │ │ ├── change_column_multiple_columns.py
│ │ │ │ ├── change_column_multiple_columns.test
│ │ │ │ ├── change_column_text_data.test
│ │ │ │ ├── change_column_text.py
│ │ │ │ ├── change_column_text.test
│ │ │ │ ├── change_column_varbin_cross256.test
│ │ │ │ ├── change_column_varbin_default.test
│ │ │ │ ├── change_column_varbin_descriptor.test
│ │ │ │ ├── change_column_varbin_key.test
│ │ │ │ ├── change_column_varbin_multiple.test
│ │ │ │ ├── change_column_varbin_null.test
│ │ │ │ ├── change_column_varbin_rename.test
│ │ │ │ ├── change_column_varbin.test
│ │ │ │ ├── change_column_varbin_varchar.test
│ │ │ │ ├── change_column_varchar_charset.test
│ │ │ │ ├── change_column_varchar_cross256.test
│ │ │ │ ├── change_column_varchar_default.test
│ │ │ │ ├── change_column_varchar_descriptor.test
│ │ │ │ ├── change_column_varchar_key.test
│ │ │ │ ├── change_column_varchar_null.test
│ │ │ │ ├── change_column_varchar_prefix_a.test
│ │ │ │ ├── change_column_varchar_prefix_b.test
│ │ │ │ ├── change_column_varchar_rename.test
│ │ │ │ ├── change_column_varchar_sum_cross256.test
│ │ │ │ ├── change_column_varchar.test
│ │ │ │ ├── change_column_varchar_varbin.test
│ │ │ │ ├── cluster_1829.test
│ │ │ │ ├── cluster_2968-0.test
│ │ │ │ ├── cluster_2968-1.test
│ │ │ │ ├── cluster_2968-2.test
│ │ │ │ ├── cluster_2968-3.test
│ │ │ │ ├── cluster_create_table.test
│ │ │ │ ├── cluster_delete2.test
│ │ │ │ ├── cluster_delete.test
│ │ │ │ ├── cluster_filter_hidden.test
│ │ │ │ ├── cluster_filter_key.test
│ │ │ │ ├── cluster_filter.test
│ │ │ │ ├── cluster_filter_unpack_varchar_and_int_hidden.test
│ │ │ │ ├── cluster_filter_unpack_varchar_hidden.test
│ │ │ │ ├── cluster_filter_unpack_varchar.test
│ │ │ │ ├── cluster_filter_varchar_prefix.test
│ │ │ │ ├── cluster_key_part.test
│ │ │ │ ├── cluster_key.test
│ │ │ │ ├── cluster_query_plan.test
│ │ │ │ ├── cluster_tokudb_bug_993_2.test
│ │ │ │ ├── cluster_tokudb_bug_993.test
│ │ │ │ ├── cluster_update2.test
│ │ │ │ ├── cluster_update.test
│ │ │ │ ├── ctype_ascii.test
│ │ │ │ ├── ctype_collate.test
│ │ │ │ ├── ctype_cp1250_ch.test
│ │ │ │ ├── ctype_cp1251.test
│ │ │ │ ├── fast_update_binlog_mixed.test
│ │ │ │ ├── fast_update_binlog_row.test
│ │ │ │ ├── fast_update_binlog_statement.test
│ │ │ │ ├── fast_update_blobs_fixed_varchar.py
│ │ │ │ ├── fast_update_blobs_fixed_varchar.test
│ │ │ │ ├── fast_update_blobs.py
│ │ │ │ ├── fast_update_blobs.test
│ │ │ │ ├── fast_update_blobs_with_varchar.py
│ │ │ │ ├── fast_update_blobs_with_varchar.test
│ │ │ │ ├── fast_update_char.test
│ │ │ │ ├── fast_update_deadlock.test
│ │ │ │ ├── fast_update_decr_floor.py
│ │ │ │ ├── fast_update_decr_floor.test
│ │ │ │ ├── fast_update_disable_slow_update.test
│ │ │ │ ├── fast_update_error.test
│ │ │ │ ├── fast_update_int_bounds.test
│ │ │ │ ├── fast_update_int.py
│ │ │ │ ├── fast_update_int.test
│ │ │ │ ├── fast_update_key.test
│ │ │ │ ├── fast_update_Makefile
│ │ │ │ ├── fast_update_sqlmode.test
│ │ │ │ ├── fast_update_uint_bounds.test
│ │ │ │ ├── fast_update_varchar.py
│ │ │ │ ├── fast_update_varchar.test
│ │ │ │ ├── fast_upsert_bin_pad.test
│ │ │ │ ├── fast_upsert_char.test
│ │ │ │ ├── fast_upsert_deadlock.test
│ │ │ │ ├── fast_upsert_int.py
│ │ │ │ ├── fast_upsert_int.test
│ │ │ │ ├── fast_upsert_key.test
│ │ │ │ ├── fast_upsert_sqlmode.test
│ │ │ │ ├── fast_upsert_values.test
│ │ │ │ ├── hotindex-del-0.test
│ │ │ │ ├── hotindex-del-1.test
│ │ │ │ ├── hotindex-del-fast.test
│ │ │ │ ├── hotindex-del-slow.test
│ │ │ │ ├── hotindex-insert-0.test
│ │ │ │ ├── hotindex-insert-1.test
│ │ │ │ ├── hotindex-insert-2.test
│ │ │ │ ├── hotindex-insert-bigchar.test
│ │ │ │ ├── hotindex-update-0.test
│ │ │ │ ├── hotindex-update-1.test
│ │ │ │ ├── information-schema-global-status.test
│ │ │ │ ├── i_s_tokudb_locks_released.test
│ │ │ │ ├── i_s_tokudb_locks.test
│ │ │ │ ├── i_s_tokudb_lock_waits_released.test
│ │ │ │ ├── i_s_tokudb_lock_waits_timeout.test
│ │ │ │ ├── i_s_tokudb_trx.test
│ │ │ │ ├── lockretry-insert.writelocktable.test
│ │ │ │ ├── lockretry-writelocktable.insert2.test
│ │ │ │ ├── lockretry-writelocktable.insert.test
│ │ │ │ ├── locks-blocking-row-locks-getset.test
│ │ │ │ ├── locks-blocking-row-locks.test
│ │ │ │ ├── locks-border-locks.notyet.3981
│ │ │ │ ├── locks-delete-deadlock-1.test
│ │ │ │ ├── locks-no-read-lock-serializable-autocommit.test
│ │ │ │ ├── locks-select-update-1.test
│ │ │ │ ├── locks-select-update-2.test
│ │ │ │ ├── locks-select-update-3.test
│ │ │ │ ├── locks-update-deadlock-1.test
│ │ │ │ ├── mvcc-10.test
│ │ │ │ ├── mvcc-11.test
│ │ │ │ ├── mvcc-12.test
│ │ │ │ ├── mvcc-13.test
│ │ │ │ ├── mvcc-14.test
│ │ │ │ ├── mvcc-15.test
│ │ │ │ ├── mvcc-16.test
│ │ │ │ ├── mvcc-17.test
│ │ │ │ ├── mvcc-18.test
│ │ │ │ ├── mvcc-19.test
│ │ │ │ ├── mvcc-1.test
│ │ │ │ ├── mvcc-20.test
│ │ │ │ ├── mvcc-21.test
│ │ │ │ ├── mvcc-22.test
│ │ │ │ ├── mvcc-23.test
│ │ │ │ ├── mvcc-24.test
│ │ │ │ ├── mvcc-25.test
│ │ │ │ ├── mvcc-26.test
│ │ │ │ ├── mvcc-27.test
│ │ │ │ ├── mvcc-2808-read-committed.test
│ │ │ │ ├── mvcc-2808-read-uncommitted.test
│ │ │ │ ├── mvcc-28.test
│ │ │ │ ├── mvcc-29.test
│ │ │ │ ├── mvcc-2.test
│ │ │ │ ├── mvcc-30.test
│ │ │ │ ├── mvcc-31.test
│ │ │ │ ├── mvcc-33.test
│ │ │ │ ├── mvcc-34.test
│ │ │ │ ├── mvcc-35.test
│ │ │ │ ├── mvcc-36.test
│ │ │ │ ├── mvcc-37.test
│ │ │ │ ├── mvcc-38.test
│ │ │ │ ├── mvcc-39.test
│ │ │ │ ├── mvcc-3.test
│ │ │ │ ├── mvcc-40.test
│ │ │ │ ├── mvcc-4.test
│ │ │ │ ├── mvcc-5.test
│ │ │ │ ├── mvcc-6.test
│ │ │ │ ├── mvcc-7.test
│ │ │ │ ├── mvcc-8.test
│ │ │ │ ├── mvcc-9.test
│ │ │ │ ├── mvcc-checksum-locks.test
│ │ │ │ ├── nested_txn_autocommit.test
│ │ │ │ ├── nested_txn_begin.test
│ │ │ │ ├── nested_txn_implicit_commit.test
│ │ │ │ ├── prim_key_1.test
│ │ │ │ ├── prim_key_2.test
│ │ │ │ ├── prim_key_3.test
│ │ │ │ ├── prim_key_4.test
│ │ │ │ ├── prim_key_5.test
│ │ │ │ ├── prim_key_6.test
│ │ │ │ ├── replace-ignore.test
│ │ │ │ ├── rows-32m-0.test
│ │ │ │ ├── rows-32m-1.test
│ │ │ │ ├── rows-32m-rand-insert.test
│ │ │ │ ├── rows-32m-seq-insert.test
│ │ │ │ ├── savepoint-1078-2.test
│ │ │ │ ├── savepoint-1078-3.test
│ │ │ │ ├── savepoint-1078-4.test
│ │ │ │ ├── savepoint-1078.test
│ │ │ │ ├── savepoint-2.test
│ │ │ │ ├── savepoint-3.test
│ │ │ │ ├── savepoint-4.test
│ │ │ │ ├── savepoint-5.test
│ │ │ │ ├── simple_delete_all.test
│ │ │ │ ├── simple_join_tokudb_innodb.test
│ │ │ │ ├── simple_join_tokudb_myisam.test
│ │ │ │ ├── simple_truncate.test
│ │ │ │ ├── tokudb_support_xa.test
│ │ │ │ ├── truncate_row_count.test
│ │ │ │ ├── truncate_txn_commit.test
│ │ │ │ ├── truncate_txn_rollback_innodb.test
│ │ │ │ ├── truncate_txn_rollback.test
│ │ │ │ ├── type_binary.test
│ │ │ │ ├── type_bit.test
│ │ │ │ ├── type_blob.test
│ │ │ │ ├── type_date.test
│ │ │ │ ├── type_datetime.test
│ │ │ │ ├── type_decimal.test
│ │ │ │ ├── type_enum.test
│ │ │ │ ├── type_float.test
│ │ │ │ ├── type_nchar.test
│ │ │ │ ├── type_newdecimal.test
│ │ │ │ ├── type_set.test
│ │ │ │ ├── type_timestamp.test
│ │ │ │ ├── type_time.test
│ │ │ │ ├── type_uint.test
│ │ │ │ ├── type_varchar.test
│ │ │ │ └── type_year.test
│ │ │ ├── tokudb_add_index
│ │ │ │ ├── disabled.def
│ │ │ │ ├── include
│ │ │ │ │ └── have_tokudb.inc
│ │ │ │ ├── r
│ │ │ │ │ ├── 1522.result
│ │ │ │ │ ├── add_index_10.result
│ │ │ │ │ ├── add_index_11.result
│ │ │ │ │ ├── add_index_12.result
│ │ │ │ │ ├── add_index_13.result
│ │ │ │ │ ├── add_index_14.result
│ │ │ │ │ ├── add_index_15.result
│ │ │ │ │ ├── add_index_16.result
│ │ │ │ │ ├── add_index_17.result
│ │ │ │ │ ├── add_index_18.result
│ │ │ │ │ ├── add_index_1.result
│ │ │ │ │ ├── add_index_2.result
│ │ │ │ │ ├── add_index_3.result
│ │ │ │ │ ├── add_index_4.result
│ │ │ │ │ ├── add_index_5.result
│ │ │ │ │ ├── add_index_6.result
│ │ │ │ │ ├── add_index_7.result
│ │ │ │ │ ├── add_index_8.result
│ │ │ │ │ ├── add_index_9.result
│ │ │ │ │ ├── falcon_bug_22516.result
│ │ │ │ │ ├── falcon_bug_23691.result
│ │ │ │ │ ├── falcon_bug_23692.result
│ │ │ │ │ ├── falcon_bug_23818_1.result
│ │ │ │ │ ├── falcon_bug_23818_2.result
│ │ │ │ │ ├── falcon_bug_23818_A.result
│ │ │ │ │ ├── falcon_bug_23818_B.result
│ │ │ │ │ ├── falcon_bug_23818_C.result
│ │ │ │ │ ├── hot_create_unique_index.result
│ │ │ │ │ └── tokudb_bug_1152.result
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── 1522.test
│ │ │ │ ├── add_index_10.test
│ │ │ │ ├── add_index_11.test
│ │ │ │ ├── add_index_12.test
│ │ │ │ ├── add_index_13.test
│ │ │ │ ├── add_index_14.test
│ │ │ │ ├── add_index_15.test
│ │ │ │ ├── add_index_16.test
│ │ │ │ ├── add_index_17.test
│ │ │ │ ├── add_index_18.test
│ │ │ │ ├── add_index_1.test
│ │ │ │ ├── add_index_2.test
│ │ │ │ ├── add_index_3.test
│ │ │ │ ├── add_index_4.test
│ │ │ │ ├── add_index_5.test
│ │ │ │ ├── add_index_6.test
│ │ │ │ ├── add_index_7.test
│ │ │ │ ├── add_index_8.test
│ │ │ │ ├── add_index_9.test
│ │ │ │ ├── falcon_bug_22516.test
│ │ │ │ ├── falcon_bug_23691.test
│ │ │ │ ├── falcon_bug_23692.test
│ │ │ │ ├── falcon_bug_23818_1.test
│ │ │ │ ├── falcon_bug_23818_2.test
│ │ │ │ ├── falcon_bug_23818_A.test
│ │ │ │ ├── falcon_bug_23818_B.test
│ │ │ │ ├── falcon_bug_23818_C.test
│ │ │ │ ├── hot_create_unique_index.test
│ │ │ │ └── tokudb_bug_1152.test
│ │ │ ├── tokudb_alter_table
│ │ │ │ ├── disabled.def
│ │ │ │ ├── include
│ │ │ │ │ └── have_tokudb.inc
│ │ │ │ ├── r
│ │ │ │ │ ├── 4630.result
│ │ │ │ │ ├── 5260.result
│ │ │ │ │ ├── ai_aui.result
│ │ │ │ │ ├── ai_di.result
│ │ │ │ │ ├── ai_part.result
│ │ │ │ │ ├── alter_column_default.result
│ │ │ │ │ ├── auto_inc.result
│ │ │ │ │ ├── di_dui.result
│ │ │ │ │ ├── drop_add_pk_104.result
│ │ │ │ │ ├── drop_add_pk_part_104.result
│ │ │ │ │ ├── drop_pk_with_prefix.result
│ │ │ │ │ ├── frm_discover_partition.result
│ │ │ │ │ ├── frm_discover.result
│ │ │ │ │ ├── hcad_all_add2.result
│ │ │ │ │ ├── hcad_all_add3.result
│ │ │ │ │ ├── hcad_all_add.result
│ │ │ │ │ ├── hcad_all_blob_add.result
│ │ │ │ │ ├── hcad_all_blob_drop.result
│ │ │ │ │ ├── hcad_all_drop.result
│ │ │ │ │ ├── hcad_all_fixed_add.result
│ │ │ │ │ ├── hcad_all_fixed_drop.result
│ │ │ │ │ ├── hcad_all_var_add.result
│ │ │ │ │ ├── hcad_all_var_drop.result
│ │ │ │ │ ├── hcad_and_rename_table.result
│ │ │ │ │ ├── hcad_clustering2.result
│ │ │ │ │ ├── hcad_clustering.result
│ │ │ │ │ ├── hcad_diff_num_offset_bytes.result
│ │ │ │ │ ├── hcad_drop_char0_t6.result
│ │ │ │ │ ├── hcad_fixedblob_add2.result
│ │ │ │ │ ├── hcad_fixedblob_add.result
│ │ │ │ │ ├── hcad_fixedblob_drop.result
│ │ │ │ │ ├── hcad_fixedvar_add2.result
│ │ │ │ │ ├── hcad_fixedvar_add.result
│ │ │ │ │ ├── hcad_fixedvar_drop.result
│ │ │ │ │ ├── hcad_indexing_mix.result
│ │ │ │ │ ├── hcad_null_bits.result
│ │ │ │ │ ├── hcad_part.result
│ │ │ │ │ ├── hcad_pk2.result
│ │ │ │ │ ├── hcad_pk.result
│ │ │ │ │ ├── hcad_template.result
│ │ │ │ │ ├── hcad_tmp_tables_56.result
│ │ │ │ │ ├── hcad_tmp_tables.result
│ │ │ │ │ ├── hcad_varblob_add2.result
│ │ │ │ │ ├── hcad_varblob_add.result
│ │ │ │ │ ├── hcad_varblob_drop.result
│ │ │ │ │ ├── hcad_with_dels.result
│ │ │ │ │ ├── hcad_with_lock_sps.result
│ │ │ │ │ ├── hcad_with_locks.result
│ │ │ │ │ ├── hcr2.result
│ │ │ │ │ ├── hcr3.result
│ │ │ │ │ ├── hcr_binary1.result
│ │ │ │ │ ├── hcr_blob.result
│ │ │ │ │ ├── hcr_char1.result
│ │ │ │ │ ├── hcr_enum.result
│ │ │ │ │ ├── hcr.result
│ │ │ │ │ ├── hcr_text.result
│ │ │ │ │ ├── hcr_time.result
│ │ │ │ │ ├── hot_row_format_alter.result
│ │ │ │ │ ├── mod_enum.result
│ │ │ │ │ ├── null_bytes_add_key.result
│ │ │ │ │ ├── null_bytes_col_rename.result
│ │ │ │ │ ├── null_bytes_drop_default.result
│ │ │ │ │ ├── null_bytes_drop_key.result
│ │ │ │ │ ├── other_alter2.result
│ │ │ │ │ ├── other_alter.result
│ │ │ │ │ ├── rename_column_cold_104.result
│ │ │ │ │ ├── rename_column_cold_part_104.result
│ │ │ │ │ ├── row_format_alter.result
│ │ │ │ │ ├── test_field_same_detection.result
│ │ │ │ │ └── virtual_columns.result
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── 4630.test
│ │ │ │ ├── 5260.test
│ │ │ │ ├── ai_aui.test
│ │ │ │ ├── ai_di.test
│ │ │ │ ├── ai_part.test
│ │ │ │ ├── alter_column_default.test
│ │ │ │ ├── auto_inc.test
│ │ │ │ ├── di_dui.test
│ │ │ │ ├── disabled.def
│ │ │ │ ├── drop_add_pk_104.test
│ │ │ │ ├── drop_add_pk_part_104.test
│ │ │ │ ├── drop_pk_with_prefix.test
│ │ │ │ ├── frm_discover_partition.test
│ │ │ │ ├── frm_discover.test
│ │ │ │ ├── hcad_all_add2.test
│ │ │ │ ├── hcad_all_add3.test
│ │ │ │ ├── hcad_all_add.test
│ │ │ │ ├── hcad_all_blob_add.test
│ │ │ │ ├── hcad_all_blob_drop.test
│ │ │ │ ├── hcad_all_drop.test
│ │ │ │ ├── hcad_all_fixed_add.test
│ │ │ │ ├── hcad_all_fixed_drop.test
│ │ │ │ ├── hcad_all_var_add.test
│ │ │ │ ├── hcad_all_var_drop.test
│ │ │ │ ├── hcad_and_rename_table.test
│ │ │ │ ├── hcad_clustering2.test
│ │ │ │ ├── hcad_clustering.test
│ │ │ │ ├── hcad_diff_num_offset_bytes.test
│ │ │ │ ├── hcad_drop_char0_t6.test
│ │ │ │ ├── hcad_fixedblob_add2.test
│ │ │ │ ├── hcad_fixedblob_add.test
│ │ │ │ ├── hcad_fixedblob_drop.test
│ │ │ │ ├── hcad_fixedvar_add2.test
│ │ │ │ ├── hcad_fixedvar_add.test
│ │ │ │ ├── hcad_fixedvar_drop.test
│ │ │ │ ├── hcad_indexing_mix.test
│ │ │ │ ├── hcad_null_bits.test
│ │ │ │ ├── hcad_part.test
│ │ │ │ ├── hcad_pk2.test
│ │ │ │ ├── hcad_pk.test
│ │ │ │ ├── hcad_template.test
│ │ │ │ ├── hcad_tmp_tables_56.test
│ │ │ │ ├── hcad_tmp_tables.test
│ │ │ │ ├── hcad_varblob_add2.test
│ │ │ │ ├── hcad_varblob_add.test
│ │ │ │ ├── hcad_varblob_drop.test
│ │ │ │ ├── hcad_with_dels.test
│ │ │ │ ├── hcad_with_lock_sps.test
│ │ │ │ ├── hcad_with_locks.test
│ │ │ │ ├── hcr2.test
│ │ │ │ ├── hcr3.test
│ │ │ │ ├── hcr_binary1.test
│ │ │ │ ├── hcr_blob.test
│ │ │ │ ├── hcr_char1.test
│ │ │ │ ├── hcr_enum.test
│ │ │ │ ├── hcr.test
│ │ │ │ ├── hcr_text.test
│ │ │ │ ├── hcr_time.test
│ │ │ │ ├── hot_row_format_alter.test
│ │ │ │ ├── mod_enum.test
│ │ │ │ ├── null_bytes_add_key.test
│ │ │ │ ├── null_bytes_col_rename.test
│ │ │ │ ├── null_bytes_drop_default.test
│ │ │ │ ├── null_bytes_drop_key.test
│ │ │ │ ├── other_alter2.test
│ │ │ │ ├── other_alter.test
│ │ │ │ ├── rename_column_cold_104.test
│ │ │ │ ├── rename_column_cold_part_104.test
│ │ │ │ ├── row_format_alter.test
│ │ │ │ ├── test_field_same_detection.test
│ │ │ │ └── virtual_columns.test
│ │ │ ├── tokudb_bugs
│ │ │ │ ├── disabled.def
│ │ │ │ ├── include
│ │ │ │ │ ├── have_tokudb.inc
│ │ │ │ │ └── not_5_5.inc
│ │ │ │ ├── r
│ │ │ │ │ ├── 1648.result
│ │ │ │ │ ├── 1684.result
│ │ │ │ │ ├── 1711.result
│ │ │ │ │ ├── 1795.result
│ │ │ │ │ ├── 1833.result
│ │ │ │ │ ├── 1853.result
│ │ │ │ │ ├── 1872.result
│ │ │ │ │ ├── 1883.result
│ │ │ │ │ ├── 1913.result
│ │ │ │ │ ├── 1938.result
│ │ │ │ │ ├── 1949.result
│ │ │ │ │ ├── 2043.result
│ │ │ │ │ ├── 2219.result
│ │ │ │ │ ├── 2262.result
│ │ │ │ │ ├── 2383.result
│ │ │ │ │ ├── 2458.result
│ │ │ │ │ ├── 2494-read-committed.result
│ │ │ │ │ ├── 2548.result
│ │ │ │ │ ├── 2641.result
│ │ │ │ │ ├── 2952.result
│ │ │ │ │ ├── 2970.result
│ │ │ │ │ ├── 3014.result
│ │ │ │ │ ├── 3015.result
│ │ │ │ │ ├── 3083.result
│ │ │ │ │ ├── 3441.result
│ │ │ │ │ ├── 3478.result
│ │ │ │ │ ├── 3486.result
│ │ │ │ │ ├── 3518.result
│ │ │ │ │ ├── 4175.result
│ │ │ │ │ ├── 4260.result
│ │ │ │ │ ├── 4472.result
│ │ │ │ │ ├── 4618.result
│ │ │ │ │ ├── 4633.result
│ │ │ │ │ ├── 4648.result
│ │ │ │ │ ├── 4656_2.result
│ │ │ │ │ ├── 4656.result
│ │ │ │ │ ├── 4675.result
│ │ │ │ │ ├── 5003.result
│ │ │ │ │ ├── 5089.result
│ │ │ │ │ ├── 5469.result
│ │ │ │ │ ├── 5554.result
│ │ │ │ │ ├── 5585.result
│ │ │ │ │ ├── 5695.result
│ │ │ │ │ ├── 5733_innodb.result
│ │ │ │ │ ├── 5733_tokudb.result
│ │ │ │ │ ├── 5951.result
│ │ │ │ │ ├── 5974-2.result
│ │ │ │ │ ├── 5974.result
│ │ │ │ │ ├── 6053.result
│ │ │ │ │ ├── 6684.result
│ │ │ │ │ ├── 889.result
│ │ │ │ │ ├── 895.result
│ │ │ │ │ ├── 94.result
│ │ │ │ │ ├── alter_external_lock_assert.result
│ │ │ │ │ ├── alter_part_tokudb_bug_155.result
│ │ │ │ │ ├── alter_table_copy_table.result
│ │ │ │ │ ├── bulk_fetch.result
│ │ │ │ │ ├── checkpoint_lock_2.result
│ │ │ │ │ ├── checkpoint_lock_3.result
│ │ │ │ │ ├── checkpoint_lock.result
│ │ │ │ │ ├── commit_index_end_1.result
│ │ │ │ │ ├── commit_index_end_2.result
│ │ │ │ │ ├── db397_delete_trigger.result
│ │ │ │ │ ├── db397_insert_trigger.result
│ │ │ │ │ ├── db397_update_trigger.result
│ │ │ │ │ ├── db739_insert.result
│ │ │ │ │ ├── db739_replace.result
│ │ │ │ │ ├── db739_upsert.result
│ │ │ │ │ ├── db743.result
│ │ │ │ │ ├── db756_card_part_hash_1_pick.result
│ │ │ │ │ ├── db756_card_part_hash_1.result
│ │ │ │ │ ├── db756_card_part_hash_2_pick.result
│ │ │ │ │ ├── db756_card_part_hash_2.result
│ │ │ │ │ ├── db756_card_part_hash.result
│ │ │ │ │ ├── db757_part_alter_analyze.result
│ │ │ │ │ ├── db762.result
│ │ │ │ │ ├── db766.result
│ │ │ │ │ ├── db768.result
│ │ │ │ │ ├── db771.result
│ │ │ │ │ ├── db788-optimize-index-name.result
│ │ │ │ │ ├── db801.result
│ │ │ │ │ ├── dict_leak_3518.result
│ │ │ │ │ ├── expand_tinytext_text.result
│ │ │ │ │ ├── fileops-2.result
│ │ │ │ │ ├── fileops-3.result
│ │ │ │ │ ├── fileops-4.result
│ │ │ │ │ ├── fileops.result
│ │ │ │ │ ├── frm_store2.result
│ │ │ │ │ ├── frm_store3.result
│ │ │ │ │ ├── frm_store.result
│ │ │ │ │ ├── ft-index-40.result
│ │ │ │ │ ├── index_read.result
│ │ │ │ │ ├── leak172.result
│ │ │ │ │ ├── lock_uniq_key_empty.result
│ │ │ │ │ ├── lock_uniq_key_left.result
│ │ │ │ │ ├── lock_uniq_key_middle.result
│ │ │ │ │ ├── lock_uniq_key_right.result
│ │ │ │ │ ├── mdev4533.result
│ │ │ │ │ ├── mdev5932.result
│ │ │ │ │ ├── optimize_temp_table_tokudb.result
│ │ │ │ │ ├── rpl_mixed_replace_into.result
│ │ │ │ │ ├── rpl_row_replace_into.result
│ │ │ │ │ ├── rpl_stmt_replace_into.result
│ │ │ │ │ ├── subselect_index_next_same_bug_157.result
│ │ │ │ │ ├── tokudb718.result
│ │ │ │ │ ├── tokudb_drop_part_table_668.result
│ │ │ │ │ ├── tokudb_drop_simple_table_668.result
│ │ │ │ │ ├── xa-1.result
│ │ │ │ │ ├── xa-2.result
│ │ │ │ │ ├── xa-3.result
│ │ │ │ │ ├── xa-4.result
│ │ │ │ │ ├── xa-5.result
│ │ │ │ │ ├── xa-6.result
│ │ │ │ │ └── xa.result
│ │ │ │ ├── std_data
│ │ │ │ │ ├── leak172_t1.data
│ │ │ │ │ └── leak172_t2.data
│ │ │ │ ├── suite.opt
│ │ │ │ ├── suite.pm
│ │ │ │ └── t
│ │ │ │ ├── 1648.test
│ │ │ │ ├── 1684.test
│ │ │ │ ├── 1711.test
│ │ │ │ ├── 1795.test
│ │ │ │ ├── 1833.test
│ │ │ │ ├── 1853.test
│ │ │ │ ├── 1872.test
│ │ │ │ ├── 1883.test
│ │ │ │ ├── 1913.test
│ │ │ │ ├── 1938.test
│ │ │ │ ├── 1949.test
│ │ │ │ ├── 2043.test
│ │ │ │ ├── 2219.test
│ │ │ │ ├── 2262.test
│ │ │ │ ├── 2383.test
│ │ │ │ ├── 2458.test
│ │ │ │ ├── 2494-read-committed.test
│ │ │ │ ├── 2548.test
│ │ │ │ ├── 2641.test
│ │ │ │ ├── 2952.test
│ │ │ │ ├── 2970.test
│ │ │ │ ├── 3014.test
│ │ │ │ ├── 3015.test
│ │ │ │ ├── 3083.test
│ │ │ │ ├── 3441.test
│ │ │ │ ├── 3478.test
│ │ │ │ ├── 3486.test
│ │ │ │ ├── 3518.test
│ │ │ │ ├── 4175.test
│ │ │ │ ├── 4260.test
│ │ │ │ ├── 4472.test
│ │ │ │ ├── 4618.test
│ │ │ │ ├── 4633.test
│ │ │ │ ├── 4648.test
│ │ │ │ ├── 4656_2.test
│ │ │ │ ├── 4656.test
│ │ │ │ ├── 4675.test
│ │ │ │ ├── 5003.test
│ │ │ │ ├── 5089.test
│ │ │ │ ├── 5469.test
│ │ │ │ ├── 5554.test
│ │ │ │ ├── 5585-master.opt
│ │ │ │ ├── 5585.test
│ │ │ │ ├── 5695.test
│ │ │ │ ├── 5733_innodb.test
│ │ │ │ ├── 5733_tokudb.test
│ │ │ │ ├── 5951.test
│ │ │ │ ├── 5974-2.test
│ │ │ │ ├── 5974.test
│ │ │ │ ├── 6053.test
│ │ │ │ ├── 6684.test
│ │ │ │ ├── 889.test
│ │ │ │ ├── 895.test
│ │ │ │ ├── 94.test
│ │ │ │ ├── alter_external_lock_assert.test
│ │ │ │ ├── alter_part_tokudb_bug_155.test
│ │ │ │ ├── alter_table_copy_table.test
│ │ │ │ ├── bulk_fetch.test
│ │ │ │ ├── checkpoint_lock_2.test
│ │ │ │ ├── checkpoint_lock_3.test
│ │ │ │ ├── checkpoint_lock.test
│ │ │ │ ├── commit_index_end_1.test
│ │ │ │ ├── commit_index_end_2.test
│ │ │ │ ├── db397_delete_trigger.test
│ │ │ │ ├── db397_insert_trigger.test
│ │ │ │ ├── db397_update_trigger.test
│ │ │ │ ├── db739_insert.test
│ │ │ │ ├── db739_replace.test
│ │ │ │ ├── db739_upsert.test
│ │ │ │ ├── db743.test
│ │ │ │ ├── db756_card_part_hash_1_pick.test
│ │ │ │ ├── db756_card_part_hash_1.test
│ │ │ │ ├── db756_card_part_hash_2_pick.test
│ │ │ │ ├── db756_card_part_hash_2.test
│ │ │ │ ├── db756_card_part_hash.test
│ │ │ │ ├── db757_part_alter_analyze.test
│ │ │ │ ├── db762.test
│ │ │ │ ├── db766.test
│ │ │ │ ├── db768.test
│ │ │ │ ├── db771.test
│ │ │ │ ├── db788-optimize-index-name.test
│ │ │ │ ├── db801.test
│ │ │ │ ├── dict_leak_3518.test
│ │ │ │ ├── expand_tinytext_text.test
│ │ │ │ ├── fileops-2.test
│ │ │ │ ├── fileops-3.test
│ │ │ │ ├── fileops-4.test
│ │ │ │ ├── fileops.test
│ │ │ │ ├── frm_store2.test
│ │ │ │ ├── frm_store3.test
│ │ │ │ ├── frm_store.test
│ │ │ │ ├── ft-index-40.test
│ │ │ │ ├── index_read.test
│ │ │ │ ├── leak172.test
│ │ │ │ ├── lock_uniq_key_empty.test
│ │ │ │ ├── lock_uniq_key_left.test
│ │ │ │ ├── lock_uniq_key_middle.test
│ │ │ │ ├── lock_uniq_key_right.test
│ │ │ │ ├── mdev4533.test
│ │ │ │ ├── mdev5932.test
│ │ │ │ ├── optimize_temp_table_tokudb.test
│ │ │ │ ├── rpl_mixed_replace_into.test
│ │ │ │ ├── rpl_row_replace_into.test
│ │ │ │ ├── rpl_stmt_replace_into.test
│ │ │ │ ├── subselect_index_next_same_bug_157.test
│ │ │ │ ├── tokudb718.test
│ │ │ │ ├── tokudb_drop_part_table_668.test
│ │ │ │ ├── tokudb_drop_simple_table_668.test
│ │ │ │ ├── xa-1.test
│ │ │ │ ├── xa-2.test
│ │ │ │ ├── xa-3.test
│ │ │ │ ├── xa-4.test
│ │ │ │ ├── xa-5.test
│ │ │ │ ├── xa-6.test
│ │ │ │ └── xa.test
│ │ │ └── tokudb_mariadb
│ │ │ ├── r
│ │ │ │ ├── 229cols.result
│ │ │ │ ├── alter.result
│ │ │ │ ├── autoinc.result
│ │ │ │ ├── clustering.result
│ │ │ │ ├── commit_5396.result
│ │ │ │ ├── compression.result
│ │ │ │ ├── create_or_replace.result
│ │ │ │ ├── discover_names.result
│ │ │ │ ├── mdev5426.result
│ │ │ │ ├── mdev6519.result
│ │ │ │ ├── mrr.result
│ │ │ │ ├── optimize.result
│ │ │ │ ├── savepoint.result
│ │ │ │ └── xa.result
│ │ │ ├── suite.opt
│ │ │ ├── suite.pm
│ │ │ └── t
│ │ │ ├── 229cols.test
│ │ │ ├── alter.test
│ │ │ ├── autoinc.test
│ │ │ ├── clustering.test
│ │ │ ├── commit_5396.test
│ │ │ ├── compression.test
│ │ │ ├── create_or_replace.test
│ │ │ ├── discover_names.test
│ │ │ ├── mdev5426.test
│ │ │ ├── mdev6519.test
│ │ │ ├── mrr.test
│ │ │ ├── optimize.test
│ │ │ ├── savepoint.test
│ │ │ └── xa.test
│ │ ├── README.md
│ │ ├── scripts
│ │ │ ├── common.sh
│ │ │ ├── make.mysql.bash
│ │ │ ├── make.mysql.debug.env.bash
│ │ │ ├── tokufilecheck.py
│ │ │ ├── tokustat.py
│ │ │ └── tokutek.make.mysql.bash
│ │ ├── tests
│ │ │ ├── card_1.cc
│ │ │ ├── card_etime.cc
│ │ │ ├── card_inf_1.cc
│ │ │ ├── card_inf.cc
│ │ │ ├── card_random_1.cc
│ │ │ ├── card_test_alter.cc
│ │ │ ├── card_test.cc
│ │ │ ├── card_test_key_info.cc
│ │ │ ├── fake_mysql.h
│ │ │ ├── Makefile
│ │ │ ├── math_test_int.cc
│ │ │ ├── math_test_uint.cc
│ │ │ ├── max_test.cc
│ │ │ ├── sint_test.cc
│ │ │ ├── tokudb_buffer_test.cc
│ │ │ ├── uint_test.cc
│ │ │ ├── vlq_test.cc
│ │ │ ├── vlq_test_uint32.cc
│ │ │ └── vlq_test_uint64.cc
│ │ ├── tokudb_buffer.h
│ │ ├── tokudb_card.h
│ │ ├── tokudb.cnf
│ │ ├── tokudb_math.h
│ │ ├── tokudb_status.h
│ │ ├── tokudb_update_fun.cc
│ │ └── tokudb_vlq.h
│ └── xtradb
│ ├── api
│ │ ├── api0api.cc
│ │ └── api0misc.cc
│ ├── btr
│ │ ├── btr0btr.cc
│ │ ├── btr0cur.cc
│ │ ├── btr0pcur.cc
│ │ └── btr0sea.cc
│ ├── buf
│ │ ├── buf0buddy.cc
│ │ ├── buf0buf.cc
│ │ ├── buf0checksum.cc
│ │ ├── buf0dblwr.cc
│ │ ├── buf0dump.cc
│ │ ├── buf0flu.cc
│ │ ├── buf0lru.cc
│ │ └── buf0rea.cc
│ ├── CMakeLists.txt
│ ├── COPYING.Google
│ ├── COPYING.Percona
│ ├── data
│ │ ├── data0data.cc
│ │ └── data0type.cc
│ ├── dict
│ │ ├── dict0boot.cc
│ │ ├── dict0crea.cc
│ │ ├── dict0dict.cc
│ │ ├── dict0load.cc
│ │ ├── dict0mem.cc
│ │ ├── dict0stats_bg.cc
│ │ └── dict0stats.cc
│ ├── Doxyfile
│ ├── dyn
│ │ └── dyn0dyn.cc
│ ├── eval
│ │ ├── eval0eval.cc
│ │ └── eval0proc.cc
│ ├── fil
│ │ └── fil0fil.cc
│ ├── fsp
│ │ └── fsp0fsp.cc
│ ├── fts
│ │ ├── fts0ast.cc
│ │ ├── fts0blex.cc
│ │ ├── fts0blex.l
│ │ ├── fts0config.cc
│ │ ├── fts0fts.cc
│ │ ├── fts0opt.cc
│ │ ├── fts0pars.cc
│ │ ├── fts0pars.y
│ │ ├── fts0que.cc
│ │ ├── fts0sql.cc
│ │ ├── fts0tlex.cc
│ │ ├── fts0tlex.l
│ │ ├── Makefile.query
│ │ └── make_parser.sh
│ ├── fut
│ │ ├── fut0fut.cc
│ │ └── fut0lst.cc
│ ├── ha
│ │ ├── ha0ha.cc
│ │ ├── ha0storage.cc
│ │ └── hash0hash.cc
│ ├── ha_innodb.def
│ ├── handler
│ │ ├── ha_innodb.cc
│ │ ├── ha_innodb.h
│ │ ├── handler0alter.cc
│ │ ├── i_s.cc
│ │ ├── i_s.h
│ │ ├── xtradb_i_s.cc
│ │ └── xtradb_i_s.h
│ ├── ibuf
│ │ └── ibuf0ibuf.cc
│ ├── include
│ │ ├── api0api.h
│ │ ├── api0misc.h
│ │ ├── btr0btr.h
│ │ ├── btr0btr.ic
│ │ ├── btr0cur.h
│ │ ├── btr0cur.ic
│ │ ├── btr0pcur.h
│ │ ├── btr0pcur.ic
│ │ ├── btr0sea.h
│ │ ├── btr0sea.ic
│ │ ├── btr0types.h
│ │ ├── buf0buddy.h
│ │ ├── buf0buddy.ic
│ │ ├── buf0buf.h
│ │ ├── buf0buf.ic
│ │ ├── buf0checksum.h
│ │ ├── buf0dblwr.h
│ │ ├── buf0dump.h
│ │ ├── buf0flu.h
│ │ ├── buf0flu.ic
│ │ ├── buf0lru.h
│ │ ├── buf0lru.ic
│ │ ├── buf0rea.h
│ │ ├── buf0types.h
│ │ ├── data0data.h
│ │ ├── data0data.ic
│ │ ├── data0type.h
│ │ ├── data0type.ic
│ │ ├── data0types.h
│ │ ├── db0err.h
│ │ ├── dict0boot.h
│ │ ├── dict0boot.ic
│ │ ├── dict0crea.h
│ │ ├── dict0crea.ic
│ │ ├── dict0dict.h
│ │ ├── dict0dict.ic
│ │ ├── dict0load.h
│ │ ├── dict0load.ic
│ │ ├── dict0mem.h
│ │ ├── dict0mem.ic
│ │ ├── dict0priv.h
│ │ ├── dict0priv.ic
│ │ ├── dict0stats_bg.h
│ │ ├── dict0stats_bg.ic
│ │ ├── dict0stats.h
│ │ ├── dict0stats.ic
│ │ ├── dict0types.h
│ │ ├── dyn0dyn.h
│ │ ├── dyn0dyn.ic
│ │ ├── eval0eval.h
│ │ ├── eval0eval.ic
│ │ ├── eval0proc.h
│ │ ├── eval0proc.ic
│ │ ├── fil0fil.h
│ │ ├── fsp0fsp.h
│ │ ├── fsp0fsp.ic
│ │ ├── fsp0types.h
│ │ ├── fts0ast.h
│ │ ├── fts0blex.h
│ │ ├── fts0fts.h
│ │ ├── fts0opt.h
│ │ ├── fts0pars.h
│ │ ├── fts0priv.h
│ │ ├── fts0priv.ic
│ │ ├── fts0tlex.h
│ │ ├── fts0types.h
│ │ ├── fts0types.ic
│ │ ├── fts0vlc.ic
│ │ ├── fut0fut.h
│ │ ├── fut0fut.ic
│ │ ├── fut0lst.h
│ │ ├── fut0lst.ic
│ │ ├── ha0ha.h
│ │ ├── ha0ha.ic
│ │ ├── ha0storage.h
│ │ ├── ha0storage.ic
│ │ ├── handler0alter.h
│ │ ├── ha_prototypes.h
│ │ ├── hash0hash.h
│ │ ├── hash0hash.ic
│ │ ├── ibuf0ibuf.h
│ │ ├── ibuf0ibuf.ic
│ │ ├── ibuf0types.h
│ │ ├── lock0iter.h
│ │ ├── lock0lock.h
│ │ ├── lock0lock.ic
│ │ ├── lock0priv.h
│ │ ├── lock0priv.ic
│ │ ├── lock0types.h
│ │ ├── log0log.h
│ │ ├── log0log.ic
│ │ ├── log0online.h
│ │ ├── log0recv.h
│ │ ├── log0recv.ic
│ │ ├── mach0data.h
│ │ ├── mach0data.ic
│ │ ├── mem0dbg.h
│ │ ├── mem0dbg.ic
│ │ ├── mem0mem.h
│ │ ├── mem0mem.ic
│ │ ├── mem0pool.h
│ │ ├── mem0pool.ic
│ │ ├── mtr0log.h
│ │ ├── mtr0log.ic
│ │ ├── mtr0mtr.h
│ │ ├── mtr0mtr.ic
│ │ ├── mtr0types.h
│ │ ├── os0file.h
│ │ ├── os0file.ic
│ │ ├── os0once.h
│ │ ├── os0proc.h
│ │ ├── os0proc.ic
│ │ ├── os0stacktrace.h
│ │ ├── os0sync.h
│ │ ├── os0sync.ic
│ │ ├── os0thread.h
│ │ ├── os0thread.ic
│ │ ├── page0cur.h
│ │ ├── page0cur.ic
│ │ ├── page0page.h
│ │ ├── page0page.ic
│ │ ├── page0types.h
│ │ ├── page0zip.h
│ │ ├── page0zip.ic
│ │ ├── pars0grm.h
│ │ ├── pars0opt.h
│ │ ├── pars0opt.ic
│ │ ├── pars0pars.h
│ │ ├── pars0pars.ic
│ │ ├── pars0sym.h
│ │ ├── pars0sym.ic
│ │ ├── pars0types.h
│ │ ├── que0que.h
│ │ ├── que0que.ic
│ │ ├── que0types.h
│ │ ├── read0i_s.h
│ │ ├── read0read.h
│ │ ├── read0read.ic
│ │ ├── read0types.h
│ │ ├── rem0cmp.h
│ │ ├── rem0cmp.ic
│ │ ├── rem0rec.h
│ │ ├── rem0rec.ic
│ │ ├── rem0types.h
│ │ ├── row0ext.h
│ │ ├── row0ext.ic
│ │ ├── row0ftsort.h
│ │ ├── row0import.h
│ │ ├── row0import.ic
│ │ ├── row0ins.h
│ │ ├── row0ins.ic
│ │ ├── row0log.h
│ │ ├── row0log.ic
│ │ ├── row0merge.h
│ │ ├── row0mysql.h
│ │ ├── row0mysql.ic
│ │ ├── row0purge.h
│ │ ├── row0purge.ic
│ │ ├── row0quiesce.h
│ │ ├── row0quiesce.ic
│ │ ├── row0row.h
│ │ ├── row0row.ic
│ │ ├── row0sel.h
│ │ ├── row0sel.ic
│ │ ├── row0types.h
│ │ ├── row0uins.h
│ │ ├── row0uins.ic
│ │ ├── row0umod.h
│ │ ├── row0umod.ic
│ │ ├── row0undo.h
│ │ ├── row0undo.ic
│ │ ├── row0upd.h
│ │ ├── row0upd.ic
│ │ ├── row0vers.h
│ │ ├── row0vers.ic
│ │ ├── srv0conc.h
│ │ ├── srv0mon.h
│ │ ├── srv0mon.ic
│ │ ├── srv0srv.h
│ │ ├── srv0srv.ic
│ │ ├── srv0start.h
│ │ ├── sync0arr.h
│ │ ├── sync0arr.ic
│ │ ├── sync0rw.h
│ │ ├── sync0rw.ic
│ │ ├── sync0sync.h
│ │ ├── sync0sync.ic
│ │ ├── sync0types.h
│ │ ├── trx0i_s.h
│ │ ├── trx0purge.h
│ │ ├── trx0purge.ic
│ │ ├── trx0rec.h
│ │ ├── trx0rec.ic
│ │ ├── trx0roll.h
│ │ ├── trx0roll.ic
│ │ ├── trx0rseg.h
│ │ ├── trx0rseg.ic
│ │ ├── trx0sys.h
│ │ ├── trx0sys.ic
│ │ ├── trx0trx.h
│ │ ├── trx0trx.ic
│ │ ├── trx0types.h
│ │ ├── trx0undo.h
│ │ ├── trx0undo.ic
│ │ ├── trx0xa.h
│ │ ├── univ.i
│ │ ├── usr0sess.h
│ │ ├── usr0sess.ic
│ │ ├── usr0types.h
│ │ ├── ut0bh.h
│ │ ├── ut0bh.ic
│ │ ├── ut0byte.h
│ │ ├── ut0byte.ic
│ │ ├── ut0counter.h
│ │ ├── ut0crc32.h
│ │ ├── ut0dbg.h
│ │ ├── ut0list.h
│ │ ├── ut0list.ic
│ │ ├── ut0lst.h
│ │ ├── ut0mem.h
│ │ ├── ut0mem.ic
│ │ ├── ut0rbt.h
│ │ ├── ut0rnd.h
│ │ ├── ut0rnd.ic
│ │ ├── ut0sort.h
│ │ ├── ut0ut.h
│ │ ├── ut0ut.ic
│ │ ├── ut0vec.h
│ │ ├── ut0vec.ic
│ │ └── ut0wqueue.h
│ ├── lock
│ │ ├── lock0iter.cc
│ │ ├── lock0lock.cc
│ │ └── lock0wait.cc
│ ├── log
│ │ ├── log0log.cc
│ │ ├── log0online.cc
│ │ └── log0recv.cc
│ ├── mach
│ │ └── mach0data.cc
│ ├── mem
│ │ ├── mem0dbg.cc
│ │ ├── mem0mem.cc
│ │ └── mem0pool.cc
│ ├── mtr
│ │ ├── mtr0log.cc
│ │ └── mtr0mtr.cc
│ ├── mysql-test
│ │ └── storage_engine
│ │ ├── alter_tablespace.opt
│ │ ├── autoinc_secondary.rdiff
│ │ ├── cache_index.rdiff
│ │ ├── checksum_table_live.rdiff
│ │ ├── col_opt_not_null.opt
│ │ ├── col_opt_null.opt
│ │ ├── define_engine.inc
│ │ ├── disabled.def
│ │ ├── fulltext_search.rdiff
│ │ ├── index_enable_disable.rdiff
│ │ ├── index_type_hash.rdiff
│ │ ├── insert_delayed.rdiff
│ │ ├── lock_concurrent.rdiff
│ │ ├── optimize_table.rdiff
│ │ ├── parts
│ │ │ ├── checksum_table.rdiff
│ │ │ ├── create_table.rdiff
│ │ │ ├── disabled.def
│ │ │ ├── optimize_table.rdiff
│ │ │ ├── repair_table.rdiff
│ │ │ └── suite.opt
│ │ ├── repair_table.rdiff
│ │ ├── suite.opt
│ │ ├── tbl_opt_data_index_dir.rdiff
│ │ ├── tbl_opt_insert_method.rdiff
│ │ ├── tbl_opt_key_block_size.opt
│ │ ├── tbl_opt_row_format.opt
│ │ ├── tbl_opt_row_format.rdiff
│ │ ├── tbl_opt_union.rdiff
│ │ ├── trx
│ │ │ ├── cons_snapshot_serializable.rdiff
│ │ │ ├── level_read_committed.rdiff
│ │ │ ├── level_read_uncommitted.rdiff
│ │ │ └── suite.opt
│ │ ├── type_blob.opt
│ │ ├── type_char_indexes.rdiff
│ │ ├── type_float_indexes.rdiff
│ │ ├── type_spatial_indexes.rdiff
│ │ └── type_text.opt
│ ├── os
│ │ ├── os0file.cc
│ │ ├── os0proc.cc
│ │ ├── os0stacktrace.cc
│ │ ├── os0sync.cc
│ │ └── os0thread.cc
│ ├── page
│ │ ├── page0cur.cc
│ │ ├── page0page.cc
│ │ └── page0zip.cc
│ ├── pars
│ │ ├── lexyy.cc
│ │ ├── make_bison.sh
│ │ ├── make_flex.sh
│ │ ├── pars0grm.cc
│ │ ├── pars0grm.y
│ │ ├── pars0lex.l
│ │ ├── pars0opt.cc
│ │ ├── pars0pars.cc
│ │ └── pars0sym.cc
│ ├── que
│ │ └── que0que.cc
│ ├── read
│ │ └── read0read.cc
│ ├── rem
│ │ ├── rem0cmp.cc
│ │ └── rem0rec.cc
│ ├── row
│ │ ├── row0ext.cc
│ │ ├── row0ftsort.cc
│ │ ├── row0import.cc
│ │ ├── row0ins.cc
│ │ ├── row0log.cc
│ │ ├── row0merge.cc
│ │ ├── row0mysql.cc
│ │ ├── row0purge.cc
│ │ ├── row0quiesce.cc
│ │ ├── row0row.cc
│ │ ├── row0sel.cc
│ │ ├── row0uins.cc
│ │ ├── row0umod.cc
│ │ ├── row0undo.cc
│ │ ├── row0upd.cc
│ │ └── row0vers.cc
│ ├── srv
│ │ ├── srv0conc.cc
│ │ ├── srv0mon.cc
│ │ ├── srv0srv.cc
│ │ └── srv0start.cc
│ ├── sync
│ │ ├── sync0arr.cc
│ │ ├── sync0rw.cc
│ │ └── sync0sync.cc
│ ├── trx
│ │ ├── trx0i_s.cc
│ │ ├── trx0purge.cc
│ │ ├── trx0rec.cc
│ │ ├── trx0roll.cc
│ │ ├── trx0rseg.cc
│ │ ├── trx0sys.cc
│ │ ├── trx0trx.cc
│ │ └── trx0undo.cc
│ ├── usr
│ │ └── usr0sess.cc
│ └── ut
│ ├── ut0bh.cc
│ ├── ut0byte.cc
│ ├── ut0crc32.cc
│ ├── ut0dbg.cc
│ ├── ut0list.cc
│ ├── ut0mem.cc
│ ├── ut0rbt.cc
│ ├── ut0rnd.cc
│ ├── ut0ut.cc
│ ├── ut0vec.cc
│ └── ut0wqueue.cc
├── strings
│ ├── bchange.c
│ ├── bmove_upp.c
│ ├── CHARSET_INFO.txt
│ ├── CMakeLists.txt
│ ├── conf_to_src.c
│ ├── ctype-big5.c
│ ├── ctype-bin.c
│ ├── ctype.c
│ ├── ctype-cp932.c
│ ├── ctype-czech.c
│ ├── ctype-eucjpms.c
│ ├── ctype-euc_kr.c
│ ├── ctype-extra.c
│ ├── ctype-gb2312.c
│ ├── ctype-gbk.c
│ ├── ctype-latin1.c
│ ├── ctype-mb.c
│ ├── ctype-simple.c
│ ├── ctype-sjis.c
│ ├── ctype-tis620.c
│ ├── ctype-uca.c
│ ├── ctype-ucs2.c
│ ├── ctype-ujis.c
│ ├── ctype-utf8.c
│ ├── ctype-win1250ch.c
│ ├── decimal.c
│ ├── do_ctype.c
│ ├── dtoa.c
│ ├── dump_map.c
│ ├── int2str.c
│ ├── is_prefix.c
│ ├── latin2.def
│ ├── llstr.c
│ ├── longlong2str.c
│ ├── my_strchr.c
│ ├── my_strtoll10.c
│ ├── my_vsnprintf.c
│ ├── README
│ ├── str2int.c
│ ├── str_alloc.c
│ ├── strappend.c
│ ├── strcend.c
│ ├── strcont.c
│ ├── strend.c
│ ├── strfill.c
│ ├── string.doc
│ ├── strings_def.h
│ ├── strmake.c
│ ├── strmov.c
│ ├── strmov_overlapp.c
│ ├── strnlen.c
│ ├── strnmov.c
│ ├── strxmov.c
│ ├── strxnmov.c
│ ├── t_ctype.h
│ ├── uca-dump.c
│ ├── uctypedump.c
│ ├── utr11-dump.c
│ └── xml.c
├── support-files
│ ├── binary-configure.sh
│ ├── build-tags
│ ├── ccfilter
│ ├── CMakeLists.txt
│ ├── compiler_warnings.supp
│ ├── config.huge.ini.sh
│ ├── config.medium.ini.sh
│ ├── config.small.ini.sh
│ ├── db.opt
│ ├── dtrace
│ │ ├── locktime.d
│ │ ├── query-execandqc.d
│ │ ├── query-filesort-time.d
│ │ ├── query-network-time.d
│ │ ├── query-parse-time.d
│ │ ├── query-rowops.d
│ │ ├── query-time.d
│ │ ├── statement-time.d
│ │ └── statement-type-aggregate.d
│ ├── MacOSX
│ │ ├── Description.plist.sh
│ │ ├── Info.plist.sh
│ │ ├── mwar-wrapper
│ │ ├── mwcc-wrapper
│ │ ├── MySQLCOM
│ │ ├── postflight.sh
│ │ ├── preflight.sh
│ │ ├── ReadMe.txt
│ │ ├── StartupItem.Description.plist
│ │ ├── StartupItem.Info.plist
│ │ ├── StartupItem.postinstall
│ │ └── StartupParameters.plist.sh
│ ├── magic
│ ├── my-huge.cnf.sh
│ ├── my-innodb-heavy-4G.cnf.sh
│ ├── my-large.cnf.sh
│ ├── my-medium.cnf.sh
│ ├── my-small.cnf.sh
│ ├── mysqld_multi.server.sh
│ ├── mysql-log-rotate.sh
│ ├── mysql.m4
│ ├── mysql-multi.server.sh
│ ├── mysql.server.sh
│ ├── mysql.server-sys5.sh
│ ├── MySQL-shared-compat.spec.sh
│ ├── mysql.spec.sh
│ ├── ndb-config-2-node.ini.sh
│ ├── RHEL4-SElinux
│ │ ├── mysql.fc
│ │ └── mysql.te
│ └── rpm
│ ├── client.cnf
│ ├── my.cnf
│ ├── mysql-clients.cnf
│ ├── server.cnf
│ ├── server-postin.sh
│ ├── server-postun.sh
│ ├── server-prein.sh
│ ├── server-preun.sh
│ └── shared-post.sh
├── tests
│ ├── async_queries.c
│ ├── auto_increment.res
│ ├── auto_increment.tst
│ ├── big_record.pl
│ ├── bug25714.c
│ ├── check_async_queries.pl
│ ├── CMakeLists.txt
│ ├── connect_test.c
│ ├── consistent_snapshot.pl
│ ├── deadlock_test.c
│ ├── drop_test.pl
│ ├── export.pl
│ ├── fork2_test.pl
│ ├── fork_big2.pl
│ ├── fork_big.pl
│ ├── function.res
│ ├── function.tst
│ ├── grant.pl
│ ├── grant.res
│ ├── index_corrupt.pl
│ ├── insert_and_repair.pl
│ ├── insert_test.c
│ ├── list_test.c
│ ├── lock_test.pl
│ ├── lock_test.res
│ ├── mail_to_db.pl
│ ├── myisam-big-rows.tst
│ ├── mysql_client_fw.c
│ ├── mysql_client_test.c
│ ├── nonblock-wrappers.h
│ ├── pmail.pl
│ ├── rename_test.pl
│ ├── restore-lock.smack
│ ├── select_test.c
│ ├── showdb_test.c
│ ├── ssl_test.c
│ ├── table_types.pl
│ ├── test_delayed_insert.pl
│ ├── thread_test.c
│ └── truncate.pl
├── TODO
├── unittest
│ ├── examples
│ │ ├── CMakeLists.txt
│ │ ├── core-t.c
│ │ ├── no_plan-t.c
│ │ ├── simple-t.c
│ │ ├── skip_all-t.c
│ │ ├── skip-t.c
│ │ └── todo-t.c
│ ├── my_decimal
│ │ ├── CMakeLists.txt
│ │ └── my_decimal-t.cc
│ ├── mysys
│ │ ├── base64-t.c
│ │ ├── bitmap-t.c
│ │ ├── CMakeLists.txt
│ │ ├── lf-t.c
│ │ ├── ma_dyncol-t.c
│ │ ├── my_atomic-t.c
│ │ ├── my_delete-t.c
│ │ ├── my_malloc-t.c
│ │ ├── my_rdtsc-t.c
│ │ ├── my_vsnprintf-t.c
│ │ ├── thr_template.c
│ │ └── waiting_threads-t.c
│ ├── mytap
│ │ ├── CMakeLists.txt
│ │ ├── Doxyfile
│ │ ├── t
│ │ │ └── basic-t.c
│ │ ├── tap.c
│ │ └── tap.h
│ ├── README.txt
│ ├── sql
│ │ ├── CMakeLists.txt
│ │ ├── explain_filename-t.cc
│ │ └── my_apc-t.cc
│ ├── strings
│ │ ├── CMakeLists.txt
│ │ └── strings-t.c
│ └── unit.pl
├── VERSION
├── vio
│ ├── CMakeLists.txt
│ ├── docs
│ │ ├── COPYING.openssl
│ │ ├── INSTALL
│ │ └── TODO
│ ├── test-ssl.c
│ ├── test-sslclient.c
│ ├── test-sslserver.c
│ ├── vio.c
│ ├── viopipe.c
│ ├── vio_priv.h
│ ├── vioshm.c
│ ├── viosocket.c
│ ├── viossl.c
│ ├── viosslfactories.c
│ ├── viotest.cc
│ ├── viotest-ssl.c
│ └── viotest-sslconnect.cc
├── win
│ ├── create_def_file.js
│ ├── packaging
│ │ ├── ca
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CustomAction.cpp
│ │ │ ├── CustomAction.def
│ │ │ └── CustomAction.rc
│ │ ├── CMakeLists.txt
│ │ ├── COPYING.rtf
│ │ ├── CPackWixConfig.cmake
│ │ ├── create_msi.cmake.in
│ │ ├── custom_ui.wxs
│ │ ├── extra.wxs.in
│ │ ├── heidisql.cmake
│ │ ├── heidisql_feature.wxi.in
│ │ ├── heidisql.wxi.in
│ │ ├── mysql_server.wxs.in
│ │ ├── WixUIBannerBmp.jpg
│ │ └── WixUIDialogBmp.jpg
│ └── upgrade_wizard
│ ├── CMakeLists.txt
│ ├── res
│ │ ├── upgrade.ico
│ │ └── upgrade.rc2
│ ├── resource.h
│ ├── stdafx.h
│ ├── targetver.h
│ ├── upgrade.cpp
│ ├── upgradeDlg.cpp
│ ├── upgradeDlg.h
│ ├── upgrade.h
│ ├── upgrade.rc
│ └── upgrade_wizard.exe.manifest
└── zlib
├── adler32.c
├── algorithm.txt
├── ChangeLog
├── CMakeLists.txt
├── compress.c
├── crc32.c
├── crc32.h
├── deflate.c
├── deflate.h
├── FAQ
├── gzio.c
├── INDEX
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── README
├── README.MySQL
├── trees.c
├── trees.h
├── uncompr.c
├── zconf.h
├── zlib.3
├── zlib.h
├── zutil.c
└── zutil.h
774 directories, 19342 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论