在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → mysql源代码

mysql源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:23.20M
  • 下载次数:25
  • 浏览次数:280
  • 发布时间:2021-02-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
官方5.1版本的源代码 官方5.1版本的源代码 官方5.1版本的源代码 官方5.1版本的源代码 官方5.1版本的源代码
【实例截图】
【核心代码】
baae3cb1-27dd-4133-b05f-3fda3ffa3a7b
└── mysql-5.1.59
├── aclocal.m4
├── BUILD
│   ├── autorun.sh
│   ├── build_mccge.sh
│   ├── check-cpu
│   ├── cleanup
│   ├── compile-alpha
│   ├── compile-alpha-ccc
│   ├── compile-alpha-cxx
│   ├── compile-alpha-debug
│   ├── compile-amd64-debug-max
│   ├── compile-amd64-debug-max-no-ndb
│   ├── compile-amd64-gcov
│   ├── compile-amd64-gprof
│   ├── compile-amd64-max
│   ├── compile-amd64-max-sci
│   ├── compile-amd64-valgrind-max
│   ├── compile-darwin-mwcc
│   ├── compile-dist
│   ├── compile-hpux11-parisc2-aCC
│   ├── compile-ia64-debug-max
│   ├── compile-irix-mips64-mipspro
│   ├── compile-pentium
│   ├── compile-pentium64
│   ├── compile-pentium64-debug
│   ├── compile-pentium64-debug-max
│   ├── compile-pentium64-gcov
│   ├── compile-pentium64-gprof
│   ├── compile-pentium64-max
│   ├── compile-pentium64-max-sci
│   ├── compile-pentium64-valgrind-max
│   ├── compile-pentium-debug
│   ├── compile-pentium-debug-max
│   ├── compile-pentium-debug-max-no-embedded
│   ├── compile-pentium-debug-max-no-ndb
│   ├── 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-mysqlfs-debug
│   ├── compile-pentium-pgcc
│   ├── compile-pentium-valgrind-max
│   ├── 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-forte
│   ├── compile-solaris-amd64-forte-debug
│   ├── compile-solaris-sparc
│   ├── compile-solaris-sparc-debug
│   ├── compile-solaris-sparc-forte
│   ├── compile-solaris-sparc-purify
│   ├── FINISH.sh
│   ├── Makefile.am
│   ├── Makefile.in
│   └── SETUP.sh
├── ChangeLog
├── client
│   ├── client_priv.h
│   ├── CMakeLists.txt
│   ├── completion_hash.cc
│   ├── completion_hash.h
│   ├── echo.c
│   ├── get_password.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── my_readline.h
│   ├── mysqladmin.cc
│   ├── mysqlbinlog.cc
│   ├── mysql.cc
│   ├── mysqlcheck.c
│   ├── mysqldump.c
│   ├── mysqlimport.c
│   ├── mysqlshow.c
│   ├── mysqlslap.c
│   ├── mysqltest.cc
│   ├── mysql_upgrade.c
│   ├── my_user.c
│   ├── readline.cc
│   ├── sql_string.cc
│   └── sql_string.h
├── CMakeLists.txt
├── cmd-line-utils
│   ├── libedit
│   │   ├── chared.c
│   │   ├── chared.h
│   │   ├── common.c
│   │   ├── config.h
│   │   ├── el.c
│   │   ├── el.h
│   │   ├── el_term.h
│   │   ├── emacs.c
│   │   ├── fcns.c
│   │   ├── filecomplete.c
│   │   ├── filecomplete.h
│   │   ├── help.c
│   │   ├── hist.c
│   │   ├── histedit.h
│   │   ├── hist.h
│   │   ├── history.c
│   │   ├── key.c
│   │   ├── key.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── makelist.sh
│   │   ├── map.c
│   │   ├── map.h
│   │   ├── np
│   │   │   ├── fgetln.c
│   │   │   ├── strlcat.c
│   │   │   ├── strlcpy.c
│   │   │   ├── unvis.c
│   │   │   ├── vis.c
│   │   │   └── vis.h
│   │   ├── 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
│   │   ├── term.c
│   │   ├── tokenizer.c
│   │   ├── tty.c
│   │   ├── tty.h
│   │   └── vi.c
│   ├── Makefile.am
│   ├── Makefile.in
│   └── readline
│   ├── ansi_stdlib.h
│   ├── bind.c
│   ├── callback.c
│   ├── chardefs.h
│   ├── compat.c
│   ├── complete.c
│   ├── config_readline.h
│   ├── 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
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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
│   └── ac-macros
│   ├── alloca.m4
│   ├── character_sets.m4
│   ├── check_cpu.m4
│   ├── compiler_flag.m4
│   ├── ha_ndbcluster.m4
│   ├── large_file.m4
│   ├── maintainer.m4
│   ├── misc.m4
│   ├── plugins.m4
│   ├── readline.m4
│   ├── ssl.m4
│   └── zlib.m4
├── config.guess
├── config.sub
├── configure
├── configure.in
├── COPYING
├── dbug
│   ├── CMakeLists.txt
│   ├── dbug_add_tags.pl
│   ├── dbug_analyze.c
│   ├── dbug.c
│   ├── dbug_long.h
│   ├── example1.c
│   ├── example2.c
│   ├── example3.c
│   ├── factorial.c
│   ├── main.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── monty.doc
│   ├── my_main.c
│   ├── sanity.c
│   └── user.r
├── depcomp
├── Docs
│   ├── INSTALL-BINARY
│   ├── Makefile.am
│   ├── Makefile.in
│   └── mysql.info
├── extra
│   ├── charset2html.c
│   ├── CMakeLists.txt
│   ├── comp_err.c
│   ├── innochecksum.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── my_print_defaults.c
│   ├── mysql_waitpid.c
│   ├── perror.c
│   ├── replace.c
│   ├── resolveip.c
│   ├── resolve_stack_dump.c
│   └── yassl
│   ├── AUTHORS
│   ├── ChangeLog
│   ├── CMakeLists.txt
│   ├── COPYING
│   ├── examples
│   │   ├── client
│   │   │   └── client.cpp
│   │   ├── echoclient
│   │   │   └── echoclient.cpp
│   │   ├── echoserver
│   │   │   └── echoserver.cpp
│   │   └── server
│   │   └── server.cpp
│   ├── 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
│   │   │   ├── 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
│   │   │   ├── x509.h
│   │   │   └── x509v3.h
│   │   ├── socket_wrapper.hpp
│   │   ├── timer.hpp
│   │   ├── yassl_error.hpp
│   │   ├── yassl.hpp
│   │   ├── yassl_imp.hpp
│   │   ├── yassl_int.hpp
│   │   └── yassl_types.hpp
│   ├── INSTALL
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── NEWS
│   ├── README
│   ├── src
│   │   ├── buffer.cpp
│   │   ├── cert_wrapper.cpp
│   │   ├── crypto_wrapper.cpp
│   │   ├── handshake.cpp
│   │   ├── lock.cpp
│   │   ├── log.cpp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── socket_wrapper.cpp
│   │   ├── ssl.cpp
│   │   ├── template_instnt.cpp
│   │   ├── timer.cpp
│   │   ├── yassl_error.cpp
│   │   ├── yassl_imp.cpp
│   │   └── yassl_int.cpp
│   ├── taocrypt
│   │   ├── benchmark
│   │   │   ├── benchmark.cpp
│   │   │   ├── benchmark.dsp
│   │   │   ├── dh1024.der
│   │   │   ├── dsa1024.der
│   │   │   ├── make.bat
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   └── rsa1024.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
│   │   │   ├── hmac.hpp
│   │   │   ├── integer.hpp
│   │   │   ├── kernelc.hpp
│   │   │   ├── md2.hpp
│   │   │   ├── md4.hpp
│   │   │   ├── md5.hpp
│   │   │   ├── misc.hpp
│   │   │   ├── modarith.hpp
│   │   │   ├── modes.hpp
│   │   │   ├── pwdbased.hpp
│   │   │   ├── random.hpp
│   │   │   ├── ripemd.hpp
│   │   │   ├── rsa.hpp
│   │   │   ├── runtime.hpp
│   │   │   ├── sha.hpp
│   │   │   ├── twofish.hpp
│   │   │   ├── types.hpp
│   │   │   └── type_traits.hpp
│   │   ├── INSTALL
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── 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
│   │   │   ├── integer.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── md2.cpp
│   │   │   ├── md4.cpp
│   │   │   ├── md5.cpp
│   │   │   ├── misc.cpp
│   │   │   ├── random.cpp
│   │   │   ├── ripemd.cpp
│   │   │   ├── rsa.cpp
│   │   │   ├── sha.cpp
│   │   │   ├── template_instnt.cpp
│   │   │   ├── tftables.cpp
│   │   │   └── twofish.cpp
│   │   └── test
│   │   ├── make.bat
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── test.cpp
│   └── testsuite
│   ├── input
│   ├── make.bat
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── quit
│   ├── test.hpp
│   ├── testsuite.cpp
│   └── testsuite.dsp
├── include
│   ├── base64.h
│   ├── config.h.in
│   ├── config-netware.h
│   ├── config-win.h
│   ├── decimal.h
│   ├── errmsg.h
│   ├── ft_global.h
│   ├── hash.h
│   ├── heap.h
│   ├── help_end.h
│   ├── help_start.h
│   ├── keycache.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── m_ctype.h
│   ├── m_string.h
│   ├── my_aes.h
│   ├── my_alarm.h
│   ├── my_alloc.h
│   ├── my_attribute.h
│   ├── my_base.h
│   ├── my_bit.h
│   ├── my_bitmap.h
│   ├── my_compare.h
│   ├── my_compiler.h
│   ├── my_dbug.h
│   ├── my_dir.h
│   ├── my_getopt.h
│   ├── my_global.h
│   ├── myisam.h
│   ├── myisammrg.h
│   ├── myisampack.h
│   ├── my_libwrap.h
│   ├── my_list.h
│   ├── my_md5.h
│   ├── my_net.h
│   ├── my_no_pthread.h
│   ├── my_nosys.h
│   ├── my_pthread.h
│   ├── mysql
│   │   ├── plugin.h
│   │   └── plugin.h.pp
│   ├── mysql_com.h
│   ├── mysqld_ername.h
│   ├── mysqld_error.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_trie.h
│   ├── my_uctype.h
│   ├── my_user.h
│   ├── my_vle.h
│   ├── my_xml.h
│   ├── queues.h
│   ├── rijndael.h
│   ├── sha1.h
│   ├── sql_common.h
│   ├── sql_state.h
│   ├── sslopt-case.h
│   ├── sslopt-longopts.h
│   ├── sslopt-vars.h
│   ├── t_ctype.h
│   ├── thr_alarm.h
│   ├── thr_lock.h
│   ├── typelib.h
│   ├── violite.h
│   └── welcome_copyright_notice.h
├── install-sh
├── INSTALL-SOURCE
├── INSTALL-WIN-SOURCE
├── libmysql
│   ├── client_settings.h
│   ├── CMakeLists.txt
│   ├── conf_to_src.c
│   ├── dll.c
│   ├── errmsg.c
│   ├── get_password.c
│   ├── libmysql.c
│   ├── libmysql.def
│   ├── libmysql.ver.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── Makefile.shared
│   ├── manager.c
│   └── password.c
├── libmysqld
│   ├── CMakeLists.txt
│   ├── embedded_priv.h
│   ├── emb_qcache.cc
│   ├── emb_qcache.h
│   ├── examples
│   │   ├── CMakeLists.txt
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── libmysqld.c
│   ├── libmysqld.def
│   ├── lib_sql.cc
│   ├── Makefile.am
│   └── Makefile.in
├── libmysql_r
│   ├── conf_to_src.c
│   ├── Makefile.am
│   └── Makefile.in
├── ltmain.sh
├── Makefile.am
├── Makefile.in
├── man
│   ├── comp_err.1
│   ├── innochecksum.1
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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
│   ├── mysql_fix_privilege_tables.1
│   ├── mysqlhotcopy.1
│   ├── mysqlimport.1
│   ├── mysql_install_db.1
│   ├── mysqlman.1
│   ├── mysqlmanager.8
│   ├── 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
│   ├── ndb_config.1
│   ├── ndb_cpcd.1
│   ├── ndbd.8
│   ├── ndb_delete_all.1
│   ├── ndb_desc.1
│   ├── ndbd_redo_log_reader.1
│   ├── ndb_drop_index.1
│   ├── ndb_drop_table.1
│   ├── ndb_error_reporter.1
│   ├── ndb_mgm.1
│   ├── ndb_mgmd.8
│   ├── ndbmtd.8
│   ├── ndb_print_backup_file.1
│   ├── ndb_print_schema_file.1
│   ├── ndb_print_sys_file.1
│   ├── ndb_restore.1
│   ├── ndb_select_all.1
│   ├── ndb_select_count.1
│   ├── ndb_show_tables.1
│   ├── ndb_size.pl.1
│   ├── ndb_waiter.1
│   ├── perror.1
│   ├── replace.1
│   ├── resolveip.1
│   └── resolve_stack_dump.1
├── missing
├── mysql-test
│   ├── collections
│   │   ├── default.daily
│   │   ├── default.experimental
│   │   ├── default.push
│   │   ├── default.weekly
│   │   ├── README
│   │   └── README.experimental
│   ├── extra
│   │   ├── binlog_tests
│   │   │   ├── binlog_failure_mixing_engines.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_temp_table.test
│   │   │   ├── innodb_stat.test
│   │   │   ├── insert_select-binlog.test
│   │   │   ├── mix_innodb_myisam_binlog.test
│   │   │   └── mix_innodb_myisam_side_effects.test
│   │   └── rpl_tests
│   │   ├── rpl_autoinc_func_invokes_trigger.test
│   │   ├── rpl_auto_increment_insert_view.test
│   │   ├── rpl_auto_increment_invoke_trigger.test
│   │   ├── rpl_auto_increment.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_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_insert_delayed.test
│   │   ├── rpl_insert_duplicate.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_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_stm_create_if_not_exists.test
│   │   ├── rpl_stm_EE_err2.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
│   ├── include
│   │   ├── add_anonymous_users.inc
│   │   ├── analyze-sync_with_master.test
│   │   ├── analyze-timeout.test
│   │   ├── assert.inc
│   │   ├── begin_include_file.inc
│   │   ├── big_test.inc
│   │   ├── binlog_inject_error.inc
│   │   ├── check_concurrent_insert.inc
│   │   ├── check_events_off.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_common.inc
│   │   ├── ctype_filesort.inc
│   │   ├── ctype_german.inc
│   │   ├── ctype_innodb_like.inc
│   │   ├── ctype_like_escape.inc
│   │   ├── ctype_like_range_f1f2.inc
│   │   ├── ctype_regex.inc
│   │   ├── ddl_i18n.check_events.inc
│   │   ├── ddl_i18n.check_sp.inc
│   │   ├── ddl_i18n.check_triggers.inc
│   │   ├── ddl_i18n.check_views.inc
│   │   ├── deadlock.inc
│   │   ├── default_my.cnf
│   │   ├── default_mysqld.cnf
│   │   ├── default_ndbd.cnf
│   │   ├── delete_anonymous_users.inc
│   │   ├── diff_tables.inc
│   │   ├── end_include_file.inc
│   │   ├── endspace.inc
│   │   ├── file_does_not_exist.inc
│   │   ├── force_restart_if_skipped.inc
│   │   ├── force_restart.inc
│   │   ├── get_binlog_dump_thread_id.inc
│   │   ├── get_relay_log_pos.inc
│   │   ├── gis_generic.inc
│   │   ├── gis_keys.inc
│   │   ├── grant_cache.inc
│   │   ├── handler.inc
│   │   ├── have_32bit.inc
│   │   ├── have_64bit.inc
│   │   ├── have_archive.inc
│   │   ├── have_big5.inc
│   │   ├── have_binlog_format_mixed.inc
│   │   ├── have_binlog_format_mixed_or_row.inc
│   │   ├── have_binlog_format_mixed_or_statement.inc
│   │   ├── have_binlog_format_row.inc
│   │   ├── have_binlog_format_row_or_statement.inc
│   │   ├── have_binlog_format_statement.inc
│   │   ├── have_blackhole.inc
│   │   ├── have_case_insensitive_file_system.inc
│   │   ├── have_case_insensitive_fs.inc
│   │   ├── have_case_sensitive_file_system.inc
│   │   ├── have_community_features.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_dynamic_loading.inc
│   │   ├── have_eucjpms.inc
│   │   ├── have_euckr.inc
│   │   ├── have_exampledb.inc
│   │   ├── have_example_plugin.inc
│   │   ├── have_gb2312.inc
│   │   ├── have_gbk.inc
│   │   ├── have_geometry.inc
│   │   ├── have_innodb.inc
│   │   ├── have_innodb_plugin.inc
│   │   ├── have_koi8r.inc
│   │   ├── have_latin2_ch.inc
│   │   ├── have_local_infile.inc
│   │   ├── have_log_bin.inc
│   │   ├── have_lowercase0.inc
│   │   ├── have_lowercase1.inc
│   │   ├── have_lowercase2.inc
│   │   ├── have_multi_ndb.inc
│   │   ├── have_mysql_upgrade.inc
│   │   ├── have_ndbapi_examples.inc
│   │   ├── have_ndb_extra.inc
│   │   ├── have_ndb.inc
│   │   ├── have_not_innodb_plugin.inc
│   │   ├── have_outfile.inc
│   │   ├── have_partition.inc
│   │   ├── have_query_cache.inc
│   │   ├── have_simple_parser.inc
│   │   ├── have_sjis.inc
│   │   ├── have_ssl.inc
│   │   ├── have_symlink.inc
│   │   ├── have_tis620.inc
│   │   ├── have_ucs2.inc
│   │   ├── have_udf.inc
│   │   ├── have_ujis.inc
│   │   ├── have_utf8.inc
│   │   ├── index_merge1.inc
│   │   ├── index_merge2.inc
│   │   ├── index_merge_2sweeps.inc
│   │   ├── index_merge_ror_cpk.inc
│   │   ├── index_merge_ror.inc
│   │   ├── innodb_rollback_on_timeout.inc
│   │   ├── innodb_trx_weight.inc
│   │   ├── io_thd_fault_injection.inc
│   │   ├── is_embedded.inc
│   │   ├── kill_query_and_diff_master_slave.inc
│   │   ├── kill_query.inc
│   │   ├── linux_sys_vars.inc
│   │   ├── loaddata_autocom.inc
│   │   ├── load_sysvars.inc
│   │   ├── master-slave.inc
│   │   ├── min_null_cond.inc
│   │   ├── mix1.inc
│   │   ├── mix2.inc
│   │   ├── mix2_ucs2.inc
│   │   ├── mtr_check.sql
│   │   ├── mtr_warnings.sql
│   │   ├── mysqlbinlog_row_engine.inc
│   │   ├── mysqldump.inc
│   │   ├── mysqlhotcopy.inc
│   │   ├── mysqltest-x.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_embedded.inc
│   │   ├── not_ndb_default.inc
│   │   ├── not_ndb.inc
│   │   ├── not_openssl.inc
│   │   ├── not_valgrind.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
│   │   ├── 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_sql_prepare.inc
│   │   ├── read_many_rows.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.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_pos.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_master_logs.inc
│   │   ├── show_master_status.inc
│   │   ├── show_msg80.inc
│   │   ├── show_msg.inc
│   │   ├── show_rpl_debug_info.inc
│   │   ├── show_slave_status.inc
│   │   ├── sp-vars.inc
│   │   ├── start_slave.inc
│   │   ├── stop_slave.inc
│   │   ├── stop_slave_io.inc
│   │   ├── stop_slave_sql.inc
│   │   ├── strict_autoinc.inc
│   │   ├── sync_io_with_master.inc
│   │   ├── sync_slave_io_with_master.inc
│   │   ├── sync_slave_sql_with_io.inc
│   │   ├── system_db_struct.inc
│   │   ├── testdb_only.inc
│   │   ├── test_fieldsize.inc
│   │   ├── test_outfile.inc
│   │   ├── tpcb_disk_data.inc
│   │   ├── tpcb.inc
│   │   ├── truncate_file.inc
│   │   ├── unsafe_binlog.inc
│   │   ├── uses_vardir.inc
│   │   ├── varchar.inc
│   │   ├── view_alias.inc
│   │   ├── wait_condition.inc
│   │   ├── wait_condition_sp.inc
│   │   ├── wait_for_binlog_event.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_show_condition.inc
│   │   ├── wait_until_connected_again.inc
│   │   ├── wait_until_count_sessions.inc
│   │   ├── wait_until_disconnected.inc
│   │   ├── wait_until_rows_count.inc
│   │   ├── windows.inc
│   │   ├── windows_sys_vars.inc
│   │   └── write_var_to_file.inc
│   ├── lib
│   │   ├── 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_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
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── safe_kill_win.cc
│   │   │   │   ├── safe_process.cc
│   │   │   │   ├── safe_process.pl
│   │   │   │   └── safe_process_win.cc
│   │   │   ├── SafeProcess.pm
│   │   │   ├── SysInfo.pm
│   │   │   └── Test.pm
│   │   └── v1
│   │   ├── 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
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mtr
│   ├── mysql-stress-test.pl
│   ├── mysql-test-run
│   ├── mysql-test-run.pl
│   ├── r
│   │   ├── 1st.result
│   │   ├── alias.result
│   │   ├── almost_full.result
│   │   ├── alter_table-big.result
│   │   ├── alter_table.result
│   │   ├── analyse.result
│   │   ├── analyze.result
│   │   ├── ansi.result
│   │   ├── archive-big.result
│   │   ├── archive_bitfield.result
│   │   ├── archive_debug.result
│   │   ├── archive_gis.result
│   │   ├── archive.result
│   │   ├── auto_increment.result
│   │   ├── backup.result
│   │   ├── bench_count_distinct.result
│   │   ├── bigint.result
│   │   ├── big_test.require
│   │   ├── binary.result
│   │   ├── binlog_tx_isolation.result
│   │   ├── bool.result
│   │   ├── bootstrap.result
│   │   ├── bug39022.result
│   │   ├── bug46080.result
│   │   ├── bug46261.result
│   │   ├── bug46760.result
│   │   ├── bug47671.result
│   │   ├── bulk_replace.result
│   │   ├── cache_innodb.result
│   │   ├── case_insensitive_file_system.require
│   │   ├── case_insensitive_fs.require
│   │   ├── case.result
│   │   ├── case_sensitive_file_system.require
│   │   ├── cast.result
│   │   ├── change_user.result
│   │   ├── check.result
│   │   ├── check_var_limit.require
│   │   ├── client_xml.result
│   │   ├── comments.result
│   │   ├── commit_1innodb.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_not_windows.result
│   │   ├── create.result
│   │   ├── create_select_tmp.result
│   │   ├── csv_alter_table.result
│   │   ├── csv_not_null.result
│   │   ├── csv.result
│   │   ├── ctype_ascii.result
│   │   ├── ctype_big5.result
│   │   ├── ctype_collate.result
│   │   ├── ctype_cp1250_ch.result
│   │   ├── ctype_cp1251.result
│   │   ├── ctype_cp932_binlog_row.result
│   │   ├── ctype_cp932_binlog_stm.result
│   │   ├── ctype_create.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_many.result
│   │   ├── ctype_mb.result
│   │   ├── ctype_recoding.result
│   │   ├── ctype_sjis.result
│   │   ├── ctype_tis620.result
│   │   ├── ctype_uca.result
│   │   ├── ctype_ucs2_def.result
│   │   ├── ctype_ucs.result
│   │   ├── ctype_ujis.result
│   │   ├── ctype_ujis_ucs2.result
│   │   ├── ctype_utf8.result
│   │   ├── date_formats.result
│   │   ├── ddl_i18n_koi8r.result
│   │   ├── ddl_i18n_utf8.result
│   │   ├── deadlock_innodb.result
│   │   ├── debug_sync.result
│   │   ├── default.result
│   │   ├── delayed.result
│   │   ├── delete.result
│   │   ├── derived.result
│   │   ├── dirty_close.result
│   │   ├── disabled_partition.require
│   │   ├── distinct.result
│   │   ├── drop.result
│   │   ├── empty_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
│   │   ├── exampledb.result
│   │   ├── execution_constants.result
│   │   ├── explain.result
│   │   ├── fix_priv_tables.result
│   │   ├── flush2.result
│   │   ├── flush_block_commit_notembedded.result
│   │   ├── flush_block_commit.result
│   │   ├── flush_read_lock_kill.result
│   │   ├── flush.result
│   │   ├── flush_table.result
│   │   ├── foreign_key.result
│   │   ├── fulltext2.result
│   │   ├── fulltext3.result
│   │   ├── fulltext_cache.result
│   │   ├── fulltext_distinct.result
│   │   ├── fulltext_left_join.result
│   │   ├── fulltext_multi.result
│   │   ├── fulltext_order_by.result
│   │   ├── fulltext_plugin.result
│   │   ├── fulltext.result
│   │   ├── fulltext_update.result
│   │   ├── fulltext_var.result
│   │   ├── func_compress.result
│   │   ├── func_concat.result
│   │   ├── func_crypt.result
│   │   ├── func_date_add.result
│   │   ├── func_default.result
│   │   ├── func_des_encrypt.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.result
│   │   ├── func_rollback.result
│   │   ├── func_sapdb.result
│   │   ├── func_set.result
│   │   ├── func_str.result
│   │   ├── func_system.result
│   │   ├── func_test.result
│   │   ├── func_time.result
│   │   ├── func_timestamp.result
│   │   ├── gcc296.result
│   │   ├── gis.result
│   │   ├── gis-rtree.result
│   │   ├── grant2.result
│   │   ├── grant3.result
│   │   ├── grant_cache_no_prot.result
│   │   ├── grant_cache_ps_prot.result
│   │   ├── grant_lowercase_fs.result
│   │   ├── grant.result
│   │   ├── greedy_optimizer.result
│   │   ├── group_by.result
│   │   ├── group_min_max_innodb.result
│   │   ├── group_min_max.result
│   │   ├── handler_innodb.result
│   │   ├── handler_myisam.result
│   │   ├── have_big5.require
│   │   ├── have_binlog_format_mixed.require
│   │   ├── have_binlog_format_row.require
│   │   ├── have_binlog_format_statement.require
│   │   ├── have_community_features.require
│   │   ├── have_compress.require
│   │   ├── have_cp1250_ch.require
│   │   ├── have_cp1251.require
│   │   ├── have_cp866.require
│   │   ├── have_cp932.require
│   │   ├── have_crypt.require
│   │   ├── have_debug.require
│   │   ├── have_debug_sync.require
│   │   ├── have_dynamic_loading.require
│   │   ├── have_eucjpms.require
│   │   ├── have_euckr.require
│   │   ├── have_example_plugin.require
│   │   ├── have_gb2312.require
│   │   ├── have_gbk.require
│   │   ├── have_geometry.require
│   │   ├── have_koi8r.require
│   │   ├── have_latin2_ch.require
│   │   ├── have_local_infile.require
│   │   ├── have_log_bin.require
│   │   ├── have_met_timezone.require
│   │   ├── have_moscow_leap_timezone.require
│   │   ├── have_mysql_upgrade.result
│   │   ├── have_ndbapi_examples.require
│   │   ├── have_ndb_extra.require
│   │   ├── have_outfile.require
│   │   ├── have_partition.require
│   │   ├── have_perror.require
│   │   ├── have_query_cache.require
│   │   ├── have_simple_parser.require
│   │   ├── have_sjis.require
│   │   ├── have_ssl.require
│   │   ├── have_symlink.require
│   │   ├── have_tis620.require
│   │   ├── have_ucs2.require
│   │   ├── have_udf_example.require
│   │   ├── have_ujis.require
│   │   ├── have_utf8.require
│   │   ├── having.result
│   │   ├── heap_auto_increment.result
│   │   ├── heap_btree.result
│   │   ├── heap_hash.result
│   │   ├── heap.result
│   │   ├── help.result
│   │   ├── implicit_char_to_num_conversion.result
│   │   ├── index_merge_innodb.result
│   │   ├── index_merge_myisam.result
│   │   ├── information_schema_chmod.result
│   │   ├── information_schema_db.result
│   │   ├── information_schema_inno.result
│   │   ├── information_schema_part.result
│   │   ├── information_schema.result
│   │   ├── init_connect.result
│   │   ├── init_file.result
│   │   ├── innodb_ignore_builtin.result
│   │   ├── innodb_mysql_lock2.result
│   │   ├── insert_notembedded.result
│   │   ├── insert.result
│   │   ├── insert_select.result
│   │   ├── insert_update.result
│   │   ├── isam.result
│   │   ├── is_debug_build.require
│   │   ├── is_embedded.require
│   │   ├── join_crash.result
│   │   ├── join_nested.result
│   │   ├── join_outer_innodb.result
│   │   ├── join_outer.result
│   │   ├── join.result
│   │   ├── key_cache.result
│   │   ├── key_diff.result
│   │   ├── key_primary.result
│   │   ├── key.result
│   │   ├── keywords.result
│   │   ├── kill.result
│   │   ├── limit.result
│   │   ├── loaddata_autocom_innodb.result
│   │   ├── loaddata.result
│   │   ├── locale.result
│   │   ├── lock_multi_bug38499.result
│   │   ├── lock_multi_bug38691.result
│   │   ├── lock_multi.result
│   │   ├── lock.result
│   │   ├── lock_sync.result
│   │   ├── lock_tables_lost_commit.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_table_grant.result
│   │   ├── lowercase_table_qcache.result
│   │   ├── lowercase_table.result
│   │   ├── lowercase_utf8.result
│   │   ├── lowercase_view.result
│   │   ├── merge-big.result
│   │   ├── merge_innodb.result
│   │   ├── merge.result
│   │   ├── metadata.result
│   │   ├── mix2_myisam.result
│   │   ├── mix2_myisam_ucs2.result
│   │   ├── multi_statement.result
│   │   ├── multi_update2.result
│   │   ├── multi_update.result
│   │   ├── multi_update_tiny_hash.result
│   │   ├── myisam-blob.result
│   │   ├── myisam_crash_before_flush_keys.result
│   │   ├── myisam_debug.result
│   │   ├── myisampack.result
│   │   ├── myisam.result
│   │   ├── myisam-system.result
│   │   ├── mysqladmin.result
│   │   ├── mysqlbinlog2.result
│   │   ├── mysqlbinlog_base64.result
│   │   ├── mysqlbinlog-cp932.result
│   │   ├── mysqlbinlog.result
│   │   ├── mysqlbinlog_row_big.result
│   │   ├── mysqlbinlog_row_innodb.result
│   │   ├── mysqlbinlog_row_myisam.result
│   │   ├── mysqlbinlog_row.result
│   │   ├── mysqlbinlog_row_trans.result
│   │   ├── mysql-bug41486.result
│   │   ├── mysql-bug45236.result
│   │   ├── mysqlcheck.result
│   │   ├── mysql_client_test.result
│   │   ├── mysql_comments.result
│   │   ├── mysql_cp932.result
│   │   ├── mysqldump-compat.result
│   │   ├── mysqldump-max.result
│   │   ├── mysqldump-no-binlog.result
│   │   ├── mysqldump_restore.result
│   │   ├── mysqldump.result
│   │   ├── mysqlhotcopy_archive.result
│   │   ├── mysqlhotcopy_myisam.result
│   │   ├── mysql_protocols.result
│   │   ├── mysql.result
│   │   ├── mysqlshow.result
│   │   ├── mysqlslap.result
│   │   ├── mysqltest.result
│   │   ├── mysql_upgrade.result
│   │   ├── named_pipe.result
│   │   ├── ndb_default_cluster.require
│   │   ├── negation_elimination.result
│   │   ├── no_binlog.result
│   │   ├── not_embedded.require
│   │   ├── not_embedded_server.result
│   │   ├── no-threads.result
│   │   ├── not_ndb_default.require
│   │   ├── not_ndb.require
│   │   ├── not_openssl.require
│   │   ├── not_partition.require
│   │   ├── not_partition.result
│   │   ├── not_true.require
│   │   ├── not_valgrind.require
│   │   ├── not_windows.require
│   │   ├── null_key.result
│   │   ├── null.result
│   │   ├── odbc.result
│   │   ├── olap.result
│   │   ├── one_thread_per_connection.require
│   │   ├── openssl_1.result
│   │   ├── order_by.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_archive.result
│   │   ├── partition_binlog_stmt.result
│   │   ├── partition_blackhole.result
│   │   ├── partition_bug18198.result
│   │   ├── partition_charset.result
│   │   ├── partition_csv.result
│   │   ├── partition_datatype.result
│   │   ├── partition_debug_sync.result
│   │   ├── partition_disabled.result
│   │   ├── partition_error.result
│   │   ├── partition_federated.result
│   │   ├── partition_grant.result
│   │   ├── partition_hash.result
│   │   ├── partition_innodb_builtin.result
│   │   ├── partition_innodb_plugin.result
│   │   ├── partition_innodb.result
│   │   ├── partition_innodb_semi_consistent.result
│   │   ├── partition_innodb_stmt.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_windows.result
│   │   ├── perror.result
│   │   ├── perror-win.result
│   │   ├── plugin_load.result
│   │   ├── plugin_not_embedded.result
│   │   ├── plugin.result
│   │   ├── preload.result
│   │   ├── profiling.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_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
│   │   ├── raid.result
│   │   ├── range.result
│   │   ├── read_many_rows_innodb.result
│   │   ├── read_only_innodb.result
│   │   ├── read_only.result
│   │   ├── renamedb.result
│   │   ├── rename.result
│   │   ├── repair.result
│   │   ├── replace.result
│   │   ├── rollback.result
│   │   ├── round.result
│   │   ├── rowid_order_innodb.result
│   │   ├── row.result
│   │   ├── rpl_colSize.result
│   │   ├── rpl_extraColmaster_innodb.result
│   │   ├── rpl_extraColmaster_myisam.result
│   │   ├── schema.result
│   │   ├── secure_file_priv_win.result
│   │   ├── select_found.result
│   │   ├── select.result
│   │   ├── select_safe.result
│   │   ├── server_id1.require
│   │   ├── server_id.require
│   │   ├── shm.result
│   │   ├── show_check.result
│   │   ├── skip_grants.result
│   │   ├── skip_log_bin.result
│   │   ├── skip_name_resolve.result
│   │   ├── slave-running.result
│   │   ├── slave-stopped.result
│   │   ├── sp-big.result
│   │   ├── sp-bugs.result
│   │   ├── sp-code.result
│   │   ├── sp-destruct.result
│   │   ├── sp-dynamic.result
│   │   ├── sp-error.result
│   │   ├── sp-fib.result
│   │   ├── sp_gis.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-big.result
│   │   ├── ssl_cipher.result
│   │   ├── ssl_compress.result
│   │   ├── ssl_connect.result
│   │   ├── ssl.result
│   │   ├── status2.result
│   │   ├── status.result
│   │   ├── strict_autoinc_1myisam.result
│   │   ├── strict_autoinc_2innodb.result
│   │   ├── strict_autoinc_3heap.result
│   │   ├── strict.result
│   │   ├── subselect2.result
│   │   ├── subselect3.result
│   │   ├── subselect4.result
│   │   ├── subselect_debug.result
│   │   ├── subselect_gis.result
│   │   ├── subselect_innodb.result
│   │   ├── subselect_notembedded.result
│   │   ├── subselect.result
│   │   ├── sum_distinct-big.result
│   │   ├── sum_distinct.result
│   │   ├── symlink.result
│   │   ├── synchronization.result
│   │   ├── sysdate_is_now.result
│   │   ├── system_mysql_db_refs.result
│   │   ├── system_mysql_db.result
│   │   ├── tablelock.result
│   │   ├── temp_table.result
│   │   ├── testdb_only.require
│   │   ├── timezone2.result
│   │   ├── timezone3.result
│   │   ├── timezone4.result
│   │   ├── timezone_grant.result
│   │   ├── timezone.result
│   │   ├── trigger-compat.result
│   │   ├── trigger_notembedded.result
│   │   ├── trigger.result
│   │   ├── trigger-trans.result
│   │   ├── true.require
│   │   ├── truncate.result
│   │   ├── type_binary.result
│   │   ├── type_bit_innodb.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-big.result
│   │   ├── type_newdecimal.result
│   │   ├── type_ranges.result
│   │   ├── type_set.result
│   │   ├── type_time.result
│   │   ├── type_timestamp.result
│   │   ├── type_uint.result
│   │   ├── type_varchar.result
│   │   ├── type_year.result
│   │   ├── udf.result
│   │   ├── udf_skip_grants.result
│   │   ├── union.result
│   │   ├── unsafe_binlog_innodb.result
│   │   ├── update.result
│   │   ├── upgrade.result
│   │   ├── user_limits.result
│   │   ├── user_var-binlog.result
│   │   ├── user_var.result
│   │   ├── varbinary.result
│   │   ├── variables-big.result
│   │   ├── variables_community.result
│   │   ├── variables_debug.result
│   │   ├── variables-notembedded.result
│   │   ├── variables.result
│   │   ├── view_alias.result
│   │   ├── view_grant.result
│   │   ├── view.result
│   │   ├── wait_timeout.result
│   │   ├── warnings_engine_disabled.result
│   │   ├── warnings.result
│   │   ├── windows.require
│   │   ├── windows.result
│   │   ├── xa.result
│   │   └── xml.result
│   ├── README
│   ├── std_data
│   │   ├── 14897.frm
│   │   ├── bad_gis_data.dat
│   │   ├── binlog_savepoint.000001
│   │   ├── binlog_transaction.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
│   │   ├── bug48265.frm
│   │   ├── bug48449.frm
│   │   ├── bug49823.CSM
│   │   ├── bug49823.CSV
│   │   ├── bug49823.frm
│   │   ├── cacert.pem
│   │   ├── charset_utf8.txt
│   │   ├── checkDBI_DBD-mysql.pl
│   │   ├── client-cert.pem
│   │   ├── client-key.pem
│   │   ├── corrupt-relay-bin.000624
│   │   ├── corrupt_t1.MYI
│   │   ├── corrupt_t1#P#p1.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
│   │   ├── Index.xml
│   │   ├── init_file.dat
│   │   ├── intersect-bug50389.tsv
│   │   ├── latin1.xml
│   │   ├── loaddata1.dat
│   │   ├── loaddata2.dat
│   │   ├── loaddata3.dat
│   │   ├── loaddata4.dat
│   │   ├── loaddata5.dat
│   │   ├── loaddata6.dat
│   │   ├── loaddata_dq.dat
│   │   ├── loaddata_pair.dat
│   │   ├── loaddata_utf8.dat
│   │   ├── master-bin.000001
│   │   ├── Moscow_leap
│   │   ├── 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
│   │   ├── numbers.txt
│   │   ├── old_table-323.frm
│   │   ├── 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
│   │   │   ├── 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
│   │   ├── trunc_binlog.000001
│   │   ├── untrusted-cacert.pem
│   │   ├── vchar.frm
│   │   ├── warnings_loaddata.dat
│   │   ├── words2.dat
│   │   └── words.dat
│   ├── suite
│   │   ├── binlog
│   │   │   ├── combinations
│   │   │   ├── r
│   │   │   │   ├── binlog_base64_flag.result
│   │   │   │   ├── binlog_bug23533.result
│   │   │   │   ├── binlog_bug36391.result
│   │   │   │   ├── binlog_database.result
│   │   │   │   ├── binlog_delete_and_flush_index.result
│   │   │   │   ├── binlog_drop_if_exists.result
│   │   │   │   ├── binlog_grant.result
│   │   │   │   ├── binlog_incident.result
│   │   │   │   ├── binlog_index.result
│   │   │   │   ├── binlog_innodb.result
│   │   │   │   ├── binlog_innodb_row.result
│   │   │   │   ├── binlog_killed.result
│   │   │   │   ├── binlog_killed_simulate.result
│   │   │   │   ├── binlog_mixed_failure_mixing_engines.result
│   │   │   │   ├── binlog_mixed_load_data.result
│   │   │   │   ├── binlog_mix_innodb_stat.result
│   │   │   │   ├── binlog_multi_engine.result
│   │   │   │   ├── binlog_old_versions.result
│   │   │   │   ├── binlog_query_filter_rules.result
│   │   │   │   ├── binlog_reset_master.result
│   │   │   │   ├── binlog_row_binlog.result
│   │   │   │   ├── binlog_row_ctype_cp932.result
│   │   │   │   ├── binlog_row_ctype_ucs.result
│   │   │   │   ├── binlog_row_drop_tmp_tbl.result
│   │   │   │   ├── binlog_row_failure_mixing_engines.result
│   │   │   │   ├── binlog_row_innodb_stat.result
│   │   │   │   ├── binlog_row_insert_select.result
│   │   │   │   ├── binlog_row_mix_innodb_myisam.result
│   │   │   │   ├── binlog_row_mysqlbinlog_db_filter.result
│   │   │   │   ├── binlog_row_mysqlbinlog_verbose.result
│   │   │   │   ├── binlog_server_id.result
│   │   │   │   ├── binlog_sf.result
│   │   │   │   ├── binlog_sql_mode.result
│   │   │   │   ├── binlog_start_comment.result
│   │   │   │   ├── binlog_statement_insert_delayed.result
│   │   │   │   ├── binlog_stm_binlog.result
│   │   │   │   ├── binlog_stm_blackhole.result
│   │   │   │   ├── binlog_stm_ctype_cp932.result
│   │   │   │   ├── binlog_stm_ctype_ucs.result
│   │   │   │   ├── binlog_stm_do_db.result
│   │   │   │   ├── binlog_stm_drop_tmp_tbl.result
│   │   │   │   ├── binlog_stm_innodb_stat.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_tmp_table.result
│   │   │   │   ├── binlog_truncate_innodb.result
│   │   │   │   ├── binlog_truncate_myisam.result
│   │   │   │   ├── binlog_unsafe.result
│   │   │   │   └── binlog_write_error.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_5_1-wl2325_r.001
│   │   │   │   ├── ver_5_1-wl2325_s.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_database.test
│   │   │   ├── binlog_delete_and_flush_index.test
│   │   │   ├── binlog_drop_if_exists.test
│   │   │   ├── binlog_grant.test
│   │   │   ├── binlog_incident-master.opt
│   │   │   ├── binlog_incident.test
│   │   │   ├── binlog_index-master.opt
│   │   │   ├── binlog_index.test
│   │   │   ├── binlog_innodb_row.test
│   │   │   ├── binlog_innodb.test
│   │   │   ├── binlog_killed_simulate-master.opt
│   │   │   ├── binlog_killed_simulate.test
│   │   │   ├── binlog_killed.test
│   │   │   ├── binlog_mixed_failure_mixing_engines.test
│   │   │   ├── binlog_mixed_load_data.test
│   │   │   ├── binlog_mix_innodb_stat.test
│   │   │   ├── binlog_multi_engine.test
│   │   │   ├── binlog_old_versions.test
│   │   │   ├── binlog_query_filter_rules-master.opt
│   │   │   ├── binlog_query_filter_rules.test
│   │   │   ├── binlog_reset_master.test
│   │   │   ├── binlog_row_binlog-master.opt
│   │   │   ├── binlog_row_binlog.test
│   │   │   ├── binlog_row_ctype_cp932.test
│   │   │   ├── binlog_row_ctype_ucs.test
│   │   │   ├── binlog_row_drop_tmp_tbl.test
│   │   │   ├── binlog_row_failure_mixing_engines.test
│   │   │   ├── binlog_row_innodb_stat-master.opt
│   │   │   ├── binlog_row_innodb_stat.test
│   │   │   ├── 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_verbose.test
│   │   │   ├── binlog_server_id.test
│   │   │   ├── binlog_sf.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_ctype_cp932.test
│   │   │   ├── binlog_stm_ctype_ucs.test
│   │   │   ├── binlog_stm_do_db-master.opt
│   │   │   ├── binlog_stm_do_db.test
│   │   │   ├── binlog_stm_drop_tmp_tbl.test
│   │   │   ├── binlog_stm_innodb_stat-master.opt
│   │   │   ├── binlog_stm_innodb_stat.test
│   │   │   ├── 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_tmp_table.test
│   │   │   ├── binlog_truncate_innodb-master.opt
│   │   │   ├── binlog_truncate_innodb.test
│   │   │   ├── binlog_truncate_myisam.test
│   │   │   ├── binlog_unsafe.test
│   │   │   ├── binlog_write_error.test
│   │   │   └── disabled.def
│   │   ├── engines
│   │   │   ├── funcs
│   │   │   │   ├── 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_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_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_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
│   │   │   │   ├── disabled.def
│   │   │   │   ├── 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_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-master.opt
│   │   │   │   ├── rpl_dual_pos_advance.test
│   │   │   │   ├── rpl_empty_master_crash-master.opt
│   │   │   │   ├── 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
│   │   │   │   ├── 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
│   │   │   │   └── t
│   │   │   │   ├── delete_decimal.test
│   │   │   │   ├── delete_time.test
│   │   │   │   ├── delete_year.test
│   │   │   │   ├── disabled.def
│   │   │   │   ├── 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
│   │   │   ├── 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_35333.result
│   │   │   ├── federated_bug_35333.test
│   │   │   ├── federated_cleanup.inc
│   │   │   ├── federated_debug-master.opt
│   │   │   ├── federated_debug.result
│   │   │   ├── federated_debug.test
│   │   │   ├── federated.inc
│   │   │   ├── federated_innodb.result
│   │   │   ├── federated_innodb-slave.opt
│   │   │   ├── federated_innodb.test
│   │   │   ├── federated.result
│   │   │   ├── federated_server.result
│   │   │   ├── federated_server.test
│   │   │   ├── federated.test
│   │   │   ├── federated_transactions.result
│   │   │   ├── federated_transactions-slave.opt
│   │   │   ├── federated_transactions.test
│   │   │   ├── have_federated_db.inc
│   │   │   └── my.cnf
│   │   ├── 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
│   │   │   ├── 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_cml_ndb.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_ndb.result
│   │   │   │   ├── is_columns.result
│   │   │   │   ├── is_engines_archive.result
│   │   │   │   ├── is_engines_blackhole.result
│   │   │   │   ├── is_engines_csv.result
│   │   │   │   ├── is_engines_federated.result
│   │   │   │   ├── is_engines_innodb.result
│   │   │   │   ├── is_engines_memory.result
│   │   │   │   ├── is_engines_merge.result
│   │   │   │   ├── is_engines_myisam.result
│   │   │   │   ├── is_engines_ndb.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.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_ndb.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
│   │   │   │   ├── ndb_bitdata.result
│   │   │   │   ├── ndb_cursors.result
│   │   │   │   ├── ndb_func_view.result
│   │   │   │   ├── ndb_storedproc_02.result
│   │   │   │   ├── ndb_storedproc_03.result
│   │   │   │   ├── ndb_storedproc_06.result
│   │   │   │   ├── ndb_storedproc_07.result
│   │   │   │   ├── ndb_storedproc_08.result
│   │   │   │   ├── ndb_storedproc_10.result
│   │   │   │   ├── ndb_trig_0102.result
│   │   │   │   ├── ndb_trig_03e.result
│   │   │   │   ├── ndb_trig_03.result
│   │   │   │   ├── ndb_trig_0407.result
│   │   │   │   ├── ndb_trig_08.result
│   │   │   │   ├── ndb_trig_09.result
│   │   │   │   ├── ndb_trig_1011ext.result
│   │   │   │   ├── ndb_views.result
│   │   │   │   ├── processlist_priv_no_prot.result
│   │   │   │   ├── processlist_priv_ps.result
│   │   │   │   ├── processlist_val_no_prot.result
│   │   │   │   ├── processlist_val_ps.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
│   │   │   │   ├── disabled.def
│   │   │   │   ├── 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_cml_ndb.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_ndb.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_ndb.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.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_ndb.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
│   │   │   │   ├── ndb_bitdata.test
│   │   │   │   ├── ndb_cursors.test
│   │   │   │   ├── ndb_func_view.test
│   │   │   │   ├── ndb_storedproc_02.test
│   │   │   │   ├── ndb_storedproc_03.test
│   │   │   │   ├── ndb_storedproc_06.test
│   │   │   │   ├── ndb_storedproc_07.test
│   │   │   │   ├── ndb_storedproc_08.test
│   │   │   │   ├── ndb_storedproc_10.test
│   │   │   │   ├── ndb_trig_0102.test
│   │   │   │   ├── ndb_trig_03e.test
│   │   │   │   ├── ndb_trig_03.test
│   │   │   │   ├── ndb_trig_0407.test
│   │   │   │   ├── ndb_trig_08.test
│   │   │   │   ├── ndb_trig_09.test
│   │   │   │   ├── ndb_trig_1011ext.test
│   │   │   │   ├── ndb_views.test
│   │   │   │   ├── processlist_priv_no_prot.test
│   │   │   │   ├── processlist_priv_ps.test
│   │   │   │   ├── processlist_val_no_prot.test
│   │   │   │   ├── processlist_val_ps.test
│   │   │   │   ├── storedproc.test
│   │   │   │   └── suite.opt
│   │   │   ├── 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
│   │   │   ├── 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
│   │   │   │   └── ndb_charset.result
│   │   │   ├── readme.txt
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── innodb_charset.test
│   │   │   ├── memory_charset.test
│   │   │   ├── myisam_charset.test
│   │   │   ├── ndb_charset.test
│   │   │   └── suite.opt
│   │   ├── innodb
│   │   │   ├── r
│   │   │   │   ├── innodb-autoinc-44030.result
│   │   │   │   ├── innodb_autoinc_lock_mode_zero.result
│   │   │   │   ├── innodb-autoinc-optimize.result
│   │   │   │   ├── innodb-autoinc.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_bug40565.result
│   │   │   │   ├── innodb_bug42101-nonzero.result
│   │   │   │   ├── innodb_bug42101.result
│   │   │   │   ├── innodb_bug42419.result
│   │   │   │   ├── innodb_bug44369.result
│   │   │   │   ├── innodb_bug45357.result
│   │   │   │   ├── innodb_bug46000.result
│   │   │   │   ├── innodb_bug47621.result
│   │   │   │   ├── innodb_bug47777.result
│   │   │   │   ├── innodb_bug48024.result
│   │   │   │   ├── innodb_bug49164.result
│   │   │   │   ├── innodb_bug51920.result
│   │   │   │   ├── innodb_bug52663.result
│   │   │   │   ├── innodb_bug53674.result
│   │   │   │   ├── innodb_bug53756.result
│   │   │   │   ├── innodb_bug54044.result
│   │   │   │   ├── innodb_bug56143.result
│   │   │   │   ├── innodb_bug56680.result
│   │   │   │   ├── innodb_bug56716.result
│   │   │   │   ├── innodb_bug57252.result
│   │   │   │   ├── innodb_bug57255.result
│   │   │   │   ├── innodb_bug59410.result
│   │   │   │   ├── innodb_bug59641.result
│   │   │   │   ├── innodb_bug60049.result
│   │   │   │   ├── innodb_gis.result
│   │   │   │   ├── innodb-lock.result
│   │   │   │   ├── innodb_lock_wait_timeout_1.result
│   │   │   │   ├── innodb_misc1.result
│   │   │   │   ├── innodb_multi_update.result
│   │   │   │   ├── innodb_mysql_rbk.result
│   │   │   │   ├── innodb_mysql.result
│   │   │   │   ├── innodb_notembedded.result
│   │   │   │   ├── innodb-replace.result
│   │   │   │   ├── innodb.result
│   │   │   │   ├── innodb-semi-consistent.result
│   │   │   │   ├── innodb_timeout_rollback.result
│   │   │   │   ├── innodb_trx_weight.result
│   │   │   │   └── innodb-ucs2.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── innodb-autoinc-44030.test
│   │   │   ├── innodb_autoinc_lock_mode_zero-master.opt
│   │   │   ├── innodb_autoinc_lock_mode_zero.test
│   │   │   ├── innodb-autoinc-optimize.test
│   │   │   ├── innodb-autoinc.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_bug40565.test
│   │   │   ├── innodb_bug42101-nonzero-master.opt
│   │   │   ├── innodb_bug42101-nonzero.test
│   │   │   ├── innodb_bug42101.test
│   │   │   ├── innodb_bug42419.test
│   │   │   ├── innodb_bug44369.test
│   │   │   ├── innodb_bug45357.test
│   │   │   ├── innodb_bug46000.test
│   │   │   ├── innodb_bug47621.test
│   │   │   ├── innodb_bug47777.test
│   │   │   ├── innodb_bug48024.test
│   │   │   ├── innodb_bug49164.test
│   │   │   ├── innodb_bug51920.test
│   │   │   ├── innodb_bug52663-master.opt
│   │   │   ├── innodb_bug52663.test
│   │   │   ├── innodb_bug53674-master.opt
│   │   │   ├── innodb_bug53674.test
│   │   │   ├── innodb_bug53756-master.opt
│   │   │   ├── innodb_bug53756.test
│   │   │   ├── innodb_bug54044.test
│   │   │   ├── innodb_bug56143.test
│   │   │   ├── innodb_bug56680.test
│   │   │   ├── innodb_bug56716.test
│   │   │   ├── innodb_bug57252.test
│   │   │   ├── innodb_bug57255.test
│   │   │   ├── innodb_bug59410.test
│   │   │   ├── innodb_bug59641.test
│   │   │   ├── innodb_bug60049-master.opt
│   │   │   ├── innodb_bug60049.test
│   │   │   ├── innodb_gis.test
│   │   │   ├── innodb-lock.test
│   │   │   ├── innodb_lock_wait_timeout_1-master.opt
│   │   │   ├── innodb_lock_wait_timeout_1.test
│   │   │   ├── innodb-master.opt
│   │   │   ├── innodb_misc1-master.opt
│   │   │   ├── innodb_misc1.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-replace.test
│   │   │   ├── innodb-semi-consistent-master.opt
│   │   │   ├── innodb-semi-consistent.test
│   │   │   ├── innodb.test
│   │   │   ├── innodb_timeout_rollback-master.opt
│   │   │   ├── innodb_timeout_rollback.test
│   │   │   ├── innodb_trx_weight.test
│   │   │   └── innodb-ucs2.test
│   │   ├── innodb_plugin
│   │   │   ├── include
│   │   │   │   ├── ctype_innodb_like.inc
│   │   │   │   ├── innodb-index.inc
│   │   │   │   └── innodb_trx_weight.inc
│   │   │   ├── r
│   │   │   │   ├── innodb-analyze.result
│   │   │   │   ├── innodb-autoinc-18274.result
│   │   │   │   ├── innodb-autoinc-44030.result
│   │   │   │   ├── innodb-autoinc-56228.result
│   │   │   │   ├── innodb_autoinc_lock_mode_zero.result
│   │   │   │   ├── innodb-autoinc-optimize.result
│   │   │   │   ├── innodb-autoinc.result
│   │   │   │   ├── innodb_bug21704.result
│   │   │   │   ├── innodb_bug30423.result
│   │   │   │   ├── innodb_bug30919.result
│   │   │   │   ├── innodb_bug34053.result
│   │   │   │   ├── innodb_bug34300.result
│   │   │   │   ├── innodb_bug35220.result
│   │   │   │   ├── innodb_bug36169.result
│   │   │   │   ├── innodb_bug36172.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_bug52663.result
│   │   │   │   ├── innodb_bug52745.result
│   │   │   │   ├── innodb_bug53046.result
│   │   │   │   ├── innodb_bug53290.result
│   │   │   │   ├── innodb_bug53591.result
│   │   │   │   ├── innodb_bug53592.result
│   │   │   │   ├── innodb_bug53674.result
│   │   │   │   ├── innodb_bug53756.result
│   │   │   │   ├── innodb_bug54044.result
│   │   │   │   ├── innodb_bug54453.result
│   │   │   │   ├── innodb_bug56143.result
│   │   │   │   ├── innodb_bug56680.result
│   │   │   │   ├── innodb_bug56716.result
│   │   │   │   ├── innodb_bug56947.result
│   │   │   │   ├── innodb_bug57252.result
│   │   │   │   ├── innodb_bug57255.result
│   │   │   │   ├── innodb_bug59307.result
│   │   │   │   ├── innodb_bug59410.result
│   │   │   │   ├── innodb_bug59641.result
│   │   │   │   ├── innodb_bug60049.result
│   │   │   │   ├── innodb-consistent.result
│   │   │   │   ├── innodb-create-options.result
│   │   │   │   ├── innodb_file_format.result
│   │   │   │   ├── innodb_gis.result
│   │   │   │   ├── innodb-index.result
│   │   │   │   ├── innodb-index_ucs2.result
│   │   │   │   ├── innodb_information_schema.result
│   │   │   │   ├── innodb-lock.result
│   │   │   │   ├── innodb_lock_wait_timeout_1.result
│   │   │   │   ├── innodb_multi_update.result
│   │   │   │   ├── innodb_mysql_rbk.result
│   │   │   │   ├── innodb_mysql.result
│   │   │   │   ├── innodb_notembedded.result
│   │   │   │   ├── innodb-replace.result
│   │   │   │   ├── innodb.result
│   │   │   │   ├── innodb-semi-consistent.result
│   │   │   │   ├── innodb-timeout.result
│   │   │   │   ├── innodb_timeout_rollback.result
│   │   │   │   ├── innodb_trx_weight.result
│   │   │   │   ├── innodb-ucs2.result
│   │   │   │   ├── innodb-use-sys-malloc.result
│   │   │   │   └── innodb-zip.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── innodb-analyze.test
│   │   │   ├── innodb-autoinc-18274.test
│   │   │   ├── innodb-autoinc-44030.test
│   │   │   ├── innodb-autoinc-56228-master.opt
│   │   │   ├── innodb-autoinc-56228.test
│   │   │   ├── innodb_autoinc_lock_mode_zero-master.opt
│   │   │   ├── innodb_autoinc_lock_mode_zero.test
│   │   │   ├── innodb-autoinc-optimize.test
│   │   │   ├── innodb-autoinc.test
│   │   │   ├── innodb_bug21704.test
│   │   │   ├── innodb_bug30423.test
│   │   │   ├── innodb_bug30919-master.opt
│   │   │   ├── innodb_bug30919.test
│   │   │   ├── innodb_bug34053.test
│   │   │   ├── innodb_bug34300.test
│   │   │   ├── innodb_bug35220.test
│   │   │   ├── innodb_bug36169.test
│   │   │   ├── innodb_bug36172.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_bug52663.test
│   │   │   ├── innodb_bug52745.test
│   │   │   ├── innodb_bug53046.test
│   │   │   ├── innodb_bug53290.test
│   │   │   ├── innodb_bug53591.test
│   │   │   ├── innodb_bug53592.test
│   │   │   ├── innodb_bug53674-master.opt
│   │   │   ├── innodb_bug53674.test
│   │   │   ├── innodb_bug53756-master.opt
│   │   │   ├── innodb_bug53756.test
│   │   │   ├── innodb_bug54044.test
│   │   │   ├── innodb_bug54453.test
│   │   │   ├── innodb_bug56143.test
│   │   │   ├── innodb_bug56680.test
│   │   │   ├── innodb_bug56716.test
│   │   │   ├── innodb_bug56947.test
│   │   │   ├── innodb_bug57252.test
│   │   │   ├── innodb_bug57255.test
│   │   │   ├── innodb_bug59307.test
│   │   │   ├── innodb_bug59410.test
│   │   │   ├── innodb_bug59641.test
│   │   │   ├── innodb_bug60049-master.opt
│   │   │   ├── innodb_bug60049.test
│   │   │   ├── innodb-consistent-master.opt
│   │   │   ├── innodb-consistent.test
│   │   │   ├── innodb-create-options.test
│   │   │   ├── innodb_file_format.test
│   │   │   ├── innodb_gis.test
│   │   │   ├── innodb-index.test
│   │   │   ├── innodb-index_ucs2.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_multi_update.test
│   │   │   ├── innodb_mysql-master.opt
│   │   │   ├── innodb_mysql_rbk-master.opt
│   │   │   ├── innodb_mysql_rbk.test
│   │   │   ├── innodb_mysql.test
│   │   │   ├── innodb_notembedded.test
│   │   │   ├── innodb-replace.test
│   │   │   ├── innodb-semi-consistent-master.opt
│   │   │   ├── innodb-semi-consistent.test
│   │   │   ├── innodb.test
│   │   │   ├── innodb_timeout_rollback-master.opt
│   │   │   ├── innodb_timeout_rollback.test
│   │   │   ├── innodb-timeout.test
│   │   │   ├── innodb_trx_weight.test
│   │   │   ├── innodb-ucs2.test
│   │   │   ├── innodb-use-sys-malloc-master.opt
│   │   │   ├── innodb-use-sys-malloc.test
│   │   │   └── innodb-zip.test
│   │   ├── jp
│   │   │   ├── 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
│   │   │   ├── disabled.def
│   │   │   ├── 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
│   │   ├── manual
│   │   │   ├── r
│   │   │   │   └── rpl_replication_delay.result
│   │   │   └── t
│   │   │   ├── rpl_replication_delay-slave.opt
│   │   │   └── rpl_replication_delay.test
│   │   ├── ndb
│   │   │   ├── my.cnf
│   │   │   ├── r
│   │   │   │   ├── loaddata_autocom_ndb.result
│   │   │   │   ├── ndb_alter_table2.result
│   │   │   │   ├── ndb_alter_table3.result
│   │   │   │   ├── ndb_alter_table.result
│   │   │   │   ├── ndbapi.result
│   │   │   │   ├── ndb_auto_increment.result
│   │   │   │   ├── ndb_autoinc.result
│   │   │   │   ├── ndb_basic.result
│   │   │   │   ├── ndb_binlog_basic.result
│   │   │   │   ├── ndb_binlog_ddl_multi.result
│   │   │   │   ├── ndb_binlog_discover.result
│   │   │   │   ├── ndb_binlog_format.result
│   │   │   │   ├── ndb_binlog_ignore_db.result
│   │   │   │   ├── ndb_binlog_log_bin.result
│   │   │   │   ├── ndb_binlog_multi.result
│   │   │   │   ├── ndb_bitfield.result
│   │   │   │   ├── ndb_blob_partition.result
│   │   │   │   ├── ndb_blob.result
│   │   │   │   ├── ndb_bug26793.result
│   │   │   │   ├── ndb_bug31477.result
│   │   │   │   ├── ndb_cache2.result
│   │   │   │   ├── ndb_cache_multi2.result
│   │   │   │   ├── ndb_cache_multi.result
│   │   │   │   ├── ndb_cache.result
│   │   │   │   ├── ndb_charset.result
│   │   │   │   ├── ndb_condition_pushdown.result
│   │   │   │   ├── ndb_config2.result
│   │   │   │   ├── ndb_config.result
│   │   │   │   ├── ndb_cursor.result
│   │   │   │   ├── ndb_database.result
│   │   │   │   ├── ndb_dd_alter.result
│   │   │   │   ├── ndb_dd_basic.result
│   │   │   │   ├── ndb_dd_ddl.result
│   │   │   │   ├── ndb_dd_disk2memory.result
│   │   │   │   ├── ndb_dd_dump.result
│   │   │   │   ├── ndb_dd_sql_features.result
│   │   │   │   ├── ndb_gis.result
│   │   │   │   ├── ndb_grant.result
│   │   │   │   ├── ndb_index_ordered.result
│   │   │   │   ├── ndb_index.result
│   │   │   │   ├── ndb_index_unique.result
│   │   │   │   ├── ndb_insert.result
│   │   │   │   ├── ndb_limit.result
│   │   │   │   ├── ndb_loaddatalocal.result
│   │   │   │   ├── ndb_load.result
│   │   │   │   ├── ndb_lock.result
│   │   │   │   ├── ndb_lock_table.result
│   │   │   │   ├── ndb_minmax.result
│   │   │   │   ├── ndb_multi.result
│   │   │   │   ├── ndb_multi_row.result
│   │   │   │   ├── ndb_partition_error2.result
│   │   │   │   ├── ndb_partition_error.result
│   │   │   │   ├── ndb_partition_key.result
│   │   │   │   ├── ndb_partition_list.result
│   │   │   │   ├── ndb_partition_range.result
│   │   │   │   ├── ndb_read_multi_range.result
│   │   │   │   ├── ndb_rename.result
│   │   │   │   ├── ndb_replace.result
│   │   │   │   ├── ndb_restore_compat.result
│   │   │   │   ├── ndb_restore_different_endian_data.result
│   │   │   │   ├── ndb_restore_partition.result
│   │   │   │   ├── ndb_restore_print.result
│   │   │   │   ├── ndb_restore.result
│   │   │   │   ├── ndb_row_format.result
│   │   │   │   ├── ndb_single_user.result
│   │   │   │   ├── ndb_sp.result
│   │   │   │   ├── ndb_subquery.result
│   │   │   │   ├── ndb_temporary.result
│   │   │   │   ├── ndb_tmp_table_and_DDL.result
│   │   │   │   ├── ndb_transaction.result
│   │   │   │   ├── ndb_trigger.result
│   │   │   │   ├── ndb_truncate.result
│   │   │   │   ├── ndb_types.result
│   │   │   │   ├── ndb_update_no_read.result
│   │   │   │   ├── ndb_update.result
│   │   │   │   ├── ndb_view.result
│   │   │   │   ├── ps_7ndb.result
│   │   │   │   └── strict_autoinc_5ndb.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── loaddata_autocom_ndb.test
│   │   │   ├── ndb_alter_table2.test
│   │   │   ├── ndb_alter_table3.test
│   │   │   ├── ndb_alter_table.test
│   │   │   ├── ndbapi.test
│   │   │   ├── ndb_auto_increment.test
│   │   │   ├── ndb_autoinc.test
│   │   │   ├── ndb_basic.test
│   │   │   ├── ndb_binlog_basic.test
│   │   │   ├── ndb_binlog_ddl_multi.test
│   │   │   ├── ndb_binlog_discover.test
│   │   │   ├── ndb_binlog_format.test
│   │   │   ├── ndb_binlog_ignore_db-master.opt
│   │   │   ├── ndb_binlog_ignore_db.test
│   │   │   ├── ndb_binlog_log_bin.test
│   │   │   ├── ndb_binlog_multi.test
│   │   │   ├── ndb_bitfield.test
│   │   │   ├── ndb_blob_partition.test
│   │   │   ├── ndb_blob.test
│   │   │   ├── ndb_bug26793.test
│   │   │   ├── ndb_bug31477.test
│   │   │   ├── ndb_cache2.test
│   │   │   ├── ndb_cache_multi2.test
│   │   │   ├── ndb_cache_multi.test
│   │   │   ├── ndb_cache.test
│   │   │   ├── ndb_charset.test
│   │   │   ├── ndb_condition_pushdown.test
│   │   │   ├── ndb_config2.test
│   │   │   ├── ndb_config.test
│   │   │   ├── ndb_cursor.test
│   │   │   ├── ndb_database.test
│   │   │   ├── ndb_dd_alter.test
│   │   │   ├── ndb_dd_basic.test
│   │   │   ├── ndb_dd_ddl.test
│   │   │   ├── ndb_dd_disk2memory.test
│   │   │   ├── ndb_dd_dump.test
│   │   │   ├── ndb_dd_sql_features.test
│   │   │   ├── ndb_gis.test
│   │   │   ├── ndb_grant.later
│   │   │   ├── ndb_index_ordered.test
│   │   │   ├── ndb_index.test
│   │   │   ├── ndb_index_unique.test
│   │   │   ├── ndb_insert.test
│   │   │   ├── ndb_limit.test
│   │   │   ├── ndb_loaddatalocal.test
│   │   │   ├── ndb_load.test
│   │   │   ├── ndb_lock_table.test
│   │   │   ├── ndb_lock.test
│   │   │   ├── ndb_minmax.test
│   │   │   ├── ndb_multi_row.test
│   │   │   ├── ndb_multi.test
│   │   │   ├── ndb_partition_error2-master.opt
│   │   │   ├── ndb_partition_error2.test
│   │   │   ├── ndb_partition_error.test
│   │   │   ├── ndb_partition_key.test
│   │   │   ├── ndb_partition_list.test
│   │   │   ├── ndb_partition_range.test
│   │   │   ├── ndb_read_multi_range.test
│   │   │   ├── ndb_rename.test
│   │   │   ├── ndb_replace.test
│   │   │   ├── ndb_restore_compat.test
│   │   │   ├── ndb_restore_different_endian_data.test
│   │   │   ├── ndb_restore_partition-master.opt
│   │   │   ├── ndb_restore_partition.test
│   │   │   ├── ndb_restore_print.test
│   │   │   ├── ndb_restore.test
│   │   │   ├── ndb_row_format.test
│   │   │   ├── ndb_single_user.test
│   │   │   ├── ndb_sp.test
│   │   │   ├── ndb_subquery.test
│   │   │   ├── ndb_temporary.test
│   │   │   ├── ndb_tmp_table_and_DDL.test
│   │   │   ├── ndb_transaction.test
│   │   │   ├── ndb_trigger.test
│   │   │   ├── ndb_truncate.test
│   │   │   ├── ndb_types.test
│   │   │   ├── ndb_update_no_read.test
│   │   │   ├── ndb_update.test
│   │   │   ├── ndb_view.test
│   │   │   ├── ps_7ndb.test
│   │   │   └── strict_autoinc_5ndb.test
│   │   ├── ndb_team
│   │   │   ├── r
│   │   │   │   ├── ndb_autodiscover2.result
│   │   │   │   ├── ndb_autodiscover3.result
│   │   │   │   ├── ndb_autodiscover.result
│   │   │   │   ├── ndb_backup_print.result
│   │   │   │   ├── ndb_dd_backuprestore.result
│   │   │   │   ├── rpl_ndb_dd_advance.result
│   │   │   │   ├── rpl_ndb_extraColMaster.result
│   │   │   │   └── rpl_ndb_mix_innodb.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── ndb_autodiscover2-master.opt
│   │   │   ├── ndb_autodiscover2.test
│   │   │   ├── ndb_autodiscover3.test
│   │   │   ├── ndb_autodiscover.test
│   │   │   ├── ndb_backup_print.test
│   │   │   ├── ndb_dd_backuprestore.test
│   │   │   ├── rpl_ndb_dd_advance.test
│   │   │   ├── rpl_ndb_extraColMaster.test
│   │   │   ├── rpl_ndb_mix_innodb-master.opt
│   │   │   └── rpl_ndb_mix_innodb.test
│   │   ├── parts
│   │   │   ├── inc
│   │   │   │   ├── methods1.inc
│   │   │   │   ├── part_blocked_sql_funcs_main.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_date.inc
│   │   │   │   ├── partition_datetime.inc
│   │   │   │   ├── partition_decimal.inc
│   │   │   │   ├── partition_directory.inc
│   │   │   │   ├── partition_double.inc
│   │   │   │   ├── partition_engine.inc
│   │   │   │   ├── partition_enum.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.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
│   │   │   │   ├── ndb_dd_backuprestore.result
│   │   │   │   ├── part_blocked_sql_func_innodb.result
│   │   │   │   ├── part_blocked_sql_func_myisam.result
│   │   │   │   ├── partition_alter1_1_2_innodb.result
│   │   │   │   ├── partition_alter1_1_2_myisam.result
│   │   │   │   ├── partition_alter1_1_2_ndb.result
│   │   │   │   ├── partition_alter1_1_innodb.result
│   │   │   │   ├── partition_alter1_1_myisam.result
│   │   │   │   ├── partition_alter1_1_ndb.result
│   │   │   │   ├── partition_alter1_2_innodb.result
│   │   │   │   ├── partition_alter1_2_myisam.result
│   │   │   │   ├── partition_alter1_2_ndb.result
│   │   │   │   ├── partition_alter2_1_innodb.result
│   │   │   │   ├── partition_alter2_1_myisam.result
│   │   │   │   ├── partition_alter2_2_innodb.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_memory.result
│   │   │   │   ├── partition_auto_increment_myisam.result
│   │   │   │   ├── partition_auto_increment_ndb.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_sync_innodb.result
│   │   │   │   ├── partition_decimal_innodb.result
│   │   │   │   ├── partition_decimal_myisam.result
│   │   │   │   ├── partition_engine_innodb.result
│   │   │   │   ├── partition_engine_myisam.result
│   │   │   │   ├── partition_engine_ndb.result
│   │   │   │   ├── partition_float_innodb.result
│   │   │   │   ├── partition_float_myisam.result
│   │   │   │   ├── partition_int_innodb.result
│   │   │   │   ├── partition_int_myisam.result
│   │   │   │   ├── partition_int_ndb.result
│   │   │   │   ├── partition_mgm_lc0_archive.result
│   │   │   │   ├── partition_mgm_lc0_innodb.result
│   │   │   │   ├── partition_mgm_lc0_memory.result
│   │   │   │   ├── partition_mgm_lc0_myisam.result
│   │   │   │   ├── partition_mgm_lc0_ndb.result
│   │   │   │   ├── partition_mgm_lc1_archive.result
│   │   │   │   ├── partition_mgm_lc1_innodb.result
│   │   │   │   ├── partition_mgm_lc1_memory.result
│   │   │   │   ├── partition_mgm_lc1_myisam.result
│   │   │   │   ├── partition_mgm_lc1_ndb.result
│   │   │   │   ├── partition_mgm_lc2_archive.result
│   │   │   │   ├── partition_mgm_lc2_innodb.result
│   │   │   │   ├── partition_mgm_lc2_memory.result
│   │   │   │   ├── partition_mgm_lc2_myisam.result
│   │   │   │   ├── partition_mgm_lc2_ndb.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_syntax_ndb.result
│   │   │   │   ├── partition_t55.out
│   │   │   │   ├── partition_value_innodb.result
│   │   │   │   ├── partition_value_myisam.result
│   │   │   │   ├── partition_value_ndb.result
│   │   │   │   ├── part_supported_sql_func_innodb.result
│   │   │   │   ├── part_supported_sql_func_myisam.result
│   │   │   │   ├── part_supported_sql_func_ndb.result
│   │   │   │   └── rpl_partition.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── ndb_dd_backuprestore.test
│   │   │   ├── part_blocked_sql_func_innodb.test
│   │   │   ├── part_blocked_sql_func_myisam.test
│   │   │   ├── partition_alter1_1_2_innodb.test
│   │   │   ├── partition_alter1_1_2_myisam.test
│   │   │   ├── partition_alter1_1_2_ndb.test
│   │   │   ├── partition_alter1_1_innodb.test
│   │   │   ├── partition_alter1_1_myisam.test
│   │   │   ├── partition_alter1_1_ndb.test
│   │   │   ├── partition_alter1_2_innodb.test
│   │   │   ├── partition_alter1_2_myisam.test
│   │   │   ├── partition_alter1_2_ndb.test
│   │   │   ├── partition_alter2_1_innodb.test
│   │   │   ├── partition_alter2_1_myisam.test
│   │   │   ├── partition_alter2_2_innodb.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_memory.test
│   │   │   ├── partition_auto_increment_myisam.test
│   │   │   ├── partition_auto_increment_ndb.test
│   │   │   ├── partition_basic_innodb.test
│   │   │   ├── partition_basic_myisam.test
│   │   │   ├── partition_basic_ndb.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_sync_innodb-master.opt
│   │   │   ├── partition_debug_sync_innodb.test
│   │   │   ├── partition_decimal_innodb.test
│   │   │   ├── partition_decimal_myisam.test
│   │   │   ├── partition_engine_innodb.test
│   │   │   ├── partition_engine_myisam.test
│   │   │   ├── partition_engine_ndb.test
│   │   │   ├── partition_float_innodb.test
│   │   │   ├── partition_float_myisam.test
│   │   │   ├── partition_int_innodb.test
│   │   │   ├── partition_int_myisam.test
│   │   │   ├── partition_int_ndb.test
│   │   │   ├── partition_mgm_lc0_archive.test
│   │   │   ├── partition_mgm_lc0_innodb.test
│   │   │   ├── partition_mgm_lc0_memory.test
│   │   │   ├── partition_mgm_lc0_myisam.test
│   │   │   ├── partition_mgm_lc0_ndb.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_lc1_ndb-master.opt
│   │   │   ├── partition_mgm_lc1_ndb.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_mgm_lc2_ndb-master.opt
│   │   │   ├── partition_mgm_lc2_ndb.test
│   │   │   ├── partition_recover_myisam-master.opt
│   │   │   ├── partition_recover_myisam.test
│   │   │   ├── 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_syntax_ndb.test
│   │   │   ├── partition_value_innodb.test
│   │   │   ├── partition_value_myisam.test
│   │   │   ├── partition_value_ndb.test
│   │   │   ├── part_supported_sql_func_innodb.test
│   │   │   ├── part_supported_sql_func_myisam.test
│   │   │   ├── part_supported_sql_func_ndb.test
│   │   │   └── rpl_partition.test
│   │   ├── rpl
│   │   │   ├── combinations
│   │   │   ├── include
│   │   │   │   ├── 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
│   │   │   ├── my.cnf
│   │   │   ├── r
│   │   │   │   ├── 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.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_max_cache_size.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_change_master.result
│   │   │   │   ├── rpl_charset.result
│   │   │   │   ├── rpl_charset_sjis.result
│   │   │   │   ├── rpl_circular_for_4_hosts.result
│   │   │   │   ├── rpl_colSize.result
│   │   │   │   ├── rpl_commit_after_flush.result
│   │   │   │   ├── rpl_concurrency_error.result
│   │   │   │   ├── rpl_conditional_comments.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.result
│   │   │   │   ├── rpl_drop.result
│   │   │   │   ├── rpl_drop_temp.result
│   │   │   │   ├── rpl_drop_view.result
│   │   │   │   ├── rpl_dual_pos_advance.result
│   │   │   │   ├── rpl_EE_err.result
│   │   │   │   ├── rpl_empty_master_crash.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_tables_not_exist.result
│   │   │   │   ├── rpl_flushlog_loop.result
│   │   │   │   ├── rpl_foreign_key_innodb.result
│   │   │   │   ├── rpl_found_rows.result
│   │   │   │   ├── rpl_free_items.result
│   │   │   │   ├── rpl_geometry.result
│   │   │   │   ├── rpl_get_lock.result
│   │   │   │   ├── rpl_get_master_version_and_clock.result
│   │   │   │   ├── rpl_grant.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_mixed_ddl.result
│   │   │   │   ├── rpl_innodb_mixed_dml.result
│   │   │   │   ├── rpl_innodb.result
│   │   │   │   ├── rpl_insert_duplicate.result
│   │   │   │   ├── rpl_insert_id_pk.result
│   │   │   │   ├── rpl_insert_id.result
│   │   │   │   ├── rpl_insert_ignore.result
│   │   │   │   ├── rpl_insert.result
│   │   │   │   ├── rpl_insert_select.result
│   │   │   │   ├── rpl_invoked_features.result
│   │   │   │   ├── rpl_killed_ddl.result
│   │   │   │   ├── rpl_known_bugs_detection.result
│   │   │   │   ├── rpl_LD_INFILE.result
│   │   │   │   ├── rpl_loaddata_charset.result
│   │   │   │   ├── rpl_loaddata_concurrent.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_load_from_master.result
│   │   │   │   ├── rpl_load_table_from_master.result
│   │   │   │   ├── rpl_locale.result
│   │   │   │   ├── rpl_log_pos.result
│   │   │   │   ├── rpl_manual_change_index_file.result
│   │   │   │   ├── rpl_many_optimize.result
│   │   │   │   ├── rpl_master_pos_wait.result
│   │   │   │   ├── rpl_misc_functions.result
│   │   │   │   ├── rpl_mixed_bit_pk.result
│   │   │   │   ├── rpl_mixed_ddl_dml.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_not_null_innodb.result
│   │   │   │   ├── rpl_not_null_myisam.result
│   │   │   │   ├── rpl_optimize.result
│   │   │   │   ├── rpl_packet.result
│   │   │   │   ├── rpl_plugin_load.result
│   │   │   │   ├── rpl_ps.result
│   │   │   │   ├── rpl_rbr_to_sbr.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.result
│   │   │   │   ├── rpl_rewrt_db.result
│   │   │   │   ├── rpl_rotate_logs.result
│   │   │   │   ├── rpl_row_001.result
│   │   │   │   ├── rpl_row_4_bytes.result
│   │   │   │   ├── rpl_row_basic_11bugs-master.opt
│   │   │   │   ├── rpl_row_basic_11bugs.result
│   │   │   │   ├── rpl_row_basic_11bugs-slave.opt
│   │   │   │   ├── rpl_row_basic_2myisam.result
│   │   │   │   ├── rpl_row_basic_3innodb.result
│   │   │   │   ├── rpl_row_basic_8partition.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_table.result
│   │   │   │   ├── rpl_row_delayed_ins.result
│   │   │   │   ├── rpl_row_drop.result
│   │   │   │   ├── rpl_row_err_ignoredtable.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_inexist_tbl.result
│   │   │   │   ├── rpl_row_insert_delayed.result
│   │   │   │   ├── rpl_row_loaddata_m.result
│   │   │   │   ├── rpl_row_log_innodb.result
│   │   │   │   ├── rpl_row_log.result
│   │   │   │   ├── rpl_row_max_relay_size.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_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_stop_middle_update.result
│   │   │   │   ├── rpl_row_tabledefs_2myisam.result
│   │   │   │   ├── rpl_row_tabledefs_3innodb.result
│   │   │   │   ├── rpl_row_tabledefs_7ndb.result
│   │   │   │   ├── rpl_row_tbl_metadata.result
│   │   │   │   ├── rpl_row_trig001.result
│   │   │   │   ├── rpl_row_trig002.result
│   │   │   │   ├── rpl_row_trig003.result
│   │   │   │   ├── rpl_row_trig004.result
│   │   │   │   ├── rpl_row_trunc_temp.result
│   │   │   │   ├── rpl_row_unsafe_funcs.result
│   │   │   │   ├── rpl_row_until.result
│   │   │   │   ├── rpl_row_USER.result
│   │   │   │   ├── rpl_row_UUID.result
│   │   │   │   ├── rpl_row_view01.result
│   │   │   │   ├── rpl_row_wide_table.result
│   │   │   │   ├── rpl_server_id1.result
│   │   │   │   ├── rpl_server_id2.result
│   │   │   │   ├── rpl_session_var.result
│   │   │   │   ├── rpl_set_charset.result
│   │   │   │   ├── rpl_set_null_innodb.result
│   │   │   │   ├── rpl_set_null_myisam.result
│   │   │   │   ├── rpl_show_slave_running.result
│   │   │   │   ├── rpl_skip_error.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_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_direct.result
│   │   │   │   ├── rpl_stm_conflicts.result
│   │   │   │   ├── rpl_stm_create_if_not_exists.result
│   │   │   │   ├── rpl_stm_EE_err2.result
│   │   │   │   ├── rpl_stm_flsh_tbls.result
│   │   │   │   ├── rpl_stm_insert_delayed.result
│   │   │   │   ├── rpl_stm_loadfile.result
│   │   │   │   ├── rpl_stm_log.result
│   │   │   │   ├── rpl_stm_max_relay_size.result
│   │   │   │   ├── rpl_stm_mixing_engines.result
│   │   │   │   ├── rpl_stm_multi_query.result
│   │   │   │   ├── rpl_stm_no_op.result
│   │   │   │   ├── rpl_stm_reset_slave.result
│   │   │   │   ├── rpl_stm_sql_mode.result
│   │   │   │   ├── rpl_stm_until.result
│   │   │   │   ├── rpl_stop_slave.result
│   │   │   │   ├── rpl_switch_stm_row_mixed.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_udf.result
│   │   │   │   ├── rpl_user.result
│   │   │   │   ├── rpl_user_variables.result
│   │   │   │   ├── rpl_variables.result
│   │   │   │   ├── rpl_variables_stm.result
│   │   │   │   └── rpl_view.result
│   │   │   ├── README
│   │   │   ├── rpl_1slave_base.cnf
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── rpl_000010-slave.opt
│   │   │   ├── rpl_000010.test
│   │   │   ├── rpl_000011.test
│   │   │   ├── rpl_000013.test
│   │   │   ├── rpl_000017-slave.opt
│   │   │   ├── rpl_000017.test
│   │   │   ├── rpl_alter_db.test
│   │   │   ├── rpl_alter.test
│   │   │   ├── rpl_auto_increment_11932.test
│   │   │   ├── rpl_auto_increment_bug33029.test
│   │   │   ├── rpl_auto_increment-master.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_max_cache_size.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_change_master.test
│   │   │   ├── rpl_charset_sjis.test
│   │   │   ├── rpl_charset.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_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-master.opt
│   │   │   ├── rpl_current_user.test
│   │   │   ├── rpl_ddl.test
│   │   │   ├── rpl_deadlock_innodb-slave.opt
│   │   │   ├── rpl_deadlock_innodb.test
│   │   │   ├── rpl_delete_no_where.test
│   │   │   ├── rpl_do_grant.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-master.opt
│   │   │   ├── rpl_dual_pos_advance.test
│   │   │   ├── rpl_EE_err.test
│   │   │   ├── rpl_empty_master_crash-master.opt
│   │   │   ├── rpl_empty_master_crash.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-master.opt
│   │   │   ├── rpl_failed_optimize.test
│   │   │   ├── rpl_filter_tables_not_exist-slave.opt
│   │   │   ├── rpl_filter_tables_not_exist.test
│   │   │   ├── rpl_flushlog_loop-master.opt
│   │   │   ├── rpl_flushlog_loop-slave.opt
│   │   │   ├── rpl_flushlog_loop.test
│   │   │   ├── rpl_foreign_key_innodb.test
│   │   │   ├── rpl_found_rows.test
│   │   │   ├── rpl_free_items-slave.opt
│   │   │   ├── rpl_free_items.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_idempotency-slave.opt
│   │   │   ├── 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-master.opt
│   │   │   ├── 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-master.opt
│   │   │   ├── rpl_innodb_mixed_ddl.test
│   │   │   ├── rpl_innodb_mixed_dml.test
│   │   │   ├── rpl_innodb.test
│   │   │   ├── rpl_insert_duplicate.test
│   │   │   ├── rpl_insert_id_pk.test
│   │   │   ├── rpl_insert_id.test
│   │   │   ├── rpl_insert_ignore.test
│   │   │   ├── rpl_insert_select.test
│   │   │   ├── rpl_insert.test
│   │   │   ├── rpl_invoked_features.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_concurrent.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_load_from_master-slave.opt
│   │   │   ├── rpl_load_from_master.test
│   │   │   ├── rpl_load_table_from_master.test
│   │   │   ├── rpl_locale.test
│   │   │   ├── rpl_log_pos.test
│   │   │   ├── rpl_manual_change_index_file.test
│   │   │   ├── rpl_many_optimize.test
│   │   │   ├── rpl_master_pos_wait.test
│   │   │   ├── rpl_misc_functions-slave.sh
│   │   │   ├── rpl_misc_functions.test
│   │   │   ├── rpl_mixed_bit_pk.test
│   │   │   ├── rpl_mixed_ddl_dml.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_not_null_innodb.test
│   │   │   ├── rpl_not_null_myisam.test
│   │   │   ├── rpl_optimize.test
│   │   │   ├── rpl_packet-master.opt
│   │   │   ├── rpl_packet-slave.opt
│   │   │   ├── rpl_packet.test
│   │   │   ├── rpl_plugin_load-master.opt
│   │   │   ├── rpl_plugin_load-slave.opt
│   │   │   ├── rpl_plugin_load.test
│   │   │   ├── rpl_ps.test
│   │   │   ├── rpl_rbr_to_sbr.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-slave.opt
│   │   │   ├── rpl_report.test
│   │   │   ├── rpl_rewrt_db-slave.opt
│   │   │   ├── rpl_rewrt_db.test
│   │   │   ├── rpl_rotate_logs.cnf
│   │   │   ├── rpl_rotate_logs.test
│   │   │   ├── rpl_row_001.test
│   │   │   ├── rpl_row_4_bytes-master.opt
│   │   │   ├── rpl_row_4_bytes.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_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_table.test
│   │   │   ├── rpl_row_delayed_ins.test
│   │   │   ├── rpl_row_drop.test
│   │   │   ├── rpl_row_err_daisychain-master.opt
│   │   │   ├── rpl_row_err_daisychain-slave.opt
│   │   │   ├── rpl_row_find_row.test
│   │   │   ├── rpl_row_flsh_tbls.test
│   │   │   ├── rpl_row_func001.test
│   │   │   ├── rpl_row_func002.test
│   │   │   ├── rpl_row_func003.test
│   │   │   ├── rpl_row_inexist_tbl.test
│   │   │   ├── rpl_row_insert_delayed.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_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_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_stop_middle_update-master.opt
│   │   │   ├── rpl_row_stop_middle_update-slave.opt
│   │   │   ├── rpl_row_stop_middle_update.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_trunc_temp.test
│   │   │   ├── rpl_row_unsafe_funcs.test
│   │   │   ├── rpl_row_until.test
│   │   │   ├── rpl_row_USER.test
│   │   │   ├── rpl_row_UUID.test
│   │   │   ├── rpl_row_view01.test
│   │   │   ├── rpl_row_wide_table.test
│   │   │   ├── rpl_server_id1.test
│   │   │   ├── rpl_server_id2-slave.opt
│   │   │   ├── rpl_server_id2.test
│   │   │   ├── rpl_session_var.test
│   │   │   ├── rpl_set_charset.test
│   │   │   ├── rpl_set_null_innodb.test
│   │   │   ├── rpl_set_null_myisam.test
│   │   │   ├── rpl_show_slave_running.test
│   │   │   ├── rpl_skip_error-slave.opt
│   │   │   ├── rpl_skip_error.test
│   │   │   ├── rpl_slave_grp_exec.test
│   │   │   ├── rpl_slave_load_in.test
│   │   │   ├── rpl_slave_load_remove_tmpfile-slave.opt
│   │   │   ├── rpl_slave_load_remove_tmpfile.test
│   │   │   ├── rpl_slave_load_tmpdir_not_exist-master.opt
│   │   │   ├── 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_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_direct.test
│   │   │   ├── rpl_stm_conflicts.test
│   │   │   ├── rpl_stm_create_if_not_exists.test
│   │   │   ├── rpl_stm_EE_err2.test
│   │   │   ├── rpl_stm_flsh_tbls.test
│   │   │   ├── rpl_stm_insert_delayed.test
│   │   │   ├── rpl_stm_loadfile.test
│   │   │   ├── rpl_stm_log-master.opt
│   │   │   ├── rpl_stm_log-slave.opt
│   │   │   ├── rpl_stm_log.test
│   │   │   ├── rpl_stm_max_relay_size.test
│   │   │   ├── rpl_stm_mixing_engines.test
│   │   │   ├── rpl_stm_multi_query.test
│   │   │   ├── rpl_stm_no_op.test
│   │   │   ├── rpl_stm_reset_slave.test
│   │   │   ├── rpl_stm_sql_mode.test
│   │   │   ├── rpl_stm_until.test
│   │   │   ├── rpl_stop_slave.test
│   │   │   ├── rpl_switch_stm_row_mixed.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_udf-master.opt
│   │   │   ├── rpl_udf-slave.opt
│   │   │   ├── rpl_udf.test
│   │   │   ├── rpl_user.test
│   │   │   ├── rpl_user_variables.test
│   │   │   ├── rpl_variables_stm.test
│   │   │   ├── rpl_variables.test
│   │   │   └── rpl_view.test
│   │   ├── rpl_ndb
│   │   │   ├── my.cnf
│   │   │   ├── r
│   │   │   │   ├── rpl_ndb_2innodb.result
│   │   │   │   ├── rpl_ndb_2myisam.result
│   │   │   │   ├── rpl_ndb_2ndb.result
│   │   │   │   ├── rpl_ndb_2other.result
│   │   │   │   ├── rpl_ndbapi_multi.result
│   │   │   │   ├── rpl_ndb_apply_status.result
│   │   │   │   ├── rpl_ndb_auto_inc.result
│   │   │   │   ├── rpl_ndb_bank.result
│   │   │   │   ├── rpl_ndb_basic.result
│   │   │   │   ├── rpl_ndb_blob2.result
│   │   │   │   ├── rpl_ndb_blob.result
│   │   │   │   ├── rpl_ndb_circular_2ch.result
│   │   │   │   ├── rpl_ndb_circular.result
│   │   │   │   ├── rpl_ndb_circular_simplex.result
│   │   │   │   ├── rpl_ndb_commit_afterflush.result
│   │   │   │   ├── rpl_ndb_ctype_ucs2_def.result
│   │   │   │   ├── rpl_ndb_dd_basic.result
│   │   │   │   ├── rpl_ndb_ddl.result
│   │   │   │   ├── rpl_ndb_dd_partitions.result
│   │   │   │   ├── rpl_ndb_delete_nowhere.result
│   │   │   │   ├── rpl_ndb_do_db.result
│   │   │   │   ├── rpl_ndb_do_table.result
│   │   │   │   ├── rpl_ndb_extraCol.result
│   │   │   │   ├── rpl_ndb_func003.result
│   │   │   │   ├── rpl_ndb_idempotent.result
│   │   │   │   ├── rpl_ndb_innodb2ndb.result
│   │   │   │   ├── rpl_ndb_innodb_trans.result
│   │   │   │   ├── rpl_ndb_insert_ignore.result
│   │   │   │   ├── rpl_ndb_load.result
│   │   │   │   ├── rpl_ndb_log.result
│   │   │   │   ├── rpl_ndb_mixed_engines_transactions.result
│   │   │   │   ├── rpl_ndb_mixed_tables.result
│   │   │   │   ├── rpl_ndb_multi.result
│   │   │   │   ├── rpl_ndb_multi_update2.result
│   │   │   │   ├── rpl_ndb_multi_update3.result
│   │   │   │   ├── rpl_ndb_myisam2ndb.result
│   │   │   │   ├── rpl_ndb_relayrotate.result
│   │   │   │   ├── rpl_ndb_rep_ignore.result
│   │   │   │   ├── rpl_ndb_row_001.result
│   │   │   │   ├── rpl_ndb_set_null.result
│   │   │   │   ├── rpl_ndb_sp003.result
│   │   │   │   ├── rpl_ndb_sp006.result
│   │   │   │   ├── rpl_ndb_stm_innodb.result
│   │   │   │   ├── rpl_ndb_sync.result
│   │   │   │   ├── rpl_ndb_trig004.result
│   │   │   │   ├── rpl_ndb_UUID.result
│   │   │   │   ├── rpl_row_basic_7ndb.result
│   │   │   │   ├── rpl_truncate_7ndb_2.result
│   │   │   │   └── rpl_truncate_7ndb.result
│   │   │   └── t
│   │   │   ├── disabled.def
│   │   │   ├── rpl_ndb_2innodb-master.opt
│   │   │   ├── rpl_ndb_2innodb-slave.opt
│   │   │   ├── rpl_ndb_2innodb.test
│   │   │   ├── rpl_ndb_2myisam-master.opt
│   │   │   ├── rpl_ndb_2myisam-slave.opt
│   │   │   ├── rpl_ndb_2myisam.test
│   │   │   ├── rpl_ndb_2ndb-slave.opt
│   │   │   ├── rpl_ndb_2ndb.test
│   │   │   ├── rpl_ndb_2other-slave.opt
│   │   │   ├── rpl_ndb_2other.test
│   │   │   ├── rpl_ndbapi_multi.test
│   │   │   ├── rpl_ndb_apply_status-master.opt
│   │   │   ├── rpl_ndb_apply_status.test
│   │   │   ├── rpl_ndb_auto_inc.test
│   │   │   ├── rpl_ndb_bank.test
│   │   │   ├── rpl_ndb_basic.test
│   │   │   ├── rpl_ndb_blob2.test
│   │   │   ├── rpl_ndb_blob.test
│   │   │   ├── rpl_ndb_circular_2ch.cnf
│   │   │   ├── rpl_ndb_circular_2ch.test
│   │   │   ├── rpl_ndb_circular_simplex.test
│   │   │   ├── rpl_ndb_circular.test
│   │   │   ├── rpl_ndb_commit_afterflush.test
│   │   │   ├── rpl_ndb_ctype_ucs2_def-master.opt
│   │   │   ├── rpl_ndb_ctype_ucs2_def.test
│   │   │   ├── rpl_ndb_dd_basic.test
│   │   │   ├── rpl_ndb_ddl.test
│   │   │   ├── rpl_ndb_dd_partitions-master.opt
│   │   │   ├── rpl_ndb_dd_partitions-slave.opt
│   │   │   ├── rpl_ndb_dd_partitions.test
│   │   │   ├── rpl_ndb_delete_nowhere.test
│   │   │   ├── rpl_ndb_do_db-slave.opt
│   │   │   ├── rpl_ndb_do_db.test
│   │   │   ├── rpl_ndb_do_table-slave.opt
│   │   │   ├── rpl_ndb_do_table.test
│   │   │   ├── rpl_ndb_extraCol.test
│   │   │   ├── rpl_ndb_func003.test
│   │   │   ├── rpl_ndb_idempotent.test
│   │   │   ├── rpl_ndb_innodb2ndb-master.opt
│   │   │   ├── rpl_ndb_innodb2ndb-slave.opt
│   │   │   ├── rpl_ndb_innodb2ndb.test
│   │   │   ├── rpl_ndb_innodb_trans-slave.opt
│   │   │   ├── rpl_ndb_innodb_trans.test
│   │   │   ├── rpl_ndb_insert_ignore.test
│   │   │   ├── rpl_ndb_load.test
│   │   │   ├── rpl_ndb_log-master.opt
│   │   │   ├── rpl_ndb_log.test
│   │   │   ├── rpl_ndb_mixed_engines_transactions-master.opt
│   │   │   ├── rpl_ndb_mixed_engines_transactions-slave.opt
│   │   │   ├── rpl_ndb_mixed_engines_transactions.test
│   │   │   ├── rpl_ndb_mixed_tables-master.opt
│   │   │   ├── rpl_ndb_mixed_tables-slave.opt
│   │   │   ├── rpl_ndb_mixed_tables.test
│   │   │   ├── rpl_ndb_multi.test
│   │   │   ├── rpl_ndb_multi_update2-slave.opt
│   │   │   ├── rpl_ndb_multi_update2.test
│   │   │   ├── rpl_ndb_multi_update3.test
│   │   │   ├── rpl_ndb_myisam2ndb-slave.opt
│   │   │   ├── rpl_ndb_myisam2ndb.test
│   │   │   ├── rpl_ndb_relayrotate-slave.opt
│   │   │   ├── rpl_ndb_relayrotate.test
│   │   │   ├── rpl_ndb_rep_ignore-slave.opt
│   │   │   ├── rpl_ndb_rep_ignore.test
│   │   │   ├── rpl_ndb_row_001.test
│   │   │   ├── rpl_ndb_set_null.test
│   │   │   ├── rpl_ndb_sp003.test
│   │   │   ├── rpl_ndb_sp006.test
│   │   │   ├── rpl_ndb_stm_innodb-master.opt
│   │   │   ├── rpl_ndb_stm_innodb.test
│   │   │   ├── rpl_ndb_sync.test
│   │   │   ├── rpl_ndb_trig004.test
│   │   │   ├── rpl_ndb_UUID.test
│   │   │   ├── rpl_row_basic_7ndb.test
│   │   │   ├── rpl_truncate_7ndb_2-master.opt
│   │   │   ├── rpl_truncate_7ndb_2.test
│   │   │   └── rpl_truncate_7ndb.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
│   │   │   └── ddl_ndb.result
│   │   └── t
│   │   ├── ddl_archive.test
│   │   ├── ddl_csv.test
│   │   ├── ddl_innodb.test
│   │   ├── ddl_memory.test
│   │   ├── ddl_myisam.test
│   │   └── ddl_ndb.test
│   ├── t
│   │   ├── 1st.test
│   │   ├── alias.test
│   │   ├── almost_full.test
│   │   ├── alter_table-big.test
│   │   ├── alter_table.test
│   │   ├── analyse.test
│   │   ├── analyze.test
│   │   ├── ansi.test
│   │   ├── archive-big.test
│   │   ├── archive_bitfield.test
│   │   ├── archive_debug.test
│   │   ├── archive_gis.test
│   │   ├── archive.test
│   │   ├── auto_increment.test
│   │   ├── backup-master.sh
│   │   ├── backup.test
│   │   ├── bench_count_distinct.test
│   │   ├── bigint.test
│   │   ├── binary.test
│   │   ├── bool.test
│   │   ├── bootstrap.test
│   │   ├── bug39022.test
│   │   ├── bug46080-master.opt
│   │   ├── bug46080.test
│   │   ├── bug46261-master.opt
│   │   ├── bug46261.test
│   │   ├── bug46760-master.opt
│   │   ├── bug46760.test
│   │   ├── bug47671-master.opt
│   │   ├── bug47671.test
│   │   ├── bulk_replace.test
│   │   ├── cache_innodb-master.opt
│   │   ├── cache_innodb.test
│   │   ├── case.test
│   │   ├── cast.test
│   │   ├── change_user-master.opt
│   │   ├── change_user.test
│   │   ├── check.test
│   │   ├── client_xml.test
│   │   ├── comments.test
│   │   ├── commit_1innodb.test
│   │   ├── compare.test
│   │   ├── compress.test
│   │   ├── concurrent_innodb_safelog-master.opt
│   │   ├── concurrent_innodb_safelog.test
│   │   ├── concurrent_innodb_unsafelog-master.opt
│   │   ├── concurrent_innodb_unsafelog.test
│   │   ├── 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_not_windows.test
│   │   ├── create_select_tmp.test
│   │   ├── create.test
│   │   ├── csv_alter_table.test
│   │   ├── csv_not_null.test
│   │   ├── csv.test
│   │   ├── ctype_ascii.test
│   │   ├── ctype_big5.test
│   │   ├── ctype_collate.test
│   │   ├── ctype_cp1250_ch.test
│   │   ├── ctype_cp1251.test
│   │   ├── ctype_cp932_binlog_row.test
│   │   ├── ctype_cp932_binlog_stm.test
│   │   ├── ctype_create.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_many.test
│   │   ├── ctype_mb.test
│   │   ├── ctype_recoding.test
│   │   ├── ctype_sjis.test
│   │   ├── ctype_tis620.test
│   │   ├── ctype_uca.test
│   │   ├── ctype_ucs2_def-master.opt
│   │   ├── ctype_ucs2_def.test
│   │   ├── ctype_ucs.test
│   │   ├── ctype_ujis.test
│   │   ├── ctype_ujis_ucs2.test
│   │   ├── ctype_utf8.test
│   │   ├── date_formats-master.opt
│   │   ├── date_formats.test
│   │   ├── ddl_i18n_koi8r.test
│   │   ├── ddl_i18n_utf8.test
│   │   ├── deadlock_innodb.test
│   │   ├── debug_sync.test
│   │   ├── default.test
│   │   ├── delayed.test
│   │   ├── delete.test
│   │   ├── derived.test
│   │   ├── dirty_close.test
│   │   ├── disabled.def
│   │   ├── distinct.test
│   │   ├── drop.test
│   │   ├── empty_table.test
│   │   ├── endspace.test
│   │   ├── 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
│   │   ├── exampledb.test
│   │   ├── execution_constants.test
│   │   ├── explain.test
│   │   ├── fix_priv_tables.test
│   │   ├── flush2-master.opt
│   │   ├── flush2.test
│   │   ├── flush_block_commit_notembedded.test
│   │   ├── flush_block_commit.test
│   │   ├── flush_read_lock_kill-master.opt
│   │   ├── flush_read_lock_kill.test
│   │   ├── flush_table.test
│   │   ├── flush.test
│   │   ├── foreign_key.test
│   │   ├── fulltext2.test
│   │   ├── fulltext3.test
│   │   ├── fulltext_cache.test
│   │   ├── fulltext_distinct.test
│   │   ├── fulltext_left_join.test
│   │   ├── fulltext_multi.test
│   │   ├── fulltext_order_by.test
│   │   ├── fulltext_plugin-master.opt
│   │   ├── fulltext_plugin.test
│   │   ├── fulltext.test
│   │   ├── fulltext_update.test
│   │   ├── fulltext_var.test
│   │   ├── func_compress.test
│   │   ├── func_concat.test
│   │   ├── func_crypt.test
│   │   ├── func_date_add.test
│   │   ├── func_default.test
│   │   ├── func_des_encrypt.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.test
│   │   ├── func_rollback.test
│   │   ├── func_sapdb.test
│   │   ├── func_set.test
│   │   ├── func_str.test
│   │   ├── func_system.test
│   │   ├── func_test.test
│   │   ├── func_timestamp.test
│   │   ├── func_time.test
│   │   ├── gcc296.test
│   │   ├── gis-rtree.test
│   │   ├── gis.test
│   │   ├── grant2.test
│   │   ├── grant3-master.opt
│   │   ├── grant3.test
│   │   ├── grant_cache_no_prot.test
│   │   ├── grant_cache_ps_prot.test
│   │   ├── grant_lowercase_fs.test
│   │   ├── grant.test
│   │   ├── greedy_optimizer.test
│   │   ├── group_by.test
│   │   ├── group_min_max_innodb.test
│   │   ├── group_min_max.test
│   │   ├── handler_innodb.test
│   │   ├── handler_myisam.test
│   │   ├── having.test
│   │   ├── heap_auto_increment.test
│   │   ├── heap_btree.test
│   │   ├── heap_hash.test
│   │   ├── heap.test
│   │   ├── help.test
│   │   ├── implicit_char_to_num_conversion.test
│   │   ├── index_merge_innodb.test
│   │   ├── index_merge_myisam.test
│   │   ├── information_schema_chmod.test
│   │   ├── information_schema_db.test
│   │   ├── information_schema_inno.test
│   │   ├── information_schema_part.test
│   │   ├── information_schema.test
│   │   ├── init_connect-master.opt
│   │   ├── init_connect.test
│   │   ├── init_file-master.opt
│   │   ├── init_file.test
│   │   ├── innodb_ignore_builtin-master.opt
│   │   ├── innodb_ignore_builtin.test
│   │   ├── innodb_mysql_lock2.test
│   │   ├── insert_notembedded.test
│   │   ├── insert_select.test
│   │   ├── insert.test
│   │   ├── insert_update.test
│   │   ├── join_crash.test
│   │   ├── join_nested.test
│   │   ├── join_outer_innodb.test
│   │   ├── join_outer.test
│   │   ├── join.test
│   │   ├── key_cache-master.opt
│   │   ├── key_cache.test
│   │   ├── key_diff.test
│   │   ├── key_primary.test
│   │   ├── key.test
│   │   ├── keywords.test
│   │   ├── kill.test
│   │   ├── limit.test
│   │   ├── loaddata_autocom_innodb.test
│   │   ├── loaddata.test
│   │   ├── locale.test
│   │   ├── lock_multi_bug38499.test
│   │   ├── lock_multi_bug38691.test
│   │   ├── lock_multi.test
│   │   ├── lock_sync.test
│   │   ├── lock_tables_lost_commit-master.opt
│   │   ├── lock_tables_lost_commit.test
│   │   ├── lock.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_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
│   │   ├── merge-big.test
│   │   ├── merge_innodb.test
│   │   ├── merge.test
│   │   ├── metadata.test
│   │   ├── mix2_myisam.test
│   │   ├── mix2_myisam_ucs2.test
│   │   ├── multi_statement-master.opt
│   │   ├── multi_statement.test
│   │   ├── multi_update2-master.opt
│   │   ├── multi_update2.test
│   │   ├── multi_update-master.opt
│   │   ├── multi_update.test
│   │   ├── multi_update_tiny_hash-master.opt
│   │   ├── multi_update_tiny_hash.test
│   │   ├── myisam-blob-master.opt
│   │   ├── myisam-blob.test
│   │   ├── myisam_crash_before_flush_keys-master.opt
│   │   ├── myisam_crash_before_flush_keys.test
│   │   ├── myisam_debug.test
│   │   ├── myisampack.test
│   │   ├── myisam-system.test
│   │   ├── myisam.test
│   │   ├── mysqladmin.test
│   │   ├── mysqlbinlog2.test
│   │   ├── mysqlbinlog_base64.test
│   │   ├── mysqlbinlog-cp932-master.opt
│   │   ├── mysqlbinlog-cp932.test
│   │   ├── mysqlbinlog-master.opt
│   │   ├── mysqlbinlog_row_big.test
│   │   ├── mysqlbinlog_row_innodb.test
│   │   ├── mysqlbinlog_row_myisam.test
│   │   ├── mysqlbinlog_row.test
│   │   ├── mysqlbinlog_row_trans.test
│   │   ├── mysqlbinlog.test
│   │   ├── mysql-bug41486.test
│   │   ├── mysql-bug45236.test
│   │   ├── mysqlcheck.test
│   │   ├── mysql_client_test-master.opt
│   │   ├── mysql_client_test.test
│   │   ├── mysql_comments.sql
│   │   ├── mysql_comments.test
│   │   ├── mysql_cp932.test
│   │   ├── mysql_delimiter_19799.sql
│   │   ├── mysql_delimiter_source.sql
│   │   ├── mysql_delimiter.sql
│   │   ├── mysqldump-compat.opt
│   │   ├── mysqldump-compat.test
│   │   ├── mysqldump-max.test
│   │   ├── mysqldump-no-binlog-master.opt
│   │   ├── mysqldump-no-binlog.test
│   │   ├── mysqldump_restore.test
│   │   ├── mysqldump.test
│   │   ├── mysqlhotcopy_archive.test
│   │   ├── mysqlhotcopy_myisam.test
│   │   ├── mysql_protocols.test
│   │   ├── mysqlshow.test
│   │   ├── mysqlslap.test
│   │   ├── mysql.test
│   │   ├── mysqltest.test
│   │   ├── mysql_upgrade.test
│   │   ├── named_pipe-master.opt
│   │   ├── named_pipe.test
│   │   ├── negation_elimination.test
│   │   ├── no_binlog.test
│   │   ├── not_embedded_server-master.opt
│   │   ├── not_embedded_server.test
│   │   ├── no-threads-master.opt
│   │   ├── no-threads.test
│   │   ├── not_partition.test
│   │   ├── null_key.test
│   │   ├── null.test
│   │   ├── odbc.test
│   │   ├── olap.test
│   │   ├── openssl_1.test
│   │   ├── order_by.test
│   │   ├── order_fill_sortbuf-master.opt
│   │   ├── 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_archive.test
│   │   ├── partition_binlog_stmt.test
│   │   ├── partition_blackhole.test
│   │   ├── partition_bug18198.test
│   │   ├── partition_charset.test
│   │   ├── partition_csv.test
│   │   ├── partition_datatype.test
│   │   ├── partition_debug_sync.test
│   │   ├── partition_disabled-master.opt
│   │   ├── partition_disabled.test
│   │   ├── partition_error.test
│   │   ├── partition_federated.test
│   │   ├── partition_grant.test
│   │   ├── partition_hash.test
│   │   ├── partition_innodb_builtin.test
│   │   ├── partition_innodb-master.opt
│   │   ├── partition_innodb_plugin.test
│   │   ├── partition_innodb_semi_consistent-master.opt
│   │   ├── partition_innodb_semi_consistent.test
│   │   ├── partition_innodb_stmt.test
│   │   ├── partition_innodb.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.test
│   │   ├── partition_windows.test
│   │   ├── perror.test
│   │   ├── perror-win.test
│   │   ├── plugin_load-master.opt
│   │   ├── plugin_load.test
│   │   ├── plugin-master.opt
│   │   ├── plugin_not_embedded-master.opt
│   │   ├── plugin_not_embedded.test
│   │   ├── plugin.test
│   │   ├── preload.test
│   │   ├── profiling.test
│   │   ├── ps_10nestset.test
│   │   ├── ps_11bugs.test
│   │   ├── ps_1general.test
│   │   ├── ps_2myisam.test
│   │   ├── ps_3innodb.test
│   │   ├── ps_4heap.test
│   │   ├── ps_5merge.test
│   │   ├── ps_ddl1.test
│   │   ├── ps_ddl.test
│   │   ├── ps_grant.test
│   │   ├── ps-master.opt
│   │   ├── 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
│   │   ├── range.test
│   │   ├── read_many_rows_innodb.test
│   │   ├── read_only_innodb.test
│   │   ├── read_only.test
│   │   ├── renamedb.test
│   │   ├── rename.test
│   │   ├── repair.test
│   │   ├── replace.test
│   │   ├── rollback.test
│   │   ├── round.test
│   │   ├── rowid_order_innodb.test
│   │   ├── row.test
│   │   ├── schema.test
│   │   ├── secure_file_priv_win-master.opt
│   │   ├── secure_file_priv_win.test
│   │   ├── select_found.test
│   │   ├── select_safe.test
│   │   ├── select.test
│   │   ├── shm-master.opt
│   │   ├── shm.test
│   │   ├── show_check-master.opt
│   │   ├── show_check.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-bugs.test
│   │   ├── sp-code.test
│   │   ├── sp-destruct.test
│   │   ├── sp-dynamic.test
│   │   ├── sp-error.test
│   │   ├── sp-fib.test
│   │   ├── sp_gis.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-big.test
│   │   ├── ssl_cipher-master.opt
│   │   ├── ssl_cipher.test
│   │   ├── ssl_compress.test
│   │   ├── ssl_connect.test
│   │   ├── ssl.test
│   │   ├── status2.test
│   │   ├── status-master.opt
│   │   ├── status.test
│   │   ├── strict_autoinc_1myisam.test
│   │   ├── strict_autoinc_2innodb.test
│   │   ├── strict_autoinc_3heap.test
│   │   ├── strict.test
│   │   ├── subselect2.test
│   │   ├── subselect3.test
│   │   ├── subselect4.test
│   │   ├── subselect_debug.test
│   │   ├── subselect_gis.test
│   │   ├── subselect_innodb.test
│   │   ├── subselect_notembedded.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_fix30020-master.opt
│   │   ├── system_mysql_db_fix30020.test
│   │   ├── system_mysql_db_fix40123-master.opt
│   │   ├── system_mysql_db_fix40123.test
│   │   ├── system_mysql_db_fix50030-master.opt
│   │   ├── system_mysql_db_fix50030.test
│   │   ├── system_mysql_db_fix50117-master.opt
│   │   ├── system_mysql_db_fix50117.test
│   │   ├── system_mysql_db_refs.test
│   │   ├── system_mysql_db.test
│   │   ├── tablelock.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
│   │   ├── trigger-compat.test
│   │   ├── trigger_notembedded.test
│   │   ├── trigger.test
│   │   ├── trigger-trans.test
│   │   ├── truncate.test
│   │   ├── type_binary.test
│   │   ├── type_bit_innodb.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-big.test
│   │   ├── type_newdecimal.test
│   │   ├── type_ranges.test
│   │   ├── type_set.test
│   │   ├── type_timestamp.test
│   │   ├── type_time.test
│   │   ├── type_uint.test
│   │   ├── type_varchar.test
│   │   ├── type_year.test
│   │   ├── udf-master.opt
│   │   ├── udf_skip_grants-master.opt
│   │   ├── udf_skip_grants.test
│   │   ├── udf.test
│   │   ├── union-master.opt
│   │   ├── union.test
│   │   ├── unsafe_binlog_innodb-master.opt
│   │   ├── unsafe_binlog_innodb.test
│   │   ├── update.test
│   │   ├── upgrade.test
│   │   ├── user_limits.test
│   │   ├── user_var-binlog.test
│   │   ├── user_var.test
│   │   ├── varbinary.test
│   │   ├── variables-big.test
│   │   ├── variables_community.test
│   │   ├── variables_debug.test
│   │   ├── variables-notembedded-master.opt
│   │   ├── variables-notembedded.test
│   │   ├── variables.test
│   │   ├── view_alias.test
│   │   ├── view_grant.test
│   │   ├── view.test
│   │   ├── wait_timeout.test
│   │   ├── warnings_engine_disabled-master.opt
│   │   ├── warnings_engine_disabled.test
│   │   ├── warnings-master.opt
│   │   ├── warnings.test
│   │   ├── windows.test
│   │   ├── xa.test
│   │   └── xml.test
│   └── valgrind.supp
├── mysys
│   ├── array.c
│   ├── base64.c
│   ├── ChangeLog
│   ├── charset.c
│   ├── charset-def.c
│   ├── checksum.c
│   ├── CMakeLists.txt
│   ├── default.c
│   ├── default_modify.c
│   ├── errors.c
│   ├── hash.c
│   ├── list.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── md5.c
│   ├── mf_arr_appstr.c
│   ├── mf_brkhant.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
│   ├── mf_wfile.c
│   ├── mulalloc.c
│   ├── my_access.c
│   ├── my_aes.c
│   ├── my_alarm.c
│   ├── my_alloc.c
│   ├── my_append.c
│   ├── my_bit.c
│   ├── my_bitmap.c
│   ├── my_chsize.c
│   ├── my_clock.c
│   ├── my_compare.c
│   ├── my_compress.c
│   ├── my_conio.c
│   ├── my_copy.c
│   ├── my_crc32.c
│   ├── my_create.c
│   ├── my_delete.c
│   ├── my_div.c
│   ├── my_dup.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_handler_errors.h
│   ├── 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_messnc.c
│   ├── my_mkdir.c
│   ├── my_mmap.c
│   ├── my_net.c
│   ├── my_netware.c
│   ├── my_new.cc
│   ├── my_once.c
│   ├── my_open.c
│   ├── my_pread.c
│   ├── my_pthread.c
│   ├── my_quick.c
│   ├── my_read.c
│   ├── my_realloc.c
│   ├── my_redel.c
│   ├── my_rename.c
│   ├── 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_vle.c
│   ├── my_wincond.c
│   ├── my_windac.c
│   ├── my_winthread.c
│   ├── my_write.c
│   ├── ptr_cmp.c
│   ├── queues.c
│   ├── rijndael.c
│   ├── safemalloc.c
│   ├── sha1.c
│   ├── stacktrace.c
│   ├── string.c
│   ├── thr_alarm.c
│   ├── thr_lock.c
│   ├── thr_mutex.c
│   ├── thr_rwlock.c
│   ├── tree.c
│   ├── trie.c
│   └── typelib.c
├── netware
│   ├── BUILD
│   │   ├── apply-patch
│   │   ├── compile-AUTOTOOLS
│   │   ├── compile-linux-tools
│   │   ├── compile-netware-all
│   │   ├── compile-netware-debug
│   │   ├── compile-netware-END
│   │   ├── compile-netware-max
│   │   ├── compile-netware-max-debug
│   │   ├── compile-netware-src
│   │   ├── compile-netware-standard
│   │   ├── compile-netware-START
│   │   ├── create-patch
│   │   ├── cron-build
│   │   ├── crontab
│   │   ├── knetware.imp
│   │   ├── mwasmnlm
│   │   ├── mwccnlm
│   │   ├── mwenv
│   │   ├── mwldnlm
│   │   ├── nwbuild
│   │   ├── openssl.imp
│   │   └── save-patch
│   ├── comp_err.def
│   ├── init_db.sql
│   ├── install_test_db.ncf
│   ├── libmysql.def
│   ├── libmysql.imp
│   ├── libmysqlmain.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── myisamchk.def
│   ├── myisam_ftdump.def
│   ├── myisamlog.def
│   ├── myisampack.def
│   ├── my_manage.c
│   ├── my_manage.h
│   ├── my_print_defaults.def
│   ├── mysqladmin.def
│   ├── mysqlbinlog.def
│   ├── mysqlcheck.def
│   ├── mysql_client_test.def
│   ├── mysqld.def
│   ├── mysql.def
│   ├── mysqld_safe.c
│   ├── mysqld_safe.def
│   ├── mysqldump.def
│   ├── mysql_fix_privilege_tables.pl
│   ├── mysqlimport.def
│   ├── mysql_install_db.c
│   ├── mysql_install_db.def
│   ├── mysql_secure_installation.pl
│   ├── mysqlshow.def
│   ├── mysqlslap.def
│   ├── mysqltest.def
│   ├── mysql_test_run.c
│   ├── mysql_test_run.def
│   ├── mysql_upgrade.def
│   ├── mysql_waitpid.def
│   ├── mysql.xdc
│   ├── perror.def
│   ├── replace.def
│   ├── resolveip.def
│   ├── resolve_stack_dump.def
│   ├── static_init_db.sql
│   └── test_db.sql
├── plugin
│   ├── daemon_example
│   │   ├── AUTHORS
│   │   ├── ChangeLog
│   │   ├── daemon_example.cc
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── NEWS
│   │   └── README
│   ├── fulltext
│   │   ├── AUTHORS
│   │   ├── ChangeLog
│   │   ├── configure.in
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── NEWS
│   │   ├── plugin_example.c
│   │   └── README
│   ├── Makefile.am
│   └── Makefile.in
├── README
├── regex
│   ├── cclass.h
│   ├── CHANGES
│   ├── CMakeLists.txt
│   ├── cname.h
│   ├── COPYRIGHT
│   ├── debug.c
│   ├── debug.ih
│   ├── engine.c
│   ├── engine.ih
│   ├── main.c
│   ├── main.ih
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── my_regex.h
│   ├── README
│   ├── regcomp.c
│   ├── regcomp.ih
│   ├── regerror.c
│   ├── regerror.ih
│   ├── regex2.h
│   ├── regex.3
│   ├── regex.7
│   ├── regexec.c
│   ├── regexp.c
│   ├── regfree.c
│   ├── reginit.c
│   ├── split.c
│   ├── tests
│   ├── utils.h
│   └── WHATSNEW
├── scripts
│   ├── CMakeLists.txt
│   ├── comp_sql.c
│   ├── fill_help_tables.sql
│   ├── make_binary_distribution.sh
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── make_sharedlib_distribution.sh
│   ├── make_win_bin_dist
│   ├── msql2mysql.sh
│   ├── mysqlaccess.conf
│   ├── mysqlaccess.sh
│   ├── mysqlbug
│   ├── 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
│   ├── mysql_fix_privilege_tables.sh
│   ├── mysql_fix_privilege_tables.sql
│   ├── mysql_fix_privilege_tables_sql.c
│   ├── mysqlhotcopy.sh
│   ├── mysql_install_db.pl.in
│   ├── mysql_install_db.sh
│   ├── 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
├── server-tools
│   ├── instance-manager
│   │   ├── angel.cc
│   │   ├── angel.h
│   │   ├── buffer.cc
│   │   ├── buffer.h
│   │   ├── CMakeLists.txt
│   │   ├── command.cc
│   │   ├── command.h
│   │   ├── commands.cc
│   │   ├── commands.h
│   │   ├── exit_codes.h
│   │   ├── guardian.cc
│   │   ├── guardian.h
│   │   ├── IMService.cpp
│   │   ├── IMService.h
│   │   ├── instance.cc
│   │   ├── instance.h
│   │   ├── instance_map.cc
│   │   ├── instance_map.h
│   │   ├── instance_options.cc
│   │   ├── instance_options.h
│   │   ├── listener.cc
│   │   ├── listener.h
│   │   ├── log.cc
│   │   ├── log.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── manager.cc
│   │   ├── manager.h
│   │   ├── messages.cc
│   │   ├── messages.h
│   │   ├── mysql_connection.cc
│   │   ├── mysql_connection.h
│   │   ├── mysqlmanager.cc
│   │   ├── mysql_manager_error.h
│   │   ├── options.cc
│   │   ├── options.h
│   │   ├── parse.cc
│   │   ├── parse.h
│   │   ├── parse_output.cc
│   │   ├── parse_output.h
│   │   ├── portability.h
│   │   ├── priv.cc
│   │   ├── priv.h
│   │   ├── protocol.cc
│   │   ├── protocol.h
│   │   ├── README
│   │   ├── thread_registry.cc
│   │   ├── thread_registry.h
│   │   ├── user_management_commands.cc
│   │   ├── user_management_commands.h
│   │   ├── user_map.cc
│   │   ├── user_map.h
│   │   ├── WindowsService.cpp
│   │   └── WindowsService.h
│   ├── Makefile.am
│   └── Makefile.in
├── sql
│   ├── authors.h
│   ├── client_settings.h
│   ├── CMakeLists.txt
│   ├── contributors.h
│   ├── debug_sync.cc
│   ├── debug_sync.h
│   ├── derror.cc
│   ├── des_key_file.cc
│   ├── discover.cc
│   ├── 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
│   ├── field.cc
│   ├── field_conv.cc
│   ├── field.h
│   ├── filesort.cc
│   ├── 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
│   ├── init.cc
│   ├── 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_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
│   ├── key.cc
│   ├── lex.h
│   ├── lex_symbol.h
│   ├── lock.cc
│   ├── log.cc
│   ├── log_event.cc
│   ├── log_event.h
│   ├── log_event_old.cc
│   ├── log_event_old.h
│   ├── log.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── message.h
│   ├── message.mc
│   ├── message.rc
│   ├── mf_iocache.cc
│   ├── MSG00001.bin
│   ├── my_decimal.cc
│   ├── my_decimal.h
│   ├── my_lock.c
│   ├── mysqld.cc
│   ├── mysqld_suffix.h
│   ├── mysql_priv.h
│   ├── net_serv.cc
│   ├── nt_servc.cc
│   ├── nt_servc.h
│   ├── opt_range.cc
│   ├── opt_range.h
│   ├── opt_sum.cc
│   ├── parse_file.cc
│   ├── parse_file.h
│   ├── partition_element.h
│   ├── partition_info.cc
│   ├── partition_info.h
│   ├── password.c
│   ├── procedure.cc
│   ├── procedure.h
│   ├── protocol.cc
│   ├── protocol.h
│   ├── records.cc
│   ├── repl_failsafe.cc
│   ├── repl_failsafe.h
│   ├── rpl_constants.h
│   ├── rpl_filter.cc
│   ├── rpl_filter.h
│   ├── rpl_injector.cc
│   ├── rpl_injector.h
│   ├── rpl_mi.cc
│   ├── rpl_mi.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
│   ├── 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
│   │   ├── czech
│   │   │   └── errmsg.sys
│   │   ├── danish
│   │   │   └── errmsg.sys
│   │   ├── dutch
│   │   │   └── errmsg.sys
│   │   ├── english
│   │   │   └── errmsg.sys
│   │   ├── errmsg.txt
│   │   ├── estonian
│   │   │   └── errmsg.sys
│   │   ├── french
│   │   │   └── errmsg.sys
│   │   ├── german
│   │   │   └── errmsg.sys
│   │   ├── greek
│   │   │   └── errmsg.sys
│   │   ├── hungarian
│   │   │   └── errmsg.sys
│   │   ├── italian
│   │   │   └── errmsg.sys
│   │   ├── japanese
│   │   │   └── errmsg.sys
│   │   ├── korean
│   │   │   └── errmsg.sys
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── norwegian
│   │   │   └── errmsg.sys
│   │   ├── norwegian-ny
│   │   │   └── errmsg.sys
│   │   ├── polish
│   │   │   └── errmsg.sys
│   │   ├── portuguese
│   │   │   └── errmsg.sys
│   │   ├── romanian
│   │   │   └── errmsg.sys
│   │   ├── russian
│   │   │   └── errmsg.sys
│   │   ├── serbian
│   │   │   └── errmsg.sys
│   │   ├── slovak
│   │   │   └── errmsg.sys
│   │   ├── spanish
│   │   │   └── errmsg.sys
│   │   ├── swedish
│   │   │   └── errmsg.sys
│   │   └── ukrainian
│   │   └── errmsg.sys
│   ├── 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_analyse.cc
│   ├── sql_analyse.h
│   ├── sql_array.h
│   ├── sql_base.cc
│   ├── sql_binlog.cc
│   ├── sql_bitmap.h
│   ├── sql_builtin.cc
│   ├── sql_builtin.cc.in
│   ├── sql_cache.cc
│   ├── sql_cache.h
│   ├── sql_class.cc
│   ├── sql_class.h
│   ├── sql_client.cc
│   ├── sql_connect.cc
│   ├── sql_crypt.cc
│   ├── sql_crypt.h
│   ├── sql_cursor.cc
│   ├── sql_cursor.h
│   ├── sql_db.cc
│   ├── sql_delete.cc
│   ├── sql_derived.cc
│   ├── sql_do.cc
│   ├── sql_error.cc
│   ├── sql_error.h
│   ├── sql_handler.cc
│   ├── sql_help.cc
│   ├── sql_insert.cc
│   ├── sql_lex.cc
│   ├── sql_lex.h
│   ├── sql_list.cc
│   ├── sql_list.h
│   ├── sql_load.cc
│   ├── sql_locale.cc
│   ├── sql_manager.cc
│   ├── sql_map.cc
│   ├── sql_map.h
│   ├── sql_olap.cc
│   ├── sql_parse.cc
│   ├── sql_partition.cc
│   ├── sql_partition.h
│   ├── sql_plugin.cc
│   ├── sql_plugin.h
│   ├── sql_prepare.cc
│   ├── sql_profile.cc
│   ├── sql_profile.h
│   ├── sql_rename.cc
│   ├── 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_sort.h
│   ├── sql_state.c
│   ├── sql_string.cc
│   ├── sql_string.h
│   ├── sql_table.cc
│   ├── sql_tablespace.cc
│   ├── sql_test.cc
│   ├── sql_trigger.cc
│   ├── sql_trigger.h
│   ├── sql_udf.cc
│   ├── sql_udf.h
│   ├── sql_union.cc
│   ├── sql_update.cc
│   ├── sql_view.cc
│   ├── sql_view.h
│   ├── sql_yacc.cc
│   ├── sql_yacc.h
│   ├── sql_yacc.yy
│   ├── strfunc.cc
│   ├── structs.h
│   ├── table.cc
│   ├── table.h
│   ├── thr_malloc.cc
│   ├── time.cc
│   ├── tzfile.h
│   ├── tztime.cc
│   ├── tztime.h
│   ├── udf_example.c
│   ├── udf_example.def
│   ├── uniques.cc
│   ├── unireg.cc
│   └── unireg.h
├── sql-bench
│   ├── bench-count-distinct.sh
│   ├── bench-init.pl.sh
│   ├── Comments
│   │   ├── Access.crash-me
│   │   ├── Adabas.crash-me
│   │   ├── Empress.crash-me
│   │   ├── FrontBase.benchmark
│   │   ├── Informix.crash-me
│   │   ├── 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
│   ├── 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
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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-transactions.sh
│   └── test-wisconsin.sh
├── sql-common
│   ├── client.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── plug.in
│   ├── blackhole
│   │   ├── CMakeLists.txt
│   │   ├── ha_blackhole.cc
│   │   ├── ha_blackhole.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── plug.in
│   ├── csv
│   │   ├── CMakeLists.txt
│   │   ├── ha_tina.cc
│   │   ├── ha_tina.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── plug.in
│   │   ├── transparent_file.cc
│   │   └── transparent_file.h
│   ├── example
│   │   ├── CMakeLists.txt
│   │   ├── ha_example.cc
│   │   ├── ha_example.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── plug.in
│   ├── federated
│   │   ├── CMakeLists.txt
│   │   ├── ha_federated.cc
│   │   ├── ha_federated.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── plug.in
│   ├── 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
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── plug.in
│   │   └── _rectest.c
│   ├── innobase
│   │   ├── btr
│   │   │   ├── btr0btr.c
│   │   │   ├── btr0cur.c
│   │   │   ├── btr0pcur.c
│   │   │   └── btr0sea.c
│   │   ├── buf
│   │   │   ├── buf0buf.c
│   │   │   ├── buf0flu.c
│   │   │   ├── buf0lru.c
│   │   │   └── buf0rea.c
│   │   ├── CMakeLists.txt
│   │   ├── data
│   │   │   ├── data0data.c
│   │   │   └── data0type.c
│   │   ├── dict
│   │   │   ├── dict0boot.c
│   │   │   ├── dict0crea.c
│   │   │   ├── dict0dict.c
│   │   │   ├── dict0load.c
│   │   │   └── dict0mem.c
│   │   ├── dyn
│   │   │   └── dyn0dyn.c
│   │   ├── eval
│   │   │   ├── eval0eval.c
│   │   │   └── eval0proc.c
│   │   ├── fil
│   │   │   └── fil0fil.c
│   │   ├── fsp
│   │   │   └── fsp0fsp.c
│   │   ├── fut
│   │   │   ├── fut0fut.c
│   │   │   └── fut0lst.c
│   │   ├── ha
│   │   │   ├── ha0ha.c
│   │   │   └── hash0hash.c
│   │   ├── handler
│   │   │   ├── ha_innodb.cc
│   │   │   └── ha_innodb.h
│   │   ├── ibuf
│   │   │   └── ibuf0ibuf.c
│   │   ├── include
│   │   │   ├── btr0btr.h
│   │   │   ├── btr0btr.ic
│   │   │   ├── btr0cur.h
│   │   │   ├── btr0cur.ic
│   │   │   ├── btr0pcur.h
│   │   │   ├── btr0pcur.ic
│   │   │   ├── btr0sea.h
│   │   │   ├── btr0sea.ic
│   │   │   ├── btr0types.h
│   │   │   ├── buf0buf.h
│   │   │   ├── buf0buf.ic
│   │   │   ├── 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
│   │   │   ├── dict0types.h
│   │   │   ├── dyn0dyn.h
│   │   │   ├── dyn0dyn.ic
│   │   │   ├── eval0eval.h
│   │   │   ├── eval0eval.ic
│   │   │   ├── eval0proc.h
│   │   │   ├── eval0proc.ic
│   │   │   ├── fil0fil.h
│   │   │   ├── fsp0fsp.h
│   │   │   ├── fsp0fsp.ic
│   │   │   ├── fsp0types.h
│   │   │   ├── fut0fut.h
│   │   │   ├── fut0fut.ic
│   │   │   ├── fut0lst.h
│   │   │   ├── fut0lst.ic
│   │   │   ├── ha0ha.h
│   │   │   ├── ha0ha.ic
│   │   │   ├── 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
│   │   │   ├── os0proc.h
│   │   │   ├── os0proc.ic
│   │   │   ├── os0sync.h
│   │   │   ├── os0sync.ic
│   │   │   ├── os0thread.h
│   │   │   ├── os0thread.ic
│   │   │   ├── page0cur.h
│   │   │   ├── page0cur.ic
│   │   │   ├── page0page.h
│   │   │   ├── page0page.ic
│   │   │   ├── page0types.h
│   │   │   ├── 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
│   │   │   ├── row0ins.h
│   │   │   ├── row0ins.ic
│   │   │   ├── row0mysql.h
│   │   │   ├── row0mysql.ic
│   │   │   ├── row0purge.h
│   │   │   ├── row0purge.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
│   │   │   ├── srv0que.h
│   │   │   ├── srv0srv.h
│   │   │   ├── srv0srv.ic
│   │   │   ├── srv0start.h
│   │   │   ├── sync0arr.h
│   │   │   ├── sync0arr.ic
│   │   │   ├── sync0rw.h
│   │   │   ├── sync0rw.ic
│   │   │   ├── sync0sync.h
│   │   │   ├── sync0sync.ic
│   │   │   ├── sync0types.h
│   │   │   ├── thr0loc.h
│   │   │   ├── thr0loc.ic
│   │   │   ├── 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
│   │   │   ├── ut0byte.h
│   │   │   ├── ut0byte.ic
│   │   │   ├── ut0dbg.h
│   │   │   ├── ut0list.h
│   │   │   ├── ut0list.ic
│   │   │   ├── ut0lst.h
│   │   │   ├── ut0mem.h
│   │   │   ├── ut0mem.ic
│   │   │   ├── ut0rnd.h
│   │   │   ├── ut0rnd.ic
│   │   │   ├── ut0sort.h
│   │   │   ├── ut0ut.h
│   │   │   ├── ut0ut.ic
│   │   │   ├── ut0vec.h
│   │   │   ├── ut0vec.ic
│   │   │   └── ut0wqueue.h
│   │   ├── lock
│   │   │   ├── lock0iter.c
│   │   │   └── lock0lock.c
│   │   ├── log
│   │   │   ├── log0log.c
│   │   │   └── log0recv.c
│   │   ├── mach
│   │   │   └── mach0data.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mem
│   │   │   ├── mem0dbg.c
│   │   │   ├── mem0mem.c
│   │   │   └── mem0pool.c
│   │   ├── mtr
│   │   │   ├── mtr0log.c
│   │   │   └── mtr0mtr.c
│   │   ├── os
│   │   │   ├── os0file.c
│   │   │   ├── os0proc.c
│   │   │   ├── os0sync.c
│   │   │   └── os0thread.c
│   │   ├── page
│   │   │   ├── page0cur.c
│   │   │   └── page0page.c
│   │   ├── pars
│   │   │   ├── lexyy.c
│   │   │   ├── make_bison.sh
│   │   │   ├── make_flex.sh
│   │   │   ├── pars0grm.c
│   │   │   ├── pars0grm.y
│   │   │   ├── pars0lex.l
│   │   │   ├── pars0opt.c
│   │   │   ├── pars0pars.c
│   │   │   └── pars0sym.c
│   │   ├── plug.in
│   │   ├── que
│   │   │   └── que0que.c
│   │   ├── read
│   │   │   └── read0read.c
│   │   ├── rem
│   │   │   ├── rem0cmp.c
│   │   │   └── rem0rec.c
│   │   ├── row
│   │   │   ├── row0ins.c
│   │   │   ├── row0mysql.c
│   │   │   ├── row0purge.c
│   │   │   ├── row0row.c
│   │   │   ├── row0sel.c
│   │   │   ├── row0uins.c
│   │   │   ├── row0umod.c
│   │   │   ├── row0undo.c
│   │   │   ├── row0upd.c
│   │   │   └── row0vers.c
│   │   ├── srv
│   │   │   ├── srv0que.c
│   │   │   ├── srv0srv.c
│   │   │   └── srv0start.c
│   │   ├── sync
│   │   │   ├── sync0arr.c
│   │   │   ├── sync0rw.c
│   │   │   └── sync0sync.c
│   │   ├── thr
│   │   │   └── thr0loc.c
│   │   ├── trx
│   │   │   ├── trx0purge.c
│   │   │   ├── trx0rec.c
│   │   │   ├── trx0roll.c
│   │   │   ├── trx0rseg.c
│   │   │   ├── trx0sys.c
│   │   │   ├── trx0trx.c
│   │   │   └── trx0undo.c
│   │   ├── usr
│   │   │   └── usr0sess.c
│   │   └── ut
│   │   ├── ut0byte.c
│   │   ├── ut0dbg.c
│   │   ├── ut0list.c
│   │   ├── ut0mem.c
│   │   ├── ut0rnd.c
│   │   ├── ut0ut.c
│   │   ├── ut0vec.c
│   │   └── ut0wqueue.c
│   ├── innodb_plugin
│   │   ├── btr
│   │   │   ├── btr0btr.c
│   │   │   ├── btr0cur.c
│   │   │   ├── btr0pcur.c
│   │   │   └── btr0sea.c
│   │   ├── buf
│   │   │   ├── buf0buddy.c
│   │   │   ├── buf0buf.c
│   │   │   ├── buf0flu.c
│   │   │   ├── buf0lru.c
│   │   │   └── buf0rea.c
│   │   ├── ChangeLog
│   │   ├── CMakeLists.txt
│   │   ├── COPYING
│   │   ├── data
│   │   │   ├── data0data.c
│   │   │   └── data0type.c
│   │   ├── dict
│   │   │   ├── dict0boot.c
│   │   │   ├── dict0crea.c
│   │   │   ├── dict0dict.c
│   │   │   ├── dict0load.c
│   │   │   └── dict0mem.c
│   │   ├── dyn
│   │   │   └── dyn0dyn.c
│   │   ├── eval
│   │   │   ├── eval0eval.c
│   │   │   └── eval0proc.c
│   │   ├── fil
│   │   │   └── fil0fil.c
│   │   ├── fsp
│   │   │   └── fsp0fsp.c
│   │   ├── fut
│   │   │   ├── fut0fut.c
│   │   │   └── fut0lst.c
│   │   ├── ha
│   │   │   ├── ha0ha.c
│   │   │   ├── ha0storage.c
│   │   │   └── hash0hash.c
│   │   ├── handler
│   │   │   ├── ha_innodb.cc
│   │   │   ├── ha_innodb.h
│   │   │   ├── handler0alter.cc
│   │   │   ├── i_s.cc
│   │   │   ├── i_s.h
│   │   │   └── mysql_addons.cc
│   │   ├── ibuf
│   │   │   └── ibuf0ibuf.c
│   │   ├── include
│   │   │   ├── 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
│   │   │   ├── 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
│   │   │   ├── dict0types.h
│   │   │   ├── dyn0dyn.h
│   │   │   ├── dyn0dyn.ic
│   │   │   ├── eval0eval.h
│   │   │   ├── eval0eval.ic
│   │   │   ├── eval0proc.h
│   │   │   ├── eval0proc.ic
│   │   │   ├── fil0fil.h
│   │   │   ├── fsp0fsp.h
│   │   │   ├── fsp0fsp.ic
│   │   │   ├── fsp0types.h
│   │   │   ├── 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
│   │   │   ├── mysql_addons.h
│   │   │   ├── os0file.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
│   │   │   ├── row0ins.h
│   │   │   ├── row0ins.ic
│   │   │   ├── row0merge.h
│   │   │   ├── row0mysql.h
│   │   │   ├── row0mysql.ic
│   │   │   ├── row0purge.h
│   │   │   ├── row0purge.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
│   │   │   ├── srv0que.h
│   │   │   ├── srv0srv.h
│   │   │   ├── srv0srv.ic
│   │   │   ├── srv0start.h
│   │   │   ├── sync0arr.h
│   │   │   ├── sync0arr.ic
│   │   │   ├── sync0rw.h
│   │   │   ├── sync0rw.ic
│   │   │   ├── sync0sync.h
│   │   │   ├── sync0sync.ic
│   │   │   ├── sync0types.h
│   │   │   ├── thr0loc.h
│   │   │   ├── thr0loc.ic
│   │   │   ├── 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
│   │   │   ├── ut0auxconf.h
│   │   │   ├── ut0byte.h
│   │   │   ├── ut0byte.ic
│   │   │   ├── 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.c
│   │   │   └── lock0lock.c
│   │   ├── log
│   │   │   ├── log0log.c
│   │   │   └── log0recv.c
│   │   ├── mach
│   │   │   └── mach0data.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mem
│   │   │   ├── mem0dbg.c
│   │   │   ├── mem0mem.c
│   │   │   └── mem0pool.c
│   │   ├── mtr
│   │   │   ├── mtr0log.c
│   │   │   └── mtr0mtr.c
│   │   ├── os
│   │   │   ├── os0file.c
│   │   │   ├── os0proc.c
│   │   │   ├── os0sync.c
│   │   │   └── os0thread.c
│   │   ├── page
│   │   │   ├── page0cur.c
│   │   │   ├── page0page.c
│   │   │   └── page0zip.c
│   │   ├── pars
│   │   │   ├── lexyy.c
│   │   │   ├── make_bison.sh
│   │   │   ├── make_flex.sh
│   │   │   ├── pars0grm.c
│   │   │   ├── pars0grm.y
│   │   │   ├── pars0lex.l
│   │   │   ├── pars0opt.c
│   │   │   ├── pars0pars.c
│   │   │   └── pars0sym.c
│   │   ├── plug.in
│   │   ├── que
│   │   │   └── que0que.c
│   │   ├── read
│   │   │   └── read0read.c
│   │   ├── rem
│   │   │   ├── rem0cmp.c
│   │   │   └── rem0rec.c
│   │   ├── row
│   │   │   ├── row0ext.c
│   │   │   ├── row0ins.c
│   │   │   ├── row0merge.c
│   │   │   ├── row0mysql.c
│   │   │   ├── row0purge.c
│   │   │   ├── row0row.c
│   │   │   ├── row0sel.c
│   │   │   ├── row0uins.c
│   │   │   ├── row0umod.c
│   │   │   ├── row0undo.c
│   │   │   ├── row0upd.c
│   │   │   └── row0vers.c
│   │   ├── srv
│   │   │   ├── srv0que.c
│   │   │   ├── srv0srv.c
│   │   │   └── srv0start.c
│   │   ├── sync
│   │   │   ├── sync0arr.c
│   │   │   ├── sync0rw.c
│   │   │   └── sync0sync.c
│   │   ├── thr
│   │   │   └── thr0loc.c
│   │   ├── trx
│   │   │   ├── trx0i_s.c
│   │   │   ├── trx0purge.c
│   │   │   ├── trx0rec.c
│   │   │   ├── trx0roll.c
│   │   │   ├── trx0rseg.c
│   │   │   ├── trx0sys.c
│   │   │   ├── trx0trx.c
│   │   │   └── trx0undo.c
│   │   ├── usr
│   │   │   └── usr0sess.c
│   │   └── ut
│   │   ├── ut0byte.c
│   │   ├── ut0dbg.c
│   │   ├── ut0list.c
│   │   ├── ut0mem.c
│   │   ├── ut0rbt.c
│   │   ├── ut0rnd.c
│   │   ├── ut0ut.c
│   │   ├── ut0vec.c
│   │   └── ut0wqueue.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── myisam
│   │   ├── ChangeLog
│   │   ├── CMakeLists.txt
│   │   ├── ft_boolean_search.c
│   │   ├── ftdefs.h
│   │   ├── ft_eval.h
│   │   ├── ft_nlq_search.c
│   │   ├── ft_parser.c
│   │   ├── ft_static.c
│   │   ├── ft_stem.c
│   │   ├── ft_stopwords.c
│   │   ├── ft_test1.h
│   │   ├── ft_update.c
│   │   ├── fulltext.h
│   │   ├── ha_myisam.cc
│   │   ├── ha_myisam.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── 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_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
│   │   ├── NEWS
│   │   ├── plug.in
│   │   ├── 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
│   │   └── TODO
│   ├── myisammrg
│   │   ├── CMakeLists.txt
│   │   ├── ha_myisammrg.cc
│   │   ├── ha_myisammrg.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── 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
│   │   └── plug.in
│   ├── mysql_storage_engine.cmake
│   └── ndb
│   ├── 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
│   ├── docs
│   │   ├── doxygen
│   │   │   ├── Doxyfile.mgmapi
│   │   │   ├── Doxyfile.ndbapi
│   │   │   ├── postdoxy.pl
│   │   │   └── predoxy.pl
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── README
│   ├── 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
│   │   ├── Makefile.in
│   │   ├── 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
│   │   ├── 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
│   │   ├── ndb_global.h.in
│   │   ├── ndb_init.h
│   │   ├── ndb_net.h
│   │   ├── ndb_types.h
│   │   ├── ndb_types.h.in
│   │   ├── ndb_version.h
│   │   ├── ndb_version.h.in
│   │   ├── 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
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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
│   ├── plug.in
│   ├── src
│   │   ├── common
│   │   │   ├── debugger
│   │   │   │   ├── BlockNames.cpp
│   │   │   │   ├── DebuggerNames.cpp
│   │   │   │   ├── EventLogger.cpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── signaldata
│   │   │   │   │   ├── AccLock.cpp
│   │   │   │   │   ├── AlterIndx.cpp
│   │   │   │   │   ├── AlterTab.cpp
│   │   │   │   │   ├── AlterTable.cpp
│   │   │   │   │   ├── AlterTrig.cpp
│   │   │   │   │   ├── BackupImpl.cpp
│   │   │   │   │   ├── BackupSignalData.cpp
│   │   │   │   │   ├── CloseComReqConf.cpp
│   │   │   │   │   ├── CntrStart.cpp
│   │   │   │   │   ├── ContinueB.cpp
│   │   │   │   │   ├── CopyGCI.cpp
│   │   │   │   │   ├── CreateFragmentation.cpp
│   │   │   │   │   ├── CreateIndx.cpp
│   │   │   │   │   ├── CreateTrig.cpp
│   │   │   │   │   ├── DictTabInfo.cpp
│   │   │   │   │   ├── DihContinueB.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
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── MasterLCP.cpp
│   │   │   │   │   ├── NdbfsContinueB.cpp
│   │   │   │   │   ├── NdbSttor.cpp
│   │   │   │   │   ├── NFCompleteRep.cpp
│   │   │   │   │   ├── PackedSignal.cpp
│   │   │   │   │   ├── PrepDropTab.cpp
│   │   │   │   │   ├── PrepFailReqRef.cpp
│   │   │   │   │   ├── 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
│   │   │   │   ├── Logger.cpp
│   │   │   │   ├── LogHandler.cpp
│   │   │   │   ├── LogHandlerList.cpp
│   │   │   │   ├── LogHandlerList.hpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   └── SysLogHandler.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── mgmcommon
│   │   │   │   ├── ConfigRetriever.cpp
│   │   │   │   ├── IPCConfig.cpp
│   │   │   │   ├── Makefile.am
│   │   │   │   └── Makefile.in
│   │   │   ├── portlib
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── memtest.c
│   │   │   │   ├── 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
│   │   │   ├── transporter
│   │   │   │   ├── buddy.hpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── Packer.cpp
│   │   │   │   ├── Packer.hpp
│   │   │   │   ├── SCI_Transporter.cpp
│   │   │   │   ├── SCI_Transporter.hpp
│   │   │   │   ├── SendBuffer.cpp
│   │   │   │   ├── SendBuffer.hpp
│   │   │   │   ├── SHM_Buffer.hpp
│   │   │   │   ├── SHM_Transporter.cpp
│   │   │   │   ├── SHM_Transporter.hpp
│   │   │   │   ├── SHM_Transporter.unix.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
│   │   │   ├── InputStream.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── 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
│   │   │   ├── testBitmask.cpp
│   │   │   ├── uucode.c
│   │   │   └── version.c
│   │   ├── cw
│   │   │   ├── cpcd
│   │   │   │   ├── APIService.cpp
│   │   │   │   ├── APIService.hpp
│   │   │   │   ├── common.cpp
│   │   │   │   ├── common.hpp
│   │   │   │   ├── CPCD.cpp
│   │   │   │   ├── CPCD.hpp
│   │   │   │   ├── main.cpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── Monitor.cpp
│   │   │   │   └── Process.cpp
│   │   │   ├── Makefile.am
│   │   │   └── Makefile.in
│   │   ├── kernel
│   │   │   ├── blocks
│   │   │   │   ├── backup
│   │   │   │   │   ├── Backup.cpp
│   │   │   │   │   ├── BackupFormat.hpp
│   │   │   │   │   ├── Backup.hpp
│   │   │   │   │   ├── BackupInit.cpp
│   │   │   │   │   ├── FsBuffer.hpp
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   └── read.cpp
│   │   │   │   ├── cmvmi
│   │   │   │   │   ├── Cmvmi.cpp
│   │   │   │   │   └── Cmvmi.hpp
│   │   │   │   ├── dbacc
│   │   │   │   │   ├── Dbacc.hpp
│   │   │   │   │   ├── DbaccInit.cpp
│   │   │   │   │   └── DbaccMain.cpp
│   │   │   │   ├── dbdict
│   │   │   │   │   ├── Dbdict.cpp
│   │   │   │   │   ├── Dbdict.hpp
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── printSchemaFile.cpp
│   │   │   │   │   └── SchemaFile.hpp
│   │   │   │   ├── dbdih
│   │   │   │   │   ├── Dbdih.hpp
│   │   │   │   │   ├── DbdihInit.cpp
│   │   │   │   │   ├── DbdihMain.cpp
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── printSysfile.cpp
│   │   │   │   │   └── Sysfile.hpp
│   │   │   │   ├── dblqh
│   │   │   │   │   ├── Dblqh.hpp
│   │   │   │   │   ├── DblqhInit.cpp
│   │   │   │   │   ├── DblqhMain.cpp
│   │   │   │   │   ├── Makefile.am
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   └── 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
│   │   │   │   │   ├── Makefile.in
│   │   │   │   │   ├── 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
│   │   │   │   ├── dbutil
│   │   │   │   │   ├── DbUtil.cpp
│   │   │   │   │   └── DbUtil.hpp
│   │   │   │   ├── diskpage.cpp
│   │   │   │   ├── diskpage.hpp
│   │   │   │   ├── lgman.cpp
│   │   │   │   ├── lgman.hpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── mutexes.hpp
│   │   │   │   ├── ndbcntr
│   │   │   │   │   ├── Ndbcntr.hpp
│   │   │   │   │   ├── NdbcntrInit.cpp
│   │   │   │   │   ├── NdbcntrMain.cpp
│   │   │   │   │   └── NdbcntrSysTable.cpp
│   │   │   │   ├── ndbfs
│   │   │   │   │   ├── AsyncFile.cpp
│   │   │   │   │   ├── AsyncFile.hpp
│   │   │   │   │   ├── CircularIndex.cpp
│   │   │   │   │   ├── CircularIndex.hpp
│   │   │   │   │   ├── Filename.cpp
│   │   │   │   │   ├── Filename.hpp
│   │   │   │   │   ├── MemoryChannel.hpp
│   │   │   │   │   ├── Ndbfs.cpp
│   │   │   │   │   ├── Ndbfs.hpp
│   │   │   │   │   ├── OpenFiles.hpp
│   │   │   │   │   ├── Pool.hpp
│   │   │   │   │   └── VoidFs.cpp
│   │   │   │   ├── pgman.cpp
│   │   │   │   ├── pgman.hpp
│   │   │   │   ├── print_file.cpp
│   │   │   │   ├── qmgr
│   │   │   │   │   ├── Qmgr.hpp
│   │   │   │   │   ├── QmgrInit.cpp
│   │   │   │   │   ├── QmgrMain.cpp
│   │   │   │   │   └── timer.hpp
│   │   │   │   ├── record_types.hpp
│   │   │   │   ├── restore.cpp
│   │   │   │   ├── restore.hpp
│   │   │   │   ├── suma
│   │   │   │   │   ├── Suma.cpp
│   │   │   │   │   ├── Suma.hpp
│   │   │   │   │   └── SumaInit.cpp
│   │   │   │   ├── trix
│   │   │   │   │   ├── Trix.cpp
│   │   │   │   │   └── Trix.hpp
│   │   │   │   ├── tsman.cpp
│   │   │   │   └── tsman.hpp
│   │   │   ├── error
│   │   │   │   ├── ErrorHandlingMacros.hpp
│   │   │   │   ├── ErrorReporter.cpp
│   │   │   │   ├── ErrorReporter.hpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── ndbd_exit_codes.c
│   │   │   │   ├── TimeModule.cpp
│   │   │   │   └── TimeModule.hpp
│   │   │   ├── main.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── SimBlockList.cpp
│   │   │   └── vm
│   │   │   ├── Array.hpp
│   │   │   ├── ArrayPool.hpp
│   │   │   ├── bench_pool.cpp
│   │   │   ├── Callback.hpp
│   │   │   ├── CArray.hpp
│   │   │   ├── 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
│   │   │   ├── Makefile.in
│   │   │   ├── Mutex.cpp
│   │   │   ├── Mutex.hpp
│   │   │   ├── ndbd_malloc.cpp
│   │   │   ├── ndbd_malloc.hpp
│   │   │   ├── ndbd_malloc_impl.cpp
│   │   │   ├── ndbd_malloc_impl.hpp
│   │   │   ├── 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.hpp
│   │   │   ├── 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
│   │   ├── Makefile.in
│   │   ├── mgmapi
│   │   │   ├── LocalConfig.cpp
│   │   │   ├── LocalConfig.hpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── mgmapi_configuration.cpp
│   │   │   ├── mgmapi_configuration.hpp
│   │   │   ├── mgmapi.cpp
│   │   │   ├── mgmapi_internal.h
│   │   │   ├── ndb_logevent.cpp
│   │   │   └── ndb_logevent.hpp
│   │   ├── mgmclient
│   │   │   ├── CommandInterpreter.cpp
│   │   │   ├── main.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── ndb_mgmclient.h
│   │   │   └── ndb_mgmclient.hpp
│   │   ├── mgmsrv
│   │   │   ├── Config.cpp
│   │   │   ├── Config.hpp
│   │   │   ├── ConfigInfo.cpp
│   │   │   ├── ConfigInfo.hpp
│   │   │   ├── convertStrToInt.cpp
│   │   │   ├── convertStrToInt.hpp
│   │   │   ├── InitConfigFileParser.cpp
│   │   │   ├── InitConfigFileParser.hpp
│   │   │   ├── main.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── MgmtSrvrConfig.cpp
│   │   │   ├── MgmtSrvr.cpp
│   │   │   ├── MgmtSrvrGeneralSignalHandling.cpp
│   │   │   ├── MgmtSrvr.hpp
│   │   │   ├── 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
│   │   ├── Makefile.in
│   │   ├── 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
│   │   ├── 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
│   │   ├── Makefile.in
│   │   ├── ndbapi
│   │   │   ├── acrt
│   │   │   │   └── NdbRepStress.cpp
│   │   │   ├── bank
│   │   │   │   ├── Bank.cpp
│   │   │   │   ├── bankCreator.cpp
│   │   │   │   ├── Bank.hpp
│   │   │   │   ├── BankLoad.cpp
│   │   │   │   ├── bankMakeGL.cpp
│   │   │   │   ├── bankSumAccounts.cpp
│   │   │   │   ├── bankTimer.cpp
│   │   │   │   ├── bankTransactionMaker.cpp
│   │   │   │   ├── bankValidateAllGLs.cpp
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   └── testBank.cpp
│   │   │   ├── bench
│   │   │   │   ├── asyncGenerator.cpp
│   │   │   │   ├── dbGenerator.h
│   │   │   │   ├── dbPopulate.cpp
│   │   │   │   ├── dbPopulate.h
│   │   │   │   ├── macros.h
│   │   │   │   ├── mainAsyncGenerator.cpp
│   │   │   │   ├── mainPopulate.cpp
│   │   │   │   ├── ndb_async2.cpp
│   │   │   │   ├── ndb_error.hpp
│   │   │   │   ├── ndb_schema.hpp
│   │   │   │   ├── testData.h
│   │   │   │   ├── testDefinitions.h
│   │   │   │   ├── userInterface.cpp
│   │   │   │   └── userInterface.h
│   │   │   ├── create_all_tabs.cpp
│   │   │   ├── create_tab.cpp
│   │   │   ├── drop_all_tabs.cpp
│   │   │   ├── flexAsynch.cpp
│   │   │   ├── flexBench.cpp
│   │   │   ├── flexHammer.cpp
│   │   │   ├── flexTT.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── ScanFilter.hpp
│   │   │   ├── ScanFunctions.hpp
│   │   │   ├── ScanInterpretTest.hpp
│   │   │   ├── 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
│   │   │   ├── testIndex.cpp
│   │   │   ├── testIndexStat.cpp
│   │   │   ├── testInterpreter.cpp
│   │   │   ├── testLcp.cpp
│   │   │   ├── testMgm.cpp
│   │   │   ├── testNdbApi.cpp
│   │   │   ├── testNDBT.cpp
│   │   │   ├── testNodeRestart.cpp
│   │   │   ├── testOIBasic.cpp
│   │   │   ├── testOperations.cpp
│   │   │   ├── testPartitioning.cpp
│   │   │   ├── testReadPerf.cpp
│   │   │   ├── testRestartGci.cpp
│   │   │   ├── testScan.cpp
│   │   │   ├── testScanFilter.cpp
│   │   │   ├── testScanInterpreter.cpp
│   │   │   ├── testScanPerf.cpp
│   │   │   ├── testSRBank.cpp
│   │   │   ├── testSystemRestart.cpp
│   │   │   ├── testTimeout.cpp
│   │   │   └── testTransactions.cpp
│   │   ├── run-test
│   │   │   ├── 16node-tests.txt
│   │   │   ├── atrt-analyze-result.sh
│   │   │   ├── atrt-clear-result.sh
│   │   │   ├── atrt-gather-result.sh
│   │   │   ├── atrt.hpp
│   │   │   ├── atrt-mysql-test-run
│   │   │   ├── atrt-setup.sh
│   │   │   ├── atrt-testBackup
│   │   │   ├── autotest-run.sh
│   │   │   ├── conf-dl145a.cnf
│   │   │   ├── conf-ndbmaster.cnf
│   │   │   ├── conf-test.cnf
│   │   │   ├── daily-basic-tests.txt
│   │   │   ├── daily-devel-tests.txt
│   │   │   ├── files.cpp
│   │   │   ├── main.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── README
│   │   │   ├── README.ATRT
│   │   │   ├── setup.cpp
│   │   │   └── test-tests.txt
│   │   ├── src
│   │   │   ├── AtrtClient.cpp
│   │   │   ├── CpcClient.cpp
│   │   │   ├── DbUtil.cpp
│   │   │   ├── getarg.c
│   │   │   ├── HugoAsynchTransactions.cpp
│   │   │   ├── HugoCalculator.cpp
│   │   │   ├── HugoOperations.cpp
│   │   │   ├── HugoTransactions.cpp
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── 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
│   │   ├── 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
│   │   ├── Makefile.in
│   │   ├── rep_latency.cpp
│   │   ├── restart.cpp
│   │   └── verify_index.cpp
│   └── tools
│   ├── delete_all.cpp
│   ├── desc.cpp
│   ├── drop_index.cpp
│   ├── drop_tab.cpp
│   ├── listTables.cpp
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── ndb_config.cpp
│   ├── ndb_error_reporter
│   ├── ndb_size.pl
│   ├── ndb_test_platform.cpp
│   ├── restore
│   │   ├── consumer.cpp
│   │   ├── consumer.hpp
│   │   ├── consumer_printer.cpp
│   │   ├── consumer_printer.hpp
│   │   ├── consumer_restore.cpp
│   │   ├── consumer_restore.hpp
│   │   ├── ndb_nodegroup_map.h
│   │   ├── Restore.cpp
│   │   ├── Restore.hpp
│   │   └── restore_main.cpp
│   ├── select_all.cpp
│   ├── select_count.cpp
│   └── waiter.cpp
├── strings
│   ├── bchange.c
│   ├── bfill.c
│   ├── bmove512.c
│   ├── bmove.c
│   ├── bmove_upp.c
│   ├── bmove_upp-sparc.s
│   ├── ChangeLog
│   ├── 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
│   ├── int2str.c
│   ├── is_prefix.c
│   ├── llstr.c
│   ├── longlong2str_asm.c
│   ├── longlong2str.c
│   ├── longlong2str-x86.s
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── my_strchr.c
│   ├── my_strtoll10.c
│   ├── my_strtoll10-x86.s
│   ├── my_vsnprintf.c
│   ├── README
│   ├── r_strinstr.c
│   ├── str2int.c
│   ├── str_alloc.c
│   ├── strappend.c
│   ├── strappend-sparc.s
│   ├── strcend.c
│   ├── strcont.c
│   ├── strend.c
│   ├── strend-sparc.s
│   ├── strfill.c
│   ├── strings-x86.s
│   ├── strinstr.c
│   ├── strinstr-sparc.s
│   ├── strmake.c
│   ├── strmake-sparc.s
│   ├── strmov.c
│   ├── strmov-sparc.s
│   ├── strnlen.c
│   ├── strnmov.c
│   ├── strnmov-sparc.s
│   ├── strstr.c
│   ├── strstr-sparc.s
│   ├── strto.c
│   ├── strtod.c
│   ├── strtol.c
│   ├── strtoll.c
│   ├── strtoul.c
│   ├── strtoull.c
│   ├── strxmov.c
│   ├── strxmov-sparc.s
│   ├── strxnmov.c
│   ├── t_ctype.h
│   └── xml.c
├── support-files
│   ├── binary-configure.sh
│   ├── compiler_warnings.supp
│   ├── config.huge.ini.sh
│   ├── config.medium.ini.sh
│   ├── config.small.ini.sh
│   ├── MacOSX
│   │   ├── Description.plist.sh
│   │   ├── Info.plist.sh
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── MySQLCOM
│   │   ├── postflight.sh
│   │   ├── preflight.sh
│   │   ├── ReadMe.txt
│   │   ├── StartupItem.Description.plist
│   │   ├── StartupItem.Info.plist
│   │   ├── StartupItem.postinstall
│   │   └── StartupParameters.plist.sh
│   ├── magic
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── 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.server.sh
│   ├── MySQL-shared-compat.spec.sh
│   ├── mysql.spec.sh
│   ├── ndb-config-2-node.ini.sh
│   └── RHEL4-SElinux
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mysql.fc
│   └── mysql.te
├── tests
│   ├── auto_increment.res
│   ├── auto_increment.tst
│   ├── big_record.pl
│   ├── bug25714.c
│   ├── CMakeLists.txt
│   ├── export.pl
│   ├── fork2_test.pl
│   ├── fork_big.pl
│   ├── function.res
│   ├── function.tst
│   ├── grant.pl
│   ├── grant.res
│   ├── insert_and_repair.pl
│   ├── insert_test.c
│   ├── lock_test.pl
│   ├── lock_test.res
│   ├── mail_to_db.pl
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── myisam-big-rows.tst
│   ├── mysql_client_test.c
│   ├── pmail.pl
│   ├── select_test.c
│   ├── table_types.pl
│   ├── test_delayed_insert.pl
│   └── thread_test.c
├── unittest
│   ├── examples
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── no_plan-t.c
│   │   ├── simple-t.c
│   │   ├── skip_all-t.c
│   │   ├── skip-t.c
│   │   └── todo-t.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mysys
│   │   ├── base64-t.c
│   │   ├── bitmap-t.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── mytap
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── t
│   │   │   ├── basic-t.c
│   │   │   ├── Makefile.am
│   │   │   └── Makefile.in
│   │   ├── tap.c
│   │   └── tap.h
│   ├── strings
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── strings-t.c
│   └── unit.pl
├── vio
│   ├── CMakeLists.txt
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── vio.c
│   ├── vio_priv.h
│   ├── viosocket.c
│   ├── viossl.c
│   └── viosslfactories.c
├── win
│   ├── build-vs71.bat
│   ├── build-vs8.bat
│   ├── build-vs8_x64.bat
│   ├── build-vs9.bat
│   ├── build-vs9_x64.bat
│   ├── configure.js
│   ├── create_def_file.js
│   ├── create_manifest.js
│   ├── data
│   │   └── mysql
│   │   ├── 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
│   │   ├── general_log.CSM
│   │   ├── general_log.CSV
│   │   ├── general_log.frm
│   │   ├── help_category.frm
│   │   ├── help_category.MYD
│   │   ├── help_category.MYI
│   │   ├── help_keyword.frm
│   │   ├── help_keyword.MYD
│   │   ├── help_keyword.MYI
│   │   ├── help_relation.frm
│   │   ├── help_relation.MYD
│   │   ├── help_relation.MYI
│   │   ├── help_topic.frm
│   │   ├── help_topic.MYD
│   │   ├── help_topic.MYI
│   │   ├── host.frm
│   │   ├── host.MYD
│   │   ├── host.MYI
│   │   ├── ndb_binlog_index.frm
│   │   ├── ndb_binlog_index.MYD
│   │   ├── ndb_binlog_index.MYI
│   │   ├── plugin.frm
│   │   ├── plugin.MYD
│   │   ├── plugin.MYI
│   │   ├── proc.frm
│   │   ├── proc.MYD
│   │   ├── proc.MYI
│   │   ├── procs_priv.frm
│   │   ├── procs_priv.MYD
│   │   ├── procs_priv.MYI
│   │   ├── servers.frm
│   │   ├── servers.MYD
│   │   ├── servers.MYI
│   │   ├── slow_log.CSM
│   │   ├── slow_log.CSV
│   │   ├── slow_log.frm
│   │   ├── 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
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mysql_manifest.cmake
│   └── README
├── ylwrap
└── 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
├── Makefile.am
├── Makefile.in
├── README
├── trees.c
├── trees.h
├── uncompr.c
├── zconf.h
├── zlib.3
├── zlib.h
├── zutil.c
└── zutil.h

333 directories, 8205 files

标签:

实例下载地址

mysql源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警