+++ readlink -f /home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts/es-test.sh
++ dirname /home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts/es-test.sh
+ export script_dir=/home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts
+ script_dir=/home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts
+ MYSQL_USER=mysql
+ MYSQL_GROUP=mysql
+ MYSQL_VARDIR=/var/tmp/mtr
+ MYSQL_DATADIR=/var/lib/mysql
+ MTR_DEFAULT_ARGS='--max-save-core=0 --max-save-datadir=1 --force --vardir=/var/tmp/mtr '
+ MTR_RUN_ARGS='--max-save-core=0 --max-save-datadir=1 --force --vardir=/var/tmp/mtr '
+ PACKAGE=MariaDB-ES
+ unset WSREP_EXPORT
+ MTR_JUNIT_ARGS=' --xml-report=/tmp/mtr.xml '
++ getent passwd mysql
+ [[ ! -n '' ]]
+ case ${platform} in
+ sudo groupadd -r mysql
+ true
+ sudo useradd -M -r --home /var/lib/mysql --shell /sbin/nologin --comment 'MySQL server' --gid mysql mysql
+ true
++ sudo find /usr -type f -name 'libgalera*smm.so'
+ export WSREP_PROVIDER=/usr/lib64/galera-enterprise-4/libgalera_enterprise_smm.so
+ WSREP_PROVIDER=/usr/lib64/galera-enterprise-4/libgalera_enterprise_smm.so
+ export 'WSREP_EXPORT=export WSREP_PROVIDER=/usr/lib64/galera-enterprise-4/libgalera_enterprise_smm.so; '
+ WSREP_EXPORT='export WSREP_PROVIDER=/usr/lib64/galera-enterprise-4/libgalera_enterprise_smm.so; '
++ dirname /home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts/es-test.sh
+ cd /home/timofey_turenko_mariadb_com/MariaDBEnterprise/scripts/../mysql-test/
++ pwd
+ RUNDIR=/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test
+ sudo chown -R mysql:mysql /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test
+ sudo chmod a+rx .
+ sudo chmod a+rx /home -R
+ sudo mkdir -p /var/tmp/mtr
+ sudo mkdir -p /var/lib/mysql
+ sudo chown mysql:mysql /var/tmp/mtr
+ sudo chown mysql:mysql /var/lib/mysql
+ cat lib/mtr_report.pm
+ grep xml_report
  if ($::opt_xml_report) {
    my $xml_report = "";
    $xml_report = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
    $xml_report .= qq(<testsuites disabled="$tot_disabled" errors="" failures="$tot_failed" name="" tests="$tot_tests" time="$all_time">\n);
          $xml_report .= "\t</testsuite>\n";
        $xml_report .= qq(\t<testsuite disabled="$suite_disabled{$current_suite}" errors="" failures="$suite_failed{$current_suite}" hostname="$host" id="$suiteNo" name="$current_suite" package="" skipped="$suite_skipped{$current_suite}" tests="$suite_tests{$current_suite}" time="$suite_time" timestamp="$timest">\n);
      $xml_report .= qq(\t\t<testcase assertions="" classname="$current_suite" name="$test->{'name'}" status="$test_result" time="$test_time");
        $xml_report .= qq(>\n\t\t\t<failure message="" type="MTR_RES_FAILED">\n<![CDATA[$logcontents]]>\n\t\t\t</failure>\n\t\t</testcase>\n);
        $xml_report .= qq(>\n\t\t\t<disabled message="$comment" type="MTR_RES_SKIPPED"/>\n\t\t</testcase>\n);
        $xml_report .= qq(>\n\t\t\t<skipped message="$comment" type="MTR_RES_SKIPPED"/>\n\t\t</testcase>\n);
        $xml_report .= " />\n";
    $xml_report .= "\t</testsuite>\n</testsuites>\n";
    my $xml_file = $::opt_xml_report;
    print XML_FILE $xml_report;
+ '[' 0 == 0 ']'
+ echo 'Trying to create JUnit report'
Trying to create JUnit report
+ sudo su - mysql -s /bin/bash -c 'export WSREP_PROVIDER=/usr/lib64/galera-enterprise-4/libgalera_enterprise_smm.so;  cd /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test && perl mysql-test-run.pl --valgrind --force --parallel=auto --vardir=/var/tmp/mtr --max-test-fail=250 --max-save-core=0 --max-save-datadir=1 --force --vardir=/var/tmp/mtr   --xml-report=/tmp/mtr.xml '
su: warning: cannot change directory to /home/mysql: No such file or directory
Logging: mysql-test-run.pl  --valgrind --force --parallel=auto --vardir=/var/tmp/mtr --max-test-fail=250 --max-save-core=0 --max-save-datadir=1 --force --vardir=/var/tmp/mtr --xml-report=/tmp/mtr.xml
Turning on valgrind for all executables
Running valgrind with options " --tool=memcheck --show-reachable=yes --leak-check=yes --num-callers=20 --gen-suppressions=all --quiet --suppressions=/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/valgrind.supp "
vardir: /var/tmp/mtr
Removing old var directory...
Creating var directory '/var/tmp/mtr'...
Checking supported features...
MariaDB Version 10.5.6-4-MariaDB-enterprise
 - SSL connections supported
 - binaries built with wsrep patch
Using suites: main-,archive-,binlog-,binlog_encryption-,client-,csv-,compat/oracle-,compat/mssql-,compat/maxdb-,encryption-,federated-,funcs_1-,funcs_2-,gcol-,handler-,heap-,innodb-,innodb_fts-,innodb_gis-,innodb_i_s-,innodb_zip-,json-,maria-,mariabackup-,multi_source-,optimizer_unfixed_bugs-,parts-,perfschema-,plugins-,roles-,rpl-,stress-,sys_vars-,sql_sequence-,unit-,vcol-,versioning-,period-,connect,disks,func_test,metadata_lock_info,mroonga/storage,mroonga/wrapper,query_response_time,sequence,sql_discovery,type_inet,type_test,user_variables,wsrep_info
Collecting tests...
Installing system database...
Using parallel: 8

==============================================================================

TEST                                  WORKER RESULT   TIME (ms) or COMMENT
--------------------------------------------------------------------------

worker[3] Using MTR_BUILD_THREAD 301, with reserved ports 16020..16039
worker[2] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
worker[1] Using MTR_BUILD_THREAD 302, with reserved ports 16040..16059
worker[4] Using MTR_BUILD_THREAD 303, with reserved ports 16060..16079
worker[5] Using MTR_BUILD_THREAD 305, with reserved ports 16100..16119
worker[6] Using MTR_BUILD_THREAD 304, with reserved ports 16080..16099
worker[7] Using MTR_BUILD_THREAD 306, with reserved ports 16120..16139
worker[8] Using MTR_BUILD_THREAD 307, with reserved ports 16140..16159
mariabackup.mdev-14447                   [ skipped ]  Test needs --big-test
mroonga/storage.alter_table_add_index_token_filters_one_token_filter [ disabled ]  Bundled Mroonga does not support token filter yet.
mroonga/storage.alter_table_change_token_filter [ disabled ]  Bundled Mroonga does not support token filter yet.
mroonga/storage.foreign_key_create       [ disabled ]  Bundled Mroonga does not support this test yet.
mroonga/storage.partition_insert         [ disabled ]  Bundled Mroonga does not support this test yet.
connect.grant2                           [ disabled ]  Until fixed
connect.jdbc                             [ disabled ]  Variable settings depend on machine configuration
connect.jdbc_new                         [ disabled ]  Variable settings depend on machine configuration
connect.jdbc_oracle                      [ disabled ]  Variable settings depend on machine configuration
connect.jdbc_postgresql                  [ disabled ]  Variable settings depend on machine configuration
connect.json_java_2                      [ disabled ]  Need MongoDB running and its Java Driver installed
connect.json_java_3                      [ disabled ]  Need MongoDB running and its Java Driver installed
connect.json_mongo_c                     [ disabled ]  Need MongoDB running and its C Driver installed
connect.mongo_c                          [ disabled ]  Need MongoDB running and its C Driver installed
connect.mongo_java_2                     [ disabled ]  Need MongoDB running and its Java Driver installed
connect.mongo_java_3                     [ disabled ]  Need MongoDB running and its Java Driver installed
connect.tbl_thread                       [ disabled ]  Bug MDEV-9844,10179,14214 03/01/2018 OB Option THREAD removed
archive.archive-big                      [ skipped ]  Test needs --big-test
binlog.binlog_spurious_ddl_errors        [ disabled ]  BUG#11761680 2013-01-18 astha Fixed on mysql-5.6 and trunk
binlog.binlog_truncate_innodb            [ disabled ]  BUG#11764459 2010-10-20 anitha Originally disabled due to BUG#42643. Product bug fixed, but test changes needed
binlog.flashback-largebinlog             [ skipped ]  Test needs --big-test
binlog_encryption.encrypted_master_lost_key [ disabled ]  MDEV-11323 - unspecified behavior for IO thread
binlog_encryption.rpl_checksum_cache     [ disabled ]  MDEV-11486 - sporadic failure in IO thread
binlog_encryption.rpl_skip_replication   [ disabled ]  MDEV-13258
compat/oracle.plugin                     [ disabled ]  MENT-391 Nov/03/2019 @abychko Test failed on Azure
encryption.create_or_replace_big         [ skipped ]  Test needs --big-test
federated.federated_server               [ skipped ]  Test needs --big-test
funcs_1.myisam_views-big                 [ skipped ]  Test needs --big-test
gcol.innodb_virtual_basic                [ skipped ]  Test needs --big-test
innodb.alter_large_dml                   [ skipped ]  Test needs --big-test
innodb.create-index-debug                [ disabled ]  MDEV-13680 InnoDB may crash when btr_page_alloc() fails
innodb.doublewrite                       [ skipped ]  Test needs --big-test
innodb.full_crc32_import                 [ skipped ]  Test needs --big-test
innodb.innodb-alter-table                [ skipped ]  Test needs --big-test
innodb.innodb-bigblob                    [ skipped ]  Test needs --big-test
innodb.innodb-change-buffer-recovery     [ skipped ]  Test needs --big-test
innodb.innodb-index-debug                [ skipped ]  Test needs --big-test
innodb.innodb-page_compression_default   [ skipped ]  Test needs --big-test
innodb.innodb-page_compression_snappy    [ skipped ]  Test needs --big-test
innodb.innodb-page_compression_zip       [ skipped ]  Test needs --big-test
innodb.innodb-wl5522-debug               [ skipped ]  Test needs --big-test
innodb.innodb_buffer_pool_resize         [ skipped ]  Test needs --big-test
innodb.innodb_buffer_pool_resize_with_chunks [ skipped ]  Test needs --big-test
innodb.innodb_bulk_create_index          [ skipped ]  Test needs --big-test
innodb.innodb_bulk_create_index_debug    [ skipped ]  Test needs --big-test
innodb.innodb_defrag_binlog              [ skipped ]  Test needs --big-test
innodb.innodb_defrag_concurrent          [ skipped ]  Test needs --big-test
innodb.innodb_defrag_stats               [ skipped ]  Test needs --big-test
innodb.innodb_defrag_stats_many_tables   [ skipped ]  Test needs --big-test
innodb.innodb_defragment                 [ skipped ]  Test needs --big-test
innodb.innodb_defragment_fill_factor     [ skipped ]  Test needs --big-test
innodb.innodb_mysql                      [ skipped ]  Test needs --big-test
innodb.innodb_simulate_comp_failures     [ skipped ]  Test needs --big-test
innodb.innodb_wl6326_big                 [ skipped ]  Test needs --big-test
innodb.log_file_size                     [ skipped ]  Test needs --big-test
innodb.mdev-15707                        [ skipped ]  Test needs --big-test
innodb.redo_log_during_checkpoint        [ skipped ]  Test needs --big-test
innodb.sp_temp_table                     [ skipped ]  Test needs --big-test
innodb.table_definition_cache_debug      [ skipped ]  Test needs --big-test
innodb.undo_truncate_recover             [ skipped ]  Test needs --big-test
innodb.update_time                       [ skipped ]  Test needs --big-test
innodb_gis.kill_server                   [ skipped ]  Test needs --big-test
innodb_gis.multi_pk                      [ skipped ]  Test needs --big-test
innodb_gis.point_big                     [ skipped ]  Test needs --big-test
innodb_gis.rtree_compress                [ skipped ]  Test needs --big-test
innodb_gis.rtree_compress2               [ skipped ]  Test needs --big-test
innodb_gis.rtree_concurrent_srch         [ skipped ]  Test needs --big-test
innodb_gis.rtree_debug                   [ skipped ]  Test needs --big-test
innodb_gis.rtree_rollback1               [ skipped ]  Test needs --big-test
innodb_gis.rtree_rollback2               [ skipped ]  Test needs --big-test
innodb_gis.rtree_split                   [ skipped ]  Test needs --big-test
innodb_gis.update_root                   [ skipped ]  Test needs --big-test
innodb_zip.innochecksum_2                [ skipped ]  Test needs --big-test
innodb_zip.large_blob                    [ skipped ]  Test needs --big-test
innodb_zip.wl6347_comp_indx_stat         [ skipped ]  Test needs --big-test
main.alter_table-big                     [ skipped ]  Test needs --big-test
main.count_distinct3                     [ skipped ]  Test needs --big-test
main.create-big                          [ skipped ]  Test needs --big-test
main.create_delayed                      [ skipped ]  Test needs --big-test
main.delete_use_source                   [ skipped ]  Test needs --big-test
main.events_stress                       [ skipped ]  Test needs --big-test
main.events_time_zone                    [ disabled ]  Test is not predictable as it depends on precise timing.
main.file_contents                       [ disabled ]  MDEV-6526 these files are not installed anymore
main.information_schema-big              [ skipped ]  Test needs --big-test
main.log_tables-big                      [ skipped ]  Test needs --big-test
main.lowercase_table4                    [ skipped ]  Test needs --big-test
main.max_statement_time                  [ disabled ]  cannot possibly work, depends on timing
main.merge-big                           [ skipped ]  Test needs --big-test
main.myisam-big                          [ skipped ]  Test needs --big-test
main.mysql_client_test_nonblock          [ skipped ]  Test needs --big-test
main.mysql_embedded                      [ disabled ]  Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836
main.mysqlbinlog_row_big                 [ skipped ]  Test needs --big-test
main.mysqldump                           [ skipped ]  Test needs --big-test
main.order_by_pack_big                   [ skipped ]  Test needs --big-test
main.partition_innodb                    [ disabled ]  Waiting for fix MDEV-20169
main.partition_open_files_limit          [ disabled ]  open_files_limit check broken by MDEV-18360
main.read_many_rows_innodb               [ disabled ]  Bug#11748886 2010-11-15 mattiasj report already exists
main.selectivity_innodb                  [ skipped ]  Test needs --big-test
main.ssl-big                             [ skipped ]  Test needs --big-test
main.sum_distinct-big                    [ skipped ]  Test needs --big-test
main.tablespace                          [ disabled ]  disabled in MariaDB (no TABLESPACE table attribute)
main.type_enum                           [ disabled ]  Waiting for fix MDEV-6978
main.type_newdecimal-big                 [ skipped ]  Test needs --big-test
main.type_set                            [ disabled ]  Waiting for fix MDEV-6978
maria.maria-big                          [ skipped ]  Test needs --big-test
maria.maria-big2                         [ skipped ]  Test needs --big-test
maria.maria-purge                        [ skipped ]  Test needs --big-test
maria.maria-recovery-big                 [ skipped ]  Test needs --big-test
maria.max_length                         [ skipped ]  Test needs --big-test
maria.small_blocksize                    [ disabled ]  Can't be used when Aria is used for privilege tables
parts.part_supported_sql_func_innodb     [ skipped ]  Test needs --big-test
parts.partition_alter1_1_2_innodb        [ skipped ]  Test needs --big-test
parts.partition_alter1_1_innodb          [ skipped ]  Test needs --big-test
parts.partition_alter1_2_innodb          [ skipped ]  Test needs --big-test
parts.partition_alter2_1_1_innodb        [ skipped ]  Test needs --big-test
parts.partition_alter2_1_2_innodb        [ skipped ]  Test needs --big-test
parts.partition_alter2_1_maria           [ skipped ]  Test needs --big-test
parts.partition_alter2_2_1_innodb        [ skipped ]  Test needs --big-test
parts.partition_alter2_2_2_innodb        [ skipped ]  Test needs --big-test
parts.partition_alter2_2_maria           [ skipped ]  Test needs --big-test
parts.partition_alter4_innodb            [ skipped ]  Test needs --big-test
parts.partition_alter4_myisam            [ skipped ]  Test needs --big-test
parts.partition_basic_innodb             [ skipped ]  Test needs --big-test
parts.partition_decimal_innodb           [ skipped ]  Test needs --big-test
parts.partition_decimal_myisam           [ skipped ]  Test needs --big-test
parts.partition_exchange_archive         [ disabled ]  MDEV-5077 2013-09-27 svoj Cannot exchange partition with archive table
parts.partition_mgm_lc0_archive          [ disabled ]  MDEV-5077 2013-09-27 svoj Cannot exchange partition with archive table
parts.partition_mgm_lc1_archive          [ disabled ]  MDEV-5077 2013-09-27 svoj Cannot exchange partition with archive table
parts.partition_mgm_lc2_archive          [ disabled ]  MDEV-5077 2013-09-27 svoj Cannot exchange partition with archive table
parts.partition_value_innodb             [ disabled ]  CAST() in partitioning function is currently not supported
parts.partition_value_myisam             [ disabled ]  CAST() in partitioning function is currently not supported
parts.rpl_partition                      [ skipped ]  Test needs --big-test
perfschema.binlog_edge_mix               [ disabled ]  needs slave_relay_log_info
perfschema.binlog_edge_row               [ disabled ]  needs slave_relay_log_info
perfschema.binlog_edge_stmt              [ disabled ]  needs slave_relay_log_info
perfschema.binlog_ok_mix                 [ disabled ]  needs slave_relay_log_info
perfschema.binlog_ok_row                 [ disabled ]  needs slave_relay_log_info
perfschema.binlog_ok_stmt                [ disabled ]  needs slave_relay_log_info
perfschema.ddl_global_variables          [ disabled ]  todo
perfschema.ddl_replication_applier_status_by_worker [ disabled ]  todo
perfschema.ddl_replication_connection_status [ disabled ]  todo
perfschema.ddl_replication_group_member_stats [ disabled ]  todo?
perfschema.ddl_replication_group_members [ disabled ]  todo?
perfschema.ddl_session_variables         [ disabled ]  todo
perfschema.ddl_variables_by_thread       [ disabled ]  todo
perfschema.dml_global_variables          [ disabled ]  todo
perfschema.dml_replication_applier_status_by_worker [ disabled ]  todo
perfschema.dml_replication_connection_status [ disabled ]  todo
perfschema.dml_replication_group_member_stats [ disabled ]  todo?
perfschema.dml_replication_group_members [ disabled ]  todo?
perfschema.dml_session_variables         [ disabled ]  todo
perfschema.dml_variables_by_thread       [ disabled ]  todo
perfschema.rpl_group_member_stats        [ disabled ]  todo?
perfschema.rpl_group_members             [ disabled ]  todo?
perfschema.server_init                   [ disabled ]  Nirbhay TODO: Fix the test
perfschema.show_coverage                 [ disabled ]  todo
perfschema.show_misc                     [ disabled ]  todo
perfschema.show_plugin                   [ disabled ]  todo
perfschema.show_sanity                   [ disabled ]  
perfschema.statement_program_concurrency [ skipped ]  Test needs --big-test
perfschema.status_reprepare              [ disabled ]  why P_S filters out Com_* variables?
perfschema.threads_mysql_freebsd         [ disabled ]  
perfschema.transaction_gtid              [ disabled ]  needs to be updated for MariaDB gtids
plugins.server_audit2_client             [ skipped ]  Test needs --big-test
plugins.server_audit2_connect            [ disabled ]  server_audit2 tests are undeterministic, need to fix
plugins.server_audit2_general            [ disabled ]  server_audit2 tests are undeterministic, need to fix
plugins.server_audit2_multiuser          [ disabled ]  server_audit2 tests are undeterministic, need to fix
plugins.server_audit2_query              [ disabled ]  server_audit2 tests are undeterministic, need to fix
plugins.server_audit2_table              [ disabled ]  server_audit2 tests are undeterministic, need to fix
rpl.rpl_auto_increment_update_failure    [ disabled ]  disabled for now
rpl.rpl_current_user                     [ disabled ]  waits for MDEV-22374 fix
rpl.rpl_delayed_slave                    [ skipped ]  Test needs --big-test
rpl.rpl_extra_col_master_myisam          [ disabled ]  MDEV-14203
rpl.rpl_innodb_bug28430                  [ skipped ]  Test needs --big-test
rpl.rpl_mixed_drop_create_temp_table     [ skipped ]  Test needs --big-test
rpl.rpl_mixed_mixing_engines             [ skipped ]  Test needs --big-test
rpl.rpl_non_direct_mixed_mixing_engines  [ skipped ]  Test needs --big-test
rpl.rpl_non_direct_row_mixing_engines    [ skipped ]  Test needs --big-test
rpl.rpl_non_direct_stm_mixing_engines    [ skipped ]  Test needs --big-test
rpl.rpl_parallel2                        [ disabled ]  waits for MDEV-23089
rpl.rpl_partition_archive                [ disabled ]  MDEV-5077 2013-09-27 svoj Cannot exchange partition with archive table
rpl.rpl_row_binlog_max_cache_size        [ disabled ]  MDEV-11092
rpl.rpl_row_index_choice                 [ disabled ]  MDEV-11666
rpl.rpl_row_mixing_engines               [ skipped ]  Test needs --big-test
rpl.rpl_semi_sync_after_sync             [ disabled ]  fails after MDEV-16172
rpl.rpl_set_statement_default_master     [ disabled ]  MDEV-13258
rpl.rpl_skip_replication                 [ disabled ]  MDEV-13258
rpl.rpl_slave_grp_exec                   [ disabled ]  MDEV-10514
rpl.rpl_slave_load_tmpdir_not_exist      [ disabled ]  MDEV-14203
rpl.rpl_spec_variables                   [ disabled ]  BUG#11755836 2009-10-27 jasonh rpl_spec_variables fails on PB2 hpux
rpl.rpl_stm_drop_create_temp_table       [ skipped ]  Test needs --big-test
rpl.rpl_stm_mixing_engines               [ skipped ]  Test needs --big-test
sys_vars.all_vars                        [ disabled ]  obsolete, see sysvars_* tests
sys_vars.innodb_buffer_pool_dump_pct_function [ disabled ]  MDEV-11454 follow-up needed (unstable)
sys_vars.transaction_prealloc_size_bug27322 [ skipped ]  Test needs --big-test
versioning.update-big                    [ skipped ]  Test needs --big-test
main.connect2                            [ skipped ]  Requires debug build
binlog_encryption.rpl_sync 'innodb,mix'  [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_analyze_table_hang 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_deadlock_corrupt_binlog 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain_slave_single_grp 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_incorrect_relay_pos 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_innodb_lock_conflict 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_missed_error_handling 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_mode 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_record_gtid_wakeup 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_retry_deadlock 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_stop_on_con_kill 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_wrong_binlog_order 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_init_slave_errors 'mix' [ skipped ]  Requires debug build
binlog_encryption.binlog_incident 'mix'  [ skipped ]  Requires debug build
binlog_encryption.rpl_sync 'innodb,row'  [ skipped ]  Requires debug build
binlog_encryption.binlog_xa_recover 'innodb' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_analyze_table_hang 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_deadlock_corrupt_binlog 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain_slave_single_grp 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_incorrect_relay_pos 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_innodb_lock_conflict 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_missed_error_handling 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_mode 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_record_gtid_wakeup 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_retry_deadlock 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_stop_on_con_kill 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_wrong_binlog_order 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_init_slave_errors 'row' [ skipped ]  Requires debug build
binlog_encryption.binlog_incident 'row'  [ skipped ]  Requires debug build
binlog_encryption.rpl_sync 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_gco_wait_kill 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_gtid_slave_pos_update_fail 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_ignored_errors 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_partial_binlog_trans 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_single_grpcmt 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_slave_bgc_kill 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_stop_slave 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_analyze_table_hang 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_deadlock_corrupt_binlog 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_domain_slave_single_grp 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_incorrect_relay_pos 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_innodb_lock_conflict 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_missed_error_handling 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_mode 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_record_gtid_wakeup 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_retry_deadlock 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_stop_on_con_kill 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_wrong_binlog_order 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_init_slave_errors 'stmt' [ skipped ]  Requires debug build
binlog_encryption.binlog_incident 'stmt' [ skipped ]  Requires debug build
binlog_encryption.binlog_ioerr 'innodb'  [ skipped ]  Requires debug build
binlog_encryption.mysqlbinlog 'cmpr'     [ skipped ]  Requires debug build
binlog_encryption.mysqlbinlog 'ncmpr'    [ skipped ]  Requires debug build
binlog_encryption.binlog_write_error     [ skipped ]  Requires debug build
binlog_encryption.binlog_index           [ skipped ]  Requires debug build
binlog_encryption.rpl_binlog_errors 'innodb,mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_binlog_errors 'innodb,row' [ skipped ]  Requires debug build
binlog_encryption.rpl_binlog_errors 'innodb,stmt' [ skipped ]  Requires debug build
binlog_encryption.rpl_checksum 'mix'     [ skipped ]  Requires debug build
binlog_encryption.rpl_corruption 'mix'   [ skipped ]  Requires debug build
binlog_encryption.rpl_corruption 'row'   [ skipped ]  Requires debug build
binlog_encryption.rpl_corruption 'stmt'  [ skipped ]  Requires debug build
binlog_encryption.rpl_incident 'mix'     [ skipped ]  Requires debug build
binlog_encryption.rpl_incident 'row'     [ skipped ]  Requires debug build
binlog_encryption.rpl_incident 'stmt'    [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_show_binlog_events_purge_logs 'mix' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_show_binlog_events_purge_logs 'row' [ skipped ]  Requires debug build
binlog_encryption.rpl_parallel_show_binlog_events_purge_logs 'stmt' [ skipped ]  Requires debug build
encryption.innodb-redo-badkey 'cbc,innodb' [ skipped ]  Requires debug build
encryption.innodb-encryption-alter 'cbc,innodb' [ skipped ]  Requires debug build
encryption.innodb-redo-badkey 'ctr,innodb' [ skipped ]  Requires debug build
encryption.innodb-encryption-alter 'ctr,innodb' [ skipped ]  Requires debug build
encryption.debug_key_management 'innodb' [ skipped ]  Requires debug build
federated.federated_debug 'X'            [ skipped ]  Requires debug build
federated.federated_debug 'old'          [ skipped ]  Requires debug build
multi_source.gtid_ignore_duplicates 'innodb' [ skipped ]  Requires debug build
multi_source.mdev-8874 'innodb'          [ skipped ]  Requires debug build
multi_source.mdev-9544 'innodb'          [ skipped ]  Requires debug build
rpl.rpl_checksum 'mix'                   [ skipped ]  Requires debug build
rpl.rpl_corruption 'mix'                 [ skipped ]  Requires debug build
rpl.rpl_corruption 'row'                 [ skipped ]  Requires debug build
rpl.rpl_corruption 'stmt'                [ skipped ]  Requires debug build
rpl.rpl_sync 'innodb,mix'                [ skipped ]  Requires debug build
rpl.rpl_stop_slave 'innodb,mix'          [ skipped ]  Requires debug build
rpl.rpl_parallel_partition 'innodb,mix'  [ skipped ]  Requires debug build
rpl.rpl_binlog_errors 'innodb,mix'       [ skipped ]  Requires debug build
rpl.rpl_gtid_crash 'innodb,mix'          [ skipped ]  Requires debug build
rpl.rpl_bug26395 'innodb,mix'            [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_io_crash 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_master_crash 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_parallel 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorhandling 'innodb,mix'  [ skipped ]  Requires debug build
rpl.rpl_gtid_ignored 'innodb,mix'        [ skipped ]  Requires debug build
rpl.rpl_gtid_mdev4484 'innodb,mix'       [ skipped ]  Requires debug build
rpl.rpl_gtid_reconnect 'innodb,mix'      [ skipped ]  Requires debug build
rpl.rpl_parallel_analyze_table_hang 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_conflicts 'innodb,mix'  [ skipped ]  Requires debug build
rpl.rpl_parallel_deadlock_corrupt_binlog 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_domain 'innodb,mix'     [ skipped ]  Requires debug build
rpl.rpl_parallel_domain_slave_single_grp 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_incorrect_relay_pos 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_innodb_lock_conflict 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_mdev6589 'innodb,mix'   [ skipped ]  Requires debug build
rpl.rpl_parallel_missed_error_handling 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_mode 'innodb,mix'       [ skipped ]  Requires debug build
rpl.rpl_parallel_optimistic 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_record_gtid_wakeup 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_retry 'innodb,mix'      [ skipped ]  Requires debug build
rpl.rpl_parallel_retry_deadlock 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_stop_on_con_kill 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_parallel_wrong_binlog_order 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_skip_repl 'innodb,mix' [ skipped ]  Requires debug build
rpl-tokudb.rpl_mixed_replace_into        [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_mixed_ddl          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_mixed_dml          [ skipped ]  No TokuDB engine
rpl.rpl_get_master_version_and_clock 'mix' [ skipped ]  Requires debug build
rpl.rpl_fail_register 'mix'              [ skipped ]  Requires debug build
rpl.rpl_init_slave_errors 'mix'          [ skipped ]  Requires debug build
rpl.rpl_killed_ddl 'mix'                 [ skipped ]  Requires debug build
rpl.rpl_skip_incident 'mix'              [ skipped ]  Requires debug build
rpl.rpl_gtid_crash_myisam 'mix'          [ skipped ]  Requires debug build
rpl.rpl_binlog_corruption 'mix'          [ skipped ]  Requires debug build
rpl.rpl_bug33931 'mix'                   [ skipped ]  Requires debug build
rpl.rpl_bug41902 'mix'                   [ skipped ]  Requires debug build
rpl.rpl_dump_request_retry_warning 'mix' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorlog 'mix'              [ skipped ]  Requires debug build
rpl.rpl_heartbeat_debug 'mix'            [ skipped ]  Requires debug build
rpl.rpl_incident 'mix'                   [ skipped ]  Requires debug build
rpl.rpl_lost_events_on_rotate 'mix'      [ skipped ]  Requires debug build
rpl.rpl_parallel_show_binlog_events_purge_logs 'mix' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_master_shutdown 'mix'  [ skipped ]  Requires debug build
rpl.rpl_semi_sync_slave_reply_fail 'mix' [ skipped ]  Requires debug build
rpl.rpl_show_slave_running 'mix'         [ skipped ]  Requires debug build
rpl.rpl_view_debug 'mix'                 [ skipped ]  Requires debug build
rpl.rpl_row_end_of_statement_loss 'row'  [ skipped ]  Requires debug build
rpl.rpl_sync 'innodb,row'                [ skipped ]  Requires debug build
rpl-tokudb.rpl_tokudb_row_log            [ skipped ]  No TokuDB engine
rpl.rpl_xa_gap_lock 'innodb,row'         [ skipped ]  Requires debug build
rpl.rpl_mariadb_slave_capability 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_optimistic_until 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_stop_slave 'innodb,row'          [ skipped ]  Requires debug build
rpl.rpl_parallel_partition 'innodb,row'  [ skipped ]  Requires debug build
rpl.rpl_binlog_errors 'innodb,row'       [ skipped ]  Requires debug build
rpl.rpl_gtid_crash 'innodb,row'          [ skipped ]  Requires debug build
rpl.rpl_bug26395 'innodb,row'            [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_io_crash 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_master_crash 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_parallel 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorhandling 'innodb,row'  [ skipped ]  Requires debug build
rpl.rpl_gtid_ignored 'innodb,row'        [ skipped ]  Requires debug build
rpl.rpl_gtid_mdev4484 'innodb,row'       [ skipped ]  Requires debug build
rpl.rpl_gtid_reconnect 'innodb,row'      [ skipped ]  Requires debug build
rpl.rpl_parallel_analyze_table_hang 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_conflicts 'innodb,row'  [ skipped ]  Requires debug build
rpl.rpl_parallel_deadlock_corrupt_binlog 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_domain 'innodb,row'     [ skipped ]  Requires debug build
rpl.rpl_parallel_domain_slave_single_grp 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_incorrect_relay_pos 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_innodb_lock_conflict 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_mdev6589 'innodb,row'   [ skipped ]  Requires debug build
rpl.rpl_parallel_missed_error_handling 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_mode 'innodb,row'       [ skipped ]  Requires debug build
rpl.rpl_parallel_optimistic 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_record_gtid_wakeup 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_retry 'innodb,row'      [ skipped ]  Requires debug build
rpl.rpl_parallel_retry_deadlock 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_stop_on_con_kill 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_parallel_wrong_binlog_order 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_skip_repl 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_row_4_bytes 'row'                [ skipped ]  Requires debug build
rpl-tokudb.rpl_tokudb_rfr_partition_table [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_extra_col_slave_tokudb    [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_eng_full   [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_eng_min    [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_eng_noblob [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_idx_full   [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_idx_min    [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_idx_noblob [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_read_only_ff       [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_read_only_tf       [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_read_only_ft       [ disabled ]  no TOKU_INCLUDE_RFR
rpl-tokudb.rpl_tokudb_read_only_tt       [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_parallel_tokudb_delete_pk [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_parallel_tokudb_update_pk_uc0_lookup0 [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_delete_pk          [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_pk_uc0_lookup0 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_unique_uc0_lookup0 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_pk_uc1_lookup0 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_delete_pk_lookup1  [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_pk_uc0_lookup1 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_unique_uc0_lookup1 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_update_pk_uc1_lookup1 [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_rfr_disable_on_expl_pk_absence [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_write_pk_uc1       [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_parallel_tokudb_write_pk  [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_write_pk           [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_write_unique       [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_write_unique_uc1   [ disabled ]  unreliable, uses timestamp differences
rpl-tokudb.rpl_tokudb_row_lower_case_table_names [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_extra_col_master_tokudb   [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_not_null_tokudb           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_basic_3tokudb         [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_blob_tokudb           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_rec_comp_tokudb       [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_replace_into          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_sp002_tokudb          [ disabled ]  tokudb does not support foreign keys
rpl-tokudb.rpl_row_sp007_tokudb          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_row_tabledefs_3tokudb     [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_img_blobs      [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_sp003          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_sp006          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_row_trig004        [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_typeconv_tokudb           [ skipped ]  No TokuDB engine
rpl.rpl_row_big_table_id 'row'           [ skipped ]  Requires debug build
rpl.rpl_row_corruption 'row'             [ skipped ]  Requires debug build
rpl.rpl_init_slave_errors 'row'          [ skipped ]  Requires debug build
rpl.rpl_row_find_row_debug 'row'         [ skipped ]  Requires debug build
rpl.rpl_killed_ddl 'row'                 [ skipped ]  Requires debug build
rpl.rpl_skip_incident 'row'              [ skipped ]  Requires debug build
rpl.rpl_gtid_crash_myisam 'row'          [ skipped ]  Requires debug build
rpl.rpl_binlog_corruption 'row'          [ skipped ]  Requires debug build
rpl.rpl_bug33931 'row'                   [ skipped ]  Requires debug build
rpl.rpl_bug41902 'row'                   [ skipped ]  Requires debug build
rpl.rpl_dump_request_retry_warning 'row' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorlog 'row'              [ skipped ]  Requires debug build
rpl.rpl_heartbeat_debug 'row'            [ skipped ]  Requires debug build
rpl.rpl_incident 'row'                   [ skipped ]  Requires debug build
rpl.rpl_lost_events_on_rotate 'row'      [ skipped ]  Requires debug build
rpl.rpl_parallel_show_binlog_events_purge_logs 'row' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_master_shutdown 'row'  [ skipped ]  Requires debug build
rpl.rpl_semi_sync_slave_reply_fail 'row' [ skipped ]  Requires debug build
rpl.rpl_show_slave_running 'row'         [ skipped ]  Requires debug build
rpl.rpl_view_debug 'row'                 [ skipped ]  Requires debug build
rpl.rpl_sync 'innodb,stmt'               [ skipped ]  Requires debug build
rpl-tokudb.rpl_tokudb_stm_log            [ skipped ]  No TokuDB engine
rpl.rpl_parallel_temptable 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_no_log_slave_updates 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_gtid_strict 'innodb,stmt'        [ skipped ]  Requires debug build
rpl.rpl_mdev_17614 'innodb,stmt'         [ skipped ]  Requires debug build
rpl.rpl_parallel_gco_wait_kill 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_gtid_slave_pos_update_fail 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_ignored_errors 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_partial_binlog_trans 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_single_grpcmt 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_slave_bgc_kill 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_stop_slave 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_slave_load_remove_tmpfile 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_stm_stop_middle_group 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_stop_slave 'innodb,stmt'         [ skipped ]  Requires debug build
rpl.rpl_parallel_partition 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_binlog_errors 'innodb,stmt'      [ skipped ]  Requires debug build
rpl.rpl_gtid_crash 'innodb,stmt'         [ skipped ]  Requires debug build
rpl.rpl_bug26395 'innodb,stmt'           [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_io_crash 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_master_crash 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_domain_id_filter_parallel 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorhandling 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_gtid_ignored 'innodb,stmt'       [ skipped ]  Requires debug build
rpl.rpl_gtid_mdev4484 'innodb,stmt'      [ skipped ]  Requires debug build
rpl.rpl_gtid_reconnect 'innodb,stmt'     [ skipped ]  Requires debug build
rpl.rpl_parallel_analyze_table_hang 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_conflicts 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_deadlock_corrupt_binlog 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_domain 'innodb,stmt'    [ skipped ]  Requires debug build
rpl.rpl_parallel_domain_slave_single_grp 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_incorrect_relay_pos 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_innodb_lock_conflict 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_mdev6589 'innodb,stmt'  [ skipped ]  Requires debug build
rpl.rpl_parallel_missed_error_handling 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_mode 'innodb,stmt'      [ skipped ]  Requires debug build
rpl.rpl_parallel_optimistic 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_record_gtid_wakeup 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_retry 'innodb,stmt'     [ skipped ]  Requires debug build
rpl.rpl_parallel_retry_deadlock 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_stop_on_con_kill 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_parallel_wrong_binlog_order 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_skip_repl 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_known_bugs_detection 'stmt'      [ skipped ]  Requires debug build
rpl-tokudb.rpl_stm_tokudb                [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_stmt_replace_into         [ skipped ]  No TokuDB engine
rpl.rpl_loaddata_fatal 'stmt'            [ skipped ]  Requires debug build
rpl.rpl_init_slave_errors 'stmt'         [ skipped ]  Requires debug build
rpl.rpl_killed_ddl 'stmt'                [ skipped ]  Requires debug build
rpl.rpl_skip_incident 'stmt'             [ skipped ]  Requires debug build
rpl.rpl_gtid_crash_myisam 'stmt'         [ skipped ]  Requires debug build
rpl.rpl_binlog_corruption 'stmt'         [ skipped ]  Requires debug build
rpl.rpl_bug33931 'stmt'                  [ skipped ]  Requires debug build
rpl.rpl_bug41902 'stmt'                  [ skipped ]  Requires debug build
rpl.rpl_dump_request_retry_warning 'stmt' [ skipped ]  Requires debug build
rpl.rpl_gtid_errorlog 'stmt'             [ skipped ]  Requires debug build
rpl.rpl_heartbeat_debug 'stmt'           [ skipped ]  Requires debug build
rpl.rpl_incident 'stmt'                  [ skipped ]  Requires debug build
rpl.rpl_lost_events_on_rotate 'stmt'     [ skipped ]  Requires debug build
rpl.rpl_parallel_show_binlog_events_purge_logs 'stmt' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_master_shutdown 'stmt' [ skipped ]  Requires debug build
rpl.rpl_semi_sync_slave_reply_fail 'stmt' [ skipped ]  Requires debug build
rpl.rpl_show_slave_running 'stmt'        [ skipped ]  Requires debug build
rpl.rpl_view_debug 'stmt'                [ skipped ]  Requires debug build
rpl-tokudb.rpl_tokudb_bug28430           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_partition_tokudb          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_stm_mixed_lower_case_table_names [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_set_null_tokudb           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_bug30888           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_xa_interleave             [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_parallel_tokudb           [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_deadlock_tokudb           [ skipped ]  No TokuDB engine
rpl-tokudb.tokudb_innodb_xa_crash        [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_multi_update2      [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_relay_space_tokudb        [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_commit_after_flush [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_insert_id          [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_insert_id_pk       [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_multi_update       [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_tokudb_multi_update3      [ skipped ]  No TokuDB engine
rpl-tokudb.rpl_truncate_3tokudb          [ skipped ]  No TokuDB engine
rpl.circular_serverid0 'innodb,row'      [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_semisync_slaves 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_semisync_slaves 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_semisync_slaves 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves 'innodb,stmt' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves_oracle_mode 'innodb,mix' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves_oracle_mode 'innodb,row' [ skipped ]  Requires debug build
rpl.rpl_shutdown_wait_slaves_oracle_mode 'innodb,stmt' [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_max_con        [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_auth_plugin    [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_again_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_again_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_bad_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_bad_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_good_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_good_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_noname_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_addrinfo_noname_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_blocked        [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_nameinfo_again_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_nameinfo_again_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_nameinfo_noname_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_nameinfo_noname_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_passwd         [ skipped ]  Requires debug build
perfschema.hostcache_ipv6_ssl            [ skipped ]  Requires debug build
binlog.binlog_ioerr 'innodb,mix'         [ skipped ]  Requires debug build
binlog.binlog_index 'mix'                [ skipped ]  Requires debug build
binlog.binlog_write_error 'mix'          [ skipped ]  Requires debug build
binlog.binlog_incident 'mix'             [ skipped ]  Requires debug build
binlog.binlog_gtid_delete_domain_debug 'mix' [ skipped ]  Requires debug build
binlog.binlog_ioerr 'innodb,row'         [ skipped ]  Requires debug build
binlog.binlog_xa_recover 'innodb,row'    [ skipped ]  Requires debug build
binlog.binlog_mdev342 'innodb,row'       [ skipped ]  Requires debug build
binlog.binlog_checkpoint 'innodb,row'    [ skipped ]  Requires debug build
binlog.binlog_xa_checkpoint 'innodb,row' [ skipped ]  Requires debug build
binlog.binlog_index 'row'                [ skipped ]  Requires debug build
binlog.binlog_write_error 'row'          [ skipped ]  Requires debug build
binlog.binlog_incident 'row'             [ skipped ]  Requires debug build
main.invisible_partition                 [ skipped ]  Requires debug build
binlog.binlog_mysqlbinlog_row_frag 'row' [ skipped ]  Requires debug build
binlog.binlog_table_map_optional_metadata 'row' [ skipped ]  Requires debug build
binlog.binlog_table_map_optional_metadata_binary 'row' [ skipped ]  Requires debug build
binlog.binlog_table_map_optional_metadata_ucs2 'row' [ skipped ]  Requires debug build
binlog.binlog_table_map_optional_metadata_utf32 'row' [ skipped ]  Requires debug build
binlog.show_concurrent_rotate 'row'      [ skipped ]  Requires debug build
type_inet.binlog_table_map_optional_metadata_type_inet6 [ skipped ]  Requires debug build
binlog.binlog_ioerr 'innodb,stmt'        [ skipped ]  Requires debug build
binlog.binlog_index 'stmt'               [ skipped ]  Requires debug build
binlog.binlog_write_error 'stmt'         [ skipped ]  Requires debug build
binlog.binlog_incident 'stmt'            [ skipped ]  Requires debug build
binlog.binlog_killed_simulate 'stmt'     [ skipped ]  Requires debug build
innodb.group_commit_binlog_pos_no_optimize_thread 'innodb' [ skipped ]  Requires debug build
innodb.group_commit_crash_no_optimize_thread 'innodb' [ skipped ]  Requires debug build
mariabackup.undo_space_id 'innodb'       [ skipped ]  Requires debug build
maria.bulk_insert_crash                  [ skipped ]  Requires debug build
main.crash_commit_before 'innodb'        [ skipped ]  Requires debug build
innodb.buf_pool_resize_oom 'innodb'      [ skipped ]  Requires debug build
innodb.innodb_buffer_pool_resize_debug 'innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '16k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '16k,clear,innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '4k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '4k,clear,innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '8k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-table-online '8k,clear,innodb' [ skipped ]  Requires debug build
innodb.leaf_page_corrupted_during_recovery 'innodb,strict_crc32' [ skipped ]  Requires debug build
innodb.leaf_page_corrupted_during_recovery 'innodb,strict_full_crc32' [ skipped ]  Requires debug build
innodb.innodb_corrupt_bit 'innodb'       [ skipped ]  Requires debug build
sys_vars.innodb_fatal_semaphore_wait_threshold 'innodb' [ skipped ]  Requires debug build
innodb.innodb_simulate_comp_failures_small 'innodb' [ skipped ]  Requires debug build
innodb.innodb-index-online '16k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-index-online '16k,clear,innodb' [ skipped ]  Requires debug build
innodb_zip.wl5522_debug_zip '16k,innodb' [ skipped ]  Requires debug build
innodb.innodb-index-online '4k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-index-online '4k,clear,innodb' [ skipped ]  Requires debug build
innodb_zip.wl5522_debug_zip '4k,innodb'  [ skipped ]  Requires debug build
innodb.innodb-index-online '8k,crypt,innodb' [ skipped ]  Requires debug build
innodb.innodb-index-online '8k,clear,innodb' [ skipped ]  Requires debug build
innodb_zip.wl5522_debug_zip '8k,innodb'  [ skipped ]  Requires debug build
gcol.innodb_virtual_debug_purge 'innodb' [ skipped ]  Requires debug build
innodb.alter_inplace_perfschema 'innodb' [ skipped ]  Requires debug build
innodb.innodb_bug30113362 'innodb'       [ skipped ]  Requires debug build
innodb.innodb_wl6326 'innodb'            [ skipped ]  Requires debug build
innodb.innodb_bug14676111 'innodb'       [ skipped ]  Requires debug build
innodb.auto_increment_dup 'innodb,log-bin' [ skipped ]  Requires debug build
innodb.auto_increment_dup 'innodb,skip-log-bin' [ skipped ]  Requires debug build
main.insert_debug 'innodb'               [ skipped ]  Requires debug build
innodb.alter_primary_key 'compact,innodb' [ skipped ]  Requires debug build
innodb.ddl_purge 'compact,innodb'        [ skipped ]  Requires debug build
innodb.alter_primary_key 'dynamic,innodb' [ skipped ]  Requires debug build
innodb.ddl_purge 'dynamic,innodb'        [ skipped ]  Requires debug build
innodb.alter_primary_key 'innodb,redundant' [ skipped ]  Requires debug build
innodb.ddl_purge 'innodb,redundant'      [ skipped ]  Requires debug build
innodb.innodb_bug12400341 'innodb'       [ skipped ]  Requires debug build
innodb.group_commit_binlog_pos 'innodb'  [ skipped ]  Requires debug build
innodb.group_commit_crash 'innodb'       [ skipped ]  Requires debug build
innodb_fts.sync_block 'innodb'           [ skipped ]  Requires debug build
sys_vars.innodb_buffer_pool_dump_abort_loads 'innodb' [ skipped ]  Requires debug build
parts.debug_innodb_crash 'innodb'        [ skipped ]  Requires debug build
parts.partition_debug_innodb 'innodb'    [ skipped ]  Requires debug build
parts.debug_innodb_fail 'innodb'         [ skipped ]  Requires debug build
innodb.alter_partitioned_debug 'innodb'  [ skipped ]  Requires debug build
innodb.insert_debug 'innodb'             [ skipped ]  Requires debug build
innodb.instant_alter_inject 'innodb'     [ skipped ]  Requires debug build
main.innodb_mysql_sync 'innodb'          [ skipped ]  Requires debug build
main.partition_debug_sync 'innodb'       [ skipped ]  Requires debug build
sys_vars.sysvars_innodb 'innodb'         [ skipped ]  Requires debug build
innodb.innodb-index-online-fk 'innodb'   [ skipped ]  Requires debug build
innodb.alter_crash 'innodb'              [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug41029 'innodb' [ skipped ]  Requires debug build
innodb.alter_not_null_debug 'STRICT,innodb' [ skipped ]  Requires debug build
innodb.alter_not_null_debug 'NON-STRICT,innodb' [ skipped ]  Requires debug build
gcol.gcol_purge 'innodb'                 [ skipped ]  Requires debug build
gcol.gcol_rollback 'innodb'              [ skipped ]  Requires debug build
gcol.innodb_virtual_debug 'innodb'       [ skipped ]  Requires debug build
gcol.innodb_virtual_rebuild 'innodb'     [ skipped ]  Requires debug build
innodb.alter_candidate_key 'innodb'      [ skipped ]  Requires debug build
innodb.alter_copy 'innodb'               [ skipped ]  Requires debug build
innodb.autoinc_debug 'innodb'            [ skipped ]  Requires debug build
innodb.blob-update-debug 'innodb'        [ skipped ]  Requires debug build
innodb.drop_table_background 'innodb'    [ skipped ]  Requires debug build
innodb.foreign-keys 'innodb'             [ skipped ]  Requires debug build
innodb.foreign_key_debug 'innodb'        [ skipped ]  Requires debug build
innodb.ibuf_not_empty 'innodb'           [ skipped ]  Requires debug build
innodb.innodb-alter-debug 'innodb'       [ skipped ]  Requires debug build
innodb.innodb-alter-tempfile 'innodb'    [ skipped ]  Requires debug build
innodb.innodb-blob 'innodb'              [ skipped ]  Requires debug build
innodb.innodb-lru-force-no-free-page 'innodb' [ skipped ]  Requires debug build
innodb.innodb-read-view 'innodb'         [ skipped ]  Requires debug build
innodb.innodb-replace-debug 'innodb'     [ skipped ]  Requires debug build
innodb.innodb-virtual-columns-debug 'innodb' [ skipped ]  Requires debug build
innodb.innodb-wl5980-debug 'innodb'      [ skipped ]  Requires debug build
innodb.innodb_bug11754376 'innodb'       [ skipped ]  Requires debug build
innodb.innodb_bug14007649 'innodb'       [ skipped ]  Requires debug build
innodb.innodb_bug56947 'innodb'          [ skipped ]  Requires debug build
innodb.innodb_stats_persistent_debug 'innodb' [ skipped ]  Requires debug build
innodb.instant_alter_crash 'innodb'      [ skipped ]  Requires debug build
innodb.instant_alter_debug 'innodb'      [ skipped ]  Requires debug build
innodb.instant_alter_index_rename 'innodb' [ skipped ]  Requires debug build
innodb.lock_deleted 'innodb'             [ skipped ]  Requires debug build
innodb.log_file_name_debug 'innodb'      [ skipped ]  Requires debug build
innodb.page_reorganize 'innodb'          [ skipped ]  Requires debug build
innodb.purge_thread_shutdown 'innodb'    [ skipped ]  Requires debug build
innodb.read_only_recover_committed 'innodb' [ skipped ]  Requires debug build
innodb.rename_table_debug 'innodb'       [ skipped ]  Requires debug build
innodb.truncate_crash 'innodb'           [ skipped ]  Requires debug build
innodb.truncate_foreign 'innodb'         [ skipped ]  Requires debug build
innodb.update-cascade 'innodb'           [ skipped ]  Requires debug build
innodb.xa_debug 'innodb'                 [ skipped ]  Requires debug build
innodb.xa_recovery_debug 'innodb'        [ skipped ]  Requires debug build
innodb_fts.concurrent_insert 'innodb'    [ skipped ]  Requires debug build
innodb_fts.innodb_fts_result_cache_limit 'innodb' [ skipped ]  Requires debug build
innodb_fts.misc_debug 'innodb'           [ skipped ]  Requires debug build
innodb_fts.misc_debug2 'innodb'          [ skipped ]  Requires debug build
innodb_fts.sync_ddl 'innodb'             [ skipped ]  Requires debug build
innodb_gis.check_rtree 'innodb'          [ skipped ]  Requires debug build
innodb_gis.gis_split_nan 'innodb'        [ skipped ]  Requires debug build
innodb_gis.rollback 'innodb'             [ skipped ]  Requires debug build
innodb_gis.rtree_create_inplace 'innodb' [ skipped ]  Requires debug build
innodb_gis.rtree_drop_index 'innodb'     [ skipped ]  Requires debug build
innodb_gis.rtree_estimate 'innodb'       [ skipped ]  Requires debug build
main.flush_read_lock_kill 'innodb'       [ skipped ]  Requires debug build
main.range_innodb 'innodb'               [ skipped ]  Requires debug build
main.show_explain 'innodb'               [ skipped ]  Requires debug build
main.show_explain_non_select 'innodb'    [ skipped ]  Requires debug build
main.warnings_debug 'innodb'             [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug36981 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug40992 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug41996 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug42991 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43249 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43360 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43448 'innodb' [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43617 'innodb' [ skipped ]  Requires debug build
perfschema.alter_table_progress 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_buf_flush_list_now_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_buffer_pool_evict_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_change_buffering_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_disable_resize_buffer_pool_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_doublewrite_batch_size_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_fil_make_page_dirty_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_limit_optimistic_insert_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_log_checkpoint_now_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_merge_threshold_set_all_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_saved_page_number_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_simulate_comp_failures_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_sync_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_trx_purge_view_update_only_debug_basic 'innodb' [ skipped ]  Requires debug build
sys_vars.innodb_trx_rseg_n_slots_debug_basic 'innodb' [ skipped ]  Requires debug build
mariabackup.ddl_for_common_engine        [ skipped ]  Requires debug build
mariabackup.aria_backup                  [ skipped ]  Requires debug build
mariabackup.xb_aws_key_management        [ skipped ]  Requires debug build
mariabackup.lock_ddl_per_table           [ skipped ]  Requires debug build
mariabackup.innodb_redo_log_overwrite 'innodb' [ skipped ]  Requires debug build
mariabackup.xb_rocksdb_datadir_debug     [ skipped ]  Requires debug build
mariabackup.big_innodb_log 'innodb'      [ skipped ]  Requires debug build
mariabackup.compress_qpress              [ skipped ]  needs qpress executable in PATH
mariabackup.create_during_backup         [ skipped ]  Requires debug build
mariabackup.create_with_data_directory_during_backup [ skipped ]  Requires debug build
mariabackup.drop_table_during_backup     [ skipped ]  Requires debug build
mariabackup.incremental_ddl_before_backup [ skipped ]  Requires debug build
mariabackup.incremental_ddl_during_backup [ skipped ]  Requires debug build
mariabackup.innodb_ddl_on_intermediate_table 'innodb' [ skipped ]  Requires debug build
mariabackup.log_checksum_mismatch        [ skipped ]  Requires debug build
mariabackup.log_tables                   [ skipped ]  Requires debug build
mariabackup.nolock_ddl_during_backup_end [ skipped ]  Requires debug build
mariabackup.recreate_table_during_backup [ skipped ]  Requires debug build
mariabackup.rename_during_backup         [ skipped ]  Requires debug build
mariabackup.rename_during_mdl_lock       [ skipped ]  Requires debug build
mariabackup.truncate_during_backup       [ skipped ]  Requires debug build
archive.archive_debug                    [ skipped ]  Requires debug build
maria.maria-recovery2                    [ skipped ]  Requires debug build
maria.maria-gis-recovery                 [ skipped ]  Requires debug build
maria.maria-recovery                     [ skipped ]  Requires debug build
maria.maria-recovery3                    [ skipped ]  Requires debug build
plugins.cassandra                        [ skipped ]  Cassandra is not running
plugins.cassandra_qcache                 [ skipped ]  Cassandra is not running
sys_vars.sysvars_debug                   [ skipped ]  Requires debug build
parts.debug_myisam_crash                 [ skipped ]  Requires debug build
parts.debug_myisam_fail                  [ skipped ]  Requires debug build
main.partition_sync                      [ skipped ]  Requires debug build
parts.partition_debug                    [ skipped ]  Requires debug build
plugins.pam_cleartext                    [ skipped ]  Not run as user owning auth_pam_tool_dir
main.opt_tvc                             [ skipped ]  Requires debug build
main.slowlog_enospace-10508              [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_max_con        [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_auth_plugin    [ skipped ]  Requires debug build
query_response_time.query_response_time  [ skipped ]  Requires debug build
query_response_time.query_response_time-stored [ skipped ]  Requires debug build
type_test.type_test_double-debug         [ skipped ]  Requires debug build
type_test.type_test_int8-debug           [ skipped ]  Requires debug build
maria.maria-recovery-rtree-ft            [ skipped ]  Requires debug build
main.myisam_crash_before_flush_keys      [ skipped ]  Requires debug build
maria.maria-recovery-bitmap              [ skipped ]  Requires debug build
main.error_simulation                    [ skipped ]  Requires debug build
compat/oracle.gis-debug                  [ skipped ]  Requires debug build
compat/oracle.sp-code                    [ skipped ]  Requires debug build
compat/oracle.sp-goto-debug              [ skipped ]  Requires debug build
compat/oracle.sp-package-code            [ skipped ]  Requires debug build
innodb_gis.bug16266012                   [ skipped ]  Requires debug build
main.alter_table_debug                   [ skipped ]  Requires debug build
main.analyze_debug                       [ skipped ]  Requires debug build
main.cache_temporal_4265                 [ skipped ]  Requires debug build
main.connect_debug                       [ skipped ]  Requires debug build
main.ctype_like_range                    [ skipped ]  Requires debug build
main.drop_bad_db_type                    [ skipped ]  Requires debug build
main.engine_error_in_alter-8453          [ skipped ]  Requires debug build
main.filesort_debug                      [ skipped ]  Requires debug build
main.frm-debug                           [ skipped ]  Requires debug build
main.func_debug                          [ skipped ]  Requires debug build
main.func_regexp_pcre_debug              [ skipped ]  Requires debug build
main.gis-debug                           [ skipped ]  Requires debug build
main.invisible_field_debug               [ skipped ]  Requires debug build
main.invisible_field_grant_completely    [ skipped ]  Requires debug build
main.log_slow_debug                      [ skipped ]  Requires debug build
main.log_tables_debug                    [ skipped ]  Requires debug build
main.long_unique_debug                   [ skipped ]  Requires debug build
main.mdev6830                            [ skipped ]  Requires debug build
main.mdev_22370                          [ skipped ]  Requires debug build
main.merge_debug                         [ skipped ]  Requires debug build
main.myisam_debug                        [ skipped ]  Requires debug build
main.processlist                         [ skipped ]  Requires debug build
main.processlist_notembedded             [ skipped ]  Requires debug build
main.range_debug                         [ skipped ]  Requires debug build
main.range_interrupted-13751             [ skipped ]  Requires debug build
main.select_debug                        [ skipped ]  Requires debug build
main.set_statement_debug                 [ skipped ]  Requires debug build
main.show_explain_ps                     [ skipped ]  Requires debug build
main.signal_code                         [ skipped ]  Requires debug build
main.sp-code                             [ skipped ]  Requires debug build
main.stat_tables-enospc                  [ skipped ]  Requires debug build
main.subselect_debug                     [ skipped ]  Requires debug build
main.system_time_debug                   [ skipped ]  Requires debug build
main.thread_id_overflow                  [ skipped ]  Requires debug build
main.type_temporal_mysql56_debug         [ skipped ]  Requires debug build
main.union_crash-714                     [ skipped ]  Requires debug build
main.view_debug                          [ skipped ]  Requires debug build
main.windows_debug                       [ skipped ]  Requires debug build
maria.aria_pack_mdev14183                [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43101          [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug43618          [ skipped ]  Requires debug build
optimizer_unfixed_bugs.bug45221          [ skipped ]  Requires debug build
perfschema.connection_type_notwin        [ skipped ]  Requires debug build
perfschema.connection_type_win           [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_again_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_again_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_bad_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_bad_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_good_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_good_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_noname_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_addrinfo_noname_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_blocked        [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_format         [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_nameinfo_again_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_nameinfo_again_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_nameinfo_noname_allow [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_nameinfo_noname_deny [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_passwd         [ skipped ]  Requires debug build
perfschema.hostcache_ipv4_ssl            [ skipped ]  Requires debug build
perfschema.hostcache_peer_addr           [ skipped ]  Requires debug build
plugins.audit_null_debug                 [ skipped ]  Requires debug build
plugins.pam                              [ skipped ]  Not run as user owning auth_pam_tool_dir
plugins.pam_v1                           [ skipped ]  Not run as user owning auth_pam_tool_dir
roles.recursive_dbug                     [ skipped ]  Requires debug build
sys_vars.debug_basic                     [ skipped ]  Requires debug build
sys_vars.debug_binlog_fsync_sleep_basic  [ skipped ]  Requires debug build
sys_vars.debug_dbug_basic                [ skipped ]  Requires debug build
sys_vars.debug_dbug_func                 [ skipped ]  Requires debug build
sys_vars.debug_dbug_func_notembedded     [ skipped ]  Requires debug build
type_inet.type_inet6-debug               [ skipped ]  Requires debug build
vcol.vcol_misc                           [ skipped ]  Requires debug build
versioning.debug                         [ skipped ]  Requires debug build
main.create_or_replace2 'innodb,row'     [ skipped ]  Requires debug build
main.connect-abstract                    w7 [ pass ]    141
connect.secure_file_priv                 w3 [ pass ]    689
connect.drop-open-error                  w4 [ pass ]    986
connect.json                             w6 [ pass ]   2401
connect.part_file                        w5 [ pass ]   3351
connect.part_table                       w8 [ pass ]   3589
main.connect                             w2 [ pass ]  19837
connect.alter                            w7 [ pass ]   2713
connect.alter_xml                        w7 [ skipped ]  Need windows
connect.alter_xml2                       w7 [ pass ]    702
connect.bin                              w7 [ pass ]    582
connect.csv                              w7 [ pass ]    725
connect.datest                           w7 [ pass ]    264
connect.dbf                              w7 [ pass ]   1482
connect.dir                              w7 [ pass ]    266
wsrep_info.plugin 'innodb'               w3 [ pass ]   2455
connect.endian                           w7 [ pass ]    328
connect.fix                              w7 [ pass ]    474
connect.fmt                              w7 [ pass ]    426
binlog_encryption.encrypted_master_switch_to_unencrypted 'mix' w4 [ pass ]  36194
connect.general                          w7 [ pass ]    130
connect.grant                            w7 [ pass ]   2417
connect.grant3                           w7 [ pass ]    227
connect.index                            w7 [ pass ]   7029
connect.infoschema-9739                  w7 [ skipped ]  Need windows
connect.infoschema2-9739                 w7 [ pass ]    181
connect.ini                              w7 [ pass ]    628
connect.ini_grant                        w7 [ pass ]    324
main.pool_of_threads                     w1 [ pass ]  91355
connect.json_udf                         w7 [ pass ]   1767
connect.json_udf_bin                     w7 [ pass ]   1769
connect.mrr                              w7 [ pass ]    878
connect.mul                              w7 [ pass ]    242
connect.mul_new                          w7 [ pass ]    304
connect.mysql                            w7 [ pass ]   1654
binlog_encryption.encrypted_slave 'cbc,innodb,row' w8 [ pass ]  85465
connect.mysql_discovery                  w7 [ pass ]    775
binlog_encryption.encrypted_slave 'ctr,innodb,mix' w5 [ pass ]  90184
binlog_encryption.encrypted_slave 'cbc,innodb,mix' w6 [ pass ]  93698
connect.mysql_exec                       w7 [ pass ]    864
connect.mysql_grant                      w7 [ pass ]    410
binlog_encryption.encrypted_slave 'ctr,innodb,row' w2 [ pass ]  88274
connect.mysql_index                      w7 [ pass ]  14172
binlog_encryption.binlog_row_annotate 'cmpr' w5 [ pass ]   3484
binlog_encryption.binlog_row_annotate 'ncmpr' w6 [ pass ]   3015
connect.mysql_new                        w7 [ pass ]   1053
binlog_encryption.encryption_combo 'mix' w1 [ pass ]  39717
binlog_encryption.multisource 'innodb'   w8 [ pass ]  14204
connect.null                             w7 [ pass ]    443
binlog_encryption.rpl_special_charset 'mix' w2 [ pass ]   6320
connect.occur                            w7 [ pass ]    642
connect.odbc                             w7 [ pass ]    475
connect.odbc_firebird                    w7 [ skipped ]  No Firebird
connect.odbc_oracle                      w7 [ skipped ]  Need ODBC data source ConnectEngineOracle
connect.odbc_postgresql                  w7 [ skipped ]  Need ODBC data source ConnectEnginePostgresql
binlog_encryption.rpl_sporadic_master 'mix' w5 [ pass ]   7309
connect.odbc_sqlite3                     w7 [ skipped ]  Need SQLite3 ODBC Driver
connect.odbc_sqlite3_grant               w7 [ skipped ]  Need SQLite3 ODBC Driver
connect.odbc_xls                         w7 [ skipped ]  Need ODBC data source ConnectEngineXLS
binlog_encryption.encrypted_slave 'cbc,innodb,stmt' w3 [ pass ]  101011
binlog_encryption.encrypted_slave 'ctr,innodb,stmt' w4 [ pass ]  99606
connect.pivot                            w7 [ pass ]    796
connect.tbl                              w7 [ pass ]    712
binlog_encryption.rpl_parallel_free_deferred_event 'innodb,mix' w2 [ pass ]  12500
connect.temporary                        w7 [ pass ]    190
connect.type_inet6                       w7 [ pass ]    159
connect.unsigned                         w7 [ pass ]    233
binlog_encryption.rpl_parallel_rollback_assert 'innodb,mix' w2 [ pass ]   6498
connect.upd                              w7 [ pass ]   3021
binlog_encryption.rpl_special_charset 'row' w4 [ pass ]   5319
binlog_encryption.rpl_parallel_wrong_exec_master_pos 'innodb,mix' w2 [ pass ]   5137
connect.updelx                           w7 [ pass ]   5860
connect.updelx2                          w7 [ pass ]    255
binlog_encryption.rpl_cant_read_event_incident 'mix' w5 [ pass ]  22305
connect.vcol                             w7 [ pass ]    204
connect.vec                              w7 [ pass ]    397
connect.xcol                             w7 [ pass ]    221
connect.xml                              w7 [ skipped ]  Need windows
binlog_encryption.rpl_sporadic_master 'row' w4 [ pass ]   5747
connect.xml2                             w7 [ pass ]    819
binlog_encryption.rpl_loaddata_local 'mix' w3 [ pass ]  33373
connect.xml2_grant                       w7 [ pass ]    457
binlog_encryption.rpl_relayrotate 'innodb,mix' w8 [ pass ]  62496
connect.xml2_html                        w7 [ pass ]    318
connect.xml2_mdev5261                    w7 [ pass ]    249
binlog_encryption.rpl_loadfile 'mix'     w5 [ pass ]   8478
connect.xml2_mult                        w7 [ pass ]    379
binlog_encryption.rpl_ssl 'mix'          w3 [ pass ]  10097
connect.xml2_zip                         w7 [ pass ]    461
connect.xml_grant                        w7 [ skipped ]  Need windows
connect.xml_html                         w7 [ skipped ]  Need windows
connect.xml_mdev5261                     w7 [ skipped ]  Need windows
connect.xml_mult                         w7 [ skipped ]  Need windows
connect.xml_zip                          w7 [ skipped ]  Need windows
connect.zip                              w7 [ pass ]    593
***Warnings generated in error logs during shutdown after running tests: connect.datest connect.json_udf_bin connect.odbc_postgresql connect.general connect.dir connect.json_udf connect.mysql_index connect.alter connect.xml_mdev5261 connect.xml2_mult connect.alter_xml connect.mysql connect.grant connect.odbc_sqlite3_grant connect.mul connect.xml_zip connect.odbc connect.zip connect.type_inet6 connect.csv connect.vec connect.ini_grant connect.bin connect.xml2_zip connect.xml2_grant connect.endian connect.mysql_new connect.infoschema2-9739 connect.odbc_oracle connect.tbl connect.null connect.odbc_firebird connect.occur connect.mysql_discovery connect.xml connect.xcol connect.mrr connect.pivot connect.alter_xml2 connect.mysql_grant connect.xml2_html connect.upd connect.index connect.xml_grant connect.xml2_mdev5261 connect.updelx2 connect.odbc_xls connect.xml_mult connect.infoschema-9739 connect.xml_html connect.temporary connect.fmt connect.dbf connect.unsigned connect.ini connect.odbc_sqlite3 connect.mysql_exec connect.fix connect.vcol connect.updelx connect.mul_new connect.xml2 connect.grant3

==24123== 2 bytes in 1 blocks are indirectly lost in loss record 1 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3B0F: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 2 bytes in 1 blocks are indirectly lost in loss record 2 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3ABA: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 3 bytes in 1 blocks are indirectly lost in loss record 3 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3B0F: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123== 3 bytes in 1 blocks are indirectly lost in loss record 4 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3ABA: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123== 5 bytes in 1 blocks are indirectly lost in loss record 5 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3A93: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 5 bytes in 1 blocks are indirectly lost in loss record 6 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3A93: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123== 6 bytes in 1 blocks are indirectly lost in loss record 7 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3AA4: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123== 8 bytes in 1 blocks are indirectly lost in loss record 8 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3AA4: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 9 bytes in 1 blocks are indirectly lost in loss record 9 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE89E78F: ???
==24123==    by 0xE8A6DE3: ???
==24123==    by 0xE8A3F67: ???
==24123==    by 0xE867156: ???
==24123==    by 0xE26EBB2: ???
==24123==    by 0xE26EE1A: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123== 13 bytes in 1 blocks are indirectly lost in loss record 10 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3A83: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 13 bytes in 1 blocks are indirectly lost in loss record 11 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3A83: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123== 64 bytes in 2 blocks are definitely lost in loss record 15 of 23
==24123==    at 0x4C2C089: calloc (vg_replace_malloc.c:762)
==24123==    by 0xE87952E: ???
==24123==    by 0xE26ACE2: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==24123==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==24123== 66 bytes in 6 blocks are indirectly lost in loss record 16 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3B0F: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE86A6CC: ???
==24123==    by 0xE26EF58: ???
==24123==    by 0xE26F1BA: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==24123== 72 bytes in 1 blocks are indirectly lost in loss record 17 of 23
==24123==    at 0x4C2C089: calloc (vg_replace_malloc.c:762)
==24123==    by 0xE8A3A6E: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE85D35E: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==24123== 72 bytes in 1 blocks are indirectly lost in loss record 18 of 23
==24123==    at 0x4C2C089: calloc (vg_replace_malloc.c:762)
==24123==    by 0xE8A3A6E: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE890D75: ???
==24123==    by 0xE85D39C: ???
==24123==    by 0xE26AD38: ???
==24123==    by 0xE26DB06: ???
==24123==    by 0xE26DF4D: ???
==24123==    by 0xE1D518E: ???
==24123==    by 0x912273: create_table_impl(THD*, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, st_mysql_const_lex_string const&, char const*, DDL_options_st, HA_CREATE_INFO*, Alter_info*, int, bool*, st_key**, unsigned int*, st_mysql_const_unsigned_lex_string*) (sql_table.cc:5293)
==24123==    by 0x91277B: mysql_create_table_no_lock(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) (sql_table.cc:5420)
==24123==    by 0x9129C4: mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) (sql_table.cc:5513)
==24123==    by 0x9140A7: Sql_cmd_create_table_like::execute(THD*) (sql_table.cc:12205)
==24123==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24123==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24123==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24123==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24123==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24123==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24123==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24123== 78 bytes in 6 blocks are indirectly lost in loss record 19 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0x6A5AAF9: strdup (in /usr/lib64/libc-2.17.so)
==24123==    by 0xE8A3A83: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE86A6CC: ???
==24123==    by 0xE26EF58: ???
==24123==    by 0xE26F1BA: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==24123== 88 bytes in 1 blocks are indirectly lost in loss record 20 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0xE89E33D: ???
==24123==    by 0xE89E749: ???
==24123==    by 0xE8A6DE3: ???
==24123==    by 0xE8A3F67: ???
==24123==    by 0xE867156: ???
==24123==    by 0xE26EBB2: ???
==24123==    by 0xE26EE1A: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123== 137 (40 direct, 97 indirect) bytes in 1 blocks are definitely lost in loss record 21 of 23
==24123==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==24123==    by 0xE89E738: ???
==24123==    by 0xE8A6DE3: ???
==24123==    by 0xE8A3F67: ???
==24123==    by 0xE867156: ???
==24123==    by 0xE26EBB2: ???
==24123==    by 0xE26EE1A: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==24123== 360 bytes in 5 blocks are indirectly lost in loss record 22 of 23
==24123==    at 0x4C2C089: calloc (vg_replace_malloc.c:762)
==24123==    by 0xE8A3A6E: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE86A6CC: ???
==24123==    by 0xE26EF58: ???
==24123==    by 0xE26F1BA: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==24123==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==24123== 780 (72 direct, 708 indirect) bytes in 1 blocks are definitely lost in loss record 23 of 23
==24123==    at 0x4C2C089: calloc (vg_replace_malloc.c:762)
==24123==    by 0xE8A3A6E: ???
==24123==    by 0xE8A3DF9: ???
==24123==    by 0xE86A6CC: ???
==24123==    by 0xE26EF58: ???
==24123==    by 0xE26F1BA: ???
==24123==    by 0xE228F1B: ???
==24123==    by 0xE22913C: ???
==24123==    by 0xE1D99E2: ???
==24123==    by 0xE1CBDD3: ???
==24123==    by 0xE1CC708: ???
==24123==    by 0xA89406: ha_rnd_init (handler.h:3384)
==24123==    by 0xA89406: handler::ha_rnd_init_with_error(bool) (handler.cc:3303)
==24123==    by 0xBC8798: init_read_record(READ_RECORD*, THD*, TABLE*, SQL_SELECT*, SORT_INFO*, int, bool, bool) (records.cc:328)
==24123==    by 0x8B8B48: join_init_read_record(st_join_table*) (sql_select.cc:21567)
==24123==    by 0x8AB919: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20622)
==24123==    by 0x8DB403: do_select (sql_select.cc:20159)
==24123==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==24123==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==24123==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==24123==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==24123==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)

binlog_encryption.binlog_mdev_20574_old_binlog 'innodb,row' w4 [ pass ]  21573
binlog_encryption.rpl_mixed_binlog_max_cache_size 'mix' w5 [ pass ]  17686
binlog_encryption.rpl_loadfile 'row'     w4 [ pass ]   8552
binlog_encryption.rpl_semi_sync 'innodb,mix' w2 [ pass ]  87825
binlog_encryption.rpl_switch_stm_row_mixed 'row' w4 [ pass ]   8329
binlog_encryption.rpl_switch_stm_row_mixed 'mix' w5 [ pass ]  10864
binlog_encryption.rpl_special_charset 'stmt' w5 [ pass ]   4990
binlog_encryption.rpl_relayrotate 'innodb,row' w7 [ pass ]  70261
binlog_encryption.rpl_loaddata_local 'row' w2 [ pass ]  32346
binlog_encryption.rpl_sporadic_master 'stmt' w5 [ pass ]   5259
binlog_encryption.rpl_ssl 'row'          w2 [ pass ]   9568
binlog_encryption.rpl_parallel_free_deferred_event 'innodb,row' w7 [ pass ]   9131
binlog_encryption.rpl_stm_relay_ign_space 'innodb,stmt' w5 [ pass ]   8706
binlog_encryption.rpl_parallel_rollback_assert 'innodb,row' w7 [ pass ]   5517
binlog_encryption.rpl_parallel_wrong_exec_master_pos 'innodb,row' w7 [ pass ]   5251
binlog_encryption.rpl_parallel_ignore_error_on_rotate 'innodb,stmt' w2 [ pass ]  12794
binlog_encryption.rpl_relayrotate 'innodb,stmt' w2 [ pass ]  48803
binlog_encryption.rpl_typeconv 'row'     w4 [ pass ]  150328
binlog_encryption.encrypted_master 'cbc,innodb,mix' w6 [ pass ]  308732
binlog_encryption.rpl_semi_sync 'innodb,row' w7 [ pass ]  84070
binlog_encryption.rpl_parallel_free_deferred_event 'innodb,stmt' w2 [ pass ]   9070
binlog_encryption.encrypted_master 'ctr,innodb,mix' w1 [ pass ]  312078
binlog_encryption.rpl_loadfile 'stmt'    w4 [ skipped ]  Neither MIXED nor ROW binlog format
binlog_encryption.rpl_parallel_rollback_assert 'innodb,stmt' w2 [ pass ]   8934
binlog_encryption.rpl_switch_stm_row_mixed 'stmt' w4 [ skipped ]  Neither MIXED nor ROW binlog format
binlog_encryption.rpl_parallel_wrong_exec_master_pos 'innodb,stmt' w2 [ pass ]   7277
binlog_encryption.encrypted_master 'ctr,innodb,row' w3 [ fail ]
        Test ended at 2020-10-02 12:57:33

CURRENT_TEST: binlog_encryption.encrypted_master


Server [mysqld.1 - pid: 27591, winpid: 27591, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 12:52:39 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 27592 ...
2020-10-02 12:52:39 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 12:52:39 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 12:52:40 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 12:52:40 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 12:52:40 0 [Note] InnoDB: Uses event mutexes
2020-10-02 12:52:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 12:52:40 0 [Note] InnoDB: Number of pools: 1
2020-10-02 12:52:40 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 12:52:40 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/3/mysqld.1 (disabling future attempts)
2020-10-02 12:52:40 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 12:52:40 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 12:52:40 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 12:52:41 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 12:52:41 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 12:52:41 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 12:52:41 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 12:52:41 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 12:52:41 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 12:52:41 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 12:52:42 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 12:52:42 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 12:52:42 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/3/mysqld.1/data/ib_buffer_pool
2020-10-02 12:52:42 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 12:52:42
2020-10-02 12:52:43 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 12:52:43 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 12:52:43 0 [Note] Added new Master_info '' to hash table
2020-10-02 12:52:43 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/3/mysqld.1.sock'  port: 16020  MariaDB Enterprise Server
2020-10-02 12:52:48 6 [Note] Deleted Master_info file '/var/tmp/mtr/3/mysqld.1/data/master.info'.
2020-10-02 12:52:48 6 [Note] Deleted Master_info file '/var/tmp/mtr/3/mysqld.1/data/relay-log.info'.
2020-10-02 12:52:48 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
DROP DATABASE database_name_to_encrypt;
DROP USER new_user_name_to_encrypt;
DROP SERVER server_name_to_encrypt;
#############################
# Final checks for the master
#############################
NOT FOUND /_to_encrypt.*/ in master-bin.0*
NOT FOUND /COMMIT.*/ in master-bin.0*
NOT FOUND /TIMESTAMP.*/ in master-bin.0*
include/save_master_pos.inc
#############################
# Final checks for the slave
#############################
connection server_2;
include/sync_io_with_master.inc
FOUND 1 /_to_encrypt.*/ in slave-relay-bin.0*
FOUND 1 /COMMIT.*/ in slave-relay-bin.0*
FOUND 1 /TIMESTAMP.*/ in slave-relay-bin.0*
include/start_slave.inc
include/sync_slave_sql_with_io.inc



 - saving '/var/tmp/mtr/3/log/binlog_encryption.encrypted_master-ctr,innodb,row/' to '/var/tmp/mtr/log/binlog_encryption.encrypted_master-ctr,innodb,row/'
binlog_encryption.rpl_loaddata_local 'stmt' w6 [ pass ]  51103
binlog_encryption.encrypted_master 'cbc,innodb,stmt' w5 [ fail ]
        Test ended at 2020-10-02 12:57:50

CURRENT_TEST: binlog_encryption.encrypted_master


Server [mysqld.1 - pid: 29031, winpid: 29031, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 12:54:50 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 29032 ...
2020-10-02 12:54:50 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 12:54:50 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 12:54:51 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 12:54:51 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 12:54:51 0 [Note] InnoDB: Uses event mutexes
2020-10-02 12:54:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 12:54:51 0 [Note] InnoDB: Number of pools: 1
2020-10-02 12:54:51 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 12:54:51 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/5/mysqld.1 (disabling future attempts)
2020-10-02 12:54:51 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 12:54:51 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 12:54:51 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 12:54:51 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 12:54:52 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 12:54:52 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 12:54:52 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 12:54:52 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 12:54:52 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 12:54:52 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 12:54:53 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/5/mysqld.1/data/ib_buffer_pool
2020-10-02 12:54:53 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 12:54:53
2020-10-02 12:54:53 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 12:54:54 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 12:54:54 0 [Note] Added new Master_info '' to hash table
2020-10-02 12:54:54 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/5/mysqld.1.sock'  port: 16100  MariaDB Enterprise Server
2020-10-02 12:54:59 6 [Note] Deleted Master_info file '/var/tmp/mtr/5/mysqld.1/data/master.info'.
2020-10-02 12:54:59 6 [Note] Deleted Master_info file '/var/tmp/mtr/5/mysqld.1/data/relay-log.info'.
2020-10-02 12:54:59 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
SELECT NULL, 'char_literal_to_encrypt', NULL, 'text_to_encrypt'
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:32 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
SELECT NULL, 'char_literal_to_encrypt', NULL, 'text_to_encrypt'
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:56:08 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
SELECT NULL, 'char_literal_to_encrypt', NULL, 'text_to_encrypt'
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:56:26 6 [Note] Suppressing warnings of type 'Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly' for up to 300 seconds because of flooding
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:00 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:57:30 6 [Note] Suppressing warnings of type 'Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave' for up to 300 seconds because of flooding
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
REVOKE ALL PRIVILEGES, GRANT OPTION FROM new_user_name_to_encrypt;
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 103:
At line 200: query 'REVOKE ALL PRIVILEGES, GRANT OPTION FROM new_user_name_to_encrypt' failed: 2006: MySQL server has gone away
DROP DATABASE database_name_to_encrypt;
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 103:
At line 206: query 'DROP DATABASE database_name_to_encrypt' failed: 2006: MySQL server has gone away
DROP USER new_user_name_to_encrypt;
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 103:
At line 207: query 'DROP USER new_user_name_to_encrypt' failed: 2006: MySQL server has gone away
DROP SERVER server_name_to_encrypt;
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 103:
At line 208: query 'DROP SERVER server_name_to_encrypt' failed: 2006: MySQL server has gone away
#############################
# Final checks for the master
#############################
mysqltest: At line 108: query 'let $master_datadir= `SELECT @@datadir`' failed: 2006: MySQL server has gone away



 - skipping '/var/tmp/mtr/5/log/binlog_encryption.encrypted_master-cbc,innodb,stmt/'
binlog_encryption.encrypted_master 'cbc,innodb,row' w8 [ fail ]
        Test ended at 2020-10-02 12:57:51

CURRENT_TEST: binlog_encryption.encrypted_master


Server [mysqld.1 - pid: 27424, winpid: 27424, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 12:52:29 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 27425 ...
2020-10-02 12:52:29 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 12:52:29 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 12:52:30 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 12:52:30 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 12:52:30 0 [Note] InnoDB: Uses event mutexes
2020-10-02 12:52:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 12:52:30 0 [Note] InnoDB: Number of pools: 1
2020-10-02 12:52:30 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 12:52:30 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/8/mysqld.1 (disabling future attempts)
2020-10-02 12:52:30 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 12:52:30 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 12:52:30 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 12:52:31 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 12:52:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 12:52:31 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 12:52:31 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 12:52:31 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 12:52:31 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 12:52:32 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/8/mysqld.1/data/ib_buffer_pool
2020-10-02 12:52:32 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 12:52:32
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 12:52:32 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 12:52:33 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 12:52:34 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 12:52:34 0 [Note] Added new Master_info '' to hash table
2020-10-02 12:52:34 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/8/mysqld.1.sock'  port: 16140  MariaDB Enterprise Server
2020-10-02 12:52:39 6 [Note] Deleted Master_info file '/var/tmp/mtr/8/mysqld.1/data/master.info'.
2020-10-02 12:52:39 6 [Note] Deleted Master_info file '/var/tmp/mtr/8/mysqld.1/data/relay-log.info'.
2020-10-02 12:52:40 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
DROP DATABASE database_name_to_encrypt;
DROP USER new_user_name_to_encrypt;
DROP SERVER server_name_to_encrypt;
#############################
# Final checks for the master
#############################
NOT FOUND /_to_encrypt.*/ in master-bin.0*
NOT FOUND /COMMIT.*/ in master-bin.0*
NOT FOUND /TIMESTAMP.*/ in master-bin.0*
include/save_master_pos.inc
#############################
# Final checks for the slave
#############################
connection server_2;
include/sync_io_with_master.inc
FOUND 1 /_to_encrypt.*/ in slave-relay-bin.0*
FOUND 1 /COMMIT.*/ in slave-relay-bin.0*
FOUND 1 /TIMESTAMP.*/ in slave-relay-bin.0*
include/start_slave.inc
include/sync_slave_sql_with_io.inc



 - skipping '/var/tmp/mtr/8/log/binlog_encryption.encrypted_master-cbc,innodb,row/'
***Warnings generated in error logs during shutdown after running tests: binlog_encryption.encrypted_master

2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:32 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:55:50 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:56:08 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:56:26 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:00 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10

binlog_encryption.rpl_gtid_basic 'cmpr,innodb,mix' w1 [ pass ]  54123
binlog_encryption.rpl_gtid_basic 'innodb,mix,ncmpr' w4 [ pass ]  48170
binlog_encryption.rpl_ssl 'stmt'         w6 [ pass ]  14774
binlog_encryption.encrypted_master 'ctr,innodb,stmt' w7 [ fail ]
        Test ended at 2020-10-02 12:58:33

CURRENT_TEST: binlog_encryption.encrypted_master
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 88:
At line 111: connection 'con1' not found in connection pool

The result from queries just before the failure was:
< snip >
OPTIONS (HOST 'host_name_to_encrypt');
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 88:
At line 101: query 'CREATE SERVER server_name_to_encrypt
FOREIGN DATA WRAPPER mysql
OPTIONS (HOST 'host_name_to_encrypt')' failed: 2006: MySQL server has gone away
connect  con1,localhost,user_name_to_encrypt,password_to_encrypt,database_name_to_encrypt;
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 88:
At line 106: query 'connect  con1,localhost,user_name_to_encrypt,password_to_encrypt,database_name_to_encrypt' failed: 2002: Can't connect to local MySQL server through socket '/var/tmp/mtr/tmp/7/mysqld.1.sock' (111)
CREATE TEMPORARY TABLE tmp_table_name_to_encrypt (
float_column_name_to_encrypt FLOAT,
binary_column_name_to_encrypt BINARY(64)
);
mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/testdata.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/binlog_encryption/encrypted_master.test at line 88:
At line 107: query 'CREATE TEMPORARY TABLE tmp_table_name_to_encrypt (
float_column_name_to_encrypt FLOAT,
binary_column_name_to_encrypt BINARY(64)
)' failed: 2006: MySQL server has gone away

More results from queries before failure can be found in /var/tmp/mtr/7/log/encrypted_master.log


Server [mysqld.1 - pid: 29664, winpid: 29664, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 12:56:33 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 29665 ...
2020-10-02 12:56:33 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 12:56:33 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 12:56:34 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 12:56:34 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 12:56:34 0 [Note] InnoDB: Uses event mutexes
2020-10-02 12:56:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 12:56:34 0 [Note] InnoDB: Number of pools: 1
2020-10-02 12:56:34 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 12:56:34 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/7/mysqld.1 (disabling future attempts)
2020-10-02 12:56:34 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 12:56:34 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 12:56:34 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 12:56:35 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 12:56:35 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 12:56:35 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 12:56:35 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 12:56:35 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 12:56:36 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 12:56:36 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/7/mysqld.1/data/ib_buffer_pool
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 12:56:36 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 12:56:37 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 12:56:37
2020-10-02 12:56:38 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 12:56:39 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 12:56:39 0 [Note] Added new Master_info '' to hash table
2020-10-02 12:56:39 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/7/mysqld.1.sock'  port: 16120  MariaDB Enterprise Server
2020-10-02 12:56:46 6 [Note] Deleted Master_info file '/var/tmp/mtr/7/mysqld.1/data/master.info'.
2020-10-02 12:56:46 6 [Note] Deleted Master_info file '/var/tmp/mtr/7/mysqld.1/data/relay-log.info'.
2020-10-02 12:56:47 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
SELECT NULL, 'char_literal_to_encrypt', NULL, 'text_to_encrypt'
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:57:44 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:58:13 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
SELECT NULL, 'char_literal_to_encrypt', NULL, 'text_to_encrypt'
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
SELECT char_column_name_to_encrypt FROM myisam_table_name_to_encrypt
----------SERVER LOG END-------------


 - skipping '/var/tmp/mtr/7/log/binlog_encryption.encrypted_master-ctr,innodb,stmt/'
***Warnings generated in error logs during shutdown after running tests: binlog_encryption.encrypted_master

2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:09 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:57:44 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted Statement: DELETE FROM aria_table_name_to_encrypt ORDER BY int_column_name_to_encrypt LIMIT 10
2020-10-02 12:58:13 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 
2020-10-02 12:58:14 6 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave Statement: INSERT INTO myisam_table_name_to_encrypt (char_column_name_to_encrypt) 

binlog_encryption.rpl_semi_sync 'innodb,stmt' w2 [ pass ]  97473
binlog_encryption.rpl_temporal_format_default_to_default 'mix' w4 [ pass ]  10915
binlog_encryption.rpl_temporal_format_default_to_default 'row' w6 [ pass ]   5597
binlog_encryption.rpl_packet 'row'       w1 [ pass ]  15078
binlog_encryption.rpl_gtid_basic 'cmpr,innodb,row' w3 [ pass ]  42517
binlog_encryption.rpl_gtid_basic 'cmpr,innodb,stmt' w8 [ pass ]  37758
binlog_encryption.rpl_temporal_format_mariadb53_to_mysql56 'row' w2 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog_encryption.rpl_gtid_basic 'innodb,ncmpr,row' w5 [ pass ]  38475
binlog_encryption.binlog_mysqlbinlog-cp932 w7 [ pass ]   2196
binlog_encryption.rpl_temporal_format_mysql56_to_mariadb53 'row' w1 [ pass ]   5665
binlog_encryption.rpl_temporal_format_mariadb53_to_mysql56 'stmt' w4 [ pass ]   5316
binlog_encryption.rpl_temporal_format_mysql56_to_mariadb53 'mix' w6 [ pass ]   5100
binlog_encryption.rpl_temporal_format_mysql56_to_mariadb53 'stmt' w3 [ pass ]   5736
encryption.innodb-page_encryption-32k 'cbc,innodb' w3 [ skipped ]  Need "--big-test" when running with Valgrind
encryption.tempfiles 'crc32,ctr,innodb'  w1 [ pass ]   3983
binlog_encryption.rpl_temporal_format_default_to_default 'stmt' w7 [ pass ]   4434
encryption.tempfiles 'ctr,innodb,none'   w6 [ pass ]   3793
encryption.tempfiles 'cbc,innodb,none'   w4 [ pass ]   3745
encryption.innodb_encryption 'innodb,undo0' w8 [ pass ]  15309
encryption.innodb-page_encryption-32k 'ctr,innodb' w3 [ skipped ]  Need "--big-test" when running with Valgrind
binlog_encryption.rpl_gtid_basic 'innodb,ncmpr,stmt' w5 [ pass ]  24245
encryption.tempfiles_encrypted 'cbc,innodb' w1 [ pass ]   5387
binlog_encryption.rpl_temporal_format_mariadb53_to_mysql56 'mix' w7 [ pass ]   4791
encryption.innodb-spatial-index 'cbc,crc32,innodb' w3 [ pass ]   3008
encryption.tempfiles 'cbc,crc32,innodb'  w7 [ pass ]   3642
encryption.innodb-checksum-algorithm '32k,cbc,innodb' w6 [ pass ]  24466
encryption.innodb_encryption 'innodb,undo3' w2 [ pass ]  48660
encryption.innodb-checksum-algorithm '64k,cbc,innodb' w4 [ pass ]  34653
encryption.tempfiles_encrypted 'ctr,innodb' w7 [ pass ]   5292
encryption.innodb-redo-nokeys 'cbc,innodb' w8 [ pass ]  42507
encryption.innochecksum '16k,cbc,crc32,innodb' w1 [ pass ]  44450
encryption.innodb_encryption-page-compression 'innodb' w5 [ pass ]  50252
encryption.innodb_encryption_tables 'innodb' w5 [ skipped ]  Test requires: 'not_valgrind'
encryption.innochecksum '16k,cbc,full_crc32,innodb' w6 [ pass ]  43508
encryption.innochecksum '8k,cbc,crc32,innodb' w3 [ pass ]  50005
encryption.innochecksum '4k,cbc,full_crc32,innodb' w2 [ pass ]  46809
encryption.innochecksum '8k,cbc,full_crc32,innodb' w4 [ pass ]  50991
encryption.innochecksum '4k,cbc,crc32,innodb' w7 [ pass ]  47282
encryption.innochecksum '16k,cbc,innodb,strict_crc32' w8 [ pass ]  41026
encryption.innodb_encrypt_temporary_tables 'cbc,innodb,strict_crc32' w6 [ pass ]   9486
encryption.innodb-spatial-index 'cbc,innodb,strict_full_crc32' w2 [ pass ]  18649
encryption.innochecksum '4k,cbc,innodb,strict_crc32' w1 [ pass ]  46663
encryption.innochecksum '8k,cbc,innodb,strict_crc32' w5 [ pass ]  51271
encryption.corrupted_during_recovery 'cbc,innodb,strict_crc32' w3 [ pass ]  38635
encryption.innodb-spatial-index 'cbc,full_crc32,innodb' w7 [ pass ]  16723
encryption.innodb_encrypt_temporary_tables 'cbc,innodb,strict_full_crc32' w2 [ pass ]   9741
encryption.innochecksum '16k,cbc,innodb,strict_full_crc32' w4 [ pass ]  41011
encryption.innodb-spatial-index 'cbc,innodb,strict_crc32' w7 [ pass ]   3231
encryption.corrupted_during_recovery 'cbc,innodb,strict_full_crc32' w1 [ skipped ]  Extra checkpoint 1 after 48550 (0:6=48550,0:7=48798)
encryption.innochecksum '8k,cbc,innodb,strict_full_crc32' w8 [ pass ]  51601
encryption.innodb_first_page 'cbc,innodb' w3 [ pass ]  24916
encryption.innodb-bad-key-change 'cbc,innodb,strict_full_crc32' w6 [ pass ]  78535
encryption.innodb-read-only 'cbc,innodb' w3 [ pass ]  12109
encryption.encrypt_and_grep 'cbc,innodb' w2 [ pass ]  44326
encryption.innochecksum '4k,cbc,innodb,strict_full_crc32' w7 [ pass ]  47830
encryption.innodb-page_encryption_log_encryption 'cbc,innodb' w4 [ pass ]  56275
encryption.innodb-bad-key-change 'cbc,innodb,strict_crc32' w5 [ pass ]  78246
encryption.innodb-missing-key 'cbc,innodb' w1 [ pass ]  54924
encryption.create_or_replace 'cbc,innodb' w8 [ pass ]  51349
encryption.innodb_encryption_row_compressed 'cbc,innodb' w6 [ pass ]  30774
encryption.innodb-key-rotation-disable 'cbc,innodb' w5 [ pass ]  15908
encryption.innodb-compressed-blob '16k,cbc,crc32,innodb' w3 [ pass ]  42223
encryption.innodb_encrypt_log 'innodb'   w7 [ pass ]  27578
encryption.innodb-checksum-algorithm '16k,cbc,innodb' w6 [ pass ]  17822
encryption.innodb-compressed-blob '4k,cbc,crc32,innodb' w4 [ pass ]  45034
encryption.innodb_onlinealter_encryption 'cbc,innodb' w2 [ pass ]  77877
encryption.innodb-checksum-algorithm '8k,cbc,innodb' w3 [ pass ]  14403
encryption.innodb-compressed-blob '8k,cbc,innodb,none' w8 [ pass ]  40911
encryption.innodb-compressed-blob '8k,cbc,crc32,innodb' w1 [ pass ]  41840
encryption.innodb_encryption_is 'cbc,innodb' w2 [ pass ]   1212
encryption.aria_tiny 'cbc'               w1 [ pass ]    611
encryption.innodb-discard-import-change 'cbc,innodb' w8 [ pass ]   5007
encryption.innodb_encryption_filekeys 'cbc,innodb' w4 [ pass ]   9769
encryption.innodb-encr-threads 'cbc,innodb' w8 [ pass ]    206
encryption.innodb-discard-import '16k,cbc,innodb' w6 [ pass ]  20995
encryption.innodb-compressed-blob '4k,cbc,innodb,none' w5 [ pass ]  44784
encryption.innodb-discard-import '8k,cbc,innodb' w3 [ pass ]  21343
encryption.innodb-spatial-index 'crc32,ctr,innodb' w6 [ pass ]   3422
encryption.innodb-checksum-algorithm '32k,ctr,innodb' w2 [ pass ]  24431
encryption.innodb-checksum-algorithm '4k,cbc,innodb' w5 [ pass ]  10663
encryption.innodb-checksum-algorithm '64k,ctr,innodb' w1 [ pass ]  30433
encryption.innodb-redo-nokeys 'ctr,innodb' w4 [ pass ]  41949
encryption.innochecksum '16k,crc32,ctr,innodb' w3 [ pass ]  41645
encryption.innodb-discard-import '4k,cbc,innodb' w5 [ pass ]  23421
encryption.innochecksum '4k,crc32,ctr,innodb' w6 [ pass ]  44393
encryption.innochecksum '16k,ctr,full_crc32,innodb' w1 [ pass ]  40759
encryption.innochecksum '8k,crc32,ctr,innodb' w2 [ pass ]  50769
encryption.innodb-spatial-index 'ctr,full_crc32,innodb' w5 [ pass ]  18022
encryption.innochecksum '4k,ctr,full_crc32,innodb' w4 [ pass ]  45358
encryption.innodb-spatial-index 'ctr,innodb,strict_crc32' w5 [ pass ]   3036
encryption.innochecksum '8k,ctr,full_crc32,innodb' w3 [ pass ]  51603
encryption.innodb_encrypt_temporary_tables 'ctr,innodb,strict_crc32' w4 [ pass ]   9167
encryption.innochecksum '16k,ctr,innodb,strict_crc32' w6 [ pass ]  42356
encryption.innochecksum '4k,ctr,innodb,strict_crc32' w1 [ pass ]  46644
encryption.innochecksum '8k,ctr,innodb,strict_crc32' w2 [ pass ]  51510
encryption.innodb-spatial-index 'ctr,innodb,strict_full_crc32' w3 [ pass ]  17572
encryption.innochecksum '16k,ctr,innodb,strict_full_crc32' w4 [ pass ]  40063
encryption.innodb_encrypt_temporary_tables 'ctr,innodb,strict_full_crc32' w3 [ pass ]   9062
encryption.innochecksum '4k,ctr,innodb,strict_full_crc32' w6 [ pass ]  45806
encryption.innochecksum '8k,ctr,innodb,strict_full_crc32' w1 [ pass ]  49284
encryption.innodb-bad-key-change 'ctr,innodb,strict_crc32' w5 [ pass ]  75650
encryption.innodb-key-rotation-disable 'ctr,innodb' w3 [ pass ]  17345
encryption.innodb_encrypt_log_corruption 'innodb' w7 [ pass ]  282449
encryption.innodb_first_page 'ctr,innodb' w6 [ pass ]  26866
encryption.corrupted_during_recovery 'ctr,innodb,strict_full_crc32' w4 [ pass ]  40891
encryption.innodb-bad-key-change 'ctr,innodb,strict_full_crc32' w2 [ pass ]  78375
encryption.innodb-read-only 'ctr,innodb' w6 [ pass ]  13047
encryption.corrupted_during_recovery 'ctr,innodb,strict_crc32' w5 [ pass ]  39156
encryption.encrypt_and_grep 'ctr,innodb' w1 [ pass ]  43918
encryption.innodb-compressed-blob '16k,cbc,innodb,none' w7 [ pass ]  43128
encryption.innodb-missing-key 'ctr,innodb' w3 [ pass ]  52997
encryption.innodb_encryption_row_compressed 'ctr,innodb' w4 [ pass ]  32464
encryption.innodb-compressed-blob '16k,crc32,ctr,innodb' w2 [ pass ]  43852
encryption.innodb-compressed-blob '16k,ctr,innodb,none' w6 [ pass ]  44478
encryption.innodb-force-corrupt 'cbc,innodb' w7 [ pass ]  27816
encryption.innodb-page_encryption_log_encryption 'ctr,innodb' w5 [ pass ]  54699
encryption.innodb-checksum-algorithm '16k,ctr,innodb' w2 [ pass ]  19188
encryption.innodb-compressed-blob '8k,crc32,ctr,innodb' w3 [ pass ]  42996
encryption.innodb-compressed-blob '8k,ctr,innodb,none' w4 [ pass ]  45561
encryption.innodb_onlinealter_encryption 'ctr,innodb' w1 [ pass ]  79489
encryption.innodb-checksum-algorithm '4k,ctr,innodb' w6 [ pass ]  13627
encryption.innodb-page_encryption 'cbc,innodb' w8 [ pass ]  375206
encryption.innodb_encryption_is 'ctr,innodb' w4 [ pass ]   1288
encryption.innodb-discard-import-change 'ctr,innodb' w1 [ pass ]   5363
encryption.innodb-encr-threads 'ctr,innodb' w1 [ pass ]    176
encryption.innodb_encryption_filekeys 'ctr,innodb' w3 [ pass ]   7411
encryption.aria_tiny 'ctr'               w4 [ pass ]    608
encryption.innodb-page_encryption_compression 'cbc,innodb' w8 [ pass ]  26017
encryption.innodb-discard-import '16k,ctr,innodb' w2 [ pass ]  21575
encryption.innodb-discard-import '4k,ctr,innodb' w6 [ pass ]  23579
encryption.create_or_replace 'ctr,innodb' w7 [ pass ]  47079
encryption.innodb-bad-key-change3 'innodb,strict_crc32' w2 [ skipped ]  Test requires: 'not_valgrind'
encryption.innodb-compressed-blob '4k,crc32,ctr,innodb' w5 [ pass ]  47014
encryption.innodb_page_encryption_key_change 'cbc,innodb' w8 [ pass ]  28940
encryption.innodb-bad-key-change4 'innodb,strict_crc32' w3 [ pass ]  37506
encryption.second_plugin-12863 'cbc,innodb' w8 [ pass ]   1528
encryption.encryption_force 'innodb'     w3 [ pass ]   2084
encryption.innodb-bad-key-change4 'innodb,strict_full_crc32' w6 [ pass ]  38984
encryption.innodb-force-corrupt 'ctr,innodb' w5 [ pass ]  27883
encryption.innodb-compressed-blob '4k,ctr,innodb,none' w7 [ pass ]  45553
encryption.innodb_encryption_discard_import 'innodb' w8 [ skipped ]  Test requires: 'not_valgrind'
encryption.compressed_import_tablespace 'innodb' w3 [ skipped ]  Test requires: 'not_valgrind'
encryption.innodb-bad-key-change3 'innodb,strict_full_crc32' w5 [ skipped ]  Test requires: 'not_valgrind'
encryption.innodb-bad-key-change2 'innodb,strict_crc32' w4 [ pass ]  75806
encryption.filekeys_encfile_file 'innodb' w8 [ pass ]   2172
encryption.filekeys_encfile_badfile 'innodb' w3 [ pass ]    860
encryption.filekeys_unencfile 'innodb'   w4 [ pass ]    861
encryption.innodb-checksum-algorithm '8k,ctr,innodb' w7 [ pass ]  16697
encryption.filekeys_encfile 'innodb'     w8 [ pass ]   1896
encryption.filekeys_tooshort 'innodb'    w3 [ pass ]    789
encryption.innodb-bad-key-change2 'innodb,strict_full_crc32' w2 [ pass ]  77775
encryption.innodb-encryption-disable 'innodb' w6 [ pass ]  40810
encryption.filekeys_encfile_no 'innodb'  w4 [ pass ]    819
encryption.filekeys_nofile 'innodb'      w3 [ pass ]    836
encryption.filekeys_syntax 'innodb'      w8 [ pass ]   2804
federated.federatedx_versioning 'X,innodb,timestamp' w2 [ pass ]   4770
federated.federatedx_versioning 'X,innodb,trx_id' w2 [ pass ]   2037
federated.federatedx_versioning 'X,heap,innodb' w6 [ pass ]   2726
federated.federatedx_versioning 'X,innodb,traditional' w4 [ pass ]   3167
federated.federatedx_versioning 'X,innodb,myisam' w8 [ pass ]   2917
encryption.innodb_encrypt_key_rotation_age 'innodb' w5 [ pass ]  51578
encryption.innodb-discard-import '8k,ctr,innodb' w7 [ pass ]  35731
federated.federated_partition 'X,innodb' w2 [ pass ]   3991
federated.federated_transactions 'X,innodb' w6 [ pass ]   2832
federated.federated_innodb 'X,innodb'    w4 [ pass ]   3617
encryption.innodb-remove-encryption 'innodb' w3 [ pass ]  41898
encryption.filekeys_encfile_bad 'innodb' w5 [ pass ]   1297
federated.federated_innodb 'innodb,old'  w8 [ pass ]   3887
federated.assisted_discovery 'X'         w2 [ pass ]   2212
federated.net_thd_crash-12951 'X,innodb' w4 [ pass ]  16496
federated.federated_archive 'X'          w5 [ pass ]   1984
federated.net_thd_crash-12951 'innodb,old' w8 [ pass ]  16624
federated.error_on_close-8313 'X'        w6 [ pass ]  12135
federated.federated 'X'                  w6 [ pass ]    542
encryption.file_creation 'innodb'        w7 [ pass ]  22586
federated.error_on_close-8313 'old'      w3 [ pass ]  14214
federated.federatedx 'X'                 w2 [ pass ]  22401
federated.federated_bug_13118 'X'        w6 [ pass ]   1019
federated.federated 'old'                w3 [ pass ]    500
federated.federated_bug_25714 'X'        w6 [ skipped ]  Need bug25714 test program
federated.federatedx_create_handlers 'X' w2 [ pass ]   3133
federated.federated_bug_13118 'old'      w3 [ pass ]    748
federated.federated_bug_32426 'X'        w6 [ pass ]    446
federated.federated_bug_25714 'old'      w3 [ skipped ]  Need bug25714 test program
federated.timestamps 'X'                 w2 [ pass ]    864
federated.federated_bug_35333 'X'        w6 [ pass ]    465
federated.federated_bug_32426 'old'      w3 [ pass ]    439
federated.federated_bug_585688 'X'       w6 [ pass ]    658
federated.federated_bug_35333 'old'      w3 [ pass ]    402
multi_source.syntax 'row'                w8 [ pass ]   6766
multi_source.multi_parallel 'innodb'     w4 [ pass ]  10757
encryption.filekeys_emptyfile 'innodb'   w7 [ pass ]   1179
federated.federated_maybe_16324629 'X'   w6 [ pass ]    807
federated.federated_bug_585688 'old'     w3 [ pass ]    674
multi_source.gtid 'innodb'               w5 [ pass ]  13482
federated.federated_type_inet6 'X'       w6 [ pass ]    512
federated.federated_maybe_16324629 'old' w3 [ pass ]    977
federated.federated_type_inet6 'old'     w3 [ pass ]    485
federated.federated_archive 'old'        w7 [ pass ]   1887
federated.net_thd_crash-12725 'X'        w6 [ pass ]  15309
multi_source.load_data                   w4 [ pass ]   4356
multi_source.gtid_slave_pos 'innodb'     w2 [ pass ]  14469
federated.net_thd_crash-12725 'old'      w3 [ pass ]  11717
multi_source.syntax 'mix'                w5 [ pass ]   6814
multi_source.multi_source_slave_alias_replica w4 [ pass ]   2810
multi_source.relaylog_events             w4 [ pass ]   2593
multi_source.multisource 'innodb'        w2 [ pass ]  11102
multi_source.info_logs                   w8 [ pass ]  21413
multi_source.reset_slave                 w4 [ pass ]   1282
multi_source.syntax 'stmt'               w7 [ pass ]   7186
multi_source.simple                      w4 [ pass ]   2391
multi_source.skip_counter                w4 [ pass ]   2267
rpl.rpl_mdev-11092 'innodb,row'          w3 [ pass ]   6632
rpl.rpl_auto_increment 'innodb,stmt'     w6 [ pass ]  14750
rpl.rpl_auto_increment 'innodb,mix'      w5 [ pass ]  13742
perfschema.cnf_option                    w7 [ pass ]    292
rpl.rpl_create_database 'stmt'           w8 [ pass ]   5168
rpl.rpl_create_database 'row'            w2 [ pass ]   5133
multi_source.status_vars                 w4 [ pass ]   7908
rpl.rpl_semisync_ali_issues 'innodb,mix' w3 [ skipped ]  debug_sync is not available
rpl.rpl_loaddata_m 'mix'                 w6 [ pass ]   6204
rpl.rpl_create_database 'mix'            w5 [ pass ]   5945
rpl.rpl_sporadic_master 'mix'            w8 [ pass ]   6693
rpl.rpl_timezone 'mix'                   w4 [ pass ]   7756
rpl.rpl_auto_increment 'innodb,row'      w7 [ pass ]  14873
rpl.rpl_invoked_features 'innodb,mix'    w2 [ pass ]  16324
rpl.create_or_replace2 'innodb,mix'      w8 [ skipped ]  Neither ROW nor STATEMENT binlog format
rpl.rpl_special_charset 'mix'            w5 [ pass ]   7066
rpl.rpl_innodb_bug30888 'innodb,mix'     w3 [ pass ]  26843
rpl.rpl_partition_innodb 'innodb,mix'    w6 [ pass ]  17680
rpl.rpl_xa 'innodb,mix'                  w7 [ pass ]  11719
rpl.parallel_backup 'innodb,mix'         w2 [ pass ]  11965
rpl.rpl_auto_increment_bug45679 'innodb,mix' w2 [ pass ]   3532
rpl.rpl_xa_gtid_pos_auto_engine 'innodb,mix' w7 [ pass ]   8122
rpl.rpl_xa_survive_disconnect_lsu_off 'innodb,mix' w4 [ pass ]  34632
rpl.rpl_mdev6386 'innodb,mix'            w3 [ pass ]   9609
rpl.rpl_binlog_dump_slave_gtid_state_info 'innodb,mix' w2 [ pass ]   7592
rpl.rpl_semi_sync_event_after_sync 'innodb,mix' w8 [ pass ]  21612
rpl.rpl_stm_lcase_tblnames 'innodb,mix'  w7 [ pass ]   9923
rpl.rpl_15919 'innodb,mix'               w8 [ pass ]   4567
rpl.rpl_binlog_grant 'innodb,mix'        w2 [ pass ]   7464
rpl.rpl_ddl 'innodb,mix'                 w3 [ pass ]  12981
encryption.innodb-page_encryption 'ctr,innodb' w1 [ pass ]  458787
rpl.rpl_mdev6020 'innodb,mix'            w5 [ pass ]  62965
rpl.rpl_alter_instant 'innodb,mix'       w8 [ pass ]   6710
rpl.rpl_innodb_mixed_ddl 'innodb,mix'    w2 [ pass ]   8468
rpl.rpl_sp 'mix'                         w3 [ pass ]  10898
rpl.rpl_parallel_optimistic_xa_lsu_off 'innodb,mix' w6 [ pass ]  66216
rpl.rpl_deadlock_innodb 'innodb,mix'     w4 [ pass ]  49102
rpl.rpl_innodb_mixed_dml 'innodb,mix'    w2 [ pass ]  17962
rpl.rpl_semi_sync_wait_no_slave 'mix'    w3 [ pass ]   4588
encryption.innodb-page_encryption_compression 'ctr,innodb' w1 [ pass ]  32092
rpl.rpl_loaddata_s 'mix'                 w6 [ pass ]   4701
rpl.rpl_semi_sync_event 'innodb,mix'     w5 [ pass ]  20463
rpl.rpl_server_id_ignore 'mix'           w4 [ pass ]   6008
rpl.rpl_mixed_binlog_max_cache_size 'innodb,mix' w2 [ pass ]  13756
rpl.rpl_relayrotate 'innodb,mix'         w7 [ pass ]  55780
rpl.rpl_mixed_implicit_commit_binlog 'innodb,mix' w2 [ skipped ]  Need udf example
rpl.rpl_stop_slave_error 'mix'           w3 [ pass ]   5582
rpl.rpl_start_stop_slave 'mix'           w6 [ pass ]   4916
rpl.rpl_create_or_replace_fail 'mix'     w5 [ pass ]   6588
rpl.rpl_rewrt_db 'mix'                   w4 [ pass ]   8540
rpl.mdev_17588 'innodb,mix'              w7 [ pass ]   7328
rpl.rpl_checksum_cache 'innodb,mix'      w8 [ pass ]  77061
rpl.rpl_sp_effects 'mix'                 w3 [ pass ]   8365
rpl.rpl_blackhole 'mix'                  w6 [ pass ]   7715
rpl.rpl_commit_after_flush 'innodb,mix'  w8 [ pass ]   3331
encryption.innodb_page_encryption_key_change 'ctr,innodb' w1 [ pass ]  38006
rpl.rpl_drop_temp 'mix'                  w5 [ pass ]   7731
rpl.rpl_flushlog_loop 'mix'              w4 [ pass ]   7173
rpl.rpl_skip_error 'innodb,mix'          w7 [ pass ]   7962
rpl.rpl_delayed_slave2 'innodb,mix'      w8 [ pass ]   9479
rpl.rpl_cross_version 'mix'              w3 [ pass ]   8901
encryption.second_plugin-12863 'ctr,innodb' w1 [ pass ]   1891
rpl.rpl_000010 'mix'                     w6 [ pass ]   6238
rpl.kill_hard-6290 'mix'                 w7 [ pass ]   4582
rpl.rpl_partition_memory 'mix'           w5 [ pass ]   9173
rpl.rpl_domain_id_filter 'innodb,mix'    w8 [ pass ]  17884
rpl.rpl_server_id2 'mix'                 w4 [ pass ]   7327
rpl.rpl_drop_db_fail 'innodb,mix'        w8 [ pass ]   4313
rpl.rpl_partition_myisam 'mix'           w5 [ pass ]   6006
rpl.rpl_bug38694 'mix'                   w1 [ pass ]   4481
rpl.rpl_init_slave 'mix'                 w3 [ pass ]   4649
rpl.rpl_lcase_tblnames_rewrite_db 'mix'  w6 [ pass ]   4586
rpl.rpl_dual_pos_advance 'innodb,mix'    w8 [ pass ]   5363
rpl.password_expiration 'mix'            w7 [ pass ]  13476
rpl.rpl_failed_optimize 'innodb,mix'     w8 [ pass ]   3279
rpl.rpl_multi_delete2 'mix'              w4 [ pass ]   4848
rpl.rename 'mix'                         w7 [ pass ]   3436
rpl.rpl_parallel_xa_same_xid 'innodb,mix' w2 [ pass ]  86017
rpl.rpl_foreign_key_innodb 'innodb,mix'  w8 [ pass ]   4559
rpl.rpl_relayspace 'mix'                 w5 [ pass ]   5982
rpl.rpl_multi_update2 'mix'              w1 [ pass ]   4949
rpl.rpl_ignore_table_update 'mix'        w3 [ pass ]   5006
rpl.rpl_ignore_table 'mix'               w6 [ pass ]   6726
rpl.rpl_gtid_sort 'innodb,mix'           w8 [ pass ]   4338
rpl.rpl_set_null_innodb 'innodb,mix'     w2 [ pass ]   7169
rpl.rpl_err_ignoredtable 'mix'           w4 [ pass ]   4413
rpl.rpl_000013 'mix'                     w7 [ pass ]   5331
rpl.rpl_multi_delete 'mix'               w1 [ pass ]   4570
rpl.rpl_replicate_do 'mix'               w5 [ pass ]   5498
rpl.rpl_ignore_grant 'mix'               w3 [ pass ]   5679
rpl.rpl_gtid_startpos 'innodb,mix'       w8 [ pass ]  20630
rpl.rpl_ignore_revoke 'mix'              w3 [ pass ]   3658
rpl.rpl_free_items 'mix'                 w6 [ pass ]   8663
rpl.rpl_replicate_ignore_db 'mix'        w4 [ pass ]   4416
rpl.rpl_binlog_dup_entry 'mix'           w7 [ pass ]   5742
rpl.rpl_slave_skip 'innodb,mix'          w2 [ pass ]  16055
rpl.rpl_multi_update4 'mix'              w5 [ pass ]   4624
rpl.rpl_report 'mix'                     w1 [ pass ]   4246
rpl.rpl_gtid_until 'innodb,mix'          w8 [ pass ]  15598
rpl.failed_create_view-6409 'mix'        w3 [ pass ]   4948
rpl.rpl_row_to_stmt 'row'                w6 [ pass ]   6874
rpl.rpl_insert_id 'innodb,mix'           w8 [ pass ]   8849
rpl.grant_replication_slave 'mix'        w3 [ pass ]   4320
rpl.rpl_bug31076 'mix'                   w7 [ pass ]   6287
rpl.rpl_semisync_ali_issues 'innodb,row' w1 [ skipped ]  debug_sync is not available
rpl.rpl_xa 'innodb,row'                  w4 [ pass ]  12435
rpl.rpl_insert_id_pk 'innodb,mix'        w8 [ pass ]   4069
rpl.rpl_000011 'mix'                     w5 [ pass ]   5377
rpl.ignore_table_autoinc-9737 'mix'      w3 [ pass ]   4284
rpl.rpl_stm_innodb 'innodb,mix'          w2 [ pass ]  11795
rpl.replace 'mix'                        w3 [ pass ]   4307
rpl.rpl_insert_ignore 'innodb,mix'       w8 [ pass ]   6888
rpl.rpl_xa_gtid_pos_auto_engine 'innodb,row' w4 [ pass ]   9651
rpl.rpl_000017 'mix'                     w3 [ pass ]   3305
rpl.rpl_loaddata_m 'row'                 w6 [ pass ]   6888
rpl.rpl_15867 'mix'                      w3 [ pass ]   3310
rpl.rpl_mdev10863 'innodb,mix'           w8 [ pass ]  16766
rpl.rpl_blackhole_row_annotate 'row'     w5 [ pass ]   7516
rpl.rpl_EE_err 'mix'                     w3 [ pass ]   3059
rpl.rpl_sporadic_master 'row'            w4 [ pass ]   5987
rpl.rpl_row_basic_11bugs 'innodb,row'    w1 [ pass ]  20907
rpl.rpl_LD_INFILE 'mix'                  w3 [ pass ]   3425
rpl.rpl_cant_read_event_incident 'mix'   w7 [ pass ]  20410
rpl.rpl_temp_table_mix_row 'innodb,mix'  w2 [ pass ]  11002
rpl.rpl_alter 'mix'                      w3 [ pass ]   4277
rpl.rpl_connection 'mix'                 w7 [ pass ]   5560
rpl.rpl_alter_db 'mix'                   w3 [ pass ]   3751
rpl.rpl_row_log_innodb 'innodb,row'      w6 [ pass ]  17560
rpl.rpl_special_charset 'row'            w5 [ pass ]   6764
rpl.rpl_auto_increment_11932 'mix'       w3 [ pass ]   3492
rpl.temporal_row-9560 'old2old,row'      w1 [ pass ]   5193
rpl.rpl_timezone 'row'                   w4 [ pass ]   8218
rpl.rpl_auto_increment_bug33029 'mix'    w3 [ pass ]   3581
rpl.rpl_create_tmp_table_if_not_exists 'mix' w7 [ pass ]   5843
rpl.rpl_autogen_query_multi_byte_char 'mix' w3 [ pass ]   4048
rpl.temporal_row-9560 'old2new,row'      w6 [ pass ]   5948
rpl.rpl_default 'mix'                    w7 [ pass ]   3770
rpl.rpl_binlog_compress 'mix'            w3 [ pass ]   3656
rpl.rpl_bit 'mix'                        w3 [ pass ]   4062
rpl.rpl_invoked_features 'innodb,row'    w5 [ pass ]  15212
rpl.rpl_bit_npk 'mix'                    w3 [ pass ]   3734
rpl.rpl_partition_innodb 'innodb,row'    w4 [ pass ]  15435
rpl.rpl_trigger 'innodb,mix'             w2 [ pass ]  43769
rpl.rpl_innodb_bug30888 'innodb,row'     w1 [ pass ]  22127
rpl.rpl_empty_master_host 'mix'          w7 [ pass ]   5444
rpl.rpl_change_master 'mix'              w3 [ pass ]   3885
rpl.rpl_rotate_purge_deadlock 'innodb,row' w5 [ skipped ]  debug_sync is not available
rpl.rpl_charset 'mix'                    w3 [ pass ]   4292
rpl.rpl_row_loaddata_concurrent 'innodb,row' w6 [ pass ]  16473
rpl.rpl_charset_sjis 'mix'               w3 [ pass ]   3183
rpl.create_or_replace2 'innodb,row'      w4 [ pass ]   8225
rpl.rpl_colSize 'mix'                    w3 [ pass ]   4596
rpl.rpl_gtid_excess_initial_delay 'mix'  w7 [ pass ]  20177
rpl.rpl_unsafe_statements 'innodb,mix'   w2 [ pass ]  10439
rpl.rpl_mdev12179 'innodb,mix'           w8 [ pass ]  104045
rpl.rpl_create_drop_db 'mix'             w3 [ pass ]   3437
rpl.rpl_temporary_errors 'innodb,row'    w1 [ pass ]  18532
rpl.rpl_create_drop_event 'mix'          w3 [ pass ]   3491
rpl.rpl_row_lcase_tblnames 'innodb,row'  w6 [ pass ]   9347
rpl.rpl_stm_lcase_tblnames 'innodb,row'  w4 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_create_drop_function 'mix'       w3 [ pass ]   3559
rpl.rpl_hrtime 'mix'                     w7 [ pass ]   6324
rpl.rpl_create_drop_index 'mix'          w3 [ pass ]   3085
rpl.rpl_extra_col_slave_innodb 'innodb,row' w5 [ pass ]  29857
rpl.rpl_multi_engine 'innodb,mix'        w8 [ pass ]   9225
rpl.rpl_create_drop_procedure 'mix'      w3 [ pass ]   3201
rpl.rpl_loadfile 'mix'                   w7 [ pass ]   7210
rpl.rpl_xa_survive_disconnect 'innodb,mix' w2 [ pass ]  29685
rpl.rpl_row_sp003 'innodb,row'           w1 [ pass ]   6092
rpl.rpl_mdev359 'mix'                    w7 [ skipped ]  debug_sync is not available
rpl.rpl_create_drop_role 'mix'           w3 [ pass ]   3333
rpl.mysql-wsrep#110-2 'innodb,row'       w1 [ pass ]   3372
rpl.rpl_create_drop_trigger 'mix'        w3 [ pass ]   3682
rpl.rpl_create_drop_udf 'mix'            w3 [ skipped ]  Need udf example
rpl.rpl_semi_sync_event_after_sync 'innodb,row' w6 [ pass ]  20316
rpl.rpl_mysql_upgrade 'innodb,mix'       w8 [ pass ]  19386
rpl.rpl_semi_sync_event 'innodb,row'     w4 [ pass ]  21177
rpl.rpl_create_drop_user 'mix'           w3 [ pass ]   3656
rpl.rpl_binlog_grant 'innodb,row'        w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_mix_found_rows 'mix'             w7 [ pass ]   9490
rpl.rpl_create_drop_view 'mix'           w3 [ pass ]   3694
rpl.rpl_create_if_not_exists 'mix'       w3 [ pass ]   6841
rpl.rpl_critical_errors 'mix'            w3 [ pass ]     93
rpl.mdev_17588 'innodb,row'              w4 [ pass ]   7475
rpl.rpl_old_master 'innodb,mix'          w8 [ pass ]  25605
rpl.rpl_ctype_latin1 'mix'               w3 [ pass ]   2844
rpl.rpl_binlog_rollback_cleanup 'innodb,row' w1 [ pass ]   5934
rpl.rpl_mixed_ddl_dml 'mix'              w7 [ pass ]   5986
rpl.rpl_delete_no_where 'mix'            w3 [ pass ]   2752
rpl.rpl_parallel_free_deferred_event 'innodb,mix' w8 [ pass ]   6706
rpl.rpl_do_grant 'mix'                   w3 [ pass ]  10319
rpl.rpl_extra_col_master_innodb 'innodb,row' w1 [ pass ]  15939
rpl.rpl_performance_schema 'mix'         w7 [ pass ]   3896
rpl.rpl_parallel_optimistic_xa_lsu_off 'innodb,row' w2 [ pass ]  57201
rpl.rpl_mdev6020 'innodb,row'            w5 [ pass ]  61584
rpl.rpl_innodb_bug68220 'innodb,row'     w1 [ pass ]   4103
rpl.rpl_not_null_innodb 'innodb,row'     w1 [ pass ]   6430
rpl.rpl_domain_id_filter_restart 'mix'   w3 [ pass ]  19214
rpl.rpl_relayrotate 'innodb,row'         w6 [ pass ]  56604
rpl.rpl_plugin_load 'mix'                w7 [ pass ]   4071
rpl.rpl_drop 'mix'                       w3 [ pass ]   2784
rpl.rpl_ddl 'innodb,row'                 w2 [ pass ]  11780
rpl.rpl_mdev6386 'innodb,row'            w5 [ pass ]  10097
rpl.rpl_drop_db 'mix'                    w3 [ pass ]   3922
rpl.rpl_deadlock_innodb 'innodb,row'     w4 [ pass ]  46149
rpl.rpl_drop_temp_table_invaid_lex 'mix' w3 [ pass ]   2820
rpl.rpl_drop_view 'mix'                  w3 [ pass ]   3452
rpl.rpl_skip_error 'innodb,row'          w6 [ pass ]   7372
rpl.rpl_parallel_optimistic_xa 'innodb,mix' w8 [ pass ]  56834
rpl.rpl_rbr_to_sbr 'mix'                 w7 [ pass ]   8097
rpl.rpl_15919 'innodb,row'               w5 [ pass ]   5174
rpl.rpl_events 'mix'                     w3 [ pass ]   4759
rpl.rpl_alter_instant 'innodb,row'       w2 [ pass ]   8481
rpl.rpl_parallel_rollback_assert 'innodb,mix' w8 [ pass ]   7050
rpl.rpl_function_defaults 'mix'          w3 [ pass ]   3312
rpl.rpl_parallel_wrong_exec_master_pos 'innodb,mix' w8 [ pass ]   5518
rpl.rpl_get_lock 'mix'                   w3 [ pass ]  10428
rpl.rpl_packet 'row'                     w6 [ pass ]   9375
rpl.rpl_read_only 'innodb,mix'           w8 [ pass ]   3991
rpl.rpl_grant 'mix'                      w3 [ pass ]   3779
rpl.rpl_relay_space_innodb 'innodb,mix'  w8 [ pass ]   4480
rpl.rpl_extra_col_slave_myisam 'row'     w5 [ pass ]  18930
rpl.rpl_reopen_temp_table 'innodb,mix'   w8 [ pass ]   3590
rpl.rpl_gtid_delete_domain 'mix'         w3 [ pass ]   5525
rpl.rpl_report_port 'mix'                w7 [ pass ]  38380
rpl.rpl_savepoint 'innodb,mix'           w8 [ pass ]   3861
rpl.rpl_row_mysqlbinlog 'row'            w4 [ pass ]  43472
rpl.rpl_gtid_mdev4820 'mix'              w3 [ pass ]   8231
rpl.rpl_row_log 'row'                    w6 [ pass ]  12724
rpl.rpl_parallel_xa_same_xid 'innodb,row' w1 [ pass ]  78816
rpl.rpl_gtid_misc 'mix'                  w3 [ pass ]   4239
rpl.rpl_row_basic_8partition 'row'       w5 [ pass ]   9699
rpl.rpl_reset_slave_fail 'mix'           w7 [ pass ]  21979
rpl.rpl_heartbeat_ssl 'mix'              w3 [ pass ]   8324
rpl.rpl_row_annotate_do 'row'            w4 [ pass ]   7791
rpl.rpl_row_unsafe_funcs 'mix'           w7 [ pass ]   3621
rpl.rpl_checksum_cache 'innodb,row'      w2 [ pass ]  70287
rpl.rpl_idempotency 'mix'                w3 [ pass ]   4150
rpl.rpl_row_annotate_dont 'row'          w6 [ pass ]   8386
rpl.rpl_commit_after_flush 'innodb,row'  w2 [ pass ]   3370
rpl.rpl_loaddata_s 'row'                 w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_semi_sync_gtid_reconnect 'mix'   w7 [ pass ]   8243
rpl.rpl_delayed_slave2 'innodb,row'      w2 [ pass ]   9001
rpl.rpl_start_stop_slave 'row'           w4 [ pass ]   4857
rpl.rpl_insert 'mix'                     w3 [ pass ]  13468
rpl.rpl_row_basic_3innodb 'innodb,row'   w1 [ pass ]  24581
rpl.myisam_external_lock 'row'           w5 [ pass ]   4699
rpl.rpl_row_blob_innodb 'innodb,row'     w1 [ pass ]   4504
rpl.rpl_rewrt_db 'row'                   w4 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_insert_delayed 'mix'             w3 [ pass ]  12266
rpl.rpl_domain_id_filter 'innodb,row'    w2 [ pass ]  13518
rpl.rpl_set_null_myisam 'mix'            w7 [ pass ]   8547
rpl.rpl_loaddata_charset 'mix'           w3 [ pass ]   3617
rpl.rpl_drop_db_fail 'innodb,row'        w2 [ pass ]   4678
rpl.rpl_drop_temp 'row'                  w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_loaddata_simple 'mix'            w3 [ pass ]   2887
rpl.rpl_dual_pos_advance 'innodb,row'    w2 [ pass ]   6139
rpl.rpl_sp_effects 'row'                 w4 [ pass ]   6817
rpl.rpl_failed_optimize 'innodb,row'     w2 [ pass ]   3105
rpl.rpl_slave_invalid_external_user 'mix' w7 [ pass ]   5809
rpl.rpl_semi_sync 'innodb,mix'           w8 [ pass ]  87200
rpl.rpl_row_create_table 'innodb,row'    w1 [ pass ]  25391
rpl.kill_race_condition 'row'            w5 [ skipped ]  debug_sync is not available
rpl.rpl_foreign_key_innodb 'innodb,row'  w2 [ pass ]   4692
rpl.rpl_slave_alias_replica 'innodb,mix' w8 [ pass ]   6703
rpl.rpl_gtid_sort 'innodb,row'           w2 [ pass ]   5196
rpl.rpl_slave_load_in 'innodb,mix'       w8 [ pass ]   4148
rpl.rpl_000013 'row'                     w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_blackhole 'row'                  w4 [ pass ]   6248
rpl.rpl_stm_EE_err2 'mix'                w7 [ pass ]   5607
rpl.rpl_temporary_error2 'innodb,mix'    w8 [ pass ]   4604
rpl.rpl_loaddatalocal 'mix'              w3 [ pass ]  36331
rpl.rpl_stm_conflicts 'mix'              w7 [ pass ]   4051
rpl.rpl_locale 'mix'                     w3 [ pass ]   3230
rpl.rpl_truncate_3innodb 'innodb,mix'    w8 [ pass ]   8677
rpl.rpl_stm_flsh_tbls 'mix'              w7 [ pass ]   4458
rpl.rpl_gtid_startpos 'innodb,row'       w2 [ pass ]  20915
rpl.rpl_log_pos 'mix'                    w3 [ pass ]   4406
rpl.rpl_alter_extra_persistent 'row'     w5 [ pass ]   6957
rpl.rpl_stm_maria 'mix'                  w7 [ pass ]   3727
rpl.rpl_xa_survive_disconnect_mixed_engines 'innodb,mix' w8 [ pass ]   6232
rpl.rpl_manual_change_index_file 'mix'   w3 [ pass ]   3868
rpl.rpl_partition_memory 'row'           w4 [ pass ]   7714
rpl.rpl_many_optimize 'mix'              w3 [ pass ]   6034
rpl.rpl_gtid_until 'innodb,row'          w2 [ pass ]  15846
rpl.rpl_partition_myisam 'row'           w4 [ pass ]   6172
rpl.rpl_master_pos_wait 'mix'            w3 [ pass ]   7778
rpl.rpl_insert_id 'innodb,row'           w2 [ pass ]   5627
rpl.rpl_flushlog_loop 'row'              w8 [ pass ]   6497
rpl.rpl_insert_id_pk 'innodb,row'        w2 [ pass ]   4716
rpl.rpl_stm_max_relay_size 'mix'         w7 [ pass ]  29168
rpl.rpl_cross_version 'row'              w4 [ pass ]   7725
rpl.rpl_insert_ignore 'innodb,row'       w2 [ pass ]   5488
rpl.rpl_misc_functions 'mix'             w3 [ pass ]   7015
rpl.rpl_stm_mix_show_relaylog_events 'mix' w7 [ pass ]  12056
rpl.rpl_000010 'row'                     w8 [ pass ]   5235
rpl.rpl_mixed_bit_pk 'mix'               w3 [ pass ]   3393
rpl.rpl_stm_multi_query 'mix'            w7 [ pass ]   3602
rpl.rpl_mdev10863 'innodb,row'           w2 [ pass ]  13033
rpl.rpl_typeconv 'row'                   w6 [ pass ]  144354
rpl.rpl_multi_update 'mix'               w3 [ pass ]   3014
rpl.rpl_stm_no_op 'mix'                  w7 [ pass ]   3225
rpl.rpl_server_id2 'row'                 w4 [ pass ]   6692
rpl.rpl_multi_update3 'mix'              w3 [ pass ]   4049
rpl.rpl_init_slave 'row'                 w8 [ pass ]   4443
rpl.rpl_name_const 'mix'                 w3 [ pass ]   2652
rpl.rpl_nondeterministic_functions 'mix' w3 [ pass ]   2849
rpl.rpl_bug38694 'row'                   w6 [ pass ]   4205
rpl.rpl_binlog_index 'row'               w5 [ pass ]  65093
rpl.rpl_lcase_tblnames_rewrite_db 'row'  w4 [ pass ]   4392
rpl.rpl_relayspace 'row'                 w8 [ pass ]   4970
rpl.rpl_stm_reset_slave 'mix'            w7 [ pass ]  27076
rpl.rpl_multi_delete2 'row'              w6 [ pass ]   4852
rpl.rpl_stm_until 'mix'                  w7 [ pass ]   8576
rpl.rpl_replicate_do 'row'               w4 [ pass ]   5128
rpl.rpl_bug31076 'row'                   w5 [ pass ]   5487
rpl.rpl_multi_update2 'row'              w8 [ pass ]   5279
rpl.rpl_row_drop_create_temp_table 'innodb,row' w1 [ pass ]  156453
rpl.rpl_switch_stm_row_mixed 'mix'       w7 [ pass ]   9080
rpl.rpl_ignore_table_update 'row'        w6 [ pass ]   5041
rpl.rpl_row_drop_temp_table 'innodb,row' w1 [ pass ]   4065
rpl.rpl_temp_table 'mix'                 w7 [ pass ]   3419
rpl.rpl_bug37426 'row'                   w5 [ pass ]   5692
rpl.rpl_ignore_table 'row'               w4 [ pass ]   6724
rpl.rpl_temporal_format_mariadb53_to_mysql56 'mix' w7 [ pass ]   3294
rpl.rpl_row_func003 'innodb,row'         w1 [ pass ]   4232
rpl.rpl_trunc_temp 'mix'                 w7 [ pass ]   3558
rpl.rpl_err_ignoredtable 'row'           w8 [ pass ]   4696
rpl.rpl_row_idempotency 'innodb,row'     w1 [ pass ]   6531
rpl.rpl_row_implicit_commit_binlog 'innodb,row' w1 [ skipped ]  Need udf example
rpl.rpl_multi_update4 'row'              w6 [ pass ]   4824
rpl.rpl_create_tmp_table_if_not_exists 'row' w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_variables 'mix'                  w7 [ pass ]   6528
rpl.rpl_mdev12179 'innodb,row'           w2 [ pass ]  90067
rpl.rpl_multi_delete 'row'               w4 [ pass ]   4439
rpl.rpl_default 'row'                    w5 [ pass ]   4490
rpl.rpl_variables_stm 'mix'              w7 [ pass ]   5042
rpl.rpl_row_rec_comp_innodb 'innodb,row' w1 [ pass ]   8710
rpl.rpl_free_items 'row'                 w8 [ pass ]  10007
rpl.rpl_replicate_ignore_db 'row'        w6 [ pass ]   5773
rpl.rpl_report 'row'                     w4 [ pass ]   4413
rpl.rpl_multi_engine 'innodb,row'        w2 [ pass ]  10348
rpl.rpl_geometry 'row'                   w5 [ pass ]   6349
rpl.rpl_row_rollback_to_savepoint 'innodb,row' w1 [ pass ]  21271
rpl.rpl_ignore_grant 'row'               w7 [ pass ]   6895
rpl.failed_create_view-6409 'row'        w8 [ pass ]   4679
rpl.rpl_ignore_revoke 'row'              w7 [ pass ]   3660
rpl.rpl_row_sp002_innodb 'innodb,row'    w1 [ pass ]   7425
rpl.grant_replication_slave 'row'        w8 [ pass ]   4507
rpl.rpl_hrtime 'row'                     w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_row_sp006_InnoDB 'innodb,row'    w1 [ pass ]   4166
rpl.rpl_begin_commit_rollback 'innodb,stmt' w6 [ pass ]  10044
rpl.rpl_mysql_upgrade 'innodb,row'       w2 [ pass ]  17818
rpl.ignore_table_autoinc-9737 'row'      w8 [ pass ]   3383
rpl.rpl_row_sp007_innodb 'innodb,row'    w1 [ pass ]   3696
rpl.rpl_xa 'innodb,stmt'                 w4 [ pass ]  11064
rpl.replace 'row'                        w8 [ pass ]   3346
rpl.rpl_000011 'row'                     w7 [ pass ]   5952
rpl.rpl_000017 'row'                     w8 [ pass ]   3005
rpl.rpl_xa_gtid_pos_auto_engine 'innodb,stmt' w4 [ pass ]   9091
rpl.rpl_row_tabledefs_3innodb 'innodb,row' w1 [ pass ]  10799
rpl.rpl_hrtime_row 'row'                 w5 [ pass ]   5626
rpl.rpl_15867 'row'                      w8 [ pass ]   3384
rpl.rpl_special_charset 'stmt'           w6 [ pass ]   6406
rpl.rpl_old_master 'innodb,row'          w2 [ pass ]  24719
rpl.rpl_EE_err 'row'                     w8 [ pass ]   3366
rpl.rpl_semisync_ali_issues 'innodb,stmt' w7 [ skipped ]  debug_sync is not available
rpl.rpl_LD_INFILE 'row'                  w8 [ pass ]   3557
rpl.rpl_row_tbl_metadata 'innodb,row'    w1 [ pass ]  17961
rpl.rpl_parallel_free_deferred_event 'innodb,row' w2 [ pass ]   8772
rpl.rpl_alter 'row'                      w8 [ pass ]   4280
rpl.rpl_row_trig004 'innodb,row'         w1 [ pass ]   3533
rpl.rpl_alter_db 'row'                   w8 [ pass ]   2732
rpl.rpl_loadfile 'row'                   w5 [ pass ]   9174
rpl.rpl_timezone 'stmt'                  w6 [ pass ]   7084
rpl.rpl_invoked_features 'innodb,stmt'   w4 [ pass ]  11889
rpl.rpl_mdev359 'row'                    w5 [ skipped ]  debug_sync is not available
rpl.rpl_mixed_ddl_dml 'row'              w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_loaddata_m 'stmt'                w7 [ pass ]   5539
rpl.rpl_auto_increment_11932 'row'       w8 [ pass ]   3283
rpl.rpl_row_triggers 'innodb,row'        w1 [ pass ]   6571
rpl.rpl_auto_increment_bug33029 'row'    w8 [ pass ]   4143
rpl.rpl_row_virt 'innodb,row'            w1 [ pass ]   3769
rpl.rpl_autogen_query_multi_byte_char 'row' w8 [ pass ]   3143
rpl.rpl_sporadic_master 'stmt'           w7 [ pass ]   4349
rpl.rpl_binlog_compress 'row'            w8 [ pass ]   2997
rpl.rpl_not_null_myisam 'row'            w5 [ pass ]   6656
rpl.rpl_partition_innodb 'innodb,stmt'   w6 [ pass ]  11321
rpl.rpl_bit 'row'                        w8 [ pass ]   3078
rpl.rpl_stm_loaddata_concurrent 'innodb,stmt' w4 [ pass ]  12212
rpl.rpl_old_decimal 'row'                w5 [ pass ]   3712
rpl.rpl_bit_npk 'row'                    w8 [ pass ]   3338
rpl.rpl_innodb_bug30888 'innodb,stmt'    w7 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_change_master 'row'              w8 [ pass ]   4054
rpl.rpl_parallel_optimistic_xa 'innodb,row' w2 [ pass ]  56673
rpl.rpl_optimize 'mix'                   w3 [ pass ]  229960
rpl.rpl_charset 'row'                    w8 [ pass ]   3999
rpl.rpl_parallel_rollback_assert 'innodb,row' w2 [ pass ]   5268
rpl.create_or_replace2 'innodb,stmt'     w6 [ pass ]   8384
rpl.rpl_charset_sjis 'row'               w8 [ pass ]   2772
rpl.rpl_mdev6020 'innodb,stmt'           w7 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_plugin_load 'row'                w5 [ pass ]   3888
rpl.rpl_stm_lcase_tblnames 'innodb,stmt' w4 [ pass ]   8257
rpl.rpl_password_boundaries 'mix'        w3 [ pass ]   6949
rpl.rpl_colSize 'row'                    w8 [ pass ]   5073
rpl.rpl_parallel_wrong_exec_master_pos 'innodb,row' w2 [ pass ]   5932
rpl.rpl_ps 'mix'                         w3 [ pass ]   4508
rpl.rpl_create_drop_db 'row'             w8 [ pass ]   3663
rpl.rpl_read_only 'innodb,row'           w2 [ pass ]   5007
rpl.rpl_read_new_relay_log_info 'mix'    w3 [ pass ]   4493
rpl.rpl_create_drop_event 'row'          w8 [ pass ]   3092
rpl.rpl_relay_space_innodb 'innodb,row'  w2 [ pass ]   3447
rpl.rpl_binlog_grant 'innodb,stmt'       w6 [ pass ]   6552
rpl.rpl_read_old_relay_log_info 'mix'    w3 [ pass ]   3241
rpl.rpl_create_drop_function 'row'       w8 [ pass ]   2658
rpl.rpl_reopen_temp_table 'innodb,row'   w2 [ pass ]   2567
rpl.rpl_relay_space_myisam 'mix'         w3 [ pass ]   2622
rpl.rpl_create_drop_index 'row'          w8 [ pass ]   2360
rpl.rpl_savepoint 'innodb,row'           w2 [ pass ]   2523
rpl.rpl_server_id1 'mix'                 w3 [ pass ]   1884
rpl.rpl_create_drop_procedure 'row'      w8 [ pass ]   3141
rpl.rpl_concurrency_error 'innodb,stmt'  w7 [ pass ]  18388
rpl.rpl_session_var 'mix'                w3 [ pass ]   2948
rpl.rpl_semi_sync_after_sync_row 'innodb,row' w1 [ pass ]  85432
rpl.rpl_create_drop_role 'row'           w8 [ pass ]   2777
rpl.rpl_set_charset 'mix'                w3 [ pass ]   2537
rpl.rpl_create_drop_trigger 'row'        w8 [ pass ]   3116
rpl.rpl_create_drop_udf 'row'            w8 [ skipped ]  Need udf example
rpl.rpl_loaddata 'innodb,stmt'           w6 [ pass ]  11538
rpl.rpl_create_drop_user 'row'           w8 [ pass ]   2498
rpl.rpl_semi_sync_event 'innodb,stmt'    w4 [ pass ]  38781
rpl.rpl_create_drop_view 'row'           w8 [ pass ]   2393
rpl.rpl_stm_relay_ign_space 'innodb,stmt' w7 [ pass ]   6438
rpl.rpl_slave_status 'mix'               w3 [ pass ]  14698
rpl.rpl_row_001 'row'                    w5 [ pass ]  46541
rpl.rpl_set_null_innodb 'innodb,row'     w1 [ pass ]  10136
rpl.rpl_create_if_not_exists 'row'       w8 [ pass ]   6697
rpl.rpl_sp004 'mix'                      w3 [ pass ]   5299
rpl.rpl_stm_innodb 'innodb,row'          w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_row_NOW 'row'                    w5 [ pass ]   4945
rpl.rpl_critical_errors 'row'            w8 [ pass ]     49
rpl.rpl_mdev382 'innodb,stmt'            w6 [ pass ]  20412
rpl.rpl_sp_variables 'mix'               w3 [ pass ]   3151
rpl.rpl_ctype_latin1 'row'               w8 [ pass ]   3161
rpl.rpl_row_USER 'row'                   w5 [ pass ]   3827
rpl.rpl_delete_no_where 'row'            w8 [ pass ]   2568
rpl.rpl_row_UUID 'row'                   w5 [ pass ]   3233
rpl.rpl_ssl 'mix'                        w3 [ pass ]   8684
rpl.rpl_tmp_table_and_DDL_innodb 'innodb,row' w1 [ pass ]   5242
rpl.rpl_do_grant 'row'                   w8 [ pass ]   8330
rpl.rpl_ssl1 'mix'                       w3 [ pass ]   7904
rpl.rpl_mysql57_stm_temporal_round 'innodb,stmt' w6 [ pass ]  18445
rpl.rpl_row_basic_2myisam 'row'          w5 [ pass ]  12615
rpl.rpl_strict_password_validation 'mix' w3 [ pass ]   2445
rpl.rpl_row_blob_myisam 'row'            w5 [ pass ]   3203
rpl.rpl_table_options 'mix'              w3 [ pass ]   2731
rpl.rpl_trans_no_trans 'innodb,row'      w1 [ pass ]   5451
rpl.rpl_semi_sync_event_after_sync 'innodb,stmt' w7 [ pass ]  33508
rpl.rpl_temporal_format_default_to_default 'mix' w3 [ pass ]   2730
rpl.rpl_row_colSize 'row'                w5 [ pass ]   7630
rpl.rpl_domain_id_filter_restart 'row'   w8 [ pass ]  17519
rpl.rpl_temporal_format_mariadb53_to_mariadb53 'mix' w3 [ pass ]   3492
rpl.rpl_mysql80_stm_temporal_round 'innodb,stmt' w6 [ pass ]  17612
rpl.rpl_semi_sync 'innodb,row'           w2 [ pass ]  85761
rpl.rpl_parallel_optimistic_xa_lsu_off 'innodb,stmt' w4 [ pass ]  45849
rpl.rpl_drop 'row'                       w8 [ pass ]   3543
rpl.rpl_temporal_format_mysql56_to_mariadb53 'mix' w3 [ pass ]   3329
rpl.rpl_row_conflicts 'row'              w5 [ pass ]   5992
rpl.rpl_trigger 'innodb,row'             w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_slave_alias_replica 'innodb,row' w2 [ pass ]   6643
rpl.rpl_drop_db 'row'                    w8 [ pass ]   3833
rpl.rpl_row_create_select 'row'          w5 [ pass ]   2856
rpl.rpl_temporal_format_mysql56_to_mysql56 'mix' w3 [ pass ]   3317
rpl.rpl_parallel_ignore_error_on_rotate 'innodb,stmt' w6 [ pass ]  10855
rpl.rpl_slave_load_in 'innodb,row'       w2 [ pass ]   4145
rpl.rpl_drop_temp_table_invaid_lex 'row' w8 [ pass ]   2778
rpl.rpl_temporal_mysql56 'mix'           w3 [ pass ]   3325
rpl.rpl_row_delayed_ins 'row'            w5 [ pass ]   3444
rpl.rpl_mdev6386 'innodb,stmt'           w7 [ pass ]  12343
rpl.rpl_drop_view 'row'                  w8 [ pass ]   3210
rpl.rpl_temporal_mysql56_to_mariadb 'mix' w3 [ pass ]   3131
rpl.rpl_row_drop 'row'                   w5 [ pass ]   3639
rpl.rpl_temporary_error2 'innodb,row'    w2 [ pass ]   5565
rpl.rpl_events 'row'                     w8 [ pass ]   3856
rpl.rpl_temporal_mysql56_to_mariadb53 'mix' w3 [ pass ]   2634
rpl.rpl_parallel_xa_same_xid 'innodb,stmt' w6 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_set_null_innodb 'innodb,stmt'    w6 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_typeconv_innodb 'innodb,row'     w1 [ pass ]   6279
rpl.rpl_row_find_row 'row'               w5 [ pass ]   5705
rpl.rpl_function_defaults 'row'          w8 [ pass ]   2790
rpl.rpl_temporal_round 'mix'             w3 [ pass ]   2808
rpl.rpl_truncate_3innodb 'innodb,row'    w2 [ pass ]   7548
rpl.rpl_row_flsh_tbls 'row'              w5 [ pass ]   5090
rpl.rpl_xa_survive_disconnect_mixed_engines 'innodb,row' w2 [ pass ]   6801
rpl.rpl_temporary 'mix'                  w3 [ pass ]   8554
rpl.rpl_row_func001 'row'                w5 [ pass ]   3157
rpl.rpl_get_lock 'row'                   w8 [ pass ]  10441
rpl.rpl_grant 'row'                      w8 [ pass ]   3084
rpl.rpl_row_func002 'row'                w5 [ pass ]   3574
rpl.rpl_15919 'innodb,stmt'              w1 [ pass ]   4678
rpl.rpl_truncate_2myisam 'mix'           w3 [ pass ]   6962
rpl.rpl_udf 'mix'                        w3 [ skipped ]  Need udf example
rpl.rpl_row_inexist_tbl 'row'            w5 [ pass ]   3086
rpl.rpl_deadlock_innodb 'innodb,stmt'    w4 [ pass ]  46780
rpl.rpl_gtid_delete_domain 'row'         w8 [ pass ]   5514
rpl.rpl_update 'mix'                     w3 [ pass ]   2905
rpl.rpl_stm_binlog_max_cache_size 'innodb,stmt' w6 [ pass ]  18960
rpl.rpl_skip_error 'innodb,stmt'         w2 [ pass ]   9341
rpl.rpl_stm_implicit_commit_binlog 'innodb,stmt' w6 [ skipped ]  Need udf example
rpl.rpl_gtid_mdev4820 'row'              w8 [ pass ]   8132
rpl.rpl_alter_instant 'innodb,stmt'      w1 [ pass ]   8584
rpl.rpl_gtid_misc 'row'                  w8 [ pass ]   4736
rpl.rpl_flush_logs 'stmt'                w4 [ pass ]   4938
rpl.rpl_row_max_relay_size 'row'         w5 [ pass ]  30234
rpl.rpl_heartbeat_ssl 'row'              w8 [ pass ]   7665
rpl.rpl_relayrotate 'innodb,stmt'        w7 [ pass ]  59092
rpl.rpl_row_merge_engine 'row'           w5 [ pass ]   3655
rpl.rpl_stm_innodb 'innodb,stmt'         w6 [ pass ]  10150
rpl.rpl_idempotency 'row'                w8 [ pass ]   4549
rpl.rpl_loaddata_symlink 'stmt'          w4 [ pass ]   4853
rpl.rpl_loaddata_map 'stmt'              w2 [ pass ]  22789
rpl.rpl_row_rec_comp_myisam 'row'        w5 [ pass ]  10792
rpl.mdev_17588 'innodb,stmt'             w7 [ pass ]   7051
rpl.rpl_insert 'row'                     w8 [ pass ]  17141
rpl.rpl_insert_delayed 'row'             w8 [ pass ]  12356
rpl.rpl_stm_log 'stmt'                   w4 [ pass ]  10283
rpl.rpl_ddl 'innodb,stmt'                w7 [ pass ]   9273
rpl.rpl_loaddata_charset 'row'           w8 [ pass ]   2335
rpl.rpl_row_reset_slave 'row'            w5 [ pass ]  27840
rpl.rpl_loaddata_simple 'row'            w8 [ pass ]   2764
rpl.rpl_checksum_cache 'innodb,stmt'     w1 [ pass ]  67649
rpl.rpl_commit_after_flush 'innodb,stmt' w1 [ pass ]   2427
rpl.rpl_row_show_relaylog_events 'row'   w5 [ pass ]   8881
rpl.rpl_stm_start_stop_slave 'innodb,stmt' w6 [ pass ]  40728
rpl.rpl_loaddata_s 'stmt'                w7 [ pass ]   4804
rpl.rpl_row_sp001 'row'                  w5 [ pass ]   3003
rpl.rpl_delayed_slave2 'innodb,stmt'     w1 [ pass ]   7228
rpl.rpl_filter_tables_not_exist 'stmt'   w4 [ pass ]  13728
rpl.rpl_row_sp005 'row'                  w5 [ pass ]   3425
rpl.rpl_upgrade_master_info 'mix'        w3 [ pass ]  103437
rpl.rpl_row_sp008 'row'                  w5 [ pass ]   3106
rpl.rpl_user 'mix'                       w3 [ pass ]   4581
rpl.rpl_loaddatalocal 'row'              w8 [ pass ]  29514
rpl.rpl_slow_query_log 'stmt'            w2 [ pass ]  48932
rpl.rpl_start_stop_slave 'stmt'          w7 [ pass ]   5217
rpl.rpl_row_sp009 'row'                  w5 [ pass ]   3423
rpl.rpl_domain_id_filter 'innodb,stmt'   w1 [ pass ]  16513
rpl.rpl_locale 'row'                     w8 [ pass ]   2941
rpl.rpl_user_variables 'mix'             w3 [ pass ]   5123
rpl.rpl_row_sp010 'row'                  w5 [ pass ]   3823
rpl.rpl_000013 'stmt'                    w4 [ pass ]   5887
rpl.rpl_log_pos 'row'                    w8 [ pass ]   4023
rpl.rpl_drop_db_fail 'innodb,stmt'       w1 [ pass ]   4201
rpl.rpl_view 'mix'                       w3 [ pass ]   3892
rpl.rpl_bug31076 'stmt'                  w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_row_sp011 'row'                  w5 [ pass ]   4328
rpl.rpl_manual_change_index_file 'row'   w8 [ pass ]   3528
rpl.rpl_view_multi 'mix'                 w3 [ pass ]   3331
rpl.rpl_dual_pos_advance 'innodb,stmt'   w1 [ pass ]   5554
rpl.rpl_row_sp012 'row'                  w5 [ pass ]   3621
rpl.rpl_sp_effects 'stmt'                w2 [ pass ]   7517
rpl.rpl_drop_temp 'stmt'                 w7 [ pass ]   7372
rpl.rpl_failed_optimize 'innodb,stmt'    w1 [ pass ]   3462
rpl.rpl_row_spatial 'row'                w5 [ pass ]   2918
rpl.rpl_many_optimize 'row'              w8 [ pass ]   5894
rpl.rpl_trigger 'innodb,stmt'            w6 [ pass ]  39453
rpl.rpl_foreign_key_innodb 'innodb,stmt' w1 [ pass ]   3772
rpl.rpl_row_tabledefs_2myisam 'row'      w5 [ pass ]   5559
rpl.rpl_conditional_comments 'stmt'      w4 [ pass ]   6061
rpl.rpl_master_pos_wait 'row'            w8 [ pass ]   7557
rpl.semisync_future-7591 'mix'           w3 [ pass ]  16281
rpl.rpl_gtid_sort 'innodb,stmt'          w1 [ pass ]   5293
rpl.rpl_row_trig001 'row'                w5 [ pass ]   4992
rpl.rpl_rewrt_db 'stmt'                  w7 [ pass ]   7068
rpl.rpl_partition_memory 'stmt'          w2 [ pass ]   9541
rpl.rpl_row_trig002 'row'                w5 [ pass ]   3833
rpl.rpl_cross_version 'stmt'             w6 [ pass ]   7352
rpl.rpl_partition_myisam 'stmt'          w2 [ pass ]   6586
rpl.rpl_row_trig003 'row'                w5 [ pass ]   4568
rpl.rpl_create_tmp_table_if_not_exists 'stmt' w4 [ pass ]   4828
rpl.show_status_stop_slave_race-7126 'mix' w3 [ pass ]  20744
rpl.rpl_default 'stmt'                   w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_misc_functions 'row'             w8 [ pass ]   7652
rpl.rpl_row_trunc_temp 'row'             w5 [ pass ]   4074
rpl.rpl_gtid_startpos 'innodb,stmt'      w1 [ pass ]  24841
rpl.rpl_mixed_bit_pk 'row'               w8 [ pass ]   4395
rpl.rpl_blackhole 'stmt'                 w7 [ pass ]   8267
rpl.rpl_multi_update 'row'               w8 [ pass ]   3320
rpl.rpl_init_slave 'stmt'                w2 [ pass ]   5436
rpl.rpl_server_id2 'stmt'                w6 [ pass ]   7176
rpl.rpl_bug38694 'stmt'                  w3 [ pass ]   4735
rpl.rpl_multi_update3 'row'              w8 [ pass ]   3745
rpl.rpl_filter_dbs_dynamic 'stmt'        w4 [ pass ]   6389
rpl.rpl_gtid_until 'innodb,stmt'         w1 [ pass ]  16408
rpl.rpl_row_type_conv_err_msg 'row'      w5 [ pass ]  19953
rpl.rpl_name_const 'row'                 w8 [ pass ]   3122
rpl.rpl_flushlog_loop 'stmt'             w7 [ pass ]   7324
rpl.rpl_insert_id 'innodb,stmt'          w1 [ pass ]   7486
rpl.rpl_nondeterministic_functions 'row' w8 [ pass ]   3963
rpl.rpl_insert_id_pk 'innodb,stmt'       w1 [ pass ]   4608
rpl.rpl_replicate_do 'stmt'              w3 [ pass ]   5434
rpl.rpl_relayspace 'stmt'                w2 [ pass ]   5826
rpl.rpl_multi_delete2 'stmt'             w6 [ pass ]   5293
rpl.rpl_filter_tables_dynamic 'stmt'     w4 [ pass ]  16657
rpl.rpl_filter_wild_tables_dynamic 'stmt' w4 [ pass ]   4736
rpl.rpl_row_until 'row'                  w5 [ pass ]  11531
rpl.rpl_insert_ignore 'innodb,stmt'      w1 [ pass ]   5998
rpl.rpl_000010 'stmt'                    w7 [ pass ]   5345
rpl.rpl_row_utf16 'row'                  w5 [ pass ]   4236
rpl.rpl_ignore_table_update 'stmt'       w3 [ pass ]   4718
rpl.rpl_err_ignoredtable 'stmt'          w6 [ pass ]   5681
rpl.rpl_row_utf32 'row'                  w5 [ pass ]   5065
rpl.rpl_ignore_table 'stmt'              w2 [ pass ]   6792
rpl.rpl_mdev10863 'innodb,stmt'          w1 [ pass ]  14728
rpl.rpl_row_view01 'row'                 w5 [ pass ]   3720
rpl.rpl_hrtime 'stmt'                    w4 [ pass ]   5190
rpl.rpl_loadfile 'stmt'                  w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_mdev359 'stmt'                   w4 [ skipped ]  debug_sync is not available
rpl.rpl_lcase_tblnames_rewrite_db 'stmt' w7 [ pass ]   4966
rpl.rpl_row_wide_table 'row'             w5 [ pass ]   3551
rpl.rpl_multi_delete 'stmt'              w3 [ pass ]   5446
rpl.rpl_ignore_grant 'stmt'              w6 [ pass ]   6120
rpl.rpl_ignore_revoke 'stmt'             w6 [ pass ]   3265
rpl.rpl_free_items 'stmt'                w2 [ pass ]  10343
rpl.rpl_multi_update2 'stmt'             w7 [ pass ]   4470
rpl.rpl_set_null_myisam 'row'            w5 [ pass ]   7604
rpl.rpl_mdev8193 'stmt'                  w4 [ pass ]   7869
rpl.rpl_report 'stmt'                    w3 [ pass ]   3384
rpl.rpl_stm_EE_err2 'row'                w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_conflicts 'row'              w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_flsh_tbls 'row'              w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_maria 'row'                  w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.failed_create_view-6409 'stmt'       w2 [ pass ]   5093
rpl.rpl_000011 'stmt'                    w6 [ pass ]   6614
rpl.rpl_stm_max_relay_size 'row'         w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_mix_show_relaylog_events 'row' w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_multi_update4 'stmt'             w7 [ pass ]   5135
rpl.rpl_stm_multi_query 'row'            w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.grant_replication_slave 'stmt'       w2 [ pass ]   4814
rpl.rpl_stm_no_op 'row'                  w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_reset_slave 'row'            w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_mixed_ddl_dml 'stmt'             w4 [ pass ]   7298
rpl.ignore_table_autoinc-9737 'stmt'     w2 [ pass ]   4104
rpl.rpl_stm_until 'row'                  w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.replace 'stmt'                       w2 [ pass ]   3157
rpl.rpl_000017 'stmt'                    w2 [ pass ]   2625
rpl.rpl_heartbeat                        w3 [ pass ]  18129
rpl.rpl_switch_stm_row_mixed 'row'       w5 [ pass ]   9713
rpl.rpl_replicate_ignore_db 'stmt'       w7 [ pass ]   3838
rpl.rpl_temp_table 'row'                 w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_temporal_format_mariadb53_to_mysql56 'row' w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.create_or_replace_mix 'innodb,mix'   w6 [ pass ]  12535
rpl.rpl_15867 'stmt'                     w2 [ pass ]   3116
rpl.rpl_parallel_charset 'stmt'          w4 [ pass ]   8412
rpl.rpl_EE_err 'stmt'                    w2 [ pass ]   3848
rpl.rpl_mdev12179 'innodb,stmt'          w1 [ pass ]  99348
rpl.rpl_LD_INFILE 'stmt'                 w2 [ pass ]   4369
rpl.rpl_alter 'stmt'                     w2 [ pass ]   3765
rpl.rpl_temporal_format_mariadb53_to_mysql56_dst 'row' w5 [ pass ]   6123
rpl.create_or_replace_statement 'innodb,stmt' w3 [ pass ]  12467
rpl.create_select 'innodb,row'           w6 [ pass ]   8814
rpl.rpl_alter_db 'stmt'                  w2 [ pass ]   3423
rpl.rpl_plugin_load 'stmt'               w4 [ pass ]   5052
rpl.rpl_tmp_table_and_DDL 'row'          w5 [ pass ]   4522
rpl.rpl_auto_increment_11932 'stmt'      w2 [ pass ]   3731
rpl.rpl_multi_engine 'innodb,stmt'       w1 [ pass ]  10862
rpl.rpl_auto_increment_bug33029 'stmt'   w2 [ pass ]   4288
rpl.rpl_autogen_query_multi_byte_char 'stmt' w2 [ pass ]   3176
rpl.rpl_trunc_temp 'row'                 w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_semi_sync_wait_point 'innodb'    w7 [ pass ]  40500
rpl.rpl_read_only2 'stmt'                w4 [ pass ]   5881
rpl.rpl_binlog_compress 'stmt'           w2 [ pass ]   3663
rpl.last_insert_id 'innodb,mix'          w6 [ pass ]   8418
rpl.create_select 'innodb,stmt'          w3 [ pass ]   8794
rpl.rpl_mysql_upgrade 'innodb,stmt'      w1 [ pass ]  19623
rpl.rpl_variables 'row'                  w5 [ pass ]  10172
rpl.rpl_bit 'stmt'                       w2 [ pass ]   4525
rpl.rpl_variables_stm 'row'              w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_bit_npk 'stmt'                   w2 [ pass ]   4083
rpl.rpl_set_null_myisam 'stmt'           w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_change_master 'stmt'             w2 [ pass ]   4469
rpl.create_or_replace_row 'innodb,row'   w7 [ pass ]  14146
rpl.rpl_charset 'stmt'                   w2 [ pass ]   4238
rpl.last_insert_id 'innodb,stmt'         w6 [ pass ]   8795
rpl.semisync_memleak_4066 'row'          w5 [ pass ]   4904
rpl.rpl_old_master 'innodb,stmt'         w1 [ pass ]  29288
rpl.rpl_charset_sjis 'stmt'              w2 [ pass ]   3884
rpl.rpl_set_statement 'stmt'             w4 [ pass ]   7614
rpl.rpl_colSize 'stmt'                   w2 [ pass ]   7174
rpl.rpl_parallel_free_deferred_event 'innodb,stmt' w1 [ pass ]  11800
rpl.rpl_create_drop_db 'stmt'            w2 [ pass ]   6275
rpl.rpl_parallel_optimistic_xa 'innodb,stmt' w1 [ fail ]
        Test ended at 2020-10-02 13:49:00

CURRENT_TEST: rpl.rpl_parallel_optimistic_xa


Server [mysqld.2 - pid: 18590, winpid: 18590, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:48:14 67 [Note] Deleted Master_info file '/var/tmp/mtr/1/mysqld.2/data/master.info'.
2020-10-02 13:48:14 67 [Note] Deleted Master_info file '/var/tmp/mtr/1/mysqld.2/data/relay-log.info'.
2020-10-02 13:48:15 67 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:48:15 67 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16040', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16040', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:48:15 69 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16040' in log 'master-bin.000001' at position 4
2020-10-02 13:48:15 69 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16040',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:48:15 70 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:48:37 70 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:48:37 70 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 1451
2020-10-02 13:48:37 69 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 1451
2020-10-02 13:48:38 71 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:48:39 71 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16040', master_log_file='master-bin.000001', master_log_pos='1451'. New state master_host='127.0.0.1', master_port='16040', master_log_file='master-bin.000001', master_log_pos='1451'.
2020-10-02 13:48:39 71 [Note] Previous Using_Gtid=No. New Using_Gtid=Slave_Pos
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
include/master-slave.inc
[connection master]
call mtr.add_suppression("Deadlock found when trying to get lock; try restarting transaction");
call mtr.add_suppression("WSREP: handlerton rollback failed");
CREATE VIEW v_processlist  as SELECT * FROM performance_schema.threads where type = 'FOREGROUND';
connection master;
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
connection slave;
include/stop_slave.inc
SET @old_parallel_threads            = @@GLOBAL.slave_parallel_threads;
SET @@global.slave_parallel_threads  = 7;
SET @old_parallel_mode               = @@GLOBAL.slave_parallel_mode;
SET @@global.slave_parallel_mode     ='optimistic';
SET @old_gtid_cleanup_batch_size     = @@GLOBAL.gtid_cleanup_batch_size;
SET @@global.gtid_cleanup_batch_size = 1000000;
CHANGE MASTER TO master_use_gtid=slave_pos;
connection master;
CREATE TABLE t0 (a int,             b INT) ENGINE=InnoDB;
CREATE TABLE t1 (a int PRIMARY KEY, b INT) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1, 0);



 - skipping '/var/tmp/mtr/1/log/rpl.rpl_parallel_optimistic_xa-innodb,stmt/'
rpl.rpl_circular_for_4_hosts 'innodb,mix' w3 [ pass ]  85836
rpl.rpl_create_drop_event 'stmt'         w2 [ pass ]   3220
rpl.create_select 'innodb,mix'           w7 [ pass ]  48757
rpl.rpl_create_drop_function 'stmt'      w2 [ pass ]   4433
rpl.rpl_optimize 'row'                   w8 [ pass ]  314970
rpl.rpl_create_drop_index 'stmt'         w2 [ fail ]
        Test ended at 2020-10-02 13:49:32

CURRENT_TEST: rpl.rpl_create_drop_index


The server [mysqld.2 - pid: 17315, winpid: 17315, exit: 256] crashed while running 'check testcase after test'
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:49:19 223 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/master.info'.
2020-10-02 13:49:19 223 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/relay-log.info'.
2020-10-02 13:49:20 223 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:49:20 223 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16000', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16000', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:49:20 225 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16000' in log 'master-bin.000001' at position 4
2020-10-02 13:49:20 225 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16000',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:49:20 226 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:49:23 226 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:49:23 226 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 900
2020-10-02 13:49:23 225 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 900
2020-10-02 13:49:23 223 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:49:23 223 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16000', master_log_file='master-bin.000001', master_log_pos='900'. New state master_host='127.0.0.1', master_port='16000', master_log_file='', master_log_pos='900'.
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
CREATE OR REPLACE INDEX i1 ON t1 (a, b);
connection slave;
SHOW CREATE TABLE t1;
Table	Create Table
t1	CREATE TABLE `t1` (
  `a` int(11) DEFAULT NULL,
  `b` int(11) DEFAULT NULL,
  KEY `i1` (`a`,`b`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
connection master;
SHOW CREATE TABLE t1;
Table	Create Table
t1	CREATE TABLE `t1` (
  `a` int(11) DEFAULT NULL,
  `b` int(11) DEFAULT NULL,
  KEY `i1` (`a`,`b`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP TABLE t1;
connection slave;
include/rpl_end.inc



 - skipping '/var/tmp/mtr/2/log/rpl.rpl_create_drop_index-stmt/'
rpl.rpl_password_boundaries 'row'        w8 [ pass ]  15588
rpl.last_insert_id 'innodb,row'          w7 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_ps 'row'                         w8 [ fail ]
        Test ended at 2020-10-02 13:49:53

CURRENT_TEST: rpl.rpl_ps


Server [mysqld.2 - pid: 15000, winpid: 15000, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
----------SERVER LOG END-------------
mysqltest failed but provided no output


 - skipping '/var/tmp/mtr/8/log/rpl.rpl_ps-row/'
rpl.rpl_gtid_basic 'innodb,mix'          w6 [ pass ]  51948
rpl.rpl_parallel_rollback_assert 'innodb,stmt' w1 [ pass ]  21691
rpl.rpl_circular_for_4_hosts 'innodb,row' w5 [ pass ]  58317
rpl.rpl_parallel_wrong_exec_master_pos 'innodb,stmt' w1 [ pass ]  10447
rpl.rpl_read_only 'innodb,stmt'          w1 [ fail ]
        Test ended at 2020-10-02 13:50:39

CURRENT_TEST: rpl.rpl_read_only


Server [mysqld.2 - pid: 20701, winpid: 20701, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
----------SERVER LOG END-------------
mysqltest failed but provided no output


 - skipping '/var/tmp/mtr/1/log/rpl.rpl_read_only-innodb,stmt/'
rpl.rpl_create_drop_procedure 'stmt'     w2 [ pass ]  24398
rpl.rpl_stm_000001 'stmt'                w4 [ fail ]
        Test ended at 2020-10-02 13:50:51

CURRENT_TEST: rpl.rpl_stm_000001
mysqltest: In included file "./include/rpl_connection.inc": 
included from ./include/end_include_file.inc at line 67:
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_error.inc at line 41:
included from ./include/wait_for_slave_sql_error_and_skip.inc at line 57:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_stm_000001.test at line 112:
At line 29: ERROR IN TEST: you must set $rpl_connection_name before sourcing rpl_connection.inc

The result from queries just before the failure was:
< snip >
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_stm_000001.test at line 112:
At line 43: query 'let $_tmp= `SELECT SUBSTRING('$_include_file_enabled_result_log', 1, 1)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_error.inc at line 41:
included from ./include/wait_for_slave_sql_error_and_skip.inc at line 57:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_stm_000001.test at line 112:
At line 44: query 'let $_include_file_enabled_result_log= `SELECT SUBSTRING('$_include_file_enabled_result_log', 2)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_error.inc at line 41:
included from ./include/wait_for_slave_sql_error_and_skip.inc at line 57:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_stm_000001.test at line 112:
At line 52: query 'let $_tmp= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 1, 1)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_error.inc at line 41:
included from ./include/wait_for_slave_sql_error_and_skip.inc at line 57:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_stm_000001.test at line 112:
At line 53: query 'let $_include_file_enabled_abort_on_error= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 2)`' failed: 2006: MySQL server has gone away

More results from queries before failure can be found in /var/tmp/mtr/4/log/rpl_stm_000001.log


Server [mysqld.2 - pid: 20397, winpid: 20397, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:48:17 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 20403 ...
2020-10-02 13:48:17 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 13:48:17 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 13:48:37 0 [Note] Plugin 'partition' is disabled.
2020-10-02 13:48:37 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 13:48:37 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 13:48:37 0 [Note] InnoDB: Uses event mutexes
2020-10-02 13:48:37 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 13:48:37 0 [Note] InnoDB: Number of pools: 1
2020-10-02 13:48:37 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 13:48:37 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/4/mysqld.2 (disabling future attempts)
2020-10-02 13:48:37 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 13:48:37 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 13:48:37 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 13:48:59 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 13:48:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 13:48:59 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 13:48:59 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 13:48:59 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_BUFFER_PAGE' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_TRX' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMP_PER_INDEX' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_METRICS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_BUFFER_PAGE_LRU' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_LOCKS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMPMEM' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_FOREIGN_COLS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_BUFFER_POOL_STATS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_FOREIGN' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_TABLES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_VIRTUAL' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 13:49:00 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 13:49:00 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/4/mysqld.2/data/ib_buffer_pool
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 13:49:00 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 13:49:00 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 13:49:00
2020-10-02 13:49:01 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 13:49:01 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 13:49:02 0 [Note] Added new Master_info '' to hash table
2020-10-02 13:49:02 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/4/mysqld.2.sock'  port: 16061  MariaDB Enterprise Server
2020-10-02 13:49:06 5 [Note] Deleted Master_info file '/var/tmp/mtr/4/mysqld.2/data/master.info'.
2020-10-02 13:49:06 5 [Note] Deleted Master_info file '/var/tmp/mtr/4/mysqld.2/data/relay-log.info'.
2020-10-02 13:49:07 5 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:49:07 5 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='', master_port='3306', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16060', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:49:07 7 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16060' in log 'master-bin.000001' at position 4
2020-10-02 13:49:07 7 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16060',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:49:07 8 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:49:10 8 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:49:10 8 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2840
2020-10-02 13:49:10 7 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2840
2020-10-02 13:49:11 11 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16060' in log 'master-bin.000001' at position 2840
2020-10-02 13:49:11 12 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2840, relay log './slave-relay-bin.000002' position: 3140
2020-10-02 13:49:11 11 [ERROR] Slave I/O: error connecting to master 'root@127.0.0.1:16060' - retry-time: 1  maximum-retries: 10  message: Access denied for user 'root'@'localhost' (using password: NO), Internal MariaDB error code: 1045
2020-10-02 13:49:14 11 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16060',replication started in log 'master-bin.000001' at position 2840
2020-10-02 13:49:15 12 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave Statement: replace into mysql.global_priv select * from tmp
2020-10-02 13:49:16 12 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:49:16 12 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 4378
2020-10-02 13:49:16 11 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 4378
2020-10-02 13:49:16 9 [Note] Deleted Master_info file '/var/tmp/mtr/4/mysqld.2/data/master.info'.
2020-10-02 13:49:16 9 [Note] Deleted Master_info file '/var/tmp/mtr/4/mysqld.2/data/relay-log.info'.
2020-10-02 13:49:41 13 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16060' in log '' at position 4
2020-10-02 13:49:41 14 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:49:41 13 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16060',replication started in log 'FIRST' at position 4
----------SERVER LOG END-------------


 - skipping '/var/tmp/mtr/4/log/rpl.rpl_stm_000001-stmt/'
***Warnings generated in error logs during shutdown after running tests: rpl.rpl_stm_000001

2020-10-02 13:49:13 9 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave Statement: replace into mysql.global_priv select * from tmp
2020-10-02 13:49:53 10 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave Statement: insert into t3 select get_lock('crash_lock%20C', 1) from t2
2020-10-02 13:49:53 9 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave Statement: update t1 set n = n + get_lock('crash_lock%20C', 2)
2020-10-02 13:49:15 12 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave Statement: replace into mysql.global_priv select * from tmp

rpl.rpl_gtid_basic 'innodb,stmt'         w3 [ fail ]
        Test ended at 2020-10-02 13:50:51

CURRENT_TEST: rpl.rpl_gtid_basic


Server [mysqld.2 - pid: 20798, winpid: 20798, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:49:19 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 20799 ...
2020-10-02 13:49:19 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 13:49:19 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 13:49:20 0 [Note] Plugin 'partition' is disabled.
2020-10-02 13:49:20 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 13:49:20 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 13:49:20 0 [Note] InnoDB: Uses event mutexes
2020-10-02 13:49:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 13:49:20 0 [Note] InnoDB: Number of pools: 1
2020-10-02 13:49:20 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 13:49:20 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/3/mysqld.2 (disabling future attempts)
2020-10-02 13:49:21 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 13:49:21 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 13:49:21 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 13:49:21 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 13:49:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 13:49:22 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 13:49:22 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 13:49:23 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 13:49:23 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/3/mysqld.2/data/ib_buffer_pool
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 13:49:23 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 13:49:23 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 13:49:23
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 13:49:24 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 13:49:25 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 13:49:31 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 13:49:31 0 [Note] Added new Master_info '' to hash table
2020-10-02 13:49:31 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/3/mysqld.2.sock'  port: 16021  MariaDB Enterprise Server
2020-10-02 13:49:39 5 [Note] Deleted Master_info file '/var/tmp/mtr/3/mysqld.2/data/master.info'.
2020-10-02 13:49:39 5 [Note] Deleted Master_info file '/var/tmp/mtr/3/mysqld.2/data/relay-log.info'.
2020-10-02 13:49:40 5 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:49:40 5 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='', master_port='3306', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:49:50 7 [Note] Start binlog_dump to slave_server(3), pos(slave-bin.000001, 4), using_gtid(0), gtid('')
2020-10-02 13:49:50 8 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 4
2020-10-02 13:49:50 9 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:49:50 8 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:49:56 9 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:49:56 9 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 1960
2020-10-02 13:49:57 8 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 1960
2020-10-02 13:49:57 5 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:49:57 5 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='1960'. New state master_host='127.0.0.1', master_port='16023', master_log_file='', master_log_pos='4'.
2020-10-02 13:49:57 5 [Note] Previous Using_Gtid=No. New Using_Gtid=Current_Pos
2020-10-02 13:49:57 10 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16023' in log '' at position 4
2020-10-02 13:49:57 11 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 4, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-8'
2020-10-02 13:49:57 10 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16023',replication starts at GTID position '0-1-8'
2020-10-02 13:49:59 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error writing communication packets)
2020-10-02 13:50:00 11 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:00 11 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2475; GTID position '0-1-10'
2020-10-02 13:50:00 10 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2475; GTID position 0-1-10
2020-10-02 13:50:01 5 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:50:01 5 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16023', master_log_file='master-bin.000001', master_log_pos='2475'. New state master_host='127.0.0.1', master_port='16020', master_log_file='', master_log_pos='4'.
2020-10-02 13:50:01 5 [Note] Previous Using_Gtid=Current_Pos. New Using_Gtid=Current_Pos
2020-10-02 13:50:01 12 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log '' at position 4
2020-10-02 13:50:01 12 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '0-1-10'
2020-10-02 13:50:01 13 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 4, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-10'
2020-10-02 13:50:03 14 [Note] Start binlog_dump to slave_server(3), pos(, 4), using_gtid(1), gtid('0-1-10')
2020-10-02 13:50:06 13 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:06 13 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2459; GTID position '0-1-11'
2020-10-02 13:50:06 12 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2459; GTID position 0-1-11
2020-10-02 13:50:08 15 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 2459
2020-10-02 13:50:08 15 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '0-1-11'
2020-10-02 13:50:08 16 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2459, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-11'
2020-10-02 13:50:09 16 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:09 16 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 1002; GTID position '0-1-102'
2020-10-02 13:50:09 15 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 1002; GTID position 0-1-102
2020-10-02 13:50:11 18 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 1002
2020-10-02 13:50:11 19 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 1002, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-102'
2020-10-02 13:50:11 18 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '0-1-102'
2020-10-02 13:50:11 19 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:11 19 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 1167; GTID position '0-1-110'
2020-10-02 13:50:11 18 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 1167; GTID position 0-1-110
2020-10-02 13:50:12 20 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 1167
2020-10-02 13:50:12 20 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '0-1-110'
2020-10-02 13:50:12 21 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 1167, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110'
2020-10-02 13:50:14 21 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:14 21 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 1992; GTID position '0-1-110,1-1-4,2-1-10'
2020-10-02 13:50:14 20 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 1992; GTID position 1-1-4,2-1-10,0-1-110
2020-10-02 13:50:15 31 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 1992
2020-10-02 13:50:15 32 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 1992, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-10'
2020-10-02 13:50:15 31 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,2-1-10'
2020-10-02 13:50:15 32 [Note] 'SQL_SLAVE_SKIP_COUNTER=1' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='1992', GTID '0-1-110,1-1-4,2-1-10';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='1002', master_log_name='master-bin.000001', master_log_pos='2158', GTID '0-1-110,1-1-4,2-1-1000';  
2020-10-02 13:50:16 32 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:16 32 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2324; GTID position '0-1-110,1-1-4,2-1-1001'
2020-10-02 13:50:16 31 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2324; GTID position 1-1-4,0-1-110,2-1-1001
2020-10-02 13:50:16 33 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 2324
2020-10-02 13:50:16 33 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,2-1-1001'
2020-10-02 13:50:16 34 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2324, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1001'
2020-10-02 13:50:16 34 [Note] 'SQL_SLAVE_SKIP_COUNTER=2' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='2324', GTID '0-1-110,1-1-4,2-1-1001';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='1002', master_log_name='master-bin.000001', master_log_pos='2490', GTID '0-1-110,1-1-4,2-1-1010';  
2020-10-02 13:50:17 34 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:17 34 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2656; GTID position '0-1-110,1-1-4,2-1-1011'
2020-10-02 13:50:17 33 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2656; GTID position 1-1-4,0-1-110,2-1-1011
2020-10-02 13:50:18 35 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 2656
2020-10-02 13:50:18 35 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,2-1-1011'
2020-10-02 13:50:18 36 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 2656, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1011'
2020-10-02 13:50:18 36 [Note] 'SQL_SLAVE_SKIP_COUNTER=3' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='2656', GTID '0-1-110,1-1-4,2-1-1011';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='1002', master_log_name='master-bin.000001', master_log_pos='2822', GTID '0-1-110,1-1-4,2-1-1020';  
2020-10-02 13:50:18 36 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:18 36 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 3154; GTID position '0-1-110,1-1-4,2-1-1022'
2020-10-02 13:50:18 35 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 3154; GTID position 1-1-4,0-1-110,2-1-1022
2020-10-02 13:50:18 37 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 3154
2020-10-02 13:50:18 37 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,2-1-1022'
2020-10-02 13:50:18 38 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 3154, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1022'
2020-10-02 13:50:18 38 [Note] 'SQL_SLAVE_SKIP_COUNTER=5' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='3154', GTID '0-1-110,1-1-4,2-1-1022';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='1168', master_log_name='master-bin.000001', master_log_pos='3486', GTID '0-1-110,1-1-4,2-1-1031';  
2020-10-02 13:50:19 38 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:19 38 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 3652; GTID position '0-1-110,1-1-4,2-1-1032'
2020-10-02 13:50:19 37 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 3652; GTID position 1-1-4,0-1-110,2-1-1032
2020-10-02 13:50:19 39 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 3652
2020-10-02 13:50:19 40 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 3652, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1032'
2020-10-02 13:50:19 39 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,2-1-1032'
2020-10-02 13:50:20 39 [Note] Slave I/O thread stops because it reached its UNTIL master_gtid_pos 3-1-100
2020-10-02 13:50:20 39 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 3796; GTID position 1-1-4,0-1-110,3-1-100,2-1-1032
2020-10-02 13:50:20 40 [Note] 'SQL_SLAVE_SKIP_COUNTER=1' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='3652', GTID '0-1-110,1-1-4,2-1-1032';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='980', master_log_name='master-bin.000001', master_log_pos='3796', GTID '0-1-110,1-1-4,2-1-1032,3-1-100';  
2020-10-02 13:50:20 40 [Note] Slave SQL thread stops because it reached its UNTIL master_gtid_pos 3-1-100
2020-10-02 13:50:20 40 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 3796; GTID position '0-1-110,1-1-4,2-1-1032,3-1-100'
2020-10-02 13:50:21 41 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 3796
2020-10-02 13:50:21 41 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,3-1-100,2-1-1032'
2020-10-02 13:50:21 42 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 3796, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1032,3-1-100'
2020-10-02 13:50:21 42 [ERROR] Slave SQL: Error 'Unknown table 'test.t2'' on query. Default database: 'test'. Query: 'DROP TABLE `t2` /* generated by server */', Gtid 3-1-101, Internal MariaDB error code: 1051
2020-10-02 13:50:21 42 [Warning] Slave: Unknown table 'test.t2' Error_code: 1051
2020-10-02 13:50:21 42 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'master-bin.000001' position 3796; GTID position '0-1-110,1-1-4,2-1-1032,3-1-100'
2020-10-02 13:50:21 42 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 3796; GTID position '0-1-110,1-1-4,2-1-1032,3-1-100'
2020-10-02 13:50:21 41 [ERROR] Error reading packet from server: Lost connection to server during query (server_errno=2013)
2020-10-02 13:50:21 41 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 4112; GTID position 1-1-4,0-1-110,3-1-101,2-1-1040
2020-10-02 13:50:21 43 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16020' in log 'master-bin.000001' at position 3796
2020-10-02 13:50:21 44 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 3796, relay log './slave-relay-bin.000001' position: 4; GTID position '0-1-110,1-1-4,2-1-1032,3-1-100'
2020-10-02 13:50:21 43 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16020',replication starts at GTID position '1-1-4,0-1-110,3-1-100,2-1-1032'
2020-10-02 13:50:21 44 [Note] 'SQL_SLAVE_SKIP_COUNTER=2' executed at relay_log_file='./slave-relay-bin.000001', relay_log_pos='4', master_log_name='master-bin.000001', master_log_pos='3796', GTID '0-1-110,1-1-4,2-1-1032,3-1-100';  and new position at relay_log_file='./slave-relay-bin.000002', relay_log_pos='1077', master_log_name='master-bin.000001', master_log_pos='3946', GTID '0-1-110,1-1-4,2-1-1032,3-1-101';  
2020-10-02 13:50:38 45 [Note] Start binlog_dump to slave_server(3), pos(slave-bin.000001, 5792), using_gtid(1), gtid('1-1-4,0-1-112,2-1-1040')
2020-10-02 13:50:39 14 [Warning] Aborted connection 14 to db: 'unconnected' user: 'root' host: 'localhost' (A slave with the same server_uuid/server_id as this slave has co)
2020-10-02 13:50:42 44 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:50:42 44 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 4760; GTID position '0-1-114,1-1-4,2-1-1040,3-1-101'
2020-10-02 13:50:42 43 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 4760; GTID position 1-1-4,0-1-114,3-1-101,2-1-1040
2020-10-02 13:50:42 5 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:50:42 5 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16020', master_log_file='master-bin.000001', master_log_pos='4760'. New state master_host='127.0.0.1', master_port='16020', master_log_file='', master_log_pos='4760'.
2020-10-02 13:50:42 5 [Note] Previous Using_Gtid=Current_Pos. New Using_Gtid=No
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
# MDEV-10134 Add full support for DEFAULT
#
CREATE TABLE t1 (a VARCHAR(100) DEFAULT BINLOG_GTID_POS("master-bin.000001", 600));
ERROR HY000: Function or expression 'binlog_gtid_pos()' cannot be used in the DEFAULT clause of `a`
#
# End  of 10.2 tests
#
#
# Start of 10.3 tests
#
#
# MDEV-13967 Parameter data type control for Item_long_func
#
SELECT MASTER_GTID_WAIT(ROW(1,1),'str');
ERROR HY000: Illegal parameter data type row for operation 'master_gtid_wait'
SELECT MASTER_GTID_WAIT('str',ROW(1,1));
ERROR HY000: Illegal parameter data type row for operation 'master_gtid_wait'
#
# End of 10.3 tests
#



 - skipping '/var/tmp/mtr/3/log/rpl.rpl_gtid_basic-innodb,stmt/'
***Warnings generated in error logs during shutdown after running tests: rpl.rpl_gtid_basic

2020-10-02 13:50:21 42 [Warning] Slave: Unknown table 'test.t2' Error_code: 1051

rpl.rpl_read_new_relay_log_info 'row'    w8 [ pass ]  12556
rpl.rpl_create_drop_role 'stmt'          w2 [ pass ]   3952
rpl.rpl_read_old_relay_log_info 'row'    w8 [ pass ]   5694
rpl.rpl_create_drop_trigger 'stmt'       w2 [ fail ]
        Test ended at 2020-10-02 13:51:12

CURRENT_TEST: rpl.rpl_create_drop_trigger


Server [mysqld.2 - pid: 21190, winpid: 21190, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:51:02 23 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/master.info'.
2020-10-02 13:51:02 23 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/relay-log.info'.
2020-10-02 13:51:02 23 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:51:02 23 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16000', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16000', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:51:02 25 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16000' in log 'master-bin.000001' at position 4
2020-10-02 13:51:02 25 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16000',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:51:02 26 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:51:05 26 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:51:05 26 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 2136
2020-10-02 13:51:05 25 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 2136
2020-10-02 13:51:07 23 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
# Clearing up
connection master;
DROP TRIGGER val_sum;
DROP TABLE t1;
DROP TRIGGER IF EXISTS val_sum;
Warnings:
Note	1360	Trigger does not exist
DROP TRIGGER random_trigger;
ERROR HY000: Trigger does not exist
DROP DATABASE db1;
DROP TRIGGER IF EXISTS val_sum;
ERROR 3D000: No database selected
# Syncing slave with master
connection slave;
DROP TRIGGER val_sum;
ERROR HY000: Trigger does not exist
include/rpl_end.inc
mysqltest: In included file "./include/rpl_end.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_create_drop_trigger.test at line 49:
At line 93: query 'CHANGE MASTER TO master_log_file=''' failed: 2013: Lost connection to MySQL server during query



 - skipping '/var/tmp/mtr/2/log/rpl.rpl_create_drop_trigger-stmt/'
rpl.rpl_relay_space_myisam 'row'         w8 [ pass ]   4287
rpl.rpl_circular_for_4_hosts 'innodb,stmt' w7 [ fail ]
        Test ended at 2020-10-02 13:51:25

CURRENT_TEST: rpl.rpl_circular_for_4_hosts


Server [mysqld.1 - pid: 21296, winpid: 21296, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:50:05 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd (mysqld 10.5.6-4-MariaDB-enterprise-log) starting as process 21298 ...
2020-10-02 13:50:05 0 [Warning] Could not increase number of max_open_files to more than 1012 (request: 32190)
2020-10-02 13:50:05 0 [Warning] Changed limits: max_open_files: 1012  max_connections: 151 (was 151)  table_cache: 415 (was 2000)
2020-10-02 13:50:07 0 [Note] Plugin 'partition' is disabled.
2020-10-02 13:50:07 0 [Note] Plugin 'SEQUENCE' is disabled.
2020-10-02 13:50:07 0 [Note] InnoDB: Using Linux native AIO
2020-10-02 13:50:07 0 [Note] InnoDB: Uses event mutexes
2020-10-02 13:50:07 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 13:50:07 0 [Note] InnoDB: Number of pools: 1
2020-10-02 13:50:07 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2020-10-02 13:50:07 0 [Note] mariadbd: O_TMPFILE is not supported on /var/tmp/mtr/tmp/7/mysqld.1 (disabling future attempts)
2020-10-02 13:50:07 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
2020-10-02 13:50:07 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 13:50:08 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-10-02 13:50:09 0 [Note] InnoDB: 128 rollback segments are active.
2020-10-02 13:50:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 13:50:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 13:50:10 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-10-02 13:50:11 0 [Note] InnoDB: 10.5.6 started; log sequence number 47235; transaction id 27
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_CMP' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'user_variables' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
2020-10-02 13:50:11 0 [Note] Plugin 'unix_socket' is disabled.
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-pam-debug'
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown option '--loose-aria'
2020-10-02 13:50:11 0 [Warning] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
2020-10-02 13:50:12 0 [Note] InnoDB: Loading buffer pool(s) from /var/tmp/mtr/7/mysqld.1/data/ib_buffer_pool
2020-10-02 13:50:12 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 13:50:12
2020-10-02 13:50:14 0 [Note] Server socket created on IP: '127.0.0.1'.
2020-10-02 13:50:15 0 [Note] Reading of all Master_info entries succeeded
2020-10-02 13:50:15 0 [Note] Added new Master_info '' to hash table
2020-10-02 13:50:15 0 [Note] /home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mariadbd: ready for connections.
Version: '10.5.6-4-MariaDB-enterprise-log'  socket: '/var/tmp/mtr/tmp/7/mysqld.1.sock'  port: 16120  MariaDB Enterprise Server
2020-10-02 13:50:42 6 [Note] Deleted Master_info file '/var/tmp/mtr/7/mysqld.1/data/master.info'.
2020-10-02 13:50:42 6 [Note] Deleted Master_info file '/var/tmp/mtr/7/mysqld.1/data/relay-log.info'.
2020-10-02 13:50:43 6 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:50:43 6 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='', master_port='3306', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16123', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:50:51 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
2020-10-02 13:50:51 9 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16123' in log 'master-bin.000001' at position 4
2020-10-02 13:50:51 10 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './master-relay-bin.000001' position: 4
2020-10-02 13:50:51 9 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16123',replication started in log 'master-bin.000001' at position 4
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
Master C	B	100
Master C	C	100
Master C	D	100
connection server_4;
SELECT 'Master D',b,COUNT(*) FROM t2 WHERE c = 1 GROUP BY b ORDER BY b;
Master D	b	COUNT(*)
Master D	A	100
Master D	B	100
Master D	C	100
Master D	D	100
connection server_1;

* Transactions with rollbacks *
connection server_1;
BEGIN;
connection server_3;
BEGIN;
connection server_1;
mysqltest: At line 309: query 'INSERT INTO t2(b,c) VALUES('A',2)' failed: 2013: Lost connection to MySQL server during query
mysqltest: At line 309: query 'INSERT INTO t2(b,c) VALUES('A',2)' failed: 2006: MySQL server has gone away



 - skipping '/var/tmp/mtr/7/log/rpl.rpl_circular_for_4_hosts-innodb,stmt/'
***Warnings generated in error logs during shutdown after running tests: rpl.rpl_circular_for_4_hosts

2020-10-02 13:50:58 9 [Warning] Slave: Duplicate entry '6' for key 'PRIMARY' Error_code: 1062

rpl.rpl_stm_EE_err2 'stmt'               w4 [ pass ]   9479
rpl.rpl_server_id1 'row'                 w8 [ pass ]   1866
rpl.rpl_relay_space_innodb 'innodb,stmt' w1 [ pass ]  10228
rpl.rpl_gtid_master_promote 'innodb,stmt' w6 [ pass ]  36159
rpl.rpl_gtid_mdev4474 'innodb,mix'       w3 [ pass ]  15059
rpl.rpl_reopen_temp_table 'innodb,stmt'  w1 [ pass ]   5377
rpl.rpl_session_var 'row'                w8 [ pass ]   5213
rpl.rpl_gtid_basic 'innodb,row'          w5 [ pass ]  45273
rpl.rpl_savepoint 'innodb,stmt'          w1 [ pass ]   5262
rpl.rpl_set_charset 'row'                w8 [ pass ]   5343
rpl.rpl_create_drop_udf 'stmt'           w2 [ skipped ]  Need udf example
rpl.rpl_gtid_mdev4474 'innodb,row'       w3 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_stm_auto_increment_bug33029 'stmt' w4 [ pass ]   8697
rpl.rpl_create_drop_user 'stmt'          w2 [ pass ]   4972
rpl.rpl_gtid_mdev4485 'row'              w6 [ pass ]   6351
rpl.rpl_create_drop_view 'stmt'          w2 [ pass ]   4751
rpl.rpl_slave_status 'row'               w8 [ pass ]  17688
rpl.rpl_gtid_mdev4473 'innodb,mix'       w5 [ pass ]  16105
rpl.rpl_sp004 'row'                      w8 [ pass ]   6662
rpl.rpl_create_if_not_exists 'stmt'      w2 [ pass ]   8405
rpl.rpl_gtid_master_promote 'innodb,mix' w7 [ pass ]  30230
rpl.rpl_critical_errors 'stmt'           w2 [ pass ]     95
rpl.rpl_sp_variables 'row'               w8 [ pass ]   2756
rpl.rpl_gtid_mdev4485 'stmt'             w3 [ pass ]   6409
rpl.rpl_stm_conflicts 'stmt'             w4 [ pass ]   6449
rpl.rpl_ctype_latin1 'stmt'              w2 [ pass ]   3102
rpl.rpl_gtid_mdev9033 'innodb,stmt'      w6 [ pass ]   7811
rpl.rpl_stm_flsh_tbls 'stmt'             w4 [ pass ]   7185
rpl.rpl_delete_no_where 'stmt'           w2 [ pass ]   4611
rpl.rpl_ssl 'row'                        w8 [ pass ]  18122
rpl.rpl_do_grant 'stmt'                  w2 [ pass ]  15548
rpl.rpl_gtid_mdev9033 'innodb,mix'       w5 [ pass ]   7778
rpl.rpl_gtid_mdev9033 'innodb,row'       w3 [ pass ]   7997
rpl.rpl_ssl1 'row'                       w8 [ pass ]  10452
rpl.rpl_strict_password_validation 'row' w8 [ pass ]   2233
rpl.rpl_stm_found_rows 'stmt'            w4 [ pass ]   5383
rpl.rpl_table_options 'row'              w8 [ pass ]   4113
rpl.rpl_stm_loadfile 'stmt'              w4 [ pass ]   4008
rpl.rpl_semi_sync 'innodb,stmt'          w1 [ pass ]  88386
rpl.rpl_gtid_master_promote 'innodb,row' w7 [ pass ]  26982
rpl.rpl_temporal_format_default_to_default 'row' w8 [ pass ]   3887
rpl.rpl_slave_alias_replica 'innodb,stmt' w1 [ pass ]   6370
rpl.rpl_domain_id_filter_restart 'stmt'  w2 [ pass ]  22929
rpl.rpl_temporal_format_mariadb53_to_mariadb53 'row' w8 [ pass ]   3514
rpl.rpl_gtid_nobinlog 'stmt'             w5 [ pass ]   8697
rpl.rpl_drop 'stmt'                      w2 [ pass ]   3483
rpl.rpl_slave_load_in 'innodb,stmt'      w1 [ pass ]   4755
rpl.rpl_temporal_format_mysql56_to_mariadb53 'row' w8 [ pass ]   3305
rpl.rpl_stm_maria 'stmt'                 w4 [ pass ]   6612
rpl.rpl_temporal_format_mysql56_to_mysql56 'row' w8 [ pass ]   3411
rpl.rpl_drop_db 'stmt'                   w2 [ pass ]   4585
rpl.rpl_temporary_error2 'innodb,stmt'   w1 [ pass ]   6317
rpl.rpl_temporal_mysql56 'row'           w8 [ pass ]   3311
rpl.rpl_drop_temp_table_invaid_lex 'stmt' w2 [ pass ]   3393
rpl.rpl_gtid_mdev4474 'innodb,stmt'      w7 [ pass ]  10415
rpl.rpl_temporal_mysql56_to_mariadb 'row' w8 [ pass ]   3132
rpl.rpl_drop_view 'stmt'                 w2 [ pass ]   3145
rpl.rpl_truncate_3innodb 'innodb,stmt'   w1 [ pass ]   8285
rpl.rpl_temporal_mysql56_to_mariadb53 'row' w8 [ pass ]   2988
rpl.rpl_events 'stmt'                    w2 [ pass ]   3973
rpl.rpl_xa_survive_disconnect_mixed_engines 'innodb,stmt' w1 [ pass ]   5858
rpl.rpl_temporal_round 'row'             w8 [ pass ]   2838
rpl.rpl_heartbeat_2slaves 'mix'          w5 [ pass ]  18902
rpl.rpl_function_defaults 'stmt'         w2 [ pass ]   3287
rpl.rpl_stm_max_relay_size 'stmt'        w4 [ pass ]  29232
rpl.rpl_gtid_mdev4485 'mix'              w7 [ pass ]   7298
rpl.rpl_temporary 'row'                  w8 [ pass ]   8471
rpl.rpl_get_lock 'stmt'                  w2 [ pass ]  10692
rpl.rpl_ip_mix2                          w1 [ pass ]   1012
rpl.rpl_stm_mix_show_relaylog_events 'stmt' w4 [ pass ]  13450
rpl.rpl_grant 'stmt'                     w2 [ pass ]   4378
rpl.rpl_truncate_2myisam 'row'           w8 [ pass ]   8196
rpl.rpl_udf 'row'                        w8 [ skipped ]  Need udf example
rpl.rpl_stm_multi_query 'stmt'           w4 [ pass ]   4085
rpl.rpl_gtid_delete_domain 'stmt'        w2 [ pass ]   6137
rpl.rpl_update 'row'                     w8 [ pass ]   3484
rpl.rpl_parallel_multilevel 'innodb,mix' w1 [ skipped ]  debug_sync is not available
rpl.rpl_stm_no_op 'stmt'                 w4 [ pass ]   3615
rpl.rpl_gtid_mdev4820 'stmt'             w2 [ pass ]   8912
rpl.rpl_gtid_misc 'stmt'                 w2 [ pass ]   4098
rpl.rpl_parallel_multilevel 'innodb,row' w1 [ skipped ]  debug_sync is not available
rpl.rpl_heartbeat_ssl 'stmt'             w2 [ pass ]   7424
rpl.rpl_stm_reset_slave 'stmt'           w4 [ pass ]  28225
rpl.rpl_idempotency 'stmt'               w2 [ pass ]   4301
rpl.rpl_parallel_multilevel 'innodb,stmt' w1 [ skipped ]  debug_sync is not available
rpl.rpl_gtid_stop_start 'innodb,stmt'    w6 [ pass ]  163860
rpl.rpl_insert 'stmt'                    w2 [ pass ]  16593
rpl.rpl_stm_sp 'stmt'                    w4 [ pass ]   5630
rpl.rpl_stm_sql_mode 'stmt'              w4 [ pass ]   3573
rpl.rpl_gtid_stop_start 'innodb,row'     w3 [ pass ]  157541
rpl.rpl_insert_delayed 'stmt'            w2 [ pass ]  17728
rpl.rpl_heartbeat_basic 'mix'            w5 [ pass ]  93657
rpl.rpl_parallel_multilevel2 'innodb,mix' w1 [ pass ]  21778
rpl.rpl_loaddata_charset 'stmt'          w2 [ pass ]   4501
rpl.rpl_loaddata_simple 'stmt'           w2 [ pass ]   4120
rpl.rpl_parallel_multilevel2 'innodb,row' w6 [ pass ]  19379
rpl.rpl_ipv4_as_ipv6                     w5 [ pass ]   1151
rpl.rpl_stm_until 'stmt'                 w4 [ pass ]  13522
rpl.rpl_rotate_logs                      w1 [ pass ]   7614
rpl.rpl_heartbeat_2slaves 'row'          w3 [ pass ]  18879
rpl.rpl_row_img_blobs 'innodb,row'       w6 [ skipped ]  Need "--big-test" when running with Valgrind
rpl.rpl_upgrade_master_info 'row'        w8 [ pass ]  118949
rpl.rpl_user 'row'                       w8 [ pass ]   6350
rpl.rpl_row_img_eng_noblob 'innodb,row'  w1 [ skipped ]  Need "--big-test" when running with Valgrind
rpl.rpl_parallel_optimistic_nobinlog 'innodb,stmt' w5 [ pass ]  14031
rpl.rpl_stm_user_variables 'stmt'        w4 [ pass ]  14643
rpl.rpl_loaddatalocal 'stmt'             w2 [ pass ]  44917
rpl.rpl_user_variables 'row'             w8 [ pass ]   5586
rpl.rpl_locale 'stmt'                    w2 [ pass ]   4028
rpl.rpl_show_slave_hosts 'row'           w6 [ pass ]  10668
rpl.rpl_view 'row'                       w8 [ pass ]   5421
rpl.rpl_log_pos 'stmt'                   w2 [ pass ]   6598
rpl.rpl_view_multi 'row'                 w8 [ pass ]   5357
rpl.rpl_row_img_eng_min 'innodb,row'     w5 [ skipped ]  Need "--big-test" when running with Valgrind
rpl.rpl_gtid_stop_start 'innodb,mix'     w7 [ pass ]  175292
rpl.rpl_manual_change_index_file 'stmt'  w2 [ fail ]
        Test ended at 2020-10-02 13:57:52

CURRENT_TEST: rpl.rpl_manual_change_index_file
mysqltest: In included file "./include/rpl_connection.inc": 
included from ./include/end_include_file.inc at line 67:
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_io_to_start.inc at line 40:
included from ./include/wait_for_slave_to_start.inc at line 26:
included from ./include/start_slave.inc at line 35:
included from ./include/rpl_for_each_slave.inc at line 33:
included from ./include/rpl_start_slaves.inc at line 30:
included from ./include/rpl_init.inc at line 210:
included from ./include/master-slave.inc at line 38:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_manual_change_index_file.test at line 1:
At line 29: ERROR IN TEST: you must set $rpl_connection_name before sourcing rpl_connection.inc

The result from queries just before the failure was:
< snip >
included from ./include/wait_for_slave_io_to_start.inc at line 40:
included from ./include/wait_for_slave_to_start.inc at line 26:
included from ./include/start_slave.inc at line 35:
included from ./include/rpl_for_each_slave.inc at line 33:
included from ./include/rpl_start_slaves.inc at line 30:
included from ./include/rpl_init.inc at line 210:
included from ./include/master-slave.inc at line 38:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_manual_change_index_file.test at line 1:
At line 52: query 'let $_tmp= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 1, 1)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_io_to_start.inc at line 40:
included from ./include/wait_for_slave_to_start.inc at line 26:
included from ./include/start_slave.inc at line 35:
included from ./include/rpl_for_each_slave.inc at line 33:
included from ./include/rpl_start_slaves.inc at line 30:
included from ./include/rpl_init.inc at line 210:
included from ./include/master-slave.inc at line 38:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/rpl_manual_change_index_file.test at line 1:
At line 53: query 'let $_include_file_enabled_abort_on_error= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 2)`' failed: 2006: MySQL server has gone away

More results from queries before failure can be found in /var/tmp/mtr/2/log/rpl_manual_change_index_file.log


Server [mysqld.2 - pid: 24461, winpid: 24461, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:57:46 218 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/master.info'.
2020-10-02 13:57:46 218 [Note] Deleted Master_info file '/var/tmp/mtr/2/mysqld.2/data/relay-log.info'.
2020-10-02 13:57:47 218 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:57:47 218 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16000', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16000', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:57:47 220 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16000' in log 'master-bin.000001' at position 4
2020-10-02 13:57:47 220 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16000',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:57:47 221 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
----------SERVER LOG END-------------


 - skipping '/var/tmp/mtr/2/log/rpl.rpl_manual_change_index_file-stmt/'
rpl.rpl_parallel_multilevel2 'innodb,stmt' w3 [ pass ]  28188
rpl.rpl_switch_stm_row_mixed 'stmt'      w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_show_slave_hosts 'stmt'          w1 [ pass ]  15342
rpl.rpl_temp_table 'stmt'                w4 [ pass ]   5455
rpl.rpl_temporal_format_mariadb53_to_mysql56 'stmt' w4 [ pass ]   5056
rpl.semisync_future-7591 'row'           w8 [ pass ]  19092
rpl.rpl_trunc_temp 'stmt'                w4 [ pass ]   3615
rpl.show_status_stop_slave_race-7126 'row' w8 [ fail ]
        Test ended at 2020-10-02 13:58:33

CURRENT_TEST: rpl.show_status_stop_slave_race-7126
/home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mysqlslap: Cannot run query START SLAVE; STOP SLAVE; SHOW GLOBAL STATUS ERROR : Lost connection to MySQL server during query
/home/timofey_turenko_mariadb_com/MariaDBEnterprise/bin/mysqlslap: Cannot run query START SLAVE; STOP SLAVE; SHOW GLOBAL STATUS ERROR : MySQL server has gone away
mysqltest: In included file "./include/rpl_connection.inc": 
included from ./include/end_include_file.inc at line 67:
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_to_stop.inc at line 36:
included from ./include/wait_for_slave_to_stop.inc at line 34:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test at line 19:
At line 29: ERROR IN TEST: you must set $rpl_connection_name before sourcing rpl_connection.inc

The result from queries just before the failure was:
< snip >
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test at line 19:
At line 43: query 'let $_tmp= `SELECT SUBSTRING('$_include_file_enabled_result_log', 1, 1)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_to_stop.inc at line 36:
included from ./include/wait_for_slave_to_stop.inc at line 34:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test at line 19:
At line 44: query 'let $_include_file_enabled_result_log= `SELECT SUBSTRING('$_include_file_enabled_result_log', 2)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_to_stop.inc at line 36:
included from ./include/wait_for_slave_to_stop.inc at line 34:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test at line 19:
At line 52: query 'let $_tmp= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 1, 1)`' failed: 2006: MySQL server has gone away
mysqltest: In included file "./include/end_include_file.inc": 
included from ./include/wait_for_slave_param.inc at line 124:
included from ./include/wait_for_slave_sql_to_stop.inc at line 36:
included from ./include/wait_for_slave_to_stop.inc at line 34:
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test at line 19:
At line 53: query 'let $_include_file_enabled_abort_on_error= `SELECT SUBSTRING('$_include_file_enabled_abort_on_error', 2)`' failed: 2006: MySQL server has gone away

More results from queries before failure can be found in /var/tmp/mtr/8/log/show_status_stop_slave_race-7126.log


Server [mysqld.2 - pid: 30166, winpid: 30166, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
2020-10-02 13:58:19 62 [Note] Deleted Master_info file '/var/tmp/mtr/8/mysqld.2/data/master.info'.
2020-10-02 13:58:19 62 [Note] Deleted Master_info file '/var/tmp/mtr/8/mysqld.2/data/relay-log.info'.
2020-10-02 13:58:19 62 [Note] Master connection name: ''  Master_info_file: 'master.info'  Relay_info_file: 'relay-log.info'
2020-10-02 13:58:19 62 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='127.0.0.1', master_port='16140', master_log_file='', master_log_pos='4'. New state master_host='127.0.0.1', master_port='16140', master_log_file='master-bin.000001', master_log_pos='4'.
2020-10-02 13:58:19 64 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 4
2020-10-02 13:58:19 65 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 4, relay log './slave-relay-bin.000001' position: 4
2020-10-02 13:58:19 64 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 4
2020-10-02 13:58:20 65 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:20 65 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:20 64 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 71 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 71 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 72 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 72 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 72 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 71 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 73 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 74 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 73 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 74 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 74 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 73 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:21 73 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 76 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 75 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 76 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 76 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 75 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 75 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 77 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 78 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 78 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 78 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 77 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 77 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 79 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 80 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 80 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 80 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 79 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 79 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 82 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 81 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 82 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 81 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 81 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:21 81 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 83 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 83 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 84 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 84 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 84 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 83 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:21 83 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:21 85 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 85 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 86 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:21 86 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:21 86 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:21 85 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:21 85 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 87 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 88 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 88 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 87 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 87 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:22 87 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 89 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 90 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 89 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 90 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:22 90 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 89 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:22 89 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 91 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 92 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 92 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 91 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 91 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:22 91 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 93 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 94 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 94 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 93 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 93 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 95 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 96 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 95 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 96 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 95 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:22 95 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 97 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 98 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 98 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:22 98 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 97 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 97 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 99 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 100 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 100 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 99 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 99 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:22 99 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 101 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 102 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 102 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:22 102 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 101 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 101 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:22 103 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 104 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:22 104 [Note] Error reading relay log event: slave SQL thread was killed
2020-10-02 13:58:22 104 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 103 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:22 103 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:23 105 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
2020-10-02 13:58:23 106 [Note] Slave SQL thread initialized, starting replication in log 'master-bin.000001' at position 763, relay log './slave-relay-bin.000002' position: 1063
2020-10-02 13:58:23 106 [Note] Slave SQL thread exiting, replication stopped in log 'master-bin.000001' at position 763
2020-10-02 13:58:23 105 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:16140',replication started in log 'master-bin.000001' at position 763
2020-10-02 13:58:23 105 [Note] Slave I/O thread killed while calling get_master_version_and_clock(...)
2020-10-02 13:58:23 105 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 763
2020-10-02 13:58:25 107 [Note] Slave I/O thread: Start asynchronous replication to master 'root@127.0.0.1:16140' in log 'master-bin.000001' at position 763
----------SERVER LOG END-------------


 - skipping '/var/tmp/mtr/8/log/rpl.show_status_stop_slave_race-7126-row/'
innodb.alter_not_null 'COPY,STRICT,innodb' w1 [ pass ]  12939
rpl.rpl_variables 'stmt'                 w4 [ skipped ]  Neither MIXED nor ROW binlog format
rpl.rpl_many_optimize 'stmt'             w2 [ pass ]  15348
rpl.rpl_show_slave_hosts 'mix'           w3 [ pass ]  17809
rpl.rpl_variables_stm 'stmt'             w4 [ pass ]   4416
rpl.rpl_master_pos_wait 'stmt'           w2 [ pass ]   7617
rpl.rpl_heartbeat_2slaves 'stmt'         w7 [ pass ]  25502
sys_vars.sysvars_star                    w3 [ pass ]   1223
innodb.alter_not_null 'COPY,NON-STRICT,innodb' w8 [ pass ]   5934
innodb.alter_algorithm 'COPY,innodb'     w1 [ pass ]   8990
rpl.rpl_ip_mix                           w7 [ pass ]    762
rpl.sec_behind_master-5114 'stmt'        w4 [ pass ]   8697
rpl.rpl_misc_functions 'stmt'            w2 [ pass ]   6468
innodb.alter_not_null 'INPLACE,STRICT,innodb' w3 [ pass ]   5243
sys_vars.sysvars_server_embedded '64bit' w1 [ skipped ]  Test requires: embedded server
innodb.alter_algorithm 'NOCOPY,innodb'   w8 [ pass ]   3803
rpl.rpl_mixed_bit_pk 'stmt'              w2 [ pass ]   3399
sys_vars.sysvars_server_notembedded '64bit' w1 [ pass ]   1123
rpl.rpl_ipv6                             w7 [ pass ]    706
rpl.rpl_multi_update 'stmt'              w2 [ pass ]   2887
innodb.alter_not_null 'INPLACE,NON-STRICT,innodb' w4 [ pass ]   4423
rpl.rpl_slave_shutdown_mdev20821 'innodb,mix' w5 [ pass ]  66262
rpl.rpl_multi_update3 'stmt'             w2 [ pass ]   3972
sys_vars.host_cache_size_auto            w1 [ pass ]    143
innodb.alter_algorithm 'INSTANT,innodb'  w3 [ pass ]   4836
sys_vars.autocommit_func4 'innodb'       w8 [ pass ]   1603
rpl.rpl_name_const 'stmt'                w2 [ pass ]   3230
sys_vars.slave_parallel_threads_basic    w7 [ pass ]    258
rpl.rpl_nondeterministic_functions 'stmt' w2 [ pass ]   3694
sys_vars.autocommit_func2 'innodb'       w4 [ pass ]   1303
main.ipv4_as_ipv6                        w1 [ pass ]   3464
rpl.sequence 'row'                       w5 [ pass ]   7301
sys_vars.autocommit_func5 'innodb'       w3 [ pass ]   1610
rpl.rpl_test_framework 'stmt'            w6 [ pass ]  118214
innodb.alter_algorithm 'INPLACE,innodb'  w7 [ pass ]   5805
main.ipv4_and_ipv6                       w4 [ pass ]   2625
perfschema.socket_instances_func         w5 [ pass ]   1762
binlog.binlog_row_annotate 'row'         w1 [ pass ]   4176
main.ipv6                                w3 [ pass ]   2040
sys_vars.autocommit_func3 'innodb'       w7 [ pass ]   1359
binlog.binlog_stm_do_db 'innodb,stmt'    w4 [ pass ]   2395
binlog.binlog_parallel_replication_marks_stm_mix 'innodb,mix' w1 [ pass ]   3079
sys_vars.back_log_basic                  w7 [ pass ]    139
binlog.binlog_invalid_read_in_rotate 'disable_checksum,innodb,mix' w3 [ pass ]   7110
innodb.innodb 'innodb'                   w8 [ pass ]  41711
binlog.binlog_innodb 'innodb,mix'        w5 [ pass ]  14227
binlog.binlog_variables_log_bin_index 'mix' w1 [ pass ]    151
binlog.binlog_show_binlog_event_random_pos 'disable_checksum,innodb,mix' w3 [ pass ]   6448
binlog.binlog_invalid_read_in_rotate 'enable_checksum,innodb,mix' w6 [ pass ]   9020
binlog.flashback 'innodb,mix'            w4 [ pass ]   9964
binlog.binlog_mysqlbinlog-cp932 'mix'    w8 [ pass ]   1227
binlog.backup 'mix'                      w1 [ pass ]   1211
binlog.binlog_delete_and_flush_index 'mix' w3 [ pass ]   1611
binlog.binlog_max_binlog_stmt_cache_size 'mix' w8 [ pass ]    632
innodb.innodb_bug53674 'innodb'          w4 [ pass ]   1460
binlog.binlog_mixed_cache_stat 'innodb,mix' w5 [ pass ]  15741
binlog.binlog_mixed_load_data 'mix'      w1 [ pass ]   1315
binlog.binlog_flush_binlogs_delete_domain 'mix' w3 [ pass ]   1944
binlog.binlog_variables_relay_log_index 'mix' w8 [ pass ]    231
binlog.binlog_format_switch_in_tmp_table 'mix' w3 [ pass ]    309
binlog.binlog_variables_log_bin 'mix'    w4 [ pass ]    195
binlog.binlog_bug36391 'mix'             w5 [ pass ]    728
binlog.binlog_stm_ctype_ucs 'mix'        w1 [ pass ]   1854
binlog.binlog_stm_mix_innodb_myisam 'innodb,stmt' w7 [ pass ]  38066
binlog.binlog_show_binlog_event_random_pos 'enable_checksum,innodb,mix' w6 [ pass ]  10455
binlog.binlog_stm_insert_select 'mix'    w1 [ pass ]    838
binlog.binlog_variables_relay_log 'mix'  w4 [ pass ]    200
main.mysqlbinlog_row_minimal             w8 [ pass ]   2615
binlog.binlog_grant 'mix'                w3 [ pass ]   2336
binlog.binlog_tmp_table 'mix'            w1 [ pass ]   1418
binlog.binlog_base64_flag 'mix'          w5 [ pass ]   1380
binlog.temptable_uservar_disconnect-7938 'mix' w1 [ pass ]    920
binlog.binlog_old_versions 'mix'         w5 [ pass ]   5379
binlog.binlog_invalid_read_in_rotate 'disable_checksum,innodb,row' w6 [ pass ]   7040
binlog.binlog_stm_binlog 'innodb,mix'    w7 [ pass ]  11703
binlog.binlog_max_extension 'mix'        w3 [ pass ]  19777
binlog.binlog_mdev717 'mix'              w3 [ skipped ]  debug_sync is not available
binlog.binlog_innodb 'innodb,row'        w4 [ pass ]  12732
binlog.binlog_row_binlog 'innodb,row'    w5 [ pass ]   9234
binlog.flashback 'innodb,row'            w1 [ pass ]   9804
binlog.binlog_checksum 'innodb,mix'      w7 [ pass ]   1121
binlog.binlog_mysqlbinlog2 'mix'         w3 [ pass ]   2484
binlog.binlog_row_mix_innodb_myisam 'innodb,row' w8 [ pass ]  31318
binlog.binlog_show_binlog_event_random_pos 'disable_checksum,innodb,row' w6 [ pass ]  26616
binlog.binlog_commit_wait 'innodb,mix'   w7 [ pass ]   7532
binlog.binlog_dmls_on_tmp_tables_readonly 'innodb,mix' w7 [ pass ]    524
binlog.binlog_drop_if_exists 'innodb,mix' w7 [ pass ]   2243
main.long_unique_bugs 'innodb'           w1 [ pass ]   7238
binlog.binlog_checksum 'innodb,row'      w8 [ pass ]   1116
binlog.binlog_no_uniqfile_crash 'mix'    w3 [ pass ]  11549
binlog.binlog_bug23533 'innodb,row'      w5 [ pass ]  15737
binlog.binlog_server_id 'mix'            w3 [ pass ]    500
binlog.binlog_commit_wait 'innodb,row'   w8 [ pass ]   7443
binlog.binlog_invalid_read_in_rotate 'enable_checksum,innodb,row' w4 [ pass ]   9269
binlog.binlog_empty_xa_prepared 'innodb,mix' w7 [ pass ]    849
binlog.binlog_sql_mode 'mix'             w3 [ pass ]   1259
binlog.binlog_innodb_row 'innodb,row'    w5 [ pass ]   3546
binlog.binlog_dmls_on_tmp_tables_readonly 'innodb,row' w8 [ pass ]    449
binlog.binlog_start_comment 'mix'        w3 [ pass ]    628
rpl.rpl_optimize 'stmt'                  w2 [ pass ]  179622
main.stat_tables_rbr 'innodb'            w1 [ pass ]   1992
binlog.binlog_drop_if_exists 'innodb,row' w8 [ pass ]   2099
rpl.rpl_password_boundaries 'stmt'       w2 [ pass ]   5521
rpl.rpl_ps 'stmt'                        w2 [ pass ]   2837
binlog.binlog_stm_ctype_cp932 'mix'      w3 [ pass ]  12360
binlog.binlog_delete_and_flush_index 'row' w1 [ pass ]   1255
binlog.binlog_stm_drop_tbl 'mix'         w3 [ pass ]    497
sys_vars.tx_isolation_func 'innodb'      w6 [ pass ]  32027
rpl.rpl_read_new_relay_log_info 'stmt'   w2 [ pass ]   2842
binlog.binlog_truncate_myisam 'mix'      w3 [ pass ]   1383
binlog.binlog_mysqlbinlog_row_innodb 'innodb,row' w5 [ pass ]   8951
binlog.read_only 'mix'                   w3 [ pass ]   1020
binlog.binlog_implicit_commit 'innodb,row' w8 [ pass ]  18359
rpl.rpl_read_old_relay_log_info 'stmt'   w2 [ pass ]   3280
binlog.binlog_mysqlbinlog_row_trans 'innodb,row' w5 [ pass ]   1562
binlog.binlog_mysqlbinlog-cp932 'row'    w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_mixed 'innodb,row'         w8 [ pass ]    366
rpl.rpl_relay_space_myisam 'stmt'        w2 [ pass ]   2903
binlog.binlog_implicit_commit 'innodb,mix' w7 [ pass ]  18494
binlog.binlog_query_filter_rules 'row'   w6 [ pass ]   1141
binlog.binlog_mixed 'innodb,mix'         w7 [ pass ]    468
rpl.rpl_server_id1 'stmt'                w2 [ pass ]   2259
binlog.binlog_stm_drop_tmp_tbl 'innodb,mix' w7 [ pass ]   1984
rpl.rpl_session_var 'stmt'               w2 [ pass ]   2739
binlog.binlog_grant 'row'                w1 [ pass ]   2343
binlog.binlog_parallel_replication_marks_row 'innodb,row' w5 [ pass ]   2965
binlog.binlog_variables_log_bin 'row'    w6 [ pass ]    128
rpl.rpl_set_charset 'stmt'               w2 [ pass ]   2586
binlog.binlog_mysqlbinlog_row 'row'      w3 [ pass ]  10832
binlog.binlog_row_cache_stat 'innodb,row' w8 [ pass ]  13840
binlog.binlog_parallel_replication_marks_stm_mix 'innodb,row' w5 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_variables_relay_log_index 'row' w6 [ pass ]    136
binlog.binlog_row_drop_tmp_tbl 'innodb,row' w8 [ pass ]   1893
rpl.rpl_slave_status 'stmt'              w2 [ pass ]  14503
binlog.binlog_max_extension 'row'        w1 [ pass ]  18729
binlog.binlog_mysqlbinlog_row_myisam 'row' w3 [ pass ]   7800
binlog.binlog_mdev717 'row'              w1 [ skipped ]  debug_sync is not available
rpl.rpl_sp004 'stmt'                     w2 [ pass ]   3712
binlog.binlog_variables_relay_log 'row'  w6 [ pass ]    160
binlog.binlog_row_mysqlbinlog_db_filter 'innodb,row' w5 [ pass ]   2718
binlog.binlog_stm_drop_tmp_tbl 'innodb,row' w8 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_sp_variables 'stmt'              w2 [ pass ]   2586
innodb.snapshot 'innodb'                 w5 [ pass ]    376
binlog.binlog_mysqlbinlog2 'row'         w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_row_ctype_ucs 'row'        w3 [ pass ]   1867
binlog.binlog_row_insert_select 'row'    w3 [ pass ]   1016
binlog.binlog_base64_flag 'row'          w6 [ pass ]   1323
rpl.rpl_ssl 'stmt'                       w2 [ pass ]   8371
binlog.binlog_xa_prepared_disconnect 'innodb,mix' w7 [ pass ]  37266
binlog.binlog_old_versions 'row'         w6 [ pass ]   5570
binlog.binlog_switch_inside_trans 'innodb,row' w8 [ pass ]   2571
main.sp_trans_log 'innodb'               w7 [ pass ]   1297
binlog.binlog_stm_unsafe_warning 'stmt'  w5 [ pass ]   3253
main.tc_heuristic_recover 'innodb'       w7 [ skipped ]  debug_sync is not available
binlog.foreign_key 'innodb,row'          w8 [ pass ]    920
binlog.binlog_mysqlbinlog_base64 'row'   w1 [ pass ]   5915
rpl.rpl_ssl1 'stmt'                      w2 [ pass ]   8431
binlog.binlog_row_mysqlbinlog_options 'row' w3 [ pass ]   1781
binlog.binlog_mysqlbinlog_stop_never 'row' w1 [ pass ]    682
rpl.rpl_strict_password_validation 'stmt' w2 [ pass ]   2793
rpl.rpl_table_options 'stmt'             w2 [ pass ]   3092
binlog.binlog_max_binlog_stmt_cache_size 'row' w7 [ pass ]    589
binlog.binlog_stm_ctype_ucs 'row'        w3 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_stm_insert_select 'row'    w3 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_parallel_replication_marks_stm_mix 'innodb,stmt' w8 [ pass ]   2704
rpl.rpl_temporal_format_default_to_default 'stmt' w2 [ pass ]   2649
rpl.rpl_temporal_format_mariadb53_to_mariadb53 'stmt' w2 [ pass ]   2722
binlog.binlog_innodb 'innodb,stmt'       w5 [ pass ]  12209
binlog.binlog_no_uniqfile_crash 'row'    w1 [ pass ]  11992
rpl.rpl_temporal_format_mysql56_to_mariadb53 'stmt' w2 [ pass ]   2825
binlog.binlog_stm_row 'row'              w3 [ pass ]   1886
binlog.binlog_invalid_read_in_rotate 'disable_checksum,innodb,stmt' w7 [ pass ]   6881
rpl.rpl_temporal_format_mysql56_to_mysql56 'stmt' w2 [ pass ]   2718
main.mysqlbinlog-innodb 'innodb'         w8 [ pass ]   1662
binlog.binlog_invalid_read_in_rotate 'enable_checksum,innodb,stmt' w6 [ pass ]   8966
rpl.rpl_temporal_mysql56 'stmt'          w2 [ pass ]   2881
binlog.binlog_tmp_table 'row'            w3 [ skipped ]  Neither MIXED nor STATEMENT binlog format
binlog.binlog_show_binlog_event_random_pos 'disable_checksum,innodb,stmt' w7 [ pass ]   6523
rpl.rpl_temporal_mysql56_to_mariadb 'stmt' w2 [ pass ]   2384
binlog.flashback 'innodb,stmt'           w5 [ pass ]   9845
rpl.rpl_temporal_mysql56_to_mariadb53 'stmt' w2 [ pass ]   2533
binlog.binlog_checksum 'innodb,stmt'     w8 [ pass ]   1098
binlog.binlog_tmp_table_row 'row'        w3 [ pass ]    697
rpl.rpl_temporal_round 'stmt'            w2 [ pass ]   2691
binlog.binlog_commit_wait 'innodb,stmt'  w8 [ pass ]   7632
binlog.binlog_dmls_on_tmp_tables_readonly 'innodb,stmt' w8 [ pass ]    480
binlog.binlog_database 'innodb,stmt'     w7 [ pass ]   7318
rpl.rpl_temporary 'stmt'                 w2 [ pass ]   6389
sequence.simple 'innodb'                 w5 [ pass ]   3171
binlog.binlog_show_binlog_event_random_pos 'enable_checksum,innodb,row' w4 [ pass ]  33735
main.ctype_cp932_binlog_row              w3 [ pass ]   1382
binlog.binlog_drop_if_exists 'innodb,stmt' w8 [ pass ]   2154
rpl.rpl_truncate_2myisam 'stmt'          w2 [ pass ]   5659
rpl.rpl_udf 'stmt'                       w2 [ skipped ]  Need udf example
binlog.binlog_show_binlog_event_random_pos 'enable_checksum,innodb,stmt' w6 [ pass ]   9279
rpl.rpl_update 'stmt'                    w2 [ pass ]   2430
binlog.binlog_delete_and_flush_index 'stmt' w5 [ pass ]   1127
main.partition_innodb_stmt 'innodb'      w7 [ pass ]   1754
binlog.binlog_variables_log_bin_index 'row' w4 [ pass ]    132
main.mysqlbinlog_row_compressed          w3 [ pass ]   2374
parts.partition_mdev6067 'innodb'        w7 [ pass ]   1277
binlog.binlog_implicit_commit 'innodb,stmt' w8 [ pass ]  17815
binlog.binlog_sf 'stmt'                  w6 [ pass ]    646
binlog.binlog_stm_blackhole 'stmt'       w5 [ pass ]   2868
binlog.binlog_mysqlbinlog-cp932 'stmt'   w3 [ pass ]   1187
binlog.binlog_variables_log_bin_index 'stmt' w7 [ pass ]    137
main.mysqlbinlog                         w4 [ pass ]   5877
binlog.binlog_innodb_stm 'innodb,stmt'   w8 [ pass ]   1846
binlog.binlog_stm_ctype_ucs 'stmt'       w6 [ pass ]   1786
binlog.binlog_max_binlog_stmt_cache_size 'stmt' w3 [ pass ]    591
main.partition_binlog_stmt               w5 [ pass ]   1104
binlog.binlog_stm_insert_select 'stmt'   w6 [ pass ]    983
binlog.binlog_unsafe 'stmt'              w7 [ skipped ]  Need udf example
binlog.binlog_variables_log_bin 'stmt'   w4 [ pass ]    159
binlog.binlog_killed 'innodb,stmt'       w8 [ pass ]   5252
binlog.binlog_tmp_table 'stmt'           w6 [ pass ]   1453
binlog.binlog_variables_relay_log 'stmt' w3 [ pass ]    168
binlog.binlog_variables_relay_log_index 'stmt' w5 [ pass ]    138
binlog.binlog_grant 'stmt'               w7 [ pass ]   2323
binlog.binlog_base64_flag 'stmt'         w4 [ pass ]   1346
main.mysqlbinlog_stmt_compressed         w6 [ pass ]   1709
binlog.binlog_mixed 'innodb,stmt'        w8 [ skipped ]  Neither MIXED nor ROW binlog format
main.set_statement_notembedded_binlog    w6 [ pass ]    722
binlog.binlog_old_versions 'stmt'        w4 [ pass ]   5400
innodb.group_commit_no_optimize_thread 'innodb' w5 [ skipped ]  debug_sync is not available
main.lock_tables_lost_commit 'innodb'    w3 [ pass ]   1281
binlog.binlog_rotate_perf 'row'          w1 [ pass ]  107914
binlog.binlog_max_extension 'stmt'       w7 [ pass ]  19120
main.ctype_filesystem                    w5 [ pass ]    226
perfschema.io_cache                      w3 [ pass ]    981
binlog.binlog_mdev717 'stmt'             w7 [ skipped ]  debug_sync is not available
main.mysqlcheck 'innodb'                 w6 [ pass ]   8278
binlog.binlog_stm_cache_stat 'innodb,stmt' w8 [ pass ]  13818
binlog.binlog_mysqlbinlog2 'stmt'        w7 [ pass ]   2666
main.ctype_ucs2_def                      w6 [ pass ]   1206
main.ps                                  w4 [ pass ]  24055
innodb.instant_alter_extend 'compact,innodb,latin1,release' w5 [ pass ]   7525
innodb.instant_alter_extend 'dynamic,innodb,latin1,release' w3 [ pass ]   7428
binlog.binlog_row_ctype_cp932 'row'      w1 [ pass ]  15164
binlog.binlog_stm_drop_tmp_tbl 'innodb,stmt' w8 [ pass ]   3305
binlog.binlog_row_drop_tbl 'row'         w1 [ pass ]    677
rpl.rpl_upgrade_master_info 'stmt'       w2 [ pass ]  95744
binlog.binlog_row_mysqlbinlog_verbose 'row' w1 [ pass ]    722
main.ctype_utf16_def                     w6 [ pass ]    594
rpl.rpl_user 'stmt'                      w2 [ pass ]   3917
main.type_varchar                        w4 [ pass ]   3884
main.ctype_ucs2_query_cache              w3 [ pass ]    957
main.upgrade                             w4 [ pass ]   1109
binlog.binlog_truncate_kill 'innodb,stmt' w8 [ skipped ]  debug_sync is not available
binlog.binlog_no_uniqfile_crash 'stmt'   w7 [ pass ]  12103
rpl.rpl_user_variables 'stmt'            w2 [ pass ]   4180
binlog.binlog_server_id 'row'            w1 [ pass ]    726
innodb.instant_alter_extend 'innodb,latin1,redundant,release' w5 [ pass ]   7887
main.session_tracker_last_gtid 'innodb'  w8 [ pass ]   1204
binlog.binlog_server_id 'stmt'           w7 [ pass ]    457
sql_sequence.replication_drop 'innodb'   w8 [ pass ]    346
binlog.binlog_sql_mode 'row'             w1 [ pass ]   1455
binlog.binlog_sql_mode 'stmt'            w7 [ pass ]   1349
rpl.rpl_view 'stmt'                      w2 [ pass ]   3308
binlog.binlog_start_comment 'row'        w1 [ pass ]    465
binlog.binlog_start_comment 'stmt'       w7 [ pass ]    430
binlog.binlog_stm_ctype_cp932 'row'      w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
main.lowercase_utf8                      w4 [ pass ]    358
innodb.instant_alter_extend 'innodb,redundant,release,utf8' w6 [ pass ]   7795
binlog.binlog_stm_drop_tbl 'row'         w1 [ skipped ]  Neither MIXED nor STATEMENT binlog format
rpl.rpl_view_multi 'stmt'                w2 [ pass ]   2771
binlog.binlog_truncate_myisam 'row'      w1 [ pass ]   1425
innodb.instant_alter_extend 'dynamic,innodb,release,utf8' w3 [ pass ]   7406
binlog.read_only 'row'                   w1 [ pass ]   1106
binlog.binlog_statement_insert_delayed 'stmt' w7 [ pass ]   1661
innodb.instant_alter_extend 'compact,innodb,release,utf8' w5 [ pass ]   6840
main.ctype_utf8_def_upgrade              w4 [ pass ]    746
main.ctype_ldml                          w8 [ pass ]   5537
main.bug47671                            w3 [ pass ]    243
rpl.semisync_future-7591 'stmt'          w2 [ pass ]  15125
innodb.innodb-system-table-view '16k,innodb' w6 [ pass ]   3159
compat/oracle.sequence                   w1 [ pass ]   1152
perfschema.short_option_1                w8 [ pass ]    194
vcol.update_binlog                       w1 [ pass ]   2512
perfschema.no_threads                    w6 [ pass ]    849
main.grant                               w4 [ pass ]   9663
innodb.innodb_ctype_ldml 'innodb'        w5 [ pass ]   6295
rpl.show_status_stop_slave_race-7126 'stmt' w2 [ pass ]  13014
binlog.binlog_stm_ctype_cp932 'stmt'     w7 [ pass ]  13152
innodb.innodb-system-table-view '4k,innodb' w3 [ pass ]   2650
main.grant2                              w4 [ pass ]   3322
main.grant4                              w4 [ pass ]   1401
main.mdl_sync 'innodb'                   w2 [ skipped ]  debug_sync is not available
binlog.binlog_stm_datetime_ranges_mdev15289 'stmt' w7 [ pass ]   2480
main.date_formats                        w3 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:08:50
line
==8971== Thread 6:
==8971== Conditional jump or move depends on uninitialised value(s)
==8971==    at 0xB5D60D: extract_date_time(THD*, st_date_time_format*, char const*, unsigned int, st_mysql_time*, enum_mysql_timestamp_type, char const**, char const*, date_conv_mode_t) [clone .isra.103] (item_timefunc.cc:399)
==8971==    by 0xB62CB9: Item_func_str_to_date::get_date_common(THD*, st_mysql_time*, date_mode_t, enum_mysql_timestamp_type) (item_timefunc.cc:3079)
==8971==    by 0x9DD3E0: Type_handler::Item_send_datetime(Item*, Protocol*, st_value*) const (sql_type.cc:7428)
==8971==    by 0x7BB799: Protocol::send_result_set_row(List<Item>*) (protocol.cc:1083)
==8971==    by 0x82C271: select_send::send_data(List<Item>&) (sql_class.cc:3027)
==8971==    by 0x8BA0C0: send_data_with_check (sql_class.h:5307)
==8971==    by 0x8BA0C0: end_send(JOIN*, st_join_table*, bool) (sql_select.cc:21817)
==8971==    by 0x8A5DAB: evaluate_join_record(JOIN*, st_join_table*, int) (sql_select.cc:20848)
==8971==    by 0x8AB98C: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20664)
==8971==    by 0x8DB403: do_select (sql_select.cc:20159)
==8971==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==8971==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==8971==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==8971==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==8971==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==8971==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==8971==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==8971==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==8971==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==8971==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==8971==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==8971==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==8971== Conditional jump or move depends on uninitialised value(s)
==8971==    at 0xB5D60D: extract_date_time(THD*, st_date_time_format*, char const*, unsigned int, st_mysql_time*, enum_mysql_timestamp_type, char const**, char const*, date_conv_mode_t) [clone .isra.103] (item_timefunc.cc:399)
==8971==    by 0xB62CB9: Item_func_str_to_date::get_date_common(THD*, st_mysql_time*, date_mode_t, enum_mysql_timestamp_type) (item_timefunc.cc:3079)
==8971==    by 0x9D8C31: Temporal_with_date::make_from_item(THD*, Item*, date_mode_t) (sql_type.cc:1009)
==8971==    by 0xB66FE9: Temporal_with_date (sql_type.h:2035)
==8971==    by 0xB66FE9: Datetime (sql_type.h:2314)
==8971==    by 0xB66FE9: Datetime (sql_type.h:2320)
==8971==    by 0xB66FE9: Datetime (sql_type.h:2323)
==8971==    by 0xB66FE9: Item_handled_func::Handler_datetime::val_str_ascii(Item_handled_func*, String*) const (item_func.h:668)
==8971==    by 0xB2AB73: Item_func::val_str_from_val_str_ascii(String*, String*) (item_strfunc.cc:98)
==8971==    by 0xB67A2D: Item_handled_func::Handler_temporal::val_str(Item_handled_func*, String*) const (item_func.h:546)
==8971==    by 0xB2AF6B: Item_func_concat::val_str(String*) (item_strfunc.cc:618)
==8971==    by 0x9DD123: Type_handler::Item_send_str(Item*, Protocol*, st_value*) const (sql_type.cc:7343)
==8971==    by 0x7BB799: Protocol::send_result_set_row(List<Item>*) (protocol.cc:1083)
==8971==    by 0x82C271: select_send::send_data(List<Item>&) (sql_class.cc:3027)
==8971==    by 0x8BA0C0: send_data_with_check (sql_class.h:5307)
==8971==    by 0x8BA0C0: end_send(JOIN*, st_join_table*, bool) (sql_select.cc:21817)
==8971==    by 0x8A5DAB: evaluate_join_record(JOIN*, st_join_table*, int) (sql_select.cc:20848)
==8971==    by 0x8AB98C: sub_select(JOIN*, st_join_table*, bool) (sql_select.cc:20664)
==8971==    by 0x8DB403: do_select (sql_select.cc:20159)
==8971==    by 0x8DB403: JOIN::exec_inner() (sql_select.cc:4455)
==8971==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==8971==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==8971==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==8971==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==8971==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==8971==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
^ Found warnings in /var/tmp/mtr/3/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/3/log/main.date_formats/'
innodb.innodb-system-table-view '8k,innodb' w5 [ pass ]   2748
main.mysqldump-max 'innodb'              w6 [ pass ]  11287
binlog.binlog_stm_drop_tbl 'stmt'        w7 [ pass ]   1187
main.lock_sync 'innodb'                  w8 [ skipped ]  debug_sync is not available
versioning.delete_history 'innodb,timestamp' w2 [ pass ]   4305
versioning.delete_history 'innodb,trx_id' w2 [ pass ]   1605
period.delete 'innodb'                   w6 [ pass ]   5138
binlog.binlog_stm_ps 'stmt'              w7 [ pass ]   2950
period.update 'innodb'                   w6 [ pass ]   1891
binlog.binlog_stm_sp 'stmt'              w7 [ pass ]   1176
binlog.binlog_stm_sp_type_row 'stmt'     w7 [ pass ]   1276
main.partition_innodb_semi_consistent 'innodb' w5 [ pass ]  18552
innodb.innodb-autoinc 'innodb'           w1 [ pass ]  48677
period.overlaps 'innodb'                 w8 [ pass ]   5730
binlog.binlog_stm_user_variables 'stmt'  w7 [ pass ]    720
binlog.binlog_trigger 'stmt'             w7 [ pass ]    571
versioning.delete_history 'heap,innodb'  w6 [ pass ]   2321
versioning.partition 'innodb,timestamp'  w2 [ pass ]  17677
period.versioning 'heap,innodb'          w1 [ pass ]   2102
versioning.delete_history 'innodb,traditional' w8 [ pass ]   2465
binlog.binlog_truncate_myisam 'stmt'     w7 [ pass ]   2231
period.versioning 'innodb,timestamp'     w5 [ pass ]   3113
main.bootstrap                           w4 [ pass ]  52629
versioning.auto_increment 'heap,innodb'  w1 [ pass ]    503
period.versioning 'innodb,trx_id'        w5 [ pass ]    788
versioning.auto_increment 'innodb,timestamp' w5 [ pass ]    814
versioning.create 'heap,innodb'          w1 [ pass ]   2005
versioning.auto_increment 'innodb,trx_id' w5 [ pass ]    548
versioning.delete 'heap,innodb'          w1 [ pass ]    616
versioning.partition 'innodb,trx_id'     w2 [ pass ]  12331
versioning.insert 'heap,innodb'          w1 [ pass ]    436
binlog.load_data_stm_view 'stmt'         w7 [ pass ]   1382
versioning.partition 'heap,innodb'       w6 [ pass ]   8682
versioning.create 'innodb,timestamp'     w5 [ pass ]   3593
versioning.replace 'heap,innodb,unique'  w1 [ pass ]    442
binlog.mysqladmin 'stmt'                 w7 [ pass ]    958
versioning.replace 'heap,innodb,pk'      w1 [ pass ]    346
versioning.replace 'heap,innodb,sec'     w1 [ skipped ]  pk or unique only
versioning.create 'innodb,trx_id'        w5 [ pass ]   7934
versioning.partition 'innodb,traditional' w8 [ pass ]  14959
versioning.select 'heap,innodb'          w1 [ pass ]   3498
versioning.delete 'innodb,timestamp'     w5 [ pass ]   1025
binlog.read_only 'stmt'                  w7 [ skipped ]  Neither MIXED nor ROW binlog format
versioning.select2 'heap,innodb'         w1 [ pass ]   1057
versioning.delete 'innodb,trx_id'        w5 [ pass ]    948
versioning.delete_history 'innodb,myisam' w2 [ pass ]   2425
period.versioning 'innodb,traditional'   w6 [ pass ]   1942
versioning.update 'heap,innodb'          w1 [ pass ]   1937
versioning.auto_increment 'innodb,traditional' w6 [ pass ]    506
versioning.online 'innodb,release,timestamp' w4 [ pass ]  23648
versioning.view 'heap,innodb'            w1 [ pass ]   1160
versioning.foreign 'innodb,timestamp,unique' w5 [ pass ]   5358
versioning.create 'innodb,traditional'   w6 [ pass ]   2061
period.versioning 'innodb,myisam'        w8 [ pass ]   2049
versioning.delete 'innodb,traditional'   w6 [ pass ]    632
binlog.read_only_statement 'stmt'        w7 [ pass ]   2060
versioning.foreign 'innodb,trx_id,unique' w5 [ pass ]   3399
versioning.auto_increment 'innodb,myisam' w8 [ pass ]    513
versioning.insert 'innodb,traditional'   w6 [ pass ]    450
main.ctype_utf8 'innodb'                 w3 [ pass ]  92734
compat/oracle.binlog_stm_ps              w7 [ pass ]   1187
versioning.replace 'innodb,traditional,unique' w6 [ pass ]    460
versioning.create 'innodb,myisam'        w8 [ pass ]   2036
versioning.foreign 'innodb,pk,timestamp' w5 [ pass ]   3725
versioning.replace 'innodb,pk,traditional' w6 [ pass ]    359
compat/oracle.binlog_stm_sp              w7 [ pass ]   2897
versioning.delete 'innodb,myisam'        w8 [ pass ]    608
versioning.replace 'innodb,sec,traditional' w6 [ skipped ]  pk or unique only
versioning.partition 'innodb,myisam'     w2 [ pass ]   9209
versioning.insert 'innodb,myisam'        w8 [ pass ]    457
compat/oracle.binlog_stm_sp_package      w7 [ pass ]    819
period.overlaps 'myisam'                 w1 [ pass ]   3918
versioning.foreign 'innodb,pk,trx_id'    w5 [ pass ]   3593
main.ctype_utf8mb4 'innodb'              w3 [ pass ]   8093
versioning.online 'innodb,release,trx_id' w4 [ pass ]  17734
versioning.replace 'innodb,myisam,unique' w8 [ pass ]    401
versioning.select 'innodb,traditional'   w6 [ pass ]   2563
maria.insert_select                      w7 [ pass ]   2308
versioning.replace 'innodb,myisam,pk'    w8 [ pass ]    363
versioning.foreign 'innodb,sec,timestamp' w5 [ pass ]   3109
versioning.select2 'innodb,traditional'  w6 [ pass ]   1109
versioning.replace 'innodb,myisam,sec'   w8 [ skipped ]  pk or unique only
maria.insert_select-7314                 w7 [ pass ]   2342
versioning.update 'innodb,traditional'   w6 [ pass ]   1944
versioning.foreign 'innodb,sec,trx_id'   w5 [ pass ]   3460
versioning.select 'innodb,myisam'        w8 [ pass ]   2941
plugins.binlog-simple_plugin_check       w7 [ pass ]    637
versioning.view 'innodb,traditional'     w6 [ pass ]   1169
innodb.innodb-32k 'innodb'               w2 [ skipped ]  Need "--big-test" when running with Valgrind
versioning.insert 'innodb,timestamp'     w5 [ pass ]    825
type_inet.binlog_stm_type_inet6          w7 [ pass ]    591
versioning.select2 'innodb,myisam'       w8 [ pass ]   1090
main.ctype_utf8mb4_innodb 'innodb'       w3 [ pass ]  12122
innodb.innodb-64k 'innodb'               w1 [ skipped ]  Need "--big-test" when running with Valgrind
versioning.insert 'innodb,trx_id'        w5 [ pass ]    657
period.delete 'myisam'                   w4 [ pass ]   3052
versioning.update 'innodb,myisam'        w8 [ pass ]   1726
versioning.replace 'innodb,timestamp,unique' w5 [ pass ]    702
main.implicit_commit 'innodb'            w3 [ pass ]   4824
versioning.view 'innodb,myisam'          w8 [ pass ]   1179
period.update 'myisam'                   w4 [ pass ]   1247
versioning.replace 'innodb,trx_id,unique' w5 [ pass ]    718
main.ps_3innodb 'innodb'                 w3 [ skipped ]  Test requires: 'not_valgrind'
versioning.replace 'innodb,pk,timestamp' w5 [ pass ]    594
main.strict 'innodb'                     w3 [ pass ]   2633
versioning.replace 'innodb,pk,trx_id'    w5 [ pass ]    700
versioning.replace 'innodb,sec,timestamp' w5 [ skipped ]  pk or unique only
versioning.replace 'innodb,sec,trx_id'   w5 [ skipped ]  pk or unique only
versioning.select 'innodb,timestamp'     w5 [ pass ]   5235
versioning.select 'innodb,trx_id'        w5 [ pass ]   5042
innodb.innodb-32k-crash 'innodb'         w2 [ pass ]  19219
versioning.select2 'innodb,timestamp'    w5 [ pass ]   2284
versioning.select2 'innodb,trx_id'       w5 [ pass ]   4491
innodb.innodb-64k-crash 'innodb'         w7 [ pass ]  29457
versioning.update 'innodb,timestamp'     w5 [ pass ]   2455
versioning.update 'innodb,trx_id'        w5 [ pass ]   2132
versioning.view 'innodb,timestamp'       w5 [ pass ]   2129
innodb.innodb-16k 'innodb'               w7 [ skipped ]  Need "--big-test" when running with Valgrind
versioning.view 'innodb,trx_id'          w5 [ pass ]   1863
innodb.table_flags '64k,innodb,release,strict_crc32' w6 [ pass ]  68255
innodb.table_flags '64k,innodb,release,strict_full_crc32' w1 [ pass ]  67954
innodb.table_flags '16k,innodb,release,strict_crc32' w4 [ pass ]  65165
innodb.table_flags '4k,innodb,release,strict_crc32' w8 [ pass ]  65419
innodb.table_flags '16k,innodb,release,strict_full_crc32' w3 [ pass ]  65231
sys_vars.log_error_func3                 w6 [ pass ]    190
archive.discover_5438                    w1 [ pass ]    870
main.sql_safe_updates                    w6 [ pass ]    110
main.userstat 'innodb'                   w8 [ pass ]   6841
main.enforce_storage_engine_opt          w1 [ pass ]    571
innodb.table_flags '8k,innodb,release,strict_full_crc32' w2 [ pass ]  68503
perfschema.transaction_nested_events '1tpc,innodb' w6 [ pass ]   4848
perfschema.threads_mysql                 w1 [ pass ]   4246
perfschema.transaction_nested_events 'innodb,pot' w8 [ fail ]
        Test ended at 2020-10-02 14:13:23

CURRENT_TEST: perfschema.transaction_nested_events
--- /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/perfschema/r/transaction_nested_events.result	2020-10-02 12:00:43.000000000 +0200
+++ /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/perfschema/r/transaction_nested_events.reject	2020-10-02 14:13:23.293212354 +0200
@@ -22,7 +22,10 @@
 SELECT thread_id INTO @my_thread_id
 FROM performance_schema.threads
 WHERE processlist_id = connection_id();
+Warnings:
+Warning	1329	No data - zero rows fetched, selected, or processed
 connection default;
+mysqltest: At line 50: query 'SET @con1_thread_id= $con1_thread_id' failed: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
 #
 ## Disable events from the control (default) connection
 UPDATE performance_schema.threads SET instrumented = 'NO' WHERE processlist_id = CONNECTION_ID();
@@ -48,1237 +51,16 @@
 INSERT INTO t1 VALUES (212, "INSERT 212");
 UPDATE t1 SET s1 = s1 + 1 WHERE s1 = 212;
 connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          8	          8	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  7	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          2	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  1	STATEMENT         
-thread_id	          4	          4	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  3	STATEMENT         
-thread_id	          6	          6	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  5	STATEMENT         
-thread_id	          8	          8	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  7	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/insert          	NULL        	               NULL	NULL              	    0	INSERT INTO t1 VALUES (210, "INSERT 210")
-thread_id	          3	          4	statement/sql/insert          	NULL        	               NULL	NULL              	    0	INSERT INTO t1 VALUES (211, "INSERT 211")
-thread_id	          5	          6	statement/sql/insert          	NULL        	               NULL	NULL              	    0	INSERT INTO t1 VALUES (212, "INSERT 212")
-thread_id	          7	          8	statement/sql/update          	NULL        	               NULL	NULL              	    0	UPDATE t1 SET s1 = s1 + 1 WHERE s1 = 212
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/insert     	               NULL	NULL              	INSERT INTO t1 VALUES (210, "INSERT 210")
-thread_id	          2	          2	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          4	statement/sql/insert     	               NULL	NULL              	INSERT INTO t1 VALUES (211, "INSERT 211")
-thread_id	          4	          4	transaction              	                  3	STATEMENT         	<transaction started>
-thread_id	          5	          6	statement/sql/insert     	               NULL	NULL              	INSERT INTO t1 VALUES (212, "INSERT 212")
-thread_id	          6	          6	transaction              	                  5	STATEMENT         	<transaction started>
-thread_id	          7	          8	statement/sql/update     	               NULL	NULL              	UPDATE t1 SET s1 = s1 + 1 WHERE s1 = 212
-thread_id	          8	          8	transaction              	                  7	STATEMENT         	<transaction started>
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#
-# STEP 2.2 - EXPLICIT
-#
-connection con1;
-START TRANSACTION;
-INSERT INTO t1 VALUES (220, "INSERT 220"), (221, "INSERT 221");
-UPDATE t1 SET s2 = "UPDATE 221" WHERE s1 = 221;
-COMMIT;
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          5	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  1	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          5	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  1	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          3	          3	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (220, "INSERT 220"), (221, "INSERT 221")
-thread_id	          4	          4	statement/sql/update          	NULL        	                  2	TRANSACTION       	    0	UPDATE t1 SET s2 = "UPDATE 221" WHERE s1 = 221
-thread_id	          5	          5	statement/sql/commit          	NULL        	                  2	TRANSACTION       	    0	COMMIT
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          2	          5	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          3	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (220, "INSERT 220"), (221, "INSERT 221")
-thread_id	          4	          4	statement/sql/update     	                  2	TRANSACTION       	UPDATE t1 SET s2 = "UPDATE 221" WHERE s1 = 221
-thread_id	          5	          5	statement/sql/commit     	                  2	TRANSACTION       	COMMIT
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#========================================================================
-# STEP 3 - TRANSACTIONS AND STORED PROCEDURES
-#========================================================================
-#
-# STEP 3.1 - STORED PROCEDURE STARTED WITHIN TRANSACTION
-#
-connection con1;
-CREATE PROCEDURE tp_update() UPDATE t1 SET s1 = s1 + 1;
-#
-START TRANSACTION;
-INSERT INTO t1 VALUES (310, "INSERT 310");
-INSERT INTO t1 VALUES (311, "INSERT 311");
-INSERT INTO t1 VALUES (312, "INSERT 312");
-INSERT INTO t1 VALUES (313, "INSERT 313");
-CALL tp_update();
-COMMIT;
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	         10	         12	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  9	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          2	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  1	STATEMENT         
-thread_id	         10	         10	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  9	STATEMENT         
-thread_id	         10	         12	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  9	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/create_procedure	NULL        	               NULL	NULL              	    0	CREATE PROCEDURE tp_update() UPDATE t1 SET s1 = s1 + 1
-thread_id	          3	          4	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          5	          5	statement/sql/insert          	NULL        	                  4	TRANSACTION       	    0	INSERT INTO t1 VALUES (310, "INSERT 310")
-thread_id	          6	          6	statement/sql/insert          	NULL        	                  4	TRANSACTION       	    0	INSERT INTO t1 VALUES (311, "INSERT 311")
-thread_id	          7	          7	statement/sql/insert          	NULL        	                  4	TRANSACTION       	    0	INSERT INTO t1 VALUES (312, "INSERT 312")
-thread_id	          8	          8	statement/sql/insert          	NULL        	                  4	TRANSACTION       	    0	INSERT INTO t1 VALUES (313, "INSERT 313")
-thread_id	          9	         11	statement/sql/call_procedure  	NULL        	                  4	TRANSACTION       	    0	CALL tp_update()
-thread_id	         11	         11	statement/sp/stmt             	tp_update   	                  9	STATEMENT         	    1	UPDATE t1 SET s1 = s1 + 1
-thread_id	         12	         12	statement/sql/commit          	NULL        	               NULL	NULL              	    0	COMMIT
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/create_proc	               NULL	NULL              	CREATE PROCEDURE tp_update() UPDATE t1 SET s1 = s1 + 1
-thread_id	          2	          2	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          4	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          5	          5	statement/sql/insert     	                  4	TRANSACTION       	INSERT INTO t1 VALUES (310, "INSERT 310")
-thread_id	          6	          6	statement/sql/insert     	                  4	TRANSACTION       	INSERT INTO t1 VALUES (311, "INSERT 311")
-thread_id	          7	          7	statement/sql/insert     	                  4	TRANSACTION       	INSERT INTO t1 VALUES (312, "INSERT 312")
-thread_id	          8	          8	statement/sql/insert     	                  4	TRANSACTION       	INSERT INTO t1 VALUES (313, "INSERT 313")
-thread_id	          9	         11	statement/sql/call_proced	                  4	TRANSACTION       	CALL tp_update()
-thread_id	         10	         10	transaction              	                  9	STATEMENT         	<transaction started>
-thread_id	         10	         12	transaction              	                  9	STATEMENT         	<transaction started>
-thread_id	         11	         11	statement/sp/stmt        	                  9	STATEMENT         	UPDATE t1 SET s1 = s1 + 1
-thread_id	         12	         12	statement/sql/commit     	               NULL	NULL              	COMMIT
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#
-# STEP 3.2 - TRANSACTION STARTED WITHIN STORED PROCEDURE
-#
-connection con1;
-CREATE PROCEDURE tp_start() START TRANSACTION;
-#
-CALL tp_start();
-INSERT INTO t1 VALUES (320, "INSERT 320"),(321, "INSERT 321");
-INSERT INTO t1 VALUES (322, "INSERT 322"),(323, "INSERT 323");
-UPDATE t1 SET s1 = s1 + 1 WHERE s1 > 320;
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-320	INSERT 320
-322	INSERT 321
-323	INSERT 322
-324	INSERT 323
-COMMIT;
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          6	         11	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  5	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          2	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  1	STATEMENT         
-thread_id	          4	          4	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  3	STATEMENT         
-thread_id	          6	         11	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  5	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/create_procedure	NULL        	               NULL	NULL              	    0	CREATE PROCEDURE tp_start() START TRANSACTION
-thread_id	          3	          6	statement/sql/call_procedure  	NULL        	               NULL	NULL              	    0	CALL tp_start()
-thread_id	          5	          6	statement/sp/stmt             	tp_start    	                  3	STATEMENT         	    1	START TRANSACTION
-thread_id	          7	          7	statement/sql/insert          	NULL        	                  6	TRANSACTION       	    0	INSERT INTO t1 VALUES (320, "INSERT 320"),(321, "INSERT 321")
-thread_id	          8	          8	statement/sql/insert          	NULL        	                  6	TRANSACTION       	    0	INSERT INTO t1 VALUES (322, "INSERT 322"),(323, "INSERT 323")
-thread_id	          9	          9	statement/sql/update          	NULL        	                  6	TRANSACTION       	    0	UPDATE t1 SET s1 = s1 + 1 WHERE s1 > 320
-thread_id	         10	         10	statement/sql/select          	NULL        	                  6	TRANSACTION       	    0	SELECT * FROM t1 ORDER BY s1
-thread_id	         11	         11	statement/sql/commit          	NULL        	                  6	TRANSACTION       	    0	COMMIT
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/create_proc	               NULL	NULL              	CREATE PROCEDURE tp_start() START TRANSACTION
-thread_id	          2	          2	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          6	statement/sql/call_proced	               NULL	NULL              	CALL tp_start()
-thread_id	          4	          4	transaction              	                  3	STATEMENT         	<transaction started>
-thread_id	          5	          6	statement/sp/stmt        	                  3	STATEMENT         	START TRANSACTION
-thread_id	          6	         11	transaction              	                  5	STATEMENT         	<transaction started>
-thread_id	          7	          7	statement/sql/insert     	                  6	TRANSACTION       	INSERT INTO t1 VALUES (320, "INSERT 320"),(321, "INSERT 321")
-thread_id	          8	          8	statement/sql/insert     	                  6	TRANSACTION       	INSERT INTO t1 VALUES (322, "INSERT 322"),(323, "INSERT 323")
-thread_id	          9	          9	statement/sql/update     	                  6	TRANSACTION       	UPDATE t1 SET s1 = s1 + 1 WHERE s1 > 320
-thread_id	         10	         10	statement/sql/select     	                  6	TRANSACTION       	SELECT * FROM t1 ORDER BY s1
-thread_id	         11	         11	statement/sql/commit     	                  6	TRANSACTION       	COMMIT
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#
-# STEP 3.3 - TRANSACTION ENDED WITHIN STORED PROCEDURE
-#
-connection con1;
-CREATE PROCEDURE tp_rollback() ROLLBACK;
-CREATE PROCEDURE tp_commit() COMMIT;
-#
-## COMMIT within stored procedure
-START TRANSACTION;
-INSERT INTO t1 VALUES (330, "INSERT 330"),(331, "INSERT 331");
-INSERT INTO t1 VALUES (332, "INSERT 332"),(333, "INSERT 333");
-DELETE FROM t1 WHERE s1 > 331;
-CALL tp_commit();
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-330	INSERT 330
-331	INSERT 331
-#
-## ROLLBACK within stored procedure
-START TRANSACTION;
-UPDATE t1 SET s1 = s1*2 WHERE s1 > 331;
-CALL tp_rollback();
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-330	INSERT 330
-331	INSERT 331
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	         22	         22	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 21	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          2	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  1	STATEMENT         
-thread_id	          4	          4	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  3	STATEMENT         
-thread_id	         11	         11	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                 10	STATEMENT         
-thread_id	         11	         12	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                 10	STATEMENT         
-thread_id	         14	         14	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 13	STATEMENT         
-thread_id	         19	         19	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                 18	STATEMENT         
-thread_id	         19	         20	transaction	ROLLED BACK	READ WRITE 	REPEATABLE READ 	NO  	                 18	STATEMENT         
-thread_id	         22	         22	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 21	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/create_procedure	NULL        	               NULL	NULL              	    0	CREATE PROCEDURE tp_rollback() ROLLBACK
-thread_id	          3	          4	statement/sql/create_procedure	NULL        	               NULL	NULL              	    0	CREATE PROCEDURE tp_commit() COMMIT
-thread_id	          5	          6	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          7	          7	statement/sql/insert          	NULL        	                  6	TRANSACTION       	    0	INSERT INTO t1 VALUES (330, "INSERT 330"),(331, "INSERT 331")
-thread_id	          8	          8	statement/sql/insert          	NULL        	                  6	TRANSACTION       	    0	INSERT INTO t1 VALUES (332, "INSERT 332"),(333, "INSERT 333")
-thread_id	          9	          9	statement/sql/delete          	NULL        	                  6	TRANSACTION       	    0	DELETE FROM t1 WHERE s1 > 331
-thread_id	         10	         12	statement/sql/call_procedure  	NULL        	                  6	TRANSACTION       	    0	CALL tp_commit()
-thread_id	         12	         12	statement/sp/stmt             	tp_commit   	                 10	STATEMENT         	    1	COMMIT
-thread_id	         13	         14	statement/sql/select          	NULL        	               NULL	NULL              	    0	SELECT * FROM t1 ORDER BY s1
-thread_id	         15	         16	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	         17	         17	statement/sql/update          	NULL        	                 16	TRANSACTION       	    0	UPDATE t1 SET s1 = s1*2 WHERE s1 > 331
-thread_id	         18	         20	statement/sql/call_procedure  	NULL        	                 16	TRANSACTION       	    0	CALL tp_rollback()
-thread_id	         20	         20	statement/sp/stmt             	tp_rollback 	                 18	STATEMENT         	    1	ROLLBACK
-thread_id	         21	         22	statement/sql/select          	NULL        	               NULL	NULL              	    0	SELECT * FROM t1 ORDER BY s1
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/create_proc	               NULL	NULL              	CREATE PROCEDURE tp_rollback() ROLLBACK
-thread_id	          2	          2	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          4	statement/sql/create_proc	               NULL	NULL              	CREATE PROCEDURE tp_commit() COMMIT
-thread_id	          4	          4	transaction              	                  3	STATEMENT         	<transaction started>
-thread_id	          5	          6	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          7	          7	statement/sql/insert     	                  6	TRANSACTION       	INSERT INTO t1 VALUES (330, "INSERT 330"),(331, "INSERT 331")
-thread_id	          8	          8	statement/sql/insert     	                  6	TRANSACTION       	INSERT INTO t1 VALUES (332, "INSERT 332"),(333, "INSERT 333")
-thread_id	          9	          9	statement/sql/delete     	                  6	TRANSACTION       	DELETE FROM t1 WHERE s1 > 331
-thread_id	         10	         12	statement/sql/call_proced	                  6	TRANSACTION       	CALL tp_commit()
-thread_id	         11	         11	transaction              	                 10	STATEMENT         	<transaction started>
-thread_id	         11	         12	transaction              	                 10	STATEMENT         	<transaction started>
-thread_id	         12	         12	statement/sp/stmt        	                 10	STATEMENT         	COMMIT
-thread_id	         13	         14	statement/sql/select     	               NULL	NULL              	SELECT * FROM t1 ORDER BY s1
-thread_id	         14	         14	transaction              	                 13	STATEMENT         	<transaction started>
-thread_id	         15	         16	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	         17	         17	statement/sql/update     	                 16	TRANSACTION       	UPDATE t1 SET s1 = s1*2 WHERE s1 > 331
-thread_id	         18	         20	statement/sql/call_proced	                 16	TRANSACTION       	CALL tp_rollback()
-thread_id	         19	         19	transaction              	                 18	STATEMENT         	<transaction started>
-thread_id	         19	         20	transaction              	                 18	STATEMENT         	<transaction started>
-thread_id	         20	         20	statement/sp/stmt        	                 18	STATEMENT         	ROLLBACK
-thread_id	         21	         22	statement/sql/select     	               NULL	NULL              	SELECT * FROM t1 ORDER BY s1
-thread_id	         22	         22	transaction              	                 21	STATEMENT         	<transaction started>
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#========================================================================
-# STEP 4 - TRANSACTIONS AND STORED FUNCTIONS
-#========================================================================
-#
-#
-# STEP 4.1 - FUNCTION WITHIN A TRANSACTION
-#
-connection con1;
-CREATE FUNCTION fn_add(x INT, y INT) RETURNS INT
-BEGIN
-INSERT INTO t1 VALUES (x, "INSERT x"),(y, "INSERT y");
-RETURN x+y;
-END |
-#
-## Clear history
-connection default;
-CALL test.clear_history();
-connection con1;
-#
-START TRANSACTION;
-INSERT INTO t1 VALUES (410, "INSERT 410");
-INSERT INTO t1 VALUES (411, "INSERT 411");
-INSERT INTO t1 VALUES (412, "INSERT 412");
-DELETE FROM t1 WHERE s1 > 410;
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-410	INSERT 410
-#
-SELECT fn_add(413, 414);
-fn_add(413, 414)
-827
-COMMIT;
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-410	INSERT 410
-413	INSERT x
-414	INSERT y
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	         14	         14	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 13	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          9	          9	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  8	STATEMENT         
-thread_id	          9	         12	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  8	STATEMENT         
-thread_id	         14	         14	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 13	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          3	          3	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (410, "INSERT 410")
-thread_id	          4	          4	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (411, "INSERT 411")
-thread_id	          5	          5	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (412, "INSERT 412")
-thread_id	          6	          6	statement/sql/delete          	NULL        	                  2	TRANSACTION       	    0	DELETE FROM t1 WHERE s1 > 410
-thread_id	          7	          7	statement/sql/select          	NULL        	                  2	TRANSACTION       	    0	SELECT * FROM t1 ORDER BY s1
-thread_id	          8	         11	statement/sql/select          	NULL        	                  2	TRANSACTION       	    0	SELECT fn_add(413, 414)
-thread_id	         10	         10	statement/sp/stmt             	fn_add      	                  8	STATEMENT         	    1	INSERT INTO t1 VALUES (x, "INSERT x"),(y, "INSERT y")
-thread_id	         11	         11	statement/sp/freturn          	fn_add      	                  8	STATEMENT         	    1	NULL
-thread_id	         12	         12	statement/sql/commit          	NULL        	               NULL	NULL              	    0	COMMIT
-thread_id	         13	         14	statement/sql/select          	NULL        	               NULL	NULL              	    0	SELECT * FROM t1 ORDER BY s1
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          3	          3	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (410, "INSERT 410")
-thread_id	          4	          4	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (411, "INSERT 411")
-thread_id	          5	          5	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (412, "INSERT 412")
-thread_id	          6	          6	statement/sql/delete     	                  2	TRANSACTION       	DELETE FROM t1 WHERE s1 > 410
-thread_id	          7	          7	statement/sql/select     	                  2	TRANSACTION       	SELECT * FROM t1 ORDER BY s1
-thread_id	          8	         11	statement/sql/select     	                  2	TRANSACTION       	SELECT fn_add(413, 414)
-thread_id	          9	          9	transaction              	                  8	STATEMENT         	<transaction started>
-thread_id	          9	         12	transaction              	                  8	STATEMENT         	<transaction started>
-thread_id	         10	         10	statement/sp/stmt        	                  8	STATEMENT         	INSERT INTO t1 VALUES (x, "INSERT x"),(y, "INSERT y")
-thread_id	         11	         11	statement/sp/freturn     	                  8	STATEMENT         	NULL
-thread_id	         12	         12	statement/sql/commit     	               NULL	NULL              	COMMIT
-thread_id	         13	         14	statement/sql/select     	               NULL	NULL              	SELECT * FROM t1 ORDER BY s1
-thread_id	         14	         14	transaction              	                 13	STATEMENT         	<transaction started>
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-connection con1;
-#
-## Again, but this time with a rollback
-#
-START TRANSACTION;
-SELECT fn_add(415, 416);
-fn_add(415, 416)
-831
-#
-ROLLBACK;
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          8	          8	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  7	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	          6	transaction	ROLLED BACK	READ WRITE 	REPEATABLE READ 	NO  	                  1	STATEMENT         
-thread_id	          8	          8	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                  7	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          3	          5	statement/sql/select          	NULL        	                  2	TRANSACTION       	    0	SELECT fn_add(415, 416)
-thread_id	          4	          4	statement/sp/stmt             	fn_add      	                  3	STATEMENT         	    1	INSERT INTO t1 VALUES (x, "INSERT x"),(y, "INSERT y")
-thread_id	          5	          5	statement/sp/freturn          	fn_add      	                  3	STATEMENT         	    1	NULL
-thread_id	          6	          6	statement/sql/rollback        	NULL        	                  2	TRANSACTION       	    0	ROLLBACK
-thread_id	          7	          8	statement/sql/select          	NULL        	               NULL	NULL              	    0	SELECT * FROM t1 ORDER BY s1
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          2	          6	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          5	statement/sql/select     	                  2	TRANSACTION       	SELECT fn_add(415, 416)
-thread_id	          4	          4	statement/sp/stmt        	                  3	STATEMENT         	INSERT INTO t1 VALUES (x, "INSERT x"),(y, "INSERT y")
-thread_id	          5	          5	statement/sp/freturn     	                  3	STATEMENT         	NULL
-thread_id	          6	          6	statement/sql/rollback   	                  2	TRANSACTION       	ROLLBACK
-thread_id	          7	          8	statement/sql/select     	               NULL	NULL              	SELECT * FROM t1 ORDER BY s1
-thread_id	          8	          8	transaction              	                  7	STATEMENT         	<transaction started>
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-#
-# STEP 4.2 - TRANSACTION CANNOT BE STARTED OR ENDED WITHIN FUNCTION
-#
-connection con1;
-CREATE FUNCTION fn_err1() RETURNS VARCHAR(10) BEGIN START TRANSACTION ; RETURN 'invalid' ; END|
-ERROR HY000: Explicit or implicit commit is not allowed in stored function or trigger
-#
-## Expect 0 transactions
-connection default;
-SELECT COUNT(*) FROM performance_schema.events_transactions_history;
-COUNT(*)
-0
-connection con1;
-#
-## Expect stored function does not exist
-#
-SELECT fn_err1();
-ERROR 42000: FUNCTION db.fn_err1 does not exist
-#
-## Expect 1 transactions
-connection default;
-SELECT COUNT(*) FROM performance_schema.events_transactions_history;
-COUNT(*)
-1
-connection con1;
-#
-CREATE FUNCTION fn_err2() RETURNS VARCHAR(10) BEGIN COMMIT; RETURN 'invalid' ; END|
-ERROR HY000: Explicit or implicit commit is not allowed in stored function or trigger
-#
-## Expect stored function does not exist
-#
-START TRANSACTION;
-DELETE FROM t1 WHERE s1 > 320;
-SELECT fn_err2();
-ERROR 42000: FUNCTION db.fn_err2 does not exist
-#
-## Expect 2 transactions
-connection default;
-SELECT COUNT(*) FROM performance_schema.events_transactions_history;
-COUNT(*)
-2
-#
-## Clear transaction and statement tables
-CALL test.clear_history();
-#========================================================================
-# STEP 5 - TRANSACTIONS AND TRIGGERS
-#========================================================================
-#
-#
-# STEP 5.1 - FORCE STATEMENT ROLLBACK FROM TRIGGER
-#
-connection con1;
-## Create a trigger to force statement rollback
-#
-CREATE TRIGGER trigger_before_update BEFORE UPDATE ON t1
-FOR EACH ROW
-BEGIN
-IF OLD.s1 >= 505 THEN
-SIGNAL sqlstate '45001' SET message_text = "FORCE ERROR";
-END IF;
-END;|
-#
-## Clear history
-connection default;
-CALL test.clear_history();
-connection con1;
-#
-## Insert multiple rows, then update. Trigger will force rollback the
-## UPDATE statement, but the transaction should not roll back.
-#
-START TRANSACTION;
-INSERT INTO t1 VALUES (500, "INSERT 500");
-INSERT INTO t1 VALUES (501, "INSERT 501");
-INSERT INTO t1 VALUES (502, "INSERT 502");
-INSERT INTO t1 VALUES (503, "INSERT 503");
-INSERT INTO t1 VALUES (504, "INSERT 504");
-INSERT INTO t1 VALUES (505, "INSERT 505");
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-500	INSERT 500
-501	INSERT 501
-502	INSERT 502
-503	INSERT 503
-504	INSERT 504
-505	INSERT 505
-#
-## Expect error when UPDATE hits record 505
-#
-UPDATE t1 SET s1 = s1 * 2 WHERE s1 >= 500;
-ERROR 45001: FORCE ERROR
-#
-## Verify that INSERT succeeded, UPDATE failed and transaction did not rollback
-#
-SELECT * FROM t1 ORDER BY s1;
-s1	s2
-500	INSERT 500
-501	INSERT 501
-502	INSERT 502
-503	INSERT 503
-504	INSERT 504
-505	INSERT 505
-COMMIT;
-#
-DROP TRIGGER trigger_before_update;
-connection default;
-#========================================================================
-# Verify
-#========================================================================
-SELECT event_id into @base_tx_event_id
-from performance_schema.events_transactions_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-SELECT event_id into @base_stmt_event_id from performance_schema.events_statements_history_long
-where (THREAD_ID = @con1_thread_id)
-order by event_id limit 1;
-select if(@base_tx_event_id < @base_stmt_event_id,
-@base_tx_event_id - 1,
-@base_stmt_event_id - 1)
-into @base_event_id;
-#
-# EVENTS_TRANSACTIONS_CURRENT
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_current
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	         21	         21	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 20	STATEMENT         
-#
-# EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 11, ' ') 'EVENT_NAME ',
-RPAD(STATE, 11, ' ') 'STATE      ',
-RPAD(ACCESS_MODE, 11, ' ') ACCESS_MODE,
-RPAD(ISOLATION_LEVEL, 16, ' ') 'ISOLATION_LEVEL ',
-RPAD(AUTOCOMMIT, 4, ' ') AUTO,
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE
-FROM performance_schema.events_transactions_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME 	STATE      	ACCESS_MODE	ISOLATION_LEVEL 	AUTO	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE
-thread_id	          2	         19	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	NO  	                  1	STATEMENT         
-thread_id	         21	         21	transaction	COMMITTED  	READ WRITE 	REPEATABLE READ 	YES 	                 20	STATEMENT         
-#
-# EVENTS_STATEMENTS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 30, ' ') 'EVENT_NAME                    ',
-RPAD(IFNULL(object_name, 'NULL'), 12, ' ') 'OBJECT_NAME ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-LPAD(NESTING_EVENT_LEVEL, 5, ' ') LEVEL,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long
-WHERE ((THREAD_ID = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME                    	OBJECT_NAME 	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	LEVEL	SQL_TEXT
-thread_id	          1	          2	statement/sql/begin           	NULL        	               NULL	NULL              	    0	START TRANSACTION
-thread_id	          3	          3	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (500, "INSERT 500")
-thread_id	          4	          4	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (501, "INSERT 501")
-thread_id	          5	          5	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (502, "INSERT 502")
-thread_id	          6	          6	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (503, "INSERT 503")
-thread_id	          7	          7	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (504, "INSERT 504")
-thread_id	          8	          8	statement/sql/insert          	NULL        	                  2	TRANSACTION       	    0	INSERT INTO t1 VALUES (505, "INSERT 505")
-thread_id	          9	          9	statement/sql/select          	NULL        	                  2	TRANSACTION       	    0	SELECT * FROM t1 ORDER BY s1
-thread_id	         10	         17	statement/sql/update          	NULL        	                  2	TRANSACTION       	    0	UPDATE t1 SET s1 = s1 * 2 WHERE s1 >= 500
-thread_id	         11	         11	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         12	         12	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         13	         13	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         14	         14	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         15	         15	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         16	         16	statement/sp/jump_if_not      	trigger_befo	                 10	STATEMENT         	    1	NULL
-thread_id	         17	         17	statement/sp/stmt             	trigger_befo	                 10	STATEMENT         	    1	SIGNAL sqlstate '45001' SET message_text = "FORCE ERROR"
-thread_id	         18	         18	statement/sql/select          	NULL        	                  2	TRANSACTION       	    0	SELECT * FROM t1 ORDER BY s1
-thread_id	         19	         19	statement/sql/commit          	NULL        	                  2	TRANSACTION       	    0	COMMIT
-thread_id	         20	         21	statement/sql/drop_trigger    	NULL        	               NULL	NULL              	    0	DROP TRIGGER trigger_before_update
-#
-### Combined statement and transaction event history ordered by event id
-#
-#EVENTS_STATEMENTS_HISTORY_LONG + EVENTS_TRANSACTIONS_HISTORY_LONG
-#
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(NESTING_EVENT_ID - @base_event_id, 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-'<transaction started>' AS SQL_TXT
-FROM performance_schema.events_transactions_history_long t
-WHERE (t.thread_id = @con1_thread_id)
-UNION
-SELECT THREAD_ID,
-LPAD(EVENT_ID - @base_event_id, 11, ' ') as R_EVENT_ID,
-LPAD(END_EVENT_ID - @base_event_id, 11, ' ') as R_END_EVENT_ID,
-RPAD(EVENT_NAME, 25, ' ') 'EVENT_NAME               ',
-LPAD(IFNULL(NESTING_EVENT_ID - @base_event_id, 'NULL'), 19, ' ') as R_NESTING_EVENT_ID,
-RPAD(IFNULL(NESTING_EVENT_TYPE, 'NULL'), 18, ' ') NESTING_EVENT_TYPE,
-SQL_TEXT
-FROM performance_schema.events_statements_history_long s
-WHERE ((s.thread_id = @con1_thread_id) OR (@all_threads = 1))
-ORDER BY thread_id, r_event_id;
-THREAD_ID	R_EVENT_ID	R_END_EVENT_ID	EVENT_NAME               	R_NESTING_EVENT_ID	NESTING_EVENT_TYPE	SQL_TXT
-thread_id	          1	          2	statement/sql/begin      	               NULL	NULL              	START TRANSACTION
-thread_id	          2	         19	transaction              	                  1	STATEMENT         	<transaction started>
-thread_id	          3	          3	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (500, "INSERT 500")
-thread_id	          4	          4	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (501, "INSERT 501")
-thread_id	          5	          5	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (502, "INSERT 502")
-thread_id	          6	          6	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (503, "INSERT 503")
-thread_id	          7	          7	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (504, "INSERT 504")
-thread_id	          8	          8	statement/sql/insert     	                  2	TRANSACTION       	INSERT INTO t1 VALUES (505, "INSERT 505")
-thread_id	          9	          9	statement/sql/select     	                  2	TRANSACTION       	SELECT * FROM t1 ORDER BY s1
-thread_id	         10	         17	statement/sql/update     	                  2	TRANSACTION       	UPDATE t1 SET s1 = s1 * 2 WHERE s1 >= 500
-thread_id	         11	         11	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         12	         12	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         13	         13	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         14	         14	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         15	         15	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         16	         16	statement/sp/jump_if_not 	                 10	STATEMENT         	NULL
-thread_id	         17	         17	statement/sp/stmt        	                 10	STATEMENT         	SIGNAL sqlstate '45001' SET message_text = "FORCE ERROR"
-thread_id	         18	         18	statement/sql/select     	                  2	TRANSACTION       	SELECT * FROM t1 ORDER BY s1
-thread_id	         19	         19	statement/sql/commit     	                  2	TRANSACTION       	COMMIT
-thread_id	         20	         21	statement/sql/drop_trigge	               NULL	NULL              	DROP TRIGGER trigger_before_update
-thread_id	         21	         21	transaction              	                 20	STATEMENT         	<transaction started>
-#
-### Clear statement and transaction history
-# CALL test.clear_history();
-CALL test.clear_history();
-## Reset db.t1
-DELETE FROM db.t1;
-#
-# TODO: Detect statement events from scheduled event
-#=======================================================================
-# Cleanup
-#=======================================================================
-connection con1;
-disconnect con1;
-connection default;
-DROP DATABASE db;
-UPDATE performance_schema.setup_instruments SET enabled='YES', timed='YES';
-DROP PROCEDURE clear_transaction_tables;
-DROP PROCEDURE clear_transaction_history;
-DROP PROCEDURE clear_statement_history;
-DROP PROCEDURE clear_history;
-DROP PROCEDURE transaction_verifier;
+Timeout in wait_condition.inc for SELECT COUNT(*) > 0 FROM performance_schema.threads
+WHERE THREAD_ID = @con1_thread_id
+AND PROCESSLIST_COMMAND = 'Sleep'
+Id	User	Host	db	Command	Time	State	Info	Progress
+1	event_scheduler	localhost	NULL	Daemon	16	Waiting on empty queue	NULL	0.000
+5	root	localhost	test	Query	0	starting	show full processlist	0.000
+6	root	localhost	db	Sleep	10		NULL	0.000
+# The activity of connection con1 did not finish.
+SELECT thread_id , PROCESSLIST_id, PROCESSLIST_STATE, PROCESSLIST_INFO
+FROM performance_schema.threads
+WHERE thread_id = @con1_thread_id;
+thread_id	PROCESSLIST_id	PROCESSLIST_STATE	PROCESSLIST_INFO
+# Abort.

mysqltest: In included file "/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/perfschema/t/../include/transaction_nested_events_verifier.inc": 
included from /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/suite/perfschema/t/transaction_nested_events.test at line 85:
Result length mismatch

 - skipping '/var/tmp/mtr/8/log/perfschema.transaction_nested_events-innodb,pot/'
sys_vars.explicit_defaults_for_timestamp_on w6 [ pass ]   1142
innodb.table_flags '32k,innodb,release,strict_crc32' w7 [ pass ]  65390
compat/oracle.binlog_ptr_mysqlbinlog 'innodb' w1 [ pass ]   3407
main.events_bugs                         w2 [ pass ]  14443
main.log_state_bug33693                  w6 [ pass ]    120
main.events_logs_tests                   w8 [ pass ]   4032
sys_vars.general_log_file_func           w1 [ pass ]    739
sys_vars.general_log_file_basic          w6 [ pass ]    324
sys_vars.rpl_max_binlog_size_func        w8 [ pass ]    977
innodb.table_flags '8k,innodb,release,strict_crc32' w4 [ pass ]  64319
innodb.blob-crash '4k,innodb,release'    w5 [ pass ]  94547
innodb.table_flags '4k,innodb,release,strict_full_crc32' w3 [ pass ]  64315
sys_vars.sql_log_off_func                w8 [ pass ]    658
sys_vars.log_disabled_statements_func    w6 [ pass ]  12764
main.subselect_mat_cost                  w1 [ pass ]  14571
roles.acl_statistics                     w4 [ pass ]   1268
innodb.information_schema_grants 'innodb' w3 [ pass ]   2324
main.create_or_replace 'innodb'          w8 [ pass ]   4540
perfschema.event_aggregate_no_a_no_u_no_h w6 [ pass ]  10263
main.events_restart                      w2 [ pass ]  49346
perfschema.selects                       w2 [ pass ]   4538
perfschema.event_aggregate_no_a_no_h     w1 [ pass ]  16813
main.log_tables                          w4 [ pass ]  21439
main.log_state                           w3 [ pass ]  12537
innodb.table_flags '32k,innodb,release,strict_full_crc32' w7 [ pass ]  65682
perfschema.event_aggregate_no_u_no_h     w8 [ pass ]  17799
perfschema.event_aggregate_no_h          w6 [ pass ]  26090
innodb.innodb_uninstall                  w8 [ skipped ]  Need InnoDB plugin
perfschema.event_aggregate_no_u          w2 [ pass ]  21465
main.innodb_load_xa                      w8 [ skipped ]  Need InnoDB plugin
perfschema.event_aggregate_no_a_no_u     w4 [ pass ]  12718
sys_vars.ignore_db_dirs_basic            w6 [ pass ]    859
main.innodb_ignore_builtin               w8 [ pass ]    133
perfschema.event_aggregate_no_a          w3 [ pass ]  20840
perfschema.event_aggregate               w1 [ pass ]  29669
innodb.innodb-index 'innodb,release'     w5 [ pass ]  66973
1 out of 1 hunk FAILED
mariabackup.partial_exclude              w2 [ pass ]   3497
innodb.instant_alter_purge 'innodb,release' w5 [ pass ]   1259
perfschema.pfs_upgrade_event 'innodb'    w4 [ pass ]   7364
main.init_file_longline_3816             w8 [ pass ]    242
main.init_file                           w6 [ pass ]    199
main.init_connect                        w1 [ pass ]   2151
perfschema.pfs_upgrade_func 'innodb'     w4 [ pass ]   4506
main.mysql_upgrade-6984                  w3 [ pass ]   7356
perfschema.pfs_upgrade_proc 'innodb'     w4 [ pass ]   4536
sys_vars.innodb_autoinc_lock_mode_func 'innodb' w8 [ pass ]   1309
sys_vars.innodb_buffer_pool_load_now_basic 'innodb' w1 [ pass ]    441
main.init_connection_query_cache         w3 [ pass ]    744
perfschema.pfs_upgrade_table 'innodb'    w4 [ pass ]   4277
perfschema.pfs_upgrade_view 'innodb'     w4 [ pass ]   4353
sys_vars.innodb_buffer_pool_size_basic 'innodb' w6 [ pass ]  12173
mariabackup.absolute_ibdata_paths        w2 [ pass ]  28512
innodb_fts.crash_recovery 'innodb,release' w5 [ pass ]  42805
innodb.max_record_size '32k,compact,innodb' w4 [ pass ]   2472
innodb.log_data_file_size '64k,innodb'   w8 [ pass ]  13112
innodb.log_data_file_size '32k,innodb'   w3 [ pass ]  12583
innodb.max_record_size '32k,dynamic,innodb' w6 [ pass ]   4955
innodb_gis.innodb_gis_rtree '32k,compact,innodb' w4 [ pass ]   5296
innodb_gis.innodb_gis_rtree '32k,dynamic,innodb' w6 [ pass ]   5309
innodb.max_record_size '32k,innodb,redundant' w2 [ pass ]   2159
mariabackup.partition_partial            w5 [ pass ]   6826
innodb_gis.innodb_gis_rtree '32k,innodb,redundant' w2 [ pass ]   5296
innodb.blob-crash '16k,innodb,release'   w7 [ pass ]  92145
innodb.instant_alter '32k,innodb'        w1 [ pass ]  35272
innodb.max_record_size '64k,compact,innodb' w6 [ pass ]   2974
innodb.max_record_size '64k,innodb,redundant' w2 [ pass ]   2444
innodb_gis.innodb_gis_rtree '64k,compact,innodb' w6 [ pass ]   5616
innodb.check_ibd_filesize '32k,innodb'   w5 [ pass ]   9517
innodb_gis.innodb_gis_rtree '64k,innodb,redundant' w2 [ pass ]   5279
innodb.instant_alter '64k,innodb'        w8 [ pass ]  41376
innodb.innodb-enlarge-blob 'innodb'      w6 [ pass ]   1764
innodb.innodb_buffer_pool_load_now 'innodb' w2 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.101_compatibility '32k,innodb'    w4 [ pass ]  36071
innodb.max_record_size '64k,dynamic,innodb' w5 [ pass ]   4412
innodb_gis.innodb_gis_rtree '64k,dynamic,innodb' w5 [ pass ]   5216
innodb.101_compatibility '64k,innodb'    w1 [ pass ]  37671
innodb.alter_missing_tablespace '32k,innodb' w4 [ pass ]  15039
innodb_zip.cmp_drop_table '16k,innodb'   w8 [ pass ]  10332
innodb.dml_purge '32k,innodb'            w4 [ pass ]    996
innodb_zip.cmp_drop_table '4k,innodb'    w6 [ pass ]  10541
innodb.alter_kill 'crc32,innodb'         w5 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.cmp_drop_table '8k,innodb'    w2 [ pass ]   9889
innodb.innodb-alter-nullable '32k,innodb' w4 [ pass ]   3153
innodb.alter_missing_tablespace '64k,innodb' w1 [ pass ]  14988
innodb.dml_purge '64k,innodb'            w1 [ pass ]   1291
innodb_zip.innochecksum_3 '16k,crc32,innodb' w5 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.innochecksum_3 '4k,crc32,innodb' w2 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.undo_truncate '2,32k,innodb'      w3 [ pass ]  86827
innodb.innodb-alter-nullable '64k,innodb' w1 [ pass ]   3298
innodb.instant_alter_limit '32k,innodb'  w4 [ pass ]  19097
innodb_zip.page_size '16k,crc32,innodb'  w6 [ pass ]   9806
innodb_zip.innochecksum '16k,crc32,innodb' w5 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '4k,crc32,innodb'   w2 [ pass ]   6798
innodb_zip.innochecksum_3 '8k,crc32,innodb' w6 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.instant_alter_limit '64k,innodb'  w1 [ pass ]  20269
innodb.blob-crash '8k,innodb,release'    w7 [ pass ]  92192
innodb.restart '32k,innodb'              w4 [ pass ]  25687
innodb_gis.rtree_purge '32k,innodb'      w4 [ skipped ]  Test requires: 'not_valgrind'
innodb_zip.innochecksum '8k,crc32,innodb' w6 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '8k,crc32,innodb'   w2 [ pass ]   6081
innodb_zip.innochecksum_3 '16k,full_crc32,innodb' w6 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.restart '64k,innodb'              w1 [ pass ]  26675
innodb_gis.rtree_purge '64k,innodb'      w1 [ skipped ]  Test requires: 'not_valgrind'
innodb.page_id_innochecksum 'crc32,innodb' w4 [ pass ]  13856
innodb_zip.restart '16k,crc32,innodb'    w8 [ pass ]  76349
innodb_zip.innochecksum '16k,full_crc32,innodb' w1 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '16k,full_crc32,innodb' w6 [ pass ]   9623
innodb.alter_kill 'full_crc32,innodb'    w4 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '4k,full_crc32,innodb' w1 [ pass ]   6091
innodb_zip.innochecksum '4k,full_crc32,innodb' w6 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.innochecksum_3 '4k,full_crc32,innodb' w4 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.undo_truncate '2,64k,innodb'      w3 [ pass ]  88284
innodb_zip.restart '4k,crc32,innodb'     w5 [ pass ]  74481
innodb_zip.innochecksum_3 '8k,full_crc32,innodb' w4 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '8k,full_crc32,innodb' w6 [ pass ]   6579
innodb_zip.innochecksum '4k,crc32,innodb' w3 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.innochecksum '8k,full_crc32,innodb' w4 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.restart '16k,full_crc32,innodb' w2 [ pass ]  76425
innodb.alter_kill 'innodb,strict_crc32'  w4 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_zip.page_size '4k,innodb,strict_crc32' w2 [ pass ]   6345
innodb_zip.restart '4k,full_crc32,innodb' w8 [ pass ]  77473
main.mysql_client_test                   w7 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:20:57
line
==18671== Thread 7:
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x8969FC: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x872BDA: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2762)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Use of uninitialised value of size 8
==18671==    at 0x872BEA: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2762)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Use of uninitialised value of size 8
==18671==    at 0x872D0A: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2769)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x872D11: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2768)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Use of uninitialised value of size 8
==18671==    at 0x872D16: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2769)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x10BCA5F: my_malloc (my_malloc.c:79)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C29F09: malloc (vg_replace_malloc.c:309)
==18671==    by 0x10BCA78: my_malloc (my_malloc.c:88)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC20: my_malloc_size_cb_func (mysqld.cc:3520)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E7BF: is_overlap (vg_replace_strmem.c:131)
==18671==    by 0x4C2E7BF: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2EB6B: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E828: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E973: is_overlap (vg_replace_strmem.c:131)
==18671==    by 0x4C2E973: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E998: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E876: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E8D3: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E90B: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E91F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E94F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E959: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0x872C38: memcpy (string3.h:51)
==18671==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==18671==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Use of uninitialised value of size 8
==18671==    at 0x872C39: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2790)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCF98EC: pfs_set_thread_info_v1 (pfs.cc:2543)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E7BF: is_overlap (vg_replace_strmem.c:131)
==18671==    by 0x4C2E7BF: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E7DB: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E828: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E876: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E8D3: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E90B: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E91F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E94F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x4C2E959: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==18671==    by 0xCF992F: memcpy (string3.h:51)
==18671==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==18671==    by 0x872CA7: set_query (sql_class.h:4673)
==18671==    by 0x872CA7: set_query (sql_class.h:4665)
==18671==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==18671==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCC93: my_free (my_malloc.c:200)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x83C551: Warning_info::clear(unsigned long long) (sql_error.cc:546)
==18671==    by 0x8258A8: opt_clear (sql_error.h:620)
==18671==    by 0x8258A8: opt_clear_warning_info (sql_error.h:1131)
==18671==    by 0x8258A8: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1081)
==18671==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==18671==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==18671==    by 0x10B736F: my_error (my_error.c:125)
==18671==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x83C7CA: operator new (sql_alloc.h:39)
==18671==    by 0x83C7CA: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==18671==    by 0x82594D: push_warning (sql_error.h:1174)
==18671==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==18671==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==18671==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==18671==    by 0x10B736F: my_error (my_error.c:125)
==18671==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x83C7CA: operator new (sql_alloc.h:39)
==18671==    by 0x83C7CA: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==18671==    by 0x82594D: push_warning (sql_error.h:1174)
==18671==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==18671==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==18671==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==18671==    by 0x10B736F: my_error (my_error.c:125)
==18671==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==18671==    by 0x83BE99: Sql_condition::set_builtin_message_text(char const*) (sql_error.cc:219)
==18671==    by 0x83CAD2: Sql_condition (sql_error.h:446)
==18671==    by 0x83CAD2: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==18671==    by 0x82594D: push_warning (sql_error.h:1174)
==18671==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==18671==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==18671==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==18671==    by 0x10B736F: my_error (my_error.c:125)
==18671==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==18671==    by 0x83BE99: Sql_condition::set_builtin_message_text(char const*) (sql_error.cc:219)
==18671==    by 0x83CAD2: Sql_condition (sql_error.h:446)
==18671==    by 0x83CAD2: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==18671==    by 0x82594D: push_warning (sql_error.h:1174)
==18671==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==18671==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==18671==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==18671==    by 0x10B736F: my_error (my_error.c:125)
==18671==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFE21C: count_free (pfs_stat.h:1198)
==18671==    by 0xCFE21C: pfs_memory_free_v1 (pfs.cc:6739)
==18671==    by 0x10BCC7D: my_free (my_malloc.c:198)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCC93: my_free (my_malloc.c:200)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC20: my_malloc_size_cb_func (mysqld.cc:3520)
==18671==    by 0x10BCC93: my_free (my_malloc.c:200)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCC93: my_free (my_malloc.c:200)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x88ED33: Prepared_statement::~Prepared_statement() (sql_prepare.cc:3891)
==18671==    by 0x88ED90: Prepared_statement::~Prepared_statement() (sql_prepare.cc:3893)
==18671==    by 0x109DE83: my_hash_delete (hash.c:632)
==18671==    by 0x82927C: Statement_map::erase(Statement*) (sql_class.cc:4033)
==18671==    by 0x893A03: mysqld_stmt_close(THD*, char*) (sql_prepare.cc:3521)
==18671==    by 0x882A74: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1817)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8909D4: operator new (sql_alloc.h:39)
==18671==    by 0x8909D4: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:3990)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8909D4: operator new (sql_alloc.h:39)
==18671==    by 0x8909D4: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:3990)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x84DA94: alloc (sql_class.h:1135)
==18671==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==18671==    by 0x890B4B: init (sql_lex.h:4837)
==18671==    by 0x890B4B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4028)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x84DA94: alloc (sql_class.h:1135)
==18671==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==18671==    by 0x890B4B: init (sql_lex.h:4837)
==18671==    by 0x890B4B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4028)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x868247: operator new (sql_lex.h:756)
==18671==    by 0x868247: LEX::alloc_select(bool) (sql_lex.cc:5942)
==18671==    by 0xA08C66: MYSQLparse(THD*) (sql_yacc.yy:8623)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x868247: operator new (sql_lex.h:756)
==18671==    by 0x868247: LEX::alloc_select(bool) (sql_lex.cc:5942)
==18671==    by 0xA08C66: MYSQLparse(THD*) (sql_yacc.yy:8623)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x856841: operator new (sql_alloc.h:39)
==18671==    by 0x856841: push_front (sql_list.h:218)
==18671==    by 0x856841: push_front (sql_list.h:508)
==18671==    by 0x856841: LEX::push_context(Name_resolution_context*) (sql_lex.cc:6138)
==18671==    by 0xA2E15B: LEX::push_select(st_select_lex*) (sql_lex.h:3674)
==18671==    by 0xA08C79: MYSQLparse(THD*) (sql_yacc.yy:8623)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x856841: operator new (sql_alloc.h:39)
==18671==    by 0x856841: push_front (sql_list.h:218)
==18671==    by 0x856841: push_front (sql_list.h:508)
==18671==    by 0x856841: LEX::push_context(Name_resolution_context*) (sql_lex.cc:6138)
==18671==    by 0xA2E15B: LEX::push_select(st_select_lex*) (sql_lex.h:3674)
==18671==    by 0xA08C79: MYSQLparse(THD*) (sql_yacc.yy:8623)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x84EAFE: alloc (sql_class.h:1135)
==18671==    by 0x84EAFE: Lex_input_stream::get_text(Lex_string_with_metadata_st*, unsigned int, int, int) (sql_lex.cc:1671)
==18671==    by 0x84F9F1: Lex_input_stream::lex_one_token(YYSTYPE*, THD*) (sql_lex.cc:2352)
==18671==    by 0x850FEF: Lex_input_stream::lex_token(YYSTYPE*, THD*) (sql_lex.cc:1887)
==18671==    by 0xA06111: MYSQLparse(THD*) (sql_yacc.cc:27457)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x84EAFE: alloc (sql_class.h:1135)
==18671==    by 0x84EAFE: Lex_input_stream::get_text(Lex_string_with_metadata_st*, unsigned int, int, int) (sql_lex.cc:1671)
==18671==    by 0x84F9F1: Lex_input_stream::lex_one_token(YYSTYPE*, THD*) (sql_lex.cc:2352)
==18671==    by 0x850FEF: Lex_input_stream::lex_token(YYSTYPE*, THD*) (sql_lex.cc:1887)
==18671==    by 0xA06111: MYSQLparse(THD*) (sql_yacc.cc:27457)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==18671==    by 0x8275CC: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==18671==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==18671==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==18671==    by 0x8275CC: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==18671==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==18671==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x948DD4: alloc (sql_class.h:1135)
==18671==    by 0x948DD4: sql_strmake_with_convert(THD*, char const*, unsigned long, charset_info_st const*, unsigned long, charset_info_st const*, unsigned long*) (thr_malloc.cc:79)
==18671==    by 0xAA18E7: Item::set_name(THD*, char const*, unsigned long, charset_info_st const*) (item.cc:1172)
==18671==    by 0x827681: set_name (item.h:967)
==18671==    by 0x827681: fix_and_set_name_from_value (item.h:4387)
==18671==    by 0x827681: Item_string (item.h:4415)
==18671==    by 0x827681: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==18671==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==18671==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x948DD4: alloc (sql_class.h:1135)
==18671==    by 0x948DD4: sql_strmake_with_convert(THD*, char const*, unsigned long, charset_info_st const*, unsigned long, charset_info_st const*, unsigned long*) (thr_malloc.cc:79)
==18671==    by 0xAA18E7: Item::set_name(THD*, char const*, unsigned long, charset_info_st const*) (item.cc:1172)
==18671==    by 0x827681: set_name (item.h:967)
==18671==    by 0x827681: fix_and_set_name_from_value (item.h:4387)
==18671==    by 0x827681: Item_string (item.h:4415)
==18671==    by 0x827681: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==18671==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==18671==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x851E4A: operator new (sql_alloc.h:39)
==18671==    by 0x851E4A: push_back (sql_list.h:195)
==18671==    by 0x851E4A: push_back (sql_list.h:505)
==18671==    by 0x851E4A: st_select_lex::add_item_to_list(THD*, Item*) (sql_lex.cc:3454)
==18671==    by 0xA0994E: add_item_to_list (sql_class.h:6938)
==18671==    by 0xA0994E: MYSQLparse(THD*) (sql_yacc.yy:9133)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x851E4A: operator new (sql_alloc.h:39)
==18671==    by 0x851E4A: push_back (sql_list.h:195)
==18671==    by 0x851E4A: push_back (sql_list.h:505)
==18671==    by 0x851E4A: st_select_lex::add_item_to_list(THD*, Item*) (sql_lex.cc:3454)
==18671==    by 0xA0994E: add_item_to_list (sql_class.h:6938)
==18671==    by 0xA0994E: MYSQLparse(THD*) (sql_yacc.yy:9133)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8565E0: operator new (sql_lex.h:756)
==18671==    by 0x8565E0: LEX::alloc_unit() (sql_lex.cc:5924)
==18671==    by 0x862724: LEX::create_unit(st_select_lex*) (sql_lex.cc:5970)
==18671==    by 0xA08A52: MYSQLparse(THD*) (sql_yacc.yy:8798)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8565E0: operator new (sql_lex.h:756)
==18671==    by 0x8565E0: LEX::alloc_unit() (sql_lex.cc:5924)
==18671==    by 0x862724: LEX::create_unit(st_select_lex*) (sql_lex.cc:5970)
==18671==    by 0xA08A52: MYSQLparse(THD*) (sql_yacc.yy:8798)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x892A01: operator new (sql_alloc.h:39)
==18671==    by 0x892A01: mysql_test_select (sql_prepare.cc:1475)
==18671==    by 0x892A01: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x892A01: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x892A01: operator new (sql_alloc.h:39)
==18671==    by 0x892A01: mysql_test_select (sql_prepare.cc:1475)
==18671==    by 0x892A01: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x892A01: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x923583: operator new (sql_alloc.h:30)
==18671==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x923583: operator new (sql_alloc.h:30)
==18671==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x923583: operator new (sql_alloc.h:30)
==18671==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x852209: alloc (sql_class.h:1135)
==18671==    by 0x852209: st_select_lex::setup_ref_array(THD*, unsigned int) (sql_lex.cc:3540)
==18671==    by 0x8C4B54: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1247)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x852209: alloc (sql_class.h:1135)
==18671==    by 0x852209: st_select_lex::setup_ref_array(THD*, unsigned int) (sql_lex.cc:3540)
==18671==    by 0x8C4B54: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1247)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x81ACD4: operator new (sql_alloc.h:39)
==18671==    by 0x81ACD4: push_back (sql_list.h:195)
==18671==    by 0x81ACD4: push_back (sql_list.h:505)
==18671==    by 0x81ACD4: setup_fields(THD*, Bounds_checked_array<Item*>, List<Item>&, enum_column_usage, List<Item>*, List<Item>*, bool) (sql_base.cc:7586)
==18671==    by 0x8C4BF9: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1255)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x81ACD4: operator new (sql_alloc.h:39)
==18671==    by 0x81ACD4: push_back (sql_list.h:195)
==18671==    by 0x81ACD4: push_back (sql_list.h:505)
==18671==    by 0x81ACD4: setup_fields(THD*, Bounds_checked_array<Item*>, List<Item>&, enum_column_usage, List<Item>*, List<Item>*, bool) (sql_base.cc:7586)
==18671==    by 0x8C4BF9: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1255)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8BA2CC: calloc (sql_class.h:1139)
==18671==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==18671==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8BA2CC: calloc (sql_class.h:1139)
==18671==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==18671==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8BA2CC: calloc (sql_class.h:1139)
==18671==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==18671==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==18671==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==18671==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==18671==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==18671==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==18671==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==18671==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==18671==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==18671==    by 0x73DA09: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6155)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8D996B: operator new (sql_alloc.h:39)
==18671==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8D996B: operator new (sql_alloc.h:39)
==18671==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8D996B: operator new (sql_alloc.h:39)
==18671==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x99716F: operator new (sql_alloc.h:39)
==18671==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x99716F: operator new (sql_alloc.h:39)
==18671==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x99716F: operator new (sql_alloc.h:39)
==18671==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==18671==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==18671==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==18671==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==18671==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==18671==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==18671==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==18671==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==18671==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3113: operator new (sql_alloc.h:39)
==18671==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3113: operator new (sql_alloc.h:39)
==18671==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3113: operator new (sql_alloc.h:39)
==18671==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==18671==    by 0x8C3172: Explain_node (sql_explain.h:90)
==18671==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==18671==    by 0x8C3172: Explain_select (sql_explain.h:219)
==18671==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==18671==    by 0x8C3172: Explain_node (sql_explain.h:90)
==18671==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==18671==    by 0x8C3172: Explain_select (sql_explain.h:219)
==18671==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==18671==    by 0x8C3172: Explain_node (sql_explain.h:90)
==18671==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==18671==    by 0x8C3172: Explain_select (sql_explain.h:219)
==18671==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==18671==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==18671==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==18671==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==18671==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==18671==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==18671==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==18671==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==18671==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x84DA94: alloc (sql_class.h:1135)
==18671==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==18671==    by 0x882BB2: init (sql_lex.h:4837)
==18671==    by 0x882BB2: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1847)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==18671==    by 0x8621BF: make_lex_string (sql_class.h:3814)
==18671==    by 0x8621BF: Lex_ident_sys_st::copy_keyword(THD*, Lex_ident_cli_st const*) (sql_lex.cc:9344)
==18671==    by 0x82749B: THD::to_ident_sys_alloc(Lex_ident_sys_st*, Lex_ident_cli_st const*) (sql_class.cc:2513)
==18671==    by 0xA0A941: MYSQLparse(THD*) (sql_yacc.yy:15113)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==18671==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==18671==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==18671==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==18671==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==18671==    by 0x875BA6: memdup (sql_class.h:1148)
==18671==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==18671==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==18671==    by 0x875BA6: memdup (sql_class.h:1148)
==18671==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==18671==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==18671==    by 0x875BA6: memdup (sql_class.h:1148)
==18671==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==18671==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==18671==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==18671==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== More than 100 errors detected.  Subsequent errors
==18671== will still be recorded, but in less detail than before.
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==18671==    by 0x10BCDEA: my_realloc (my_malloc.c:170)
==18671==    by 0xBA4AE8: net_realloc (net_serv.cc:231)
==18671==    by 0xBA4FAA: my_real_read(st_net*, unsigned long*, char) (net_serv.cc:1111)
==18671==    by 0xBA5B5F: my_net_read_packet_reallen (net_serv.cc:1260)
==18671==    by 0xBA5C5C: my_net_read_packet (net_serv.cc:1244)
==18671==    by 0x883E1D: do_command(THD*) (sql_parse.cc:1221)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==18671==    by 0x10BCDEA: my_realloc (my_malloc.c:170)
==18671==    by 0xBA4AE8: net_realloc (net_serv.cc:231)
==18671==    by 0xBA4FAA: my_real_read(st_net*, unsigned long*, char) (net_serv.cc:1111)
==18671==    by 0xBA5B5F: my_net_read_packet_reallen (net_serv.cc:1260)
==18671==    by 0xBA5C5C: my_net_read_packet (net_serv.cc:1244)
==18671==    by 0x883E1D: do_command(THD*) (sql_parse.cc:1221)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x111BDBB: int10_to_str (int2str.c:154)
==18671==    by 0x111BE35: llstr (llstr.c:44)
==18671==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x111BD40: int10_to_str (int2str.c:168)
==18671==    by 0x111BE35: llstr (llstr.c:44)
==18671==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x111BD7D: int10_to_str (int2str.c:168)
==18671==    by 0x111BE35: llstr (llstr.c:44)
==18671==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x111BD9B: int10_to_str (int2str.c:174)
==18671==    by 0x111BE35: llstr (llstr.c:44)
==18671==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0x6A1B079: vfprintf (in /usr/lib64/libc-2.17.so)
==18671==    by 0x6AE3FA7: __printf_chk (in /usr/lib64/libc-2.17.so)
==18671==    by 0x91A22F: printf (stdio2.h:104)
==18671==    by 0x91A22F: mysql_print_status() (sql_test.cc:649)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Syscall param write(buf) points to uninitialised byte(s)
==18671==    at 0x6ABDA1D: ??? (in /usr/lib64/libc-2.17.so)
==18671==    by 0x6A48262: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==18671==    by 0x6A49A7D: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==18671==    by 0x6A478B7: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==18671==    by 0x6A3C6B2: fflush (in /usr/lib64/libc-2.17.so)
==18671==    by 0x91A24F: mysql_print_status() (sql_test.cc:657)
==18671==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671==  Address 0x402358f is in a rw- anonymous segment
==18671== Thread 8:
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xA6DD50: Field_longlong::store(long long, bool) (field.cc:4500)
==18671==    by 0x8E9E39: processlist_callback(THD*, processlist_callback_arg*) (sql_show.cc:3304)
==18671==    by 0x8EA300: iterate<processlist_callback_arg> (sql_class.h:1058)
==18671==    by 0x8EA300: fill_schema_processlist(THD*, TABLE_LIST*, Item*) (sql_show.cc:3326)
==18671==    by 0x8F5289: get_schema_tables_result(JOIN*, enum_schema_table_state) (sql_show.cc:8698)
==18671==    by 0x8DB114: JOIN::exec_inner() (sql_select.cc:4412)
==18671==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==18671==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==18671==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==18671==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==18671==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==18671==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==18671==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==18671==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==18671==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==18671==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xA6DD50: Field_longlong::store(long long, bool) (field.cc:4500)
==18671==    by 0x8E9E5A: processlist_callback(THD*, processlist_callback_arg*) (sql_show.cc:3306)
==18671==    by 0x8EA300: iterate<processlist_callback_arg> (sql_class.h:1058)
==18671==    by 0x8EA300: fill_schema_processlist(THD*, TABLE_LIST*, Item*) (sql_show.cc:3326)
==18671==    by 0x8F5289: get_schema_tables_result(JOIN*, enum_schema_table_state) (sql_show.cc:8698)
==18671==    by 0x8DB114: JOIN::exec_inner() (sql_select.cc:4412)
==18671==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==18671==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==18671==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==18671==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==18671==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==18671==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==18671==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==18671==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==18671==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==18671==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==18671==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==18671==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==18671==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==18671==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==18671==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==18671== Syscall param pwrite64(buf) points to uninitialised byte(s)
==18671==    at 0x4E46023: ??? (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x10BD8FF: my_pwrite (my_pread.c:159)
==18671==    by 0xC796DE: pagecache_fwrite (ma_pagecache.c:689)
==18671==    by 0xC796DE: flush_cached_blocks (ma_pagecache.c:4812)
==18671==    by 0xC7A2EF: flush_pagecache_blocks_int (ma_pagecache.c:5108)
==18671==    by 0xC7F385: flush_pagecache_blocks_with_filter (ma_pagecache.c:5223)
==18671==    by 0xCA381D: _ma_once_end_block_record (ma_blockrec.c:451)
==18671==    by 0xC5840F: maria_close (ma_close.c:116)
==18671==    by 0xC5DED0: ha_maria::drop_table(char const*) (ha_maria.cc:2747)
==18671==    by 0x8B4DAC: free_tmp_table(THD*, TABLE*) (sql_select.cc:19923)
==18671==    by 0x80F28E: close_thread_tables(THD*) (sql_base.cc:838)
==18671==    by 0x87B43C: mysql_execute_command(THD*) (sql_parse.cc:6035)
==18671==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==18671==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==18671==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==18671==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==18671==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==18671==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==18671==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==18671==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==18671==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==18671==  Address 0xe3990df is in a rw- anonymous segment
==18671== Thread 7:
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD52C9B: apply_delta (pfs_stat.h:1256)
==18671==    by 0xD52C9B: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==18671==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD0E469: apply_delta (pfs_stat.h:1256)
==18671==    by 0xD0E469: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:308)
==18671==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==18671==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/7/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/7/log/main.mysql_client_test/'
***Warnings generated in error logs during shutdown after running tests: main.mysql_client_test

==18671== Thread 9:
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD52CDB: apply_delta (pfs_stat.h:1282)
==18671==    by 0xD52CDB: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==18671==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==18671==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==18671==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==18671==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==18671==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==18671==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Thread 8:
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD52CDB: apply_delta (pfs_stat.h:1282)
==18671==    by 0xD52CDB: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==18671==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==18671==    by 0x10BCC7D: my_free (my_malloc.c:198)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD20CD5: apply_delta (pfs_stat.h:1282)
==18671==    by 0xD20CD5: PFS_user::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_user.cc:276)
==18671==    by 0xD52D27: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:625)
==18671==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==18671==    by 0x10BCC7D: my_free (my_malloc.c:198)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD0E4A5: apply_delta (pfs_stat.h:1282)
==18671==    by 0xD0E4A5: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:308)
==18671==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==18671==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==18671==    by 0x10BCC7D: my_free (my_malloc.c:198)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==18671== Conditional jump or move depends on uninitialised value(s)
==18671==    at 0xD11703: apply_delta (pfs_stat.h:1282)
==18671==    by 0xD11703: carry_global_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_instr.cc:507)
==18671==    by 0xD0E4E1: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:311)
==18671==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==18671==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==18671==    by 0x10BCC7D: my_free (my_malloc.c:198)
==18671==    by 0x10B4D3F: free_root (my_alloc.c:411)
==18671==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==18671==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==18671==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==18671==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==18671==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==18671==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==18671==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

innodb.innodb-wl5522 'full_crc32,innodb' w3 [ pass ]  40425
sys_vars.host_cache_size_basic           w7 [ pass ]    251
innodb_zip.page_size '8k,innodb,strict_crc32' w2 [ pass ]   6655
innodb_zip.restart '8k,full_crc32,innodb' w1 [ pass ]  78973
innodb_zip.restart '8k,crc32,innodb'     w5 [ pass ]  79687
innodb_zip.page_size '16k,innodb,strict_crc32' w3 [ pass ]  10339
innodb.check_ibd_filesize '64k,innodb'   w7 [ pass ]  11044
innodb_zip.page_size '16k,innodb,strict_full_crc32' w2 [ pass ]  10106
innodb_zip.restart '16k,innodb,strict_crc32' w6 [ pass ]  75617
innodb.alter_kill 'innodb,strict_full_crc32' w3 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.innodb-wl5522 'innodb,strict_crc32' w8 [ pass ]  40189
innodb.page_id_innochecksum 'full_crc32,innodb' w5 [ pass ]  13324
innodb_zip.restart '4k,innodb,strict_crc32' w4 [ pass ]  75323
innodb.page_id_innochecksum 'innodb,strict_full_crc32' w6 [ pass ]  13109
innodb.log_data_file_size '16k,innodb'   w8 [ pass ]  11962
innodb_zip.page_size '4k,innodb,strict_full_crc32' w5 [ pass ]   6708
innodb.innodb-wl5522 'crc32,innodb'      w7 [ pass ]  39741
innodb.innodb-wl5522 'innodb,strict_full_crc32' w2 [ pass ]  39505
innodb.trx_id_future 'innodb,strict_full_crc32' w6 [ pass ]  14534
innodb.log_data_file_size '4k,innodb'    w5 [ pass ]  12611
innodb_zip.restart '4k,innodb,strict_full_crc32' w1 [ pass ]  75166
innodb_fts.sync 'innodb'                 w6 [ skipped ]  debug_sync is not available
innodb.page_id_innochecksum 'innodb,strict_crc32' w7 [ pass ]  13325
innodb_fts.stopword 'innodb'             w2 [ pass ]  17550
sys_vars.innodb_log_files_in_group_basic 'innodb' w1 [ pass ]    281
innodb_zip.restart '8k,innodb,strict_full_crc32' w3 [ pass ]  74760
innodb.max_record_size '16k,compact,innodb' w1 [ pass ]   2160
innodb.trx_id_future 'innodb,strict_crc32' w7 [ pass ]  14255
innodb.innodb_log_size_online 'innodb,non-encrypted' w8 [ pass ]  55667
innodb_gis.innodb_gis_rtree '16k,compact,innodb' w1 [ pass ]   5560
sys_vars.innodb_compression_algorithm_basic 'innodb' w3 [ pass ]    327
innodb_zip.restart '8k,innodb,strict_crc32' w4 [ pass ]  75300
innodb.innodb_mutexes 'innodb'           w6 [ pass ]  39463
innodb.max_record_size '16k,dynamic,innodb' w3 [ pass ]   3601
innodb.check_ibd_filesize '16k,innodb'   w8 [ pass ]  10144
innodb.innodb_log_size_online 'encrypted,innodb' w5 [ pass ]  57622
innodb_gis.innodb_gis_rtree '16k,dynamic,innodb' w3 [ pass ]   5499
innodb.log_data_file_size '8k,innodb'    w4 [ pass ]  11994
innodb.101_compatibility '16k,innodb'    w1 [ pass ]  37933
innodb.innodb_max_recordsize_32k 'innodb' w4 [ pass ]   3330
innodb.innodb_scrub 'innodb'             w5 [ pass ]  19559
innodb.instant_alter '4k,innodb'         w6 [ pass ]  35691
innodb.alter_missing_tablespace '16k,innodb' w1 [ pass ]  14153
innodb.undo_truncate '16k,2,innodb'      w2 [ pass ]  87048
innodb.max_record_size '4k,innodb,redundant' w4 [ pass ]   2002
innodb_zip.wl5522_zip '16k,innodb'       w8 [ pass ]  36640
innodb.dml_purge '16k,innodb'            w1 [ pass ]    964
innodb.max_record_size '4k,compact,innodb' w5 [ pass ]   1948
innodb.innodb-alter-nullable '16k,innodb' w1 [ pass ]   3705
innodb_gis.innodb_gis_rtree '4k,innodb,redundant' w4 [ pass ]   5635
innodb_gis.innodb_gis_rtree '4k,compact,innodb' w5 [ pass ]   5193
innodb_zip.restart '16k,innodb,strict_full_crc32' w7 [ pass ]  76006
innodb.check_ibd_filesize '4k,innodb'    w6 [ pass ]  10756
innodb.innodb_max_recordsize_64k 'innodb' w4 [ pass ]   4065
innodb.innodb_bulk_create_index_small '16k,innodb' w1 [ pass ]   9080
innodb_zip.page_size '8k,innodb,strict_full_crc32' w7 [ pass ]   6563
innodb.max_record_size '8k,compact,innodb' w4 [ pass ]   1999
innodb.101_compatibility '4k,innodb'     w2 [ pass ]  36461
innodb.instant_alter '8k,innodb'         w8 [ pass ]  35458
innodb.innodb_sys_semaphore_waits 'innodb' w7 [ skipped ]  Test requires: 'not_valgrind'
innodb_gis.innodb_gis_rtree '8k,compact,innodb' w4 [ pass ]   5276
innodb.undo_truncate '2,4k,innodb'       w3 [ pass ]  96130
innodb.instant_alter_limit '16k,innodb'  w1 [ pass ]  20692
innodb.alter_missing_tablespace '4k,innodb' w2 [ pass ]  14759
innodb_zip.wl5522_zip '4k,innodb'        w6 [ pass ]  37247
innodb.dml_purge '4k,innodb'             w2 [ pass ]   1041
innodb.innodb-alter-nullable '4k,innodb' w2 [ pass ]   3647
innodb.check_ibd_filesize '8k,innodb'    w4 [ pass ]  10099
innodb.max_record_size '4k,dynamic,innodb' w3 [ pass ]   2248
innodb_gis.innodb_gis_rtree '4k,dynamic,innodb' w3 [ pass ]   5766
vcol.vcol_keys_innodb 'innodb'           w6 [ pass ]   6934
innodb.restart '16k,innodb'              w1 [ pass ]  25638
innodb_gis.rtree_purge '16k,innodb'      w1 [ skipped ]  Test requires: 'not_valgrind'
innodb.instant_alter '16k,innodb'        w7 [ pass ]  36466
innodb.innodb_bulk_create_index_small '4k,innodb' w2 [ pass ]   8578
innodb.101_compatibility '8k,innodb'     w8 [ pass ]  36698
innodb.index_tree_operation 'innodb'     w3 [ pass ]   1722
sys_vars.innodb_undo_logs_basic 'innodb' w6 [ pass ]    304
innodb_zip.blob '16k,innodb'             w1 [ pass ]   2228
innodb.undo_truncate '2,8k,innodb'       w5 [ pass ]  91288
innodb.max_record_size '16k,innodb,redundant' w7 [ pass ]   2046
innodb_zip.bug36169 '16k,innodb'         w1 [ pass ]   3653
innodb_i_s.innodb_cmpmem_reset 'innodb'  w6 [ pass ]    157
innodb.alter_missing_tablespace '8k,innodb' w8 [ pass ]  15009
innodb_zip.bug36172 '16k,innodb'         w1 [ pass ]    716
innodb.dml_purge '8k,innodb'             w8 [ pass ]    969
innodb_zip.bug52745 '16k,innodb'         w1 [ pass ]    365
innodb_gis.innodb_gis_rtree '16k,innodb,redundant' w7 [ pass ]   5516
innodb_zip.bug53591 '16k,innodb'         w1 [ pass ]    414
innodb_zip.wl5522_zip '8k,innodb'        w4 [ pass ]  37109
innodb.innodb-alter-nullable '8k,innodb' w8 [ pass ]   3435
innodb_zip.bug56680 '16k,innodb'         w1 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.purge_secondary 'innodb'          w3 [ pass ]  15412
innodb.max_record_size '8k,dynamic,innodb' w5 [ pass ]   2535
innodb_i_s.innodb_cmp 'innodb'           w6 [ pass ]    141
innodb.instant_alter_limit '4k,innodb'   w2 [ pass ]  21614
innodb_zip.create_options '16k,innodb'   w1 [ pass ]   7525
innodb_gis.innodb_gis_rtree '8k,dynamic,innodb' w5 [ pass ]   5526
innodb.max_record_size '8k,innodb,redundant' w7 [ pass ]   1970
innodb_zip.innodb-zip '16k,innodb'       w1 [ pass ]   5011
innodb_i_s.innodb_cmp_reset 'innodb'     w3 [ pass ]    105
innodb_gis.innodb_gis_rtree '8k,innodb,redundant' w7 [ pass ]   5227
innodb.innodb_bulk_create_index_small '8k,innodb' w8 [ pass ]   9233
innodb.innodb-mdev-7513 'innodb'         w4 [ pass ]  13990
innodb.default_row_format_alter 'innodb,redundant' w3 [ pass ]   3265
innodb_zip.recover '16k,innodb'          w1 [ pass ]  14470
innodb.restart '4k,innodb'               w2 [ pass ]  25405
innodb_i_s.innodb_cmp_per_index_reset 'innodb' w7 [ pass ]    155
innodb_gis.rtree_purge '4k,innodb'       w2 [ skipped ]  Test requires: 'not_valgrind'
innodb.default_row_format_create 'innodb,redundant' w3 [ pass ]    911
innodb_zip.wl6344_compress_level '16k,innodb' w1 [ pass ]   2328
innodb.innodb_bug60049 'innodb'          w5 [ pass ]  15931
innodb_zip.cmp_per_index 'innodb'        w7 [ pass ]   3598
innodb.default_row_format_alter 'dynamic,innodb' w4 [ pass ]   3064
innodb.default_row_format_create 'dynamic,innodb' w4 [ pass ]    816
innodb.instant_alter_charset 'innodb,redundant' w3 [ pass ]  15846
innodb_zip.blob '4k,innodb'              w2 [ pass ]   2085
innodb.create_isl_with_direct 'innodb'   w1 [ pass ]   1311
sys_vars.innodb_file_per_table_basic 'innodb' w5 [ pass ]    290
innodb.default_row_format_alter 'compact,innodb' w7 [ pass ]   2989
innodb.instant_alter_limit '8k,innodb'   w8 [ pass ]  20711
innodb_zip.bug36169 '4k,innodb'          w2 [ pass ]   4268
innodb.default_row_format_create 'compact,innodb' w7 [ pass ]    825
innodb_zip.bug36172 '4k,innodb'          w2 [ pass ]    878
innodb.instant_alter_charset 'dynamic,innodb' w4 [ pass ]  15586
innodb_zip.bug52745 '4k,innodb'          w2 [ pass ]    343
innodb_zip.bug53591 '4k,innodb'          w2 [ pass ]    364
innodb.instant_alter_rollback 'innodb,redundant' w3 [ pass ]  13108
innodb_fts.innodb_ft_aux_table 'innodb'  w1 [ pass ]   2335
innodb.innodb_force_pk 'innodb'          w5 [ pass ]   1565
innodb_zip.bug56680 '4k,innodb'          w2 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.instant_alter_charset 'compact,innodb' w7 [ pass ]  15463
innodb_zip.create_options '4k,innodb'    w2 [ pass ]   7327
innodb.instant_alter_rollback 'dynamic,innodb' w4 [ pass ]  13143
innodb.temp_table_savepoint 'innodb,redundant' w3 [ pass ]   9092
innodb_i_s.innodb_ft_being_deleted 'innodb' w5 [ pass ]    195
innodb.innodb-mdev-7408 'innodb'         w1 [ pass ]   1622
innodb_gis.rtree_undo 'innodb,redundant' w3 [ pass ]   3876
innodb_zip.innodb-zip '4k,innodb'        w2 [ pass ]   4854
innodb.restart '8k,innodb'               w8 [ pass ]  25584
innodb_i_s.innodb_ft_default_stopword 'innodb' w1 [ pass ]    136
innodb_gis.rtree_purge '8k,innodb'       w8 [ skipped ]  Test requires: 'not_valgrind'
innodb.temp_table_savepoint 'dynamic,innodb' w4 [ pass ]   9321
innodb.instant_alter_rollback 'compact,innodb' w7 [ pass ]  12821
innodb_gis.rtree_undo 'dynamic,innodb'   w4 [ pass ]   3954
innodb.innodb_bug14147491 'innodb'       w6 [ pass ]  83250
innodb_i_s.innodb_ft_deleted 'innodb'    w5 [ pass ]    128
innodb_i_s.innodb_ft_index_table 'innodb' w3 [ pass ]    137
innodb.temp_table_savepoint 'compact,innodb' w7 [ pass ]   8818
innodb_zip.recover '4k,innodb'           w2 [ pass ]  14572
innodb_zip.blob '8k,innodb'              w8 [ pass ]   2143
innodb_zip.wl6344_compress_level '4k,innodb' w2 [ pass ]   2411
innodb_gis.rtree_undo 'compact,innodb'   w7 [ pass ]   3753
innodb_zip.bug36169 '8k,innodb'          w8 [ pass ]   4084
innodb_i_s.innodb_sys_datafiles 'innodb' w6 [ pass ]    172
innodb_i_s.innodb_mutexes 'innodb'       w5 [ pass ]    142
innodb_zip.bug36172 '8k,innodb'          w8 [ pass ]    853
innodb_zip.bug52745 '8k,innodb'          w8 [ pass ]    359
innodb_zip.bug53591 '8k,innodb'          w8 [ pass ]    430
innodb_i_s.innodb_tablespaces_encryption 'innodb' w2 [ pass ]    145
innodb_zip.bug56680 '8k,innodb'          w8 [ skipped ]  Need "--big-test" when running with Valgrind
innodb_i_s.innodb_ft_config 'innodb'     w7 [ pass ]    157
main.large_pages 'innodb'                w6 [ pass ]   1281
innodb_i_s.innodb_sys_semaphore_waits 'innodb' w5 [ pass ]    138
innodb_zip.create_options '8k,innodb'    w8 [ pass ]   8093
innodb_i_s.innodb_ft_index_cache 'innodb' w7 [ pass ]    247
innodb.binlog_consistent 'innodb'        w2 [ pass ]   2589
innodb_zip.innodb-zip '8k,innodb'        w8 [ pass ]   5030
main.innodb_ext_key 'innodb,on,unoptimized' w1 [ pass ]  44250
main.flush_block_commit_notembedded 'innodb' w2 [ pass ]   2878
perfschema.transaction 'innodb'          w5 [ pass ]   5311
main.innodb_ext_key 'covering,innodb,off' w4 [ pass ]  43907
main.innodb_mysql_lock2 'innodb'         w6 [ pass ]   9272
main.innodb_ext_key 'innodb,off,unoptimized' w3 [ pass ]  43277
innodb_zip.recover '8k,innodb'           w8 [ pass ]  14146
sql_sequence.debug_sync 'innodb'         w2 [ skipped ]  debug_sync is not available
sql_sequence.create 'innodb'             w1 [ pass ]   3832
innodb_zip.wl6344_compress_level '8k,innodb' w8 [ pass ]   2370
mroonga/wrapper.binlog_TODO_SPLIT_ME 'innodb' w5 [ pass ]   2851
sys_vars.innodb_read_io_threads_basic 'innodb' w4 [ pass ]   1245
innodb_i_s.innodb_sys_tablespaces 'innodb' w3 [ pass ]    154
parts.partition_debug_sync_innodb 'innodb' w2 [ skipped ]  debug_sync is not available
parts.partition_mgm_lc1_innodb 'innodb'  w8 [ pass ]   9390
innodb.index_merge_threshold 'innodb'    w1 [ pass ]  12447
innodb.innodb_autoinc_lock_mode_zero 'innodb' w2 [ pass ]   1630
parts.partition_innodb_status_file 'innodb' w6 [ pass ]  22413
main.partition_exchange 'innodb'         w3 [ pass ]   7018
main.innodb_ext_key 'covering,innodb,on' w7 [ pass ]  41274
innodb.innodb_information_schema_buffer 'innodb' w8 [ pass ]   2041
main.bug46760 'innodb'                   w2 [ pass ]   1288
innodb.innodb_bug39438 'innodb'          w6 [ pass ]   1012
innodb.innodb_bug30919 'innodb'          w5 [ pass ]  22672
innodb_i_s.innodb_sys_tablestats 'innodb' w7 [ pass ]    121
perfschema.start_server_innodb 'innodb'  w3 [ pass ]   6981
parts.partition_mgm_lc2_innodb 'innodb'  w5 [ skipped ]  Test requires: 'lowercase2'
main.row-checksum-old 'innodb'           w6 [ pass ]   1696
innodb.innodb_trx_weight 'innodb'        w8 [ pass ]   3881
sys_vars.innodb_write_io_threads_basic 'innodb' w7 [ pass ]    841
parts.partition_special_innodb 'innodb'  w4 [ pass ]  47789
innodb.temporary_table_optimization 'innodb' w6 [ skipped ]  Need "--big-test" when running with Valgrind
main.row-checksum 'innodb'               w5 [ pass ]   1739
innodb.innodb-stats-modified-counter 'innodb' w8 [ pass ]   1324
main.drop_table_force 'innodb'           w7 [ pass ]   2908
innodb.innodb-lock-schedule-algorithm 'innodb' w2 [ pass ]  23324
innodb_fts.innodb-fts-stopword 'innodb'  w3 [ pass ]  17531
innodb.innodb-index-online-norebuild 'innodb' w6 [ pass ]   1763
innodb.data_types 'innodb'               w5 [ pass ]   1646
innodb.innodb_information_schema_tables 'innodb' w8 [ pass ]   3087
main.information_schema_all_engines 'innodb' w1 [ pass ]  53489
innodb.group_commit 'innodb'             w7 [ skipped ]  debug_sync is not available
gcol.gcol_column_def_options_innodb 'innodb' w4 [ pass ]  10407
innodb.innodb-autoinc-56228 'innodb'     w2 [ pass ]    870
innodb_fts.create 'innodb'               w5 [ pass ]   4483
main.bug39022 'innodb'                   w7 [ pass ]   2103
gcol.gcol_partition_innodb 'innodb'      w4 [ pass ]   2299
gcol.innodb_partition 'innodb'           w4 [ pass ]    391
innodb.alter_partitioned 'innodb'        w4 [ pass ]    258
innodb.innodb-consistent 'innodb'        w1 [ pass ]   1366
innodb.alter_partitioned_xa 'innodb'     w4 [ pass ]   2441
innodb.innodb_mysql_rbk 'innodb'         w6 [ pass ]   5371
innodb.innodb_timeout_rollback 'innodb'  w8 [ pass ]   4308
sys_vars.innodb_numa_interleave_basic 'innodb' w2 [ skipped ]  Test requires: Binary must be built with NUMA support.
main.commit_1innodb 'innodb'             w7 [ pass ]  10341
main.create_select_tmp 'innodb'          w7 [ pass ]    382
innodb.innodb-lock 'innodb'              w4 [ pass ]   3552
innodb.innodb-mdev7046 'innodb'          w4 [ pass ]   1229
main.sp_trans 'innodb'                   w7 [ pass ]   4977
innodb.multi_repair-7404 'innodb'        w4 [ pass ]    478
innodb.update_time_wl6658 'innodb'       w4 [ skipped ]  Need "--big-test" when running with Valgrind
main.xa_binlog 'innodb'                  w7 [ pass ]    580
innodb.innodb-semi-consistent 'innodb'   w1 [ pass ]  12653
main.backup_interaction 'innodb'         w6 [ pass ]   3104
mroonga/wrapper.performance_schema 'innodb' w8 [ pass ]   2154
vcol.index 'innodb'                      w7 [ pass ]   1250
innodb.innodb-alter 'innodb'             w3 [ pass ]  29557
innodb_gis.geometry 'innodb'             w4 [ pass ]   4843
innodb.innodb_lock_wait_timeout_1 'innodb' w5 [ pass ]  19920
perfschema.max_program_zero 'innodb'     w2 [ pass ]   7883
main.backup_lock 'innodb'                w6 [ pass ]   5017
innodb.innodb-wl5980-alter 'innodb'      w3 [ pass ]   5196
main.alter_table_online 'innodb'         w4 [ pass ]   1682
main.backup_locks 'innodb'               w6 [ pass ]    361
main.backup_priv 'innodb'                w6 [ pass ]    650
main.auto_increment_ranges_innodb 'innodb' w4 [ pass ]   3022
main.lowercase_mixed_tmpdir_innodb 'innodb' w2 [ skipped ]  Test requires: 'lowercase2'
sys_vars.identity_func 'innodb'          w5 [ pass ]   1513
sys_vars.last_insert_id_func 'innodb'    w5 [ pass ]    332
innodb.alter_table 'innodb'              w3 [ pass ]   4034
sys_vars.storage_engine_basic 'innodb'   w5 [ pass ]    447
innodb.analyze_table 'innodb'            w3 [ pass ]    756
main.backup_stages 'innodb'              w6 [ pass ]  16449
innodb.create_select 'innodb'            w3 [ pass ]    978
main.backup_syntax 'innodb'              w6 [ pass ]    321
innodb.innodb_bug60196 'innodb'          w2 [ skipped ]  Test requires: 'lowercase2'
perfschema.statement_program_lost_inst 'innodb' w7 [ pass ]  20956
innodb.defrag_mdl-9155 'innodb'          w3 [ pass ]    656
main.innodb_mysql_lock 'innodb'          w6 [ pass ]   3910
innodb.innodb-alter-timestamp 'innodb'   w3 [ pass ]   5088
main.mdl 'innodb'                        w6 [ pass ]    565
mroonga/storage.alter_table_change_engine_decimal 'innodb' w7 [ pass ]   2320
mroonga/storage.foreign_key_alter_add 'innodb' w7 [ pass ]   1717
funcs_2.innodb_charset 'innodb'          w6 [ skipped ]  Need "--big-test" when running with Valgrind
innodb.innodb_force_recovery_rollback 'innodb' w3 [ pass ]  12563
mroonga/storage.foreign_key_alter_drop 'innodb' w7 [ pass ]    806
mroonga/storage.foreign_key_rename 'innodb' w7 [ pass ]    955
main.plugin_innodb 'innodb'              w2 [ pass ]  16493
mroonga/storage.fulltext_two_inner_join 'innodb' w7 [ pass ]   1378
mroonga/storage.optimization_count_skip_index_view 'innodb' w7 [ pass ]    891
mroonga/storage.replace_select_varchar 'innodb' w7 [ pass ]    925
main.plugin_auth 'innodb'                w5 [ pass ]  33521
innodb.innodb_stats_persistent 'innodb'  w3 [ pass ]   2982
mroonga/wrapper.alter_table_add_column 'innodb' w7 [ pass ]   1080
innodb.mvcc 'innodb'                     w3 [ pass ]   1873
mroonga/wrapper.alter_table_add_column_multibyte_cp932 'innodb' w7 [ pass ]   1639
main.delete_innodb 'innodb'              w3 [ pass ]    335
mroonga/wrapper.alter_table_add_column_multibyte_utf8 'innodb' w7 [ pass ]   1155
innodb.innodb_bug53756 'innodb'          w6 [ pass ]  13637
mroonga/wrapper.alter_table_change_column_comment 'innodb' w7 [ pass ]    575
main.derived_split_innodb 'innodb'       w3 [ pass ]   2825
mroonga/wrapper.alter_table_change_engine 'innodb' w7 [ pass ]    969
mroonga/wrapper.alter_table_comment_change_engine 'innodb' w7 [ pass ]    807
versioning.alter 'innodb'                w5 [ pass ]   8213
mroonga/wrapper.alter_table_disable_keys_create_fulltext 'innodb' w7 [ pass ]    779
versioning.commit_id 'innodb'            w5 [ pass ]    709
main.xa_prepared_binlog_off 'innodb'     w6 [ skipped ]  Test requires: 'not_valgrind'
mroonga/wrapper.alter_table_disable_keys_fulltext 'innodb' w7 [ pass ]    750
mroonga/wrapper.alter_table_disable_keys_multiple_column 'innodb' w7 [ pass ]    579
versioning.trx_id 'innodb'               w5 [ pass ]   2860
mroonga/wrapper.alter_table_disable_keys_normal 'innodb' w7 [ pass ]    615
mroonga/wrapper.alter_table_disable_keys_primary 'innodb' w7 [ pass ]    640
main.information_schema 'innodb'         w3 [ pass ]  21326
mroonga/wrapper.alter_table_drop_column 'innodb' w7 [ pass ]    714
mroonga/wrapper.alter_table_enable_keys_fulltext 'innodb' w7 [ pass ]    726
mroonga/wrapper.alter_table_enable_keys_lock_tables 'innodb' w7 [ pass ]    867
perfschema.show_aggregate 'innodb,pot'   w6 [ pass ]   4172
mroonga/wrapper.alter_table_enable_keys_multiple_column 'innodb' w7 [ pass ]    657
perfschema.show_aggregate '1tpc,innodb'  w5 [ pass ]   4079
mroonga/wrapper.alter_table_enable_keys_normal 'innodb' w7 [ pass ]    589
main.innodb_icp 'innodb'                 w3 [ pass ]  14644
mroonga/wrapper.alter_table_enable_keys_primary 'innodb' w7 [ pass ]    612
mroonga/wrapper.alter_table_fulltext 'innodb' w7 [ pass ]    819
mroonga/wrapper.alter_table_rename_table 'innodb' w7 [ pass ]    781
main.temp_table 'innodb'                 w6 [ pass ]   5073
mroonga/wrapper.alter_table_spatial 'innodb' w7 [ pass ]   1268
main.stat_tables_innodb 'innodb'         w8 [ pass ]  130217
mroonga/wrapper.auto_increment_text 'innodb' w7 [ pass ]    531
perfschema.statement_program_nested 'innodb' w5 [ pass ]   3798
main.stat_tables_innodb_debug 'innodb'   w8 [ skipped ]  debug_sync is not available
mroonga/wrapper.check_table_for_upgrade 'innodb' w7 [ pass ]    871
perfschema.statement_program_nesting_event_check 'innodb' w5 [ pass ]   2246
mroonga/wrapper.column_comment_index_not_for_mroonga 'innodb' w7 [ pass ]    641
perfschema.statement_program_non_nested 'innodb' w5 [ pass ]   1906
mroonga/wrapper.column_generated_stored_add_column 'innodb' w7 [ pass ]    979
main.stat_tables_par_innodb 'innodb'     w6 [ skipped ]  debug_sync is not available
mroonga/wrapper.column_generated_stored_delete 'innodb' w7 [ pass ]    833
mroonga/wrapper.column_generated_stored_drop_column 'innodb' w7 [ pass ]    793
compat/oracle.column_compression 'innodb' w8 [ pass ]   2800
mroonga/wrapper.column_generated_stored_insert 'innodb' w7 [ pass ]    778
mroonga/wrapper.column_generated_stored_reindex 'innodb' w7 [ skipped ]  This test is for MySQL version 5.7.x or later
compat/oracle.sp-anonymous 'innodb'      w8 [ pass ]   2102
sys_vars.innodb_defragment_n_pages_basic 'innodb' w5 [ pass ]    195
mroonga/wrapper.column_generated_stored_update 'innodb' w7 [ pass ]    745
compat/oracle.sp-package-innodb 'innodb' w8 [ pass ]    806
sys_vars.innodb_defragment_stats_accuracy_basic 'innodb' w5 [ pass ]    187
mroonga/wrapper.column_generated_virtual_add_column 'innodb' w7 [ pass ]    757
compat/oracle.update_innodb 'innodb'     w8 [ pass ]    320
sys_vars.innodb_disable_sort_file_cache_basic 'innodb' w5 [ pass ]    481
mroonga/wrapper.column_generated_virtual_add_fulltext_index 'innodb' w7 [ pass ]    708
funcs_1.innodb_bitdata 'innodb'          w8 [ pass ]    318
sys_vars.innodb_disallow_writes_basic 'innodb' w5 [ pass ]    203
funcs_1.innodb_cursors 'innodb'          w8 [ pass ]    108
mroonga/wrapper.column_generated_virtual_add_index 'innodb' w7 [ pass ]    898
sys_vars.innodb_doublewrite_basic 'innodb' w5 [ pass ]    219
sys_vars.innodb_encrypt_log_basic 'innodb' w5 [ pass ]    193
mroonga/wrapper.column_generated_virtual_delete 'innodb' w7 [ pass ]    671
sys_vars.innodb_encrypt_tables_basic 'innodb' w5 [ pass ]    244
mroonga/wrapper.column_generated_virtual_drop_column 'innodb' w7 [ pass ]    757
sys_vars.innodb_encryption_rotate_key_age_basic 'innodb' w5 [ pass ]    224
main.mysql_upgrade 'innodb'              w4 [ pass ]  174815
mroonga/wrapper.column_generated_virtual_insert 'innodb' w7 [ pass ]    686
sys_vars.innodb_encryption_rotation_iops_basic 'innodb' w5 [ pass ]    239
mroonga/wrapper.column_generated_virtual_update 'innodb' w7 [ pass ]    679
sys_vars.innodb_encryption_threads_basic 'innodb' w5 [ pass ]    276
funcs_1.innodb_func_view 'innodb'        w8 [ pass ]  13920
mroonga/wrapper.column_multibyte_cp932 'innodb' w7 [ pass ]    975
sys_vars.innodb_fast_shutdown_basic 'innodb' w5 [ pass ]    323
main.mysql_upgrade-20228 'innodb'        w4 [ pass ]   5446
sys_vars.innodb_fatal_semaphore_wait_threshold_basic 'innodb' w5 [ pass ]    223
mroonga/wrapper.column_multibyte_utf8 'innodb' w7 [ pass ]    910
sys_vars.innodb_file_io_threads_basic 'innodb' w5 [ pass ]    234
funcs_1.innodb_storedproc_02 'innodb'    w8 [ pass ]   3960
mroonga/wrapper.column_normal_comment 'innodb' w7 [ pass ]    607
sys_vars.innodb_fill_factor_basic 'innodb' w5 [ pass ]    251
main.mysql_upgrade_to_100502 'innodb'    w4 [ pass ]   5588
innodb.corrupted_during_recovery 'innodb' w2 [ pass ]  122061
mroonga/wrapper.count_star 'innodb'      w7 [ pass ]    608
funcs_1.innodb_storedproc_03 'innodb'    w8 [ pass ]   1732
sys_vars.innodb_flush_log_at_timeout_basic 'innodb' w5 [ pass ]    295
mroonga/wrapper.count_star_mysql_5_7_or_later_with_index 'innodb' w7 [ skipped ]  This test is for MySQL version 5.7.x or later
sys_vars.innodb_flush_log_at_trx_commit_basic 'innodb' w5 [ pass ]    293
main.partition_alter 'innodb'            w4 [ pass ]   3080
funcs_1.innodb_storedproc_06 'innodb'    w8 [ pass ]   2193
mroonga/wrapper.count_star_with_index 'innodb' w7 [ pass ]    835
main.range_vs_index_merge_innodb 'innodb' w3 [ pass ]  80291
sys_vars.innodb_flush_method_basic 'innodb' w5 [ pass ]    204
funcs_1.innodb_storedproc_07 'innodb'    w8 [ pass ]   1263
main.partition_cache 'innodb'            w4 [ pass ]   2206
mroonga/wrapper.create_table_TODO_SPLIT_ME 'innodb' w7 [ pass ]   2421
funcs_1.innodb_storedproc_08 'innodb'    w8 [ pass ]   1465
mroonga/wrapper.create_table_comment_combined 'innodb' w7 [ pass ]    636
main.partition_cache_innodb 'innodb'     w4 [ pass ]   1613
mroonga/wrapper.create_table_flags_comment 'innodb' w7 [ pass ]    623
funcs_1.innodb_storedproc_10 'innodb'    w8 [ pass ]   1740
main.partition_datatype 'innodb'         w4 [ pass ]   2610
mroonga/wrapper.create_table_flags_none 'innodb' w7 [ pass ]    661
funcs_1.innodb_trig_0102 'innodb'        w8 [ pass ]   2242
mroonga/wrapper.create_table_flags_parameter 'innodb' w7 [ pass ]    638
main.index_merge_innodb 'innodb'         w1 [ pass ]  219083
mroonga/wrapper.create_table_index_flags_none 'innodb' w7 [ pass ]    600
funcs_1.innodb_trig_03 'innodb'          w8 [ pass ]   1935
mroonga/wrapper.create_table_index_flags_with_position_and_with_weight 'innodb' w7 [ pass ]    624
main.partition_explicit_prune 'innodb'   w4 [ pass ]   8690
main.statistics 'innodb'                 w6 [ pass ]  79607
mroonga/wrapper.create_table_normalizer_comment 'innodb' w7 [ pass ]    666
funcs_1.innodb_trig_03e 'innodb'         w8 [ pass ]   4176
sys_vars.innodb_flush_method_func 'innodb' w5 [ pass ]  23438
main.partition_innodb_plugin 'innodb'    w4 [ pass ]   1515
mroonga/wrapper.create_table_normalizer_fulltext_index_bin 'innodb' w7 [ pass ]    590
main.statistics_index_crash-7362 'innodb' w6 [ pass ]    877
mariabackup.encrypted_page_corruption '32k,crc32,innodb' w2 [ pass ]  18283
main.partition_mrr_innodb 'innodb'       w4 [ pass ]   1160
funcs_1.innodb_trig_0407 'innodb'        w8 [ pass ]   2211
mroonga/wrapper.create_table_normalizer_parameter 'innodb' w7 [ pass ]    599
main.truncate-stale-6500 'innodb'        w4 [ pass ]    346
mroonga/wrapper.create_table_parser_comment 'innodb' w7 [ pass ]    703
funcs_1.innodb_trig_08 'innodb'          w8 [ pass ]   1913
mroonga/wrapper.create_table_token_filters_index_multiple_token_filters 'innodb' w7 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
main.type_datetime_hires 'innodb'        w4 [ pass ]   1945
mroonga/wrapper.create_table_token_filters_index_one_token_filter 'innodb' w7 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
funcs_1.innodb_trig_09 'innodb'          w8 [ pass ]   1136
mroonga/wrapper.create_table_token_filters_index_parameter 'innodb' w7 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
parts.alter_data_directory_innodb 'innodb' w4 [ pass ]    985
sys_vars.innodb_flush_neighbors_basic 'innodb' w5 [ pass ]    548
funcs_1.innodb_trig_1011ext 'innodb'     w8 [ pass ]   2614
mroonga/wrapper.create_table_tokenizer_comment 'innodb' w7 [ pass ]    633
sys_vars.innodb_flush_sync_basic 'innodb' w5 [ pass ]    454
parts.backup_log 'innodb'                w4 [ pass ]   2600
mroonga/wrapper.create_table_tokenizer_parameter 'innodb' w7 [ pass ]    603
funcs_1.innodb_trig_frkey 'innodb'       w8 [ pass ]    971
sys_vars.innodb_flushing_avg_loops_basic 'innodb' w5 [ pass ]    288
parts.longname 'innodb'                  w4 [ pass ]    578
mroonga/wrapper.delete_TODO_SPLIT_ME 'innodb' w7 [ pass ]    812
sys_vars.innodb_force_load_corrupted_basic 'innodb' w5 [ pass ]    195
sys_vars.innodb_force_primary_key_basic 'innodb' w5 [ pass ]    195
mroonga/wrapper.delete_all 'innodb'      w7 [ pass ]    646
mariabackup.encrypted_page_corruption '64k,crc32,innodb' w1 [ pass ]  18946
sys_vars.innodb_force_recovery_basic 'innodb' w5 [ pass ]    191
mroonga/wrapper.drop_table_new_connection 'innodb' w7 [ pass ]    642
sys_vars.innodb_ft_aux_table_basic 'innodb' w5 [ pass ]    223
mroonga/wrapper.fulltext_boolean_mode_leading_not 'innodb' w7 [ pass ]    651
sys_vars.innodb_ft_cache_size_basic 'innodb' w5 [ pass ]    228
mroonga/wrapper.fulltext_boolean_mode_multiple_match_against 'innodb' w7 [ pass ]    672
mariabackup.encrypted_page_corruption '32k,full_crc32,innodb' w6 [ pass ]  17557
sys_vars.innodb_ft_enable_diag_print_basic 'innodb' w5 [ pass ]    431
mariabackup.encrypted_page_corruption '64k,full_crc32,innodb' w2 [ pass ]  17853
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_minus_no_operator 'innodb' w7 [ pass ]    669
sys_vars.innodb_ft_enable_stopword_basic 'innodb' w5 [ pass ]    439
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_minus_with_or 'innodb' w7 [ pass ]    657
sys_vars.innodb_ft_max_token_size_basic 'innodb' w5 [ pass ]    178
parts.part_blocked_sql_func_innodb 'innodb' w4 [ pass ]  20100
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_minus_with_plus 'innodb' w7 [ pass ]    695
sys_vars.innodb_ft_min_token_size_basic 'innodb' w5 [ pass ]    196
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_or_no_operator 'innodb' w7 [ pass ]    594
sys_vars.innodb_ft_num_word_optimize_basic 'innodb' w5 [ pass ]    304
sys_vars.innodb_ft_result_cache_limit '64bit,innodb' w5 [ pass ]    139
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_or_with_minus 'innodb' w7 [ pass ]    618
sys_vars.innodb_ft_result_cache_limit_basic '64bit,innodb' w5 [ pass ]    388
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_or_with_plus 'innodb' w7 [ pass ]    737
sys_vars.innodb_ft_server_stopword_table_basic 'innodb' w5 [ pass ]    354
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_plus_no_operator 'innodb' w7 [ pass ]    649
sys_vars.innodb_ft_sort_pll_degree_basic 'innodb' w5 [ pass ]    221
parts.partition_alter3_innodb 'innodb'   w4 [ pass ]  12329
funcs_1.innodb_views 'innodb'            w8 [ pass ]  37193
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_plus_with_minus 'innodb' w7 [ pass ]    738
sys_vars.innodb_ft_total_cache_size_basic 'innodb' w5 [ pass ]    246
parts.partition_alter_innodb 'innodb'    w4 [ pass ]    611
mroonga/wrapper.fulltext_boolean_mode_pragma_default_operator_plus_with_or 'innodb' w7 [ pass ]    609
sys_vars.innodb_ft_user_stopword_table_basic 'innodb' w5 [ pass ]    281
funcs_1.is_basics_mixed 'innodb'         w8 [ pass ]   5492
mariabackup.incremental_encrypted '32k,innodb' w1 [ pass ]  21648
main.rowid_filter_innodb 'innodb'        w3 [ pass ]  93997
mroonga/wrapper.fulltext_boolean_mode_pragma_weight_full_spec 'innodb' w7 [ pass ]   1278
sys_vars.innodb_idle_flush_pct_basic 'innodb' w5 [ pass ]    670
parts.partition_alter_instant 'innodb'   w4 [ pass ]   5979
sys_vars.innodb_immediate_scrub_data_uncompressed_basic 'innodb' w5 [ pass ]    189
mroonga/wrapper.fulltext_boolean_mode_pragma_weight_no_weight 'innodb' w7 [ pass ]    648
funcs_1.is_check_constraints 'innodb'    w8 [ pass ]   1751
mariabackup.full_backup '32k,innodb'     w6 [ pass ]  19845
sys_vars.innodb_instant_alter_column_allowed_basic 'innodb' w5 [ pass ]    249
mroonga/wrapper.fulltext_boolean_mode_pragma_weight_omit_section 'innodb' w7 [ pass ]    703
funcs_1.is_cml_innodb 'innodb'           w8 [ pass ]    430
sys_vars.innodb_io_capacity_basic 'innodb' w5 [ pass ]    341
mroonga/wrapper.fulltext_charset_ascii 'innodb' w7 [ pass ]    937
sys_vars.innodb_io_capacity_max_basic 'innodb' w5 [ pass ]    364
mariabackup.incremental_encrypted '64k,innodb' w2 [ pass ]  23402
parts.partition_auto_increment_innodb 'innodb' w4 [ pass ]   6771
funcs_1.is_columns_innodb 'innodb'       w8 [ pass ]   2833
mroonga/wrapper.fulltext_charset_cp932 'innodb' w7 [ pass ]    837
sys_vars.innodb_lock_wait_timeout_basic 'innodb' w5 [ pass ]    245
parts.partition_basic_symlink_innodb 'innodb' w4 [ skipped ]  Test requires: 'have_symlink'
funcs_1.is_columns_is 'innodb'           w8 [ pass ]   1240
mroonga/wrapper.fulltext_charset_eucjpms 'innodb' w7 [ pass ]    767
sys_vars.innodb_log_buffer_size_basic 'innodb' w5 [ pass ]    169
funcs_1.is_columns_is_embedded 'innodb'  w8 [ skipped ]  Test requires: embedded server
main.subselect_sj2_mat 'innodb'          w3 [ pass ]  15604
sys_vars.innodb_log_checksums_basic 'innodb' w5 [ pass ]    323
mroonga/wrapper.fulltext_charset_japanese 'innodb' w7 [ pass ]   1209
parts.partition_bigint_innodb 'innodb'   w4 [ pass ]   4232
funcs_1.is_columns_mysql 'innodb'        w8 [ pass ]    924
sys_vars.innodb_log_compressed_pages_basic 'innodb' w5 [ pass ]    219
mroonga/wrapper.fulltext_index_recreate 'innodb' w7 [ pass ]    847
funcs_1.is_engines_innodb 'innodb'       w8 [ pass ]    158
sys_vars.innodb_log_file_size_basic 'innodb' w5 [ pass ]    238
parts.partition_bit_innodb 'innodb'      w4 [ pass ]   3275
mroonga/wrapper.fulltext_insert_select 'innodb' w7 [ pass ]   1025
sys_vars.innodb_log_group_home_dir_basic 'innodb' w5 [ pass ]    178
funcs_1.is_key_column_usage 'innodb'     w8 [ pass ]   1778
sys_vars.innodb_log_optimize_ddl_basic 'innodb' w5 [ pass ]    190
funcs_1.is_key_column_usage_embedded 'innodb' w8 [ skipped ]  Test requires: embedded server
mroonga/wrapper.fulltext_insert_values 'innodb' w7 [ pass ]    779
mariabackup.incremental_backup '32k,innodb' w6 [ pass ]  22335
sys_vars.innodb_log_write_ahead_size_basic 'innodb' w5 [ pass ]    293
funcs_1.is_statistics_mysql 'innodb'     w8 [ pass ]    399
main.update_use_source 'innodb'          w3 [ pass ]  12517
funcs_1.is_statistics_mysql_embedded 'innodb' w8 [ skipped ]  Test requires: embedded server
sys_vars.innodb_lru_scan_depth_basic 'innodb' w5 [ pass ]    346
mariabackup.full_backup '64k,innodb'     w1 [ pass ]  17584
sql_sequence.alter 'innodb'              w3 [ pass ]   1131
mariabackup.small_ibd '32k,innodb'       w6 [ pass ]   1919
sys_vars.innodb_max_dirty_pages_pct_basic 'innodb' w5 [ pass ]    383
funcs_1.is_table_constraints 'innodb'    w8 [ pass ]   1759
parts.partition_char_innodb 'innodb'     w4 [ pass ]  10713
sql_sequence.alter_notembedded 'innodb'  w3 [ pass ]    307
funcs_1.is_table_constraints_mysql 'innodb' w8 [ pass ]    292
funcs_1.is_table_constraints_mysql_embedded 'innodb' w8 [ skipped ]  Test requires: embedded server
sql_sequence.concurrent_create 'innodb'  w3 [ pass ]   1742
funcs_1.is_tables_innodb 'innodb'        w8 [ pass ]    396
sql_sequence.lock 'innodb'               w3 [ pass ]    418
sys_vars.innodb_max_dirty_pages_pct_func 'innodb' w5 [ pass ]   6931
mariabackup.encrypted_page_corruption '16k,crc32,innodb' w2 [ pass ]  17760
funcs_1.is_tables_mysql 'innodb'         w8 [ pass ]    321
mroonga/wrapper.fulltext_many_records 'innodb' w7 [ pass ]  17150
sql_sequence.next 'innodb'               w3 [ pass ]    956
sys_vars.innodb_max_dirty_pages_pct_lwm_basic 'innodb' w5 [ pass ]    390
funcs_1.is_tables_mysql_embedded 'innodb' w8 [ skipped ]  Test requires: embedded server
parts.partition_datetime_innodb 'innodb' w4 [ pass ]  10626
mroonga/wrapper.fulltext_matched_and_not_matched_have_where_matched_order 'innodb' w7 [ pass ]    767
sys_vars.innodb_max_purge_lag_basic 'innodb' w5 [ pass ]    452
sql_sequence.other 'innodb'              w3 [ pass ]   1398
gcol.gcol_blocked_sql_funcs_innodb 'innodb' w8 [ pass ]   2265
sys_vars.innodb_max_purge_lag_delay_basic 'innodb' w5 [ pass ]    220
mroonga/wrapper.fulltext_matched_and_not_matched_have_where_no_order 'innodb' w7 [ pass ]    654
sql_sequence.setval 'innodb'             w3 [ pass ]    641
mariabackup.xbstream '32k,innodb'        w6 [ pass ]  17416
sys_vars.innodb_max_undo_log_size_basic 'innodb' w5 [ pass ]    231
mroonga/wrapper.fulltext_matched_and_not_matched_no_where_both_order 'innodb' w7 [ pass ]    630
sql_sequence.temporary 'innodb'          w3 [ pass ]    217
gcol.gcol_bugfixes 'innodb'              w8 [ pass ]   3410
sys_vars.innodb_old_blocks_pct_basic 'innodb' w5 [ pass ]    386
sql_sequence.view 'innodb'               w3 [ pass ]    221
mroonga/wrapper.fulltext_multiple_column_index_delete 'innodb' w7 [ pass ]    724
mariabackup.incremental_backup '64k,innodb' w1 [ pass ]  23640
gcol.gcol_handler_innodb 'innodb'        w8 [ pass ]    340
sys_vars.innodb_old_blocks_time_basic 'innodb' w5 [ pass ]    298
parts.partition_double_innodb 'innodb'   w4 [ pass ]   9904
mroonga/wrapper.fulltext_multiple_column_index_insert 'innodb' w7 [ pass ]    733
sys_vars.innodb_online_alter_log_max_size_basic 'innodb' w5 [ pass ]    295
mariabackup.small_ibd '64k,innodb'       w1 [ pass ]   1887
mroonga/wrapper.fulltext_multiple_column_index_recreate 'innodb' w7 [ pass ]    875
gcol.gcol_ins_upd_innodb 'innodb'        w8 [ pass ]   3222
sys_vars.innodb_open_files_basic 'innodb' w5 [ pass ]    186
mroonga/wrapper.fulltext_multiple_column_index_update 'innodb' w7 [ pass ]    780
sys_vars.innodb_optimize_fulltext_only_basic 'innodb' w5 [ pass ]    435
sys_vars.innodb_page_cleaners_basic 'innodb' w5 [ pass ]    200
mroonga/wrapper.fulltext_multiple_index 'innodb' w7 [ pass ]    644
sys_vars.innodb_page_size_basic 'innodb' w5 [ pass ]    152
gcol.gcol_keys_innodb 'innodb'           w8 [ pass ]   5653
mroonga/wrapper.fulltext_not_match_against 'innodb' w7 [ pass ]    766
sys_vars.innodb_prefix_index_cluster_optimization_basic 'innodb' w5 [ pass ]    451
mroonga/wrapper.fulltext_order_TODO_SPLIT_ME 'innodb' w7 [ pass ]    718
gcol.gcol_non_stored_columns_innodb 'innodb' w8 [ pass ]   1334
sys_vars.innodb_print_all_deadlocks_basic 'innodb' w5 [ pass ]    442
mariabackup.encrypted_page_corruption '4k,crc32,innodb' w2 [ pass ]  16783
gcol.gcol_rejected_innodb 'innodb'       w8 [ pass ]    137
mroonga/wrapper.fulltext_order_transaction 'innodb' w7 [ pass ]    746
sys_vars.innodb_purge_batch_size_basic 'innodb' w5 [ pass ]    309
mroonga/wrapper.function_last_insert_id_reference 'innodb' w7 [ pass ]    491
sys_vars.innodb_purge_rseg_truncate_frequency_basic 'innodb' w5 [ pass ]    278
mariabackup.xbstream '64k,innodb'        w1 [ pass ]  17827
mroonga/wrapper.function_last_insert_id_set 'innodb' w7 [ pass ]    522
gcol.gcol_select_innodb 'innodb'         w8 [ pass ]   4070
sys_vars.innodb_purge_threads_basic 'innodb' w5 [ pass ]    195
mroonga/wrapper.geometry_contains 'innodb' w7 [ pass ]    810
sys_vars.innodb_random_read_ahead_basic 'innodb' w5 [ pass ]    374
mariabackup.encrypted_page_corruption '8k,crc32,innodb' w6 [ pass ]  17162
sys_vars.innodb_read_ahead_threshold_basic 'innodb' w5 [ pass ]    300
mroonga/wrapper.geometry_delete 'innodb' w7 [ pass ]    748
mariabackup.encrypted_page_corruption '16k,full_crc32,innodb' w3 [ pass ]  17257
sys_vars.innodb_read_only_basic 'innodb' w5 [ pass ]    221
mroonga/wrapper.geometry_update 'innodb' w7 [ pass ]    676
sys_vars.innodb_replication_delay_basic 'innodb' w5 [ pass ]    291
mroonga/wrapper.index_force_index_not_used 'innodb' w7 [ pass ]    526
parts.partition_engine_innodb 'innodb'   w4 [ pass ]  35423
sys_vars.innodb_rollback_on_timeout_basic 'innodb' w5 [ pass ]    189
mroonga/wrapper.insert_TODO_SPLIT_ME 'innodb' w7 [ pass ]   1801
sys_vars.innodb_scrub_log_basic 'innodb' w5 [ pass ]    196
gcol.gcol_supported_sql_funcs_innodb 'innodb' w8 [ pass ]  15378
sys_vars.innodb_scrub_log_speed_basic 'innodb' w5 [ pass ]    213
mroonga/wrapper.insert_bulk 'innodb'     w7 [ pass ]    714
parts.partition_exch_innodb 'innodb'     w4 [ pass ]   4344
gcol.gcol_trigger_sp_innodb 'innodb'     w8 [ pass ]    529
mroonga/wrapper.multi_range_read_disk_sweep 'innodb' w7 [ skipped ]  This test is for MySQL
sys_vars.innodb_sort_buffer_size_basic 'innodb' w5 [ pass ]    202
parts.partition_exch_myisam_innodb 'innodb' w4 [ pass ]   1271
mroonga/wrapper.multi_range_read_mysql_5_7_or_later_disk_sweep 'innodb' w7 [ skipped ]  This test is for MySQL version 5.7.x or later
gcol.gcol_update 'innodb'                w8 [ pass ]    739
sys_vars.innodb_spin_wait_delay_basic 'innodb' w5 [ pass ]    248
mroonga/wrapper.optimization_order_limit_TODO_SPLIT_ME 'innodb' w7 [ pass ]    800
sys_vars.innodb_stats_auto_recalc_basic 'innodb' w5 [ pass ]    174
gcol.gcol_view_innodb 'innodb'           w8 [ pass ]   1370
mariabackup.encrypted_page_corruption '8k,full_crc32,innodb' w2 [ pass ]  17648
parts.partition_exch_qa_10 'innodb'      w4 [ pass ]   3310
sys_vars.innodb_stats_include_delete_marked_basic 'innodb' w5 [ pass ]    159
mroonga/wrapper.optimization_order_limit_no_direction 'innodb' w7 [ pass ]    660
gcol.innodb_prefix_index_check 'innodb'  w8 [ pass ]    156
sys_vars.innodb_stats_method_basic 'innodb' w5 [ pass ]    358
mroonga/wrapper.optimization_order_limit_no_where_clause 'innodb' w7 [ pass ]    692
gcol.innodb_virtual_blob 'innodb'        w8 [ pass ]    512
parts.partition_exch_qa_15 'innodb'      w4 [ pass ]   2072
sys_vars.innodb_stats_modified_counter_basic 'innodb' w5 [ pass ]    299
mroonga/wrapper.optimization_order_limit_order_by_primary_key 'innodb' w7 [ pass ]    705
sys_vars.innodb_stats_on_metadata_basic 'innodb' w5 [ pass ]    366
parts.partition_exch_qa_1_innodb 'innodb' w4 [ pass ]   2591
mroonga/wrapper.repair_table_no_files 'innodb' w7 [ pass ]   1064
sys_vars.innodb_stats_persistent_basic 'innodb' w5 [ pass ]    188
mariabackup.encrypted_page_corruption '4k,full_crc32,innodb' w3 [ pass ]  17345
parts.partition_exch_qa_3 'innodb'       w4 [ pass ]   1404
sys_vars.innodb_stats_persistent_sample_pages_basic 'innodb' w5 [ pass ]    336
mroonga/wrapper.repair_table_no_index_file 'innodb' w7 [ pass ]    987
gcol.innodb_virtual_fk 'innodb'          w8 [ pass ]   9467
sys_vars.innodb_stats_traditional_basic 'innodb' w5 [ pass ]    411
mroonga/wrapper.temporary_table 'innodb' w7 [ pass ]    615
sys_vars.innodb_stats_transient_sample_pages_basic 'innodb' w5 [ pass ]    287
mroonga/wrapper.transaction_query_cache 'innodb' w7 [ pass ]    580
parts.partition_exch_qa_4_innodb 'innodb' w4 [ pass ]   4264
sys_vars.innodb_status_output_basic 'innodb' w5 [ pass ]    572
mroonga/wrapper.transaction_rollback_delete_delete 'innodb' w7 [ pass ]    814
parts.partition_exch_qa_5_innodb 'innodb' w4 [ pass ]   2693
sys_vars.innodb_status_output_locks_basic 'innodb' w5 [ pass ]    406
mroonga/wrapper.transaction_rollback_delete_update 'innodb' w7 [ pass ]    761
sys_vars.innodb_strict_mode_basic 'innodb' w5 [ pass ]    452
mroonga/wrapper.truncate 'innodb'        w7 [ pass ]    815
parts.partition_exch_qa_7_innodb 'innodb' w4 [ pass ]   1942
sys_vars.innodb_sync_array_size_basic 'innodb' w5 [ pass ]    196
mroonga/wrapper.update_fulltext 'innodb' w7 [ pass ]    656
sys_vars.innodb_sync_spin_loops_basic 'innodb' w5 [ pass ]    295
mroonga/wrapper.update_int 'innodb'      w7 [ pass ]    619
parts.partition_exch_qa_8_innodb 'innodb' w4 [ pass ]   4241
sys_vars.innodb_table_locks_basic 'innodb' w5 [ pass ]    453
mariabackup.huge_lsn 'strict_crc32'      w1 [ pass ]  50005
parts.partition_exchange_innodb 'innodb' w4 [ skipped ]  debug_sync is not available
mroonga/wrapper.variable_dry_write_delete 'innodb' w7 [ pass ]    854
sys_vars.innodb_table_locks_func 'innodb' w5 [ pass ]    375
mariabackup.huge_lsn 'strict_full_crc32' w6 [ pass ]  47422
sys_vars.innodb_temp_data_file_path_basic 'innodb' w5 [ pass ]    169
mroonga/wrapper.variable_dry_write_insert 'innodb' w7 [ pass ]    711
sys_vars.innodb_thread_concurrency_basic 'innodb' w5 [ pass ]    313
mariabackup.xb_file_key_management       w3 [ pass ]  17660
mroonga/wrapper.variable_dry_write_update 'innodb' w7 [ pass ]    773
sys_vars.innodb_thread_sleep_delay_basic 'innodb' w5 [ pass ]    296
gcol.innodb_virtual_fk_restart 'innodb'  w8 [ pass ]  29057
mroonga/wrapper.variable_match_escalation_threshold_global 'innodb' w7 [ pass ]    695
sys_vars.innodb_tmpdir_basic 'innodb'    w5 [ pass ]    292
parts.partition_float_innodb 'innodb'    w4 [ pass ]  11020
mroonga/wrapper.variable_match_escalation_threshold_session 'innodb' w7 [ pass ]    755
sys_vars.innodb_undo_directory_basic 'innodb' w5 [ pass ]    199
sys_vars.innodb_undo_log_truncate_basic 'innodb' w5 [ pass ]    220
gcol.innodb_virtual_index 'innodb'       w8 [ pass ]   6886
sys_vars.innodb_undo_tablespaces_basic 'innodb' w5 [ pass ]    184
parts.partition_int_innodb 'innodb'      w4 [ pass ]   4347
sys_vars.innodb_use_atomic_writes_basic 'innodb' w5 [ pass ]    208
gcol.innodb_virtual_purge 'innodb'       w8 [ pass ]   3835
sys_vars.innodb_use_native_aio_basic 'innodb' w5 [ pass ]    264
parts.partition_mediumint_innodb 'innodb' w4 [ pass ]   4862
gcol.innodb_virtual_stats 'innodb'       w8 [ pass ]   1239
sys_vars.innodb_version_basic 'innodb'   w5 [ pass ]    359
sys_vars.log_slow_admin_statements_func 'innodb' w5 [ skipped ]  Need "--big-test" when running with Valgrind
gcol.innodb_wl8114 'innodb'              w8 [ pass ]    630
gcol.main_alter_table 'innodb'           w8 [ pass ]    690
mariabackup.encrypted_page_compressed    w6 [ pass ]  17010
type_inet.type_inet6_innodb 'innodb'     w5 [ pass ]   2324
parts.partition_mgm_lc0_innodb 'innodb'  w4 [ pass ]   8442
gcol.main_mysqldump 'innodb'             w8 [ pass ]   1670
vcol.alter_inplace-9045 'innodb'         w5 [ pass ]   1837
vcol.innodb_autoinc_vcol 'innodb'        w5 [ pass ]    276
parts.partition_smallint_innodb 'innodb' w4 [ pass ]   4570
vcol.innodb_virtual_fk 'innodb'          w5 [ pass ]    540
vcol.races 'innodb'                      w5 [ skipped ]  debug_sync is not available
mariabackup.xb_compressed_encrypted '16k,innodb' w2 [ pass ]  73882
mariabackup.xb_fulltext_encrypted        w7 [ pass ]  20032
vcol.vcol_column_def_options_innodb 'innodb' w5 [ pass ]   1208
parts.partition_syntax_innodb 'innodb'   w4 [ pass ]   3928
handler.innodb 'innodb'                  w8 [ pass ]  11806
vcol.vcol_handler_innodb 'innodb'        w5 [ pass ]    380
parts.partition_tinyint_innodb 'innodb'  w4 [ pass ]   1927
innodb.add_constraint 'innodb'           w8 [ pass ]    584
parts.percona_nonflushing_analyze_debug 'innodb' w4 [ skipped ]  debug_sync is not available
innodb.alter_algorithm2 'innodb'         w8 [ pass ]   1032
vcol.vcol_ins_upd_innodb 'innodb'        w5 [ pass ]   3393
innodb.alter_foreign_crash 'innodb'      w8 [ skipped ]  debug_sync is not available
parts.print_error 'innodb'               w4 [ pass ]   1350
vcol.vcol_non_stored_columns_innodb 'innodb' w5 [ pass ]   1841
innodb.alter_key_block_size-11757 'innodb' w8 [ pass ]    637
parts.reorganize_partition_innodb 'innodb' w4 [ pass ]   1925
vcol.vcol_select_innodb 'innodb'         w5 [ pass ]   1307
innodb.alter_rename_existing 'innodb'    w8 [ pass ]    998
vcol.vcol_partition_innodb 'innodb'      w4 [ pass ]   1240
vcol.vcol_trigger_sp_innodb 'innodb'     w5 [ pass ]   1275
innodb.alter_varchar_change 'innodb'     w8 [ pass ]   4604
mariabackup.incremental_encrypted '8k,innodb' w6 [ pass ]  20538
vcol.vcol_view_innodb 'innodb'           w5 [ pass ]   1679
versioning.cte 'innodb'                  w5 [ pass ]    994
versioning.insert2 'innodb'              w5 [ pass ]    622
mariabackup.full_backup '8k,innodb'      w2 [ pass ]  16918
versioning.simple 'innodb'               w5 [ pass ]    640
mariabackup.xb_compressed_encrypted '8k,innodb' w1 [ pass ]  71609
mariabackup.incremental_encrypted '16k,innodb' w7 [ pass ]  20438
versioning.truncate_privilege 'innodb'   w5 [ pass ]    399
mariabackup.binlog 'innodb'              w4 [ pass ]   4488
mariabackup.xb_compressed_encrypted '4k,innodb' w3 [ pass ]  70098
mariabackup.innodb_redo_overwrite 'innodb' w5 [ skipped ]  debug_sync is not available
mariabackup.auth_plugin_win              w4 [ skipped ]  Need windows
mariabackup.partition_datadir            w6 [ pass ]  17870
mariabackup.incremental_backup '8k,innodb' w2 [ pass ]  21342
mariabackup.small_ibd '8k,innodb'        w2 [ pass ]   1845
mariabackup.incremental_encrypted '4k,innodb' w7 [ pass ]  19378
mariabackup.skip_innodb                  w5 [ pass ]  11932
mariabackup.full_backup '16k,innodb'     w3 [ pass ]  16531
mariabackup.xb_rocksdb_datadir           w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:42:23
line
==9016== 24 bytes in 1 blocks are still reachable in loss record 3 of 19
==9016==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9016==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9016==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9016==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9016==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9016==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9016==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9016==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==9016==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==9016==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==9016==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==9016==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9016==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9016==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9016==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9016==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9016==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9016==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9016==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9016== 24 bytes in 1 blocks are still reachable in loss record 4 of 19
==9016==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9016==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9016==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9016==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9016==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9016==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9016==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9016==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9016==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9016==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==9016==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==9016==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==9016==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9016==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9016==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9016==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9016==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9016==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9016==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9016==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9016== 24 bytes in 1 blocks are still reachable in loss record 5 of 19
==9016==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9016==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9016==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9016==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9016==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9016==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9016==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==9016==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==9016==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==9016==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==9016==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==9016==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9016==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9016==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9016==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9016==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9016==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9016==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9016== 24 bytes in 1 blocks are still reachable in loss record 6 of 19
==9016==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9016==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9016==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9016==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9016==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9016==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9016==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9016==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9016==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9016==    by 0xE42D880: rocksdb::VersionSet::ProcessManifestWrites(std::deque<rocksdb::VersionSet::ManifestWriter, std::allocator<rocksdb::VersionSet::ManifestWriter> >&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:3925)
==9016==    by 0xE42F720: rocksdb::VersionSet::LogAndApply(rocksdb::autovector<rocksdb::ColumnFamilyData*, 8ul> const&, rocksdb::autovector<rocksdb::MutableCFOptions const*, 8ul> const&, rocksdb::autovector<rocksdb::autovector<rocksdb::VersionEdit*, 8ul>, 8ul> const&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:4100)
==9016==    by 0xE367C7D: rocksdb::VersionSet::LogAndApply(rocksdb::ColumnFamilyData*, rocksdb::MutableCFOptions const&, rocksdb::VersionEdit*, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.h:837)
==9016==    by 0xE33E7E9: rocksdb::DBImpl::CreateColumnFamilyImpl(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2295)
==9016==    by 0xE341CC0: rocksdb::DBImpl::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2187)
==9016==    by 0xE543716: rocksdb::PessimisticTransactionDB::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (pessimistic_transaction_db.cc:374)
==9016==    by 0xE3239EB: myrocks::Rdb_cf_manager::get_or_create_cf(rocksdb::DB*, std::string const&) (rdb_cf_manager.cc:118)
==9016==    by 0xE31C3A0: myrocks::Rdb_dict_manager::init(rocksdb::TransactionDB*, myrocks::Rdb_cf_manager*) (rdb_datadic.cc:4724)
==9016==    by 0xE2E19CF: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5634)
==9016==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9016==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9016==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9016==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9016==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9016==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9016== 24 bytes in 1 blocks are definitely lost in loss record 7 of 19
==9016==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9016==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9016==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9016==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9016==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==9016==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==9016==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9016==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9016==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==9016== 24 bytes in 1 blocks are definitely lost in loss record 8 of 19
==9016==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9016==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9016==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9016==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9016==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==9016==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==9016==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==9016==    by 0xE51E3F8: operator() (functional:2471)
==9016==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==9016==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==9016==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9016==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9016==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/mariabackup.xb_rocksdb_datadir/'
***Warnings generated in error logs during shutdown after running tests: mariabackup.xb_rocksdb_datadir

==9830== 24 bytes in 1 blocks are still reachable in loss record 3 of 20
==9830==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9830==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9830==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9830==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9830==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9830==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9830==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9830==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==9830==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==9830==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==9830==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==9830==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9830==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9830==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9830==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9830==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9830==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9830==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9830==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are still reachable in loss record 4 of 20
==9830==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9830==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9830==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9830==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9830==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9830==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9830==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9830==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9830==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9830==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==9830==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==9830==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==9830==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9830==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9830==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9830==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9830==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9830==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9830==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9830==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are still reachable in loss record 5 of 20
==9830==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9830==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9830==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9830==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9830==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9830==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9830==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9830==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9830==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9830==    by 0xE42A771: rocksdb::VersionSet::ApplyOneVersionEditToBuilder(rocksdb::VersionEdit&, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*) (version_set.cc:4196)
==9830==    by 0xE42B2C2: rocksdb::VersionSet::ReadAndRecover(rocksdb::log::Reader*, rocksdb::AtomicGroupReadBuffer*, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*, std::string*) (version_set.cc:4375)
==9830==    by 0xE4322E0: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4458)
==9830==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==9830==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==9830==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9830==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9830==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9830==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9830==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9830==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9830==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9830==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are still reachable in loss record 6 of 20
==9830==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9830==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9830==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9830==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9830==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9830==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9830==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==9830==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==9830==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==9830==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==9830==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==9830==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9830==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9830==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9830==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9830==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9830==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9830==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are definitely lost in loss record 7 of 20
==9830==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9830==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9830==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9830==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==9830==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==9830==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9830==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are definitely lost in loss record 8 of 20
==9830==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9830==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9830==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9830==    by 0xE38FCC9: InstrumentedMutexLock (instrumented_mutex.h:56)
==9830==    by 0xE38FCC9: rocksdb::DBImpl::BackgroundCallCompaction(rocksdb::DBImpl::PrepickedCompaction*, rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2307)
==9830==    by 0xE3905B9: rocksdb::DBImpl::BGWorkCompaction(void*) (db_impl_compaction_flush.cc:2099)
==9830==    by 0xE51E3F8: operator() (functional:2471)
==9830==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==9830==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==9830==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9830==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==9830== 24 bytes in 1 blocks are definitely lost in loss record 9 of 20
==9830==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9830==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9830==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9830==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==9830==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==9830==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==9830==    by 0xE51E3F8: operator() (functional:2471)
==9830==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==9830==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==9830==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9830==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9830==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

mariabackup.xb_partition                 w6 [ pass ]  20685
mariabackup.xbstream '8k,innodb'         w2 [ pass ]  16284
mariabackup.apply-log-only 'innodb'      w5 [ pass ]   4540
mariabackup.incremental_rocksdb          w4 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:42:40
line
==9508== 24 bytes in 1 blocks are still reachable in loss record 3 of 20
==9508==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9508==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9508==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9508==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9508==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9508==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9508==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9508==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==9508==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==9508==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==9508==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==9508==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9508==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9508==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9508==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9508==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9508==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9508==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9508==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are still reachable in loss record 4 of 20
==9508==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9508==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9508==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9508==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9508==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9508==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9508==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9508==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9508==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9508==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==9508==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==9508==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==9508==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==9508==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9508==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9508==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9508==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9508==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9508==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9508==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are still reachable in loss record 5 of 20
==9508==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9508==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9508==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9508==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9508==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9508==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9508==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==9508==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==9508==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==9508==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==9508==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==9508==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==9508==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9508==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9508==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9508==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9508==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9508==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are still reachable in loss record 6 of 20
==9508==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==9508==    by 0xE5DC84C: allocate (new_allocator.h:104)
==9508==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==9508==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==9508==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==9508==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==9508==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==9508==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==9508==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==9508==    by 0xE42D880: rocksdb::VersionSet::ProcessManifestWrites(std::deque<rocksdb::VersionSet::ManifestWriter, std::allocator<rocksdb::VersionSet::ManifestWriter> >&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:3925)
==9508==    by 0xE42F720: rocksdb::VersionSet::LogAndApply(rocksdb::autovector<rocksdb::ColumnFamilyData*, 8ul> const&, rocksdb::autovector<rocksdb::MutableCFOptions const*, 8ul> const&, rocksdb::autovector<rocksdb::autovector<rocksdb::VersionEdit*, 8ul>, 8ul> const&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:4100)
==9508==    by 0xE367C7D: rocksdb::VersionSet::LogAndApply(rocksdb::ColumnFamilyData*, rocksdb::MutableCFOptions const&, rocksdb::VersionEdit*, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.h:837)
==9508==    by 0xE33E7E9: rocksdb::DBImpl::CreateColumnFamilyImpl(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2295)
==9508==    by 0xE341CC0: rocksdb::DBImpl::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2187)
==9508==    by 0xE543716: rocksdb::PessimisticTransactionDB::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (pessimistic_transaction_db.cc:374)
==9508==    by 0xE3239EB: myrocks::Rdb_cf_manager::get_or_create_cf(rocksdb::DB*, std::string const&) (rdb_cf_manager.cc:118)
==9508==    by 0xE31C3A0: myrocks::Rdb_dict_manager::init(rocksdb::TransactionDB*, myrocks::Rdb_cf_manager*) (rdb_datadic.cc:4724)
==9508==    by 0xE2E19CF: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5634)
==9508==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==9508==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==9508==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==9508==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==9508==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==9508==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are definitely lost in loss record 7 of 20
==9508==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9508==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9508==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9508==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==9508==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==9508==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9508==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are definitely lost in loss record 8 of 20
==9508==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9508==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9508==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9508==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==9508==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==9508==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==9508==    by 0xE51E3F8: operator() (functional:2471)
==9508==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==9508==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==9508==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9508==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==9508== 24 bytes in 1 blocks are definitely lost in loss record 9 of 20
==9508==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==9508==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==9508==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==9508==    by 0xE38FCC9: InstrumentedMutexLock (instrumented_mutex.h:56)
==9508==    by 0xE38FCC9: rocksdb::DBImpl::BackgroundCallCompaction(rocksdb::DBImpl::PrepickedCompaction*, rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2307)
==9508==    by 0xE3905B9: rocksdb::DBImpl::BGWorkCompaction(void*) (db_impl_compaction_flush.cc:2099)
==9508==    by 0xE51E3F8: operator() (functional:2471)
==9508==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==9508==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==9508==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==9508==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==9508==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/4/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/4/log/mariabackup.incremental_rocksdb/'
***Warnings generated in error logs during shutdown after running tests: mariabackup.incremental_rocksdb

==10224== 24 bytes in 1 blocks are still reachable in loss record 3 of 20
==10224==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10224==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10224==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10224==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10224==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10224==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10224==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10224==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==10224==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==10224==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==10224==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==10224==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==10224==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10224==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10224==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10224==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10224==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10224==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10224==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are still reachable in loss record 4 of 20
==10224==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10224==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10224==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10224==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10224==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10224==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10224==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10224==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==10224==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==10224==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==10224==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==10224==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==10224==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==10224==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10224==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10224==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10224==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10224==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10224==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10224==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are still reachable in loss record 5 of 20
==10224==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10224==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10224==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10224==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10224==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10224==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10224==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10224==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==10224==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==10224==    by 0xE42A771: rocksdb::VersionSet::ApplyOneVersionEditToBuilder(rocksdb::VersionEdit&, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*) (version_set.cc:4196)
==10224==    by 0xE42B2C2: rocksdb::VersionSet::ReadAndRecover(rocksdb::log::Reader*, rocksdb::AtomicGroupReadBuffer*, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*, std::string*) (version_set.cc:4375)
==10224==    by 0xE4322E0: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4458)
==10224==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==10224==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==10224==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==10224==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10224==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10224==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10224==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10224==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10224==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10224==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are still reachable in loss record 6 of 20
==10224==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10224==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10224==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10224==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10224==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10224==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10224==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==10224==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==10224==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==10224==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==10224==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==10224==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10224==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10224==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10224==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10224==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10224==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10224==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are definitely lost in loss record 7 of 20
==10224==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==10224==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==10224==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==10224==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==10224==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==10224==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10224==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are definitely lost in loss record 8 of 20
==10224==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==10224==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==10224==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==10224==    by 0xE38FCC9: InstrumentedMutexLock (instrumented_mutex.h:56)
==10224==    by 0xE38FCC9: rocksdb::DBImpl::BackgroundCallCompaction(rocksdb::DBImpl::PrepickedCompaction*, rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2307)
==10224==    by 0xE3905B9: rocksdb::DBImpl::BGWorkCompaction(void*) (db_impl_compaction_flush.cc:2099)
==10224==    by 0xE51E3F8: operator() (functional:2471)
==10224==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==10224==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==10224==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10224==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==10224== 24 bytes in 1 blocks are definitely lost in loss record 9 of 20
==10224==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==10224==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==10224==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==10224==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==10224==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==10224==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==10224==    by 0xE51E3F8: operator() (functional:2471)
==10224==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==10224==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==10224==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==10224==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10224==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

main.key_cache                           w2 [ pass ]   6022
mariabackup.incremental_backup '16k,innodb' w3 [ pass ]  21961
mariabackup.full_backup '4k,innodb'      w7 [ pass ]  17036
mariabackup.small_ibd '16k,innodb'       w3 [ pass ]   1875
main.myisam-blob                         w6 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:43:01
line
==10337== Thread 6:
==10337== Conditional jump or move depends on uninitialised value(s)
==10337==    at 0x1054951: chk_del (mi_check.c:184)
==10337==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==10337==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==10337==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==10337==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==10337==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==10337==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==10337==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==10337==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==10337==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==10337==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==10337==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==10337==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10337==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/6/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/6/log/main.myisam-blob/'
innodb.rename_table 'innodb'             w1 [ pass ]  28207
mariabackup.xbstream '16k,innodb'        w3 [ pass ]  15893
mariabackup.apply-log-only-incr 'innodb' w5 [ pass ]  32997
main.ctype_cp932_binlog_stm              w2 [ pass ]  20089
mariabackup.incremental_backup '4k,innodb' w7 [ pass ]  21886
innodb.autoinc_persist 'innodb'          w8 [ pass ]  106477
sys_vars.wsrep_on_basic                  w1 [ pass ]    292
innodb.blob_unique2pk 'innodb'           w8 [ pass ]    857
mariabackup.backup_grants                w5 [ pass ]   4112
mariabackup.small_ibd '4k,innodb'        w7 [ pass ]   1877
innodb.count_distinct 'innodb'           w8 [ pass ]    223
mariabackup.backup_lock_wait_timeout 'innodb' w5 [ pass ]   1921
innodb.create-index 'innodb'             w8 [ pass ]    238
maria.rollback                           w6 [ pass ]  11271
mroonga/storage.binlog_TODO_SPLIT_ME     w3 [ pass ]   1652
innodb.deadlock_detect 'innodb'          w8 [ pass ]   3412
main.compound                            w1 [ pass ]   2509
innodb.default_row_format_compatibility 'innodb' w8 [ pass ]   1764
main.create_drop_binlog                  w1 [ skipped ]  Need udf example
innodb.dropdb 'innodb'                   w8 [ pass ]    174
perfschema.setup_instruments_defaults    w2 [ pass ]   9701
sys_vars.log_error_func2                 w6 [ pass ]    184
main.create_drop_function                w1 [ pass ]    368
main.system_mysql_db_error_log           w3 [ pass ]   1087
innodb.file_format_defaults 'innodb'     w8 [ pass ]    500
mariabackup.xbstream '4k,innodb'         w7 [ pass ]  16342
main.ctype_gbk_binlog                    w1 [ pass ]    529
mariabackup.xb_rocksdb                   w4 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:43:43
line
==10669== 24 bytes in 1 blocks are still reachable in loss record 3 of 19
==10669==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10669==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10669==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10669==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10669==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10669==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10669==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10669==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==10669==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==10669==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==10669==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==10669==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==10669==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10669==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10669==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10669==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10669==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10669==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10669==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10669== 24 bytes in 1 blocks are still reachable in loss record 4 of 19
==10669==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10669==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10669==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10669==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10669==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10669==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10669==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10669==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==10669==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==10669==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==10669==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==10669==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==10669==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==10669==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10669==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10669==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10669==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10669==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10669==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10669==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10669== 24 bytes in 1 blocks are still reachable in loss record 5 of 19
==10669==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10669==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10669==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10669==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10669==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10669==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10669==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==10669==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==10669==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==10669==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==10669==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==10669==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==10669==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10669==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10669==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10669==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10669==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10669==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10669== 24 bytes in 1 blocks are still reachable in loss record 6 of 19
==10669==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==10669==    by 0xE5DC84C: allocate (new_allocator.h:104)
==10669==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==10669==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==10669==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==10669==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==10669==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==10669==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==10669==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==10669==    by 0xE42D880: rocksdb::VersionSet::ProcessManifestWrites(std::deque<rocksdb::VersionSet::ManifestWriter, std::allocator<rocksdb::VersionSet::ManifestWriter> >&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:3925)
==10669==    by 0xE42F720: rocksdb::VersionSet::LogAndApply(rocksdb::autovector<rocksdb::ColumnFamilyData*, 8ul> const&, rocksdb::autovector<rocksdb::MutableCFOptions const*, 8ul> const&, rocksdb::autovector<rocksdb::autovector<rocksdb::VersionEdit*, 8ul>, 8ul> const&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:4100)
==10669==    by 0xE367C7D: rocksdb::VersionSet::LogAndApply(rocksdb::ColumnFamilyData*, rocksdb::MutableCFOptions const&, rocksdb::VersionEdit*, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.h:837)
==10669==    by 0xE33E7E9: rocksdb::DBImpl::CreateColumnFamilyImpl(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2295)
==10669==    by 0xE341CC0: rocksdb::DBImpl::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2187)
==10669==    by 0xE543716: rocksdb::PessimisticTransactionDB::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (pessimistic_transaction_db.cc:374)
==10669==    by 0xE3239EB: myrocks::Rdb_cf_manager::get_or_create_cf(rocksdb::DB*, std::string const&) (rdb_cf_manager.cc:118)
==10669==    by 0xE31C3A0: myrocks::Rdb_dict_manager::init(rocksdb::TransactionDB*, myrocks::Rdb_cf_manager*) (rdb_datadic.cc:4724)
==10669==    by 0xE2E19CF: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5634)
==10669==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==10669==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==10669==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==10669==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==10669==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==10669==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==10669== 24 bytes in 1 blocks are definitely lost in loss record 7 of 19
==10669==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==10669==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==10669==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==10669==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==10669==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==10669==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==10669==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==10669==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10669==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==10669== 24 bytes in 1 blocks are definitely lost in loss record 8 of 19
==10669==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==10669==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==10669==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==10669==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==10669==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==10669==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==10669==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==10669==    by 0xE51E3F8: operator() (functional:2471)
==10669==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==10669==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==10669==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==10669==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==10669==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are still reachable in loss record 3 of 19
==11189==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11189==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11189==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11189==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11189==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11189==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11189==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11189==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==11189==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==11189==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==11189==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==11189==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11189==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11189==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11189==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11189==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11189==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11189==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11189==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are still reachable in loss record 4 of 19
==11189==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11189==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11189==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11189==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11189==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11189==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11189==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11189==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==11189==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==11189==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==11189==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==11189==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==11189==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11189==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11189==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11189==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11189==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11189==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11189==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11189==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are still reachable in loss record 5 of 19
==11189==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11189==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11189==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11189==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11189==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11189==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11189==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11189==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==11189==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==11189==    by 0xE42A771: rocksdb::VersionSet::ApplyOneVersionEditToBuilder(rocksdb::VersionEdit&, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*) (version_set.cc:4196)
==11189==    by 0xE42B2C2: rocksdb::VersionSet::ReadAndRecover(rocksdb::log::Reader*, rocksdb::AtomicGroupReadBuffer*, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*, std::string*) (version_set.cc:4375)
==11189==    by 0xE4322E0: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4458)
==11189==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==11189==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==11189==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11189==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11189==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11189==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11189==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11189==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11189==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11189==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are still reachable in loss record 6 of 19
==11189==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11189==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11189==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11189==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11189==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11189==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11189==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==11189==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==11189==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==11189==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==11189==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==11189==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11189==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11189==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11189==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11189==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11189==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11189==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are definitely lost in loss record 7 of 19
==11189==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==11189==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==11189==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==11189==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==11189==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==11189==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==11189==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==11189==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==11189==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==11189== 24 bytes in 1 blocks are definitely lost in loss record 8 of 19
==11189==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==11189==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==11189==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==11189==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==11189==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==11189==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==11189==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==11189==    by 0xE51E3F8: operator() (functional:2471)
==11189==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==11189==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==11189==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==11189==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==11189==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/4/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/4/log/mariabackup.xb_rocksdb/'
***Warnings generated in error logs during shutdown after running tests: mariabackup.xb_rocksdb

==11612== 24 bytes in 1 blocks are still reachable in loss record 3 of 20
==11612==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11612==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11612==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11612==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11612==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11612==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11612==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11612==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==11612==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==11612==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==11612==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==11612==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11612==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11612==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11612==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11612==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11612==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11612==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11612==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are still reachable in loss record 4 of 20
==11612==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11612==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11612==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11612==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11612==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11612==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11612==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11612==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==11612==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==11612==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==11612==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==11612==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==11612==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11612==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11612==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11612==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11612==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11612==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11612==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11612==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are still reachable in loss record 5 of 20
==11612==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11612==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11612==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11612==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11612==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11612==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11612==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==11612==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==11612==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==11612==    by 0xE42A771: rocksdb::VersionSet::ApplyOneVersionEditToBuilder(rocksdb::VersionEdit&, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*) (version_set.cc:4196)
==11612==    by 0xE42B2C2: rocksdb::VersionSet::ReadAndRecover(rocksdb::log::Reader*, rocksdb::AtomicGroupReadBuffer*, std::unordered_map<std::string, rocksdb::ColumnFamilyOptions, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, rocksdb::ColumnFamilyOptions> > > const&, std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<int const, std::string> > >&, std::unordered_map<unsigned int, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> >, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::unique_ptr<rocksdb::BaseReferencedVersionBuilder, std::default_delete<rocksdb::BaseReferencedVersionBuilder> > > > >&, rocksdb::VersionEdit*, std::string*) (version_set.cc:4375)
==11612==    by 0xE4322E0: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4458)
==11612==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==11612==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==11612==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==11612==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11612==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11612==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11612==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11612==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11612==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11612==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are still reachable in loss record 6 of 20
==11612==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==11612==    by 0xE5DC84C: allocate (new_allocator.h:104)
==11612==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==11612==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==11612==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==11612==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==11612==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==11612==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==11612==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==11612==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==11612==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==11612==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==11612==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==11612==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==11612==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==11612==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==11612==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==11612==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are definitely lost in loss record 7 of 20
==11612==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==11612==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==11612==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==11612==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==11612==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==11612==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==11612==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are definitely lost in loss record 8 of 20
==11612==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==11612==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==11612==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==11612==    by 0xE38FCC9: InstrumentedMutexLock (instrumented_mutex.h:56)
==11612==    by 0xE38FCC9: rocksdb::DBImpl::BackgroundCallCompaction(rocksdb::DBImpl::PrepickedCompaction*, rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2307)
==11612==    by 0xE3905B9: rocksdb::DBImpl::BGWorkCompaction(void*) (db_impl_compaction_flush.cc:2099)
==11612==    by 0xE51E3F8: operator() (functional:2471)
==11612==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==11612==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==11612==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==11612==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==11612== 24 bytes in 1 blocks are definitely lost in loss record 9 of 20
==11612==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==11612==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==11612==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==11612==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==11612==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==11612==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==11612==    by 0xE51E3F8: operator() (functional:2471)
==11612==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==11612==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==11612==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==11612==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==11612==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

main.multi_update_binlog                 w1 [ pass ]   1234
main.mysql_binary_mode                   w1 [ pass ]    990
main.multi_statement                     w6 [ pass ]    706
mariabackup.backup_ssl                   w5 [ pass ]  24478
main.status                              w2 [ pass ]   3850
main.show_check                          w3 [ pass ]   7364
archive.partition_archive                w6 [ pass ]   2261
main.plugin_loaderr                      w7 [ pass ]   9639
archive-test_sql_discovery.discover      w2 [ pass ]   1380
main.mysql_upgrade_view                  w1 [ pass ]  17316
parts.partition_auto_increment_archive   w6 [ pass ]   1410
main.mysqlbinlog_raw_mode                w1 [ pass ]   1706
innodb.foreign_key 'innodb'              w8 [ pass ]  29348
innodb.help_url 'innodb'                 w8 [ pass ]    141
main.mysqldump_restore                   w1 [ pass ]   3327
innodb.innodb-agregate 'innodb'          w8 [ pass ]    461
main.partition_binlog                    w7 [ pass ]   1747
sys_vars.sysvars_aria '64bit'            w6 [ pass ]    311
maria.maria-recover                      w2 [ pass ]   2358
innodb.innodb-alter-autoinc 'innodb'     w8 [ pass ]   1193
main.union                               w3 [ pass ]  14849
innodb.innodb-analyze 'innodb'           w8 [ pass ]    517
mariabackup.data_directory               w5 [ pass ]  29527
innodb.innodb-autoinc-18274 'innodb'     w8 [ pass ]    307
mariabackup.extra_lsndir                 w5 [ pass ]   1904
parts.partition_auto_increment_max       w7 [ pass ]   1069
main.partition_blackhole                 w6 [ pass ]    590
funcs_1.is_engines_blackhole             w2 [ pass ]    227
mariabackup.extra_lsndir_stream          w5 [ pass ]   1792
gcol.gcol_blackhole                      w2 [ pass ]    347
main.mysqltest                           w1 [ pass ]  17071
archive.archive_no_symlink               w3 [ pass ]    718
parts.partition_auto_increment_blackhole w6 [ pass ]   1783
mariabackup.mdev-18438                   w5 [ pass ]   1904
main.blackhole                           w2 [ pass ]    565
main.ps_change_master                    w1 [ pass ]    343
vcol.vcol_blackhole                      w2 [ pass ]    327
main.trigger_wl3253                      w1 [ pass ]   2378
innodb.innodb-autoinc-44030 'innodb'     w8 [ pass ]  13496
main.user_var-binlog                     w1 [ pass ]    569
innodb.innodb-autoinc-61209 'innodb'     w8 [ pass ]    626
parts.partition_exchange_blackhole       w6 [ skipped ]  debug_sync is not available
maria.maria-connect                      w1 [ pass ]    304
main.mysqldump-compat                    w3 [ pass ]   1411
innodb.innodb-autoinc-optimize 'innodb'  w8 [ pass ]    683
perfschema.binlog_mix                    w1 [ pass ]    653
perfschema.start_server_off              w2 [ pass ]   1427
innodb.innodb-bug-14068765 'innodb'      w8 [ pass ]   1511
perfschema.binlog_row                    w1 [ pass ]    634
innodb.innodb-bug-14084530 'innodb'      w8 [ pass ]    568
mariabackup.missing_ibd 'innodb'         w5 [ pass ]  15365
perfschema.binlog_stmt                   w1 [ pass ]    624
sql_sequence.binlog                      w1 [ skipped ]  Need udf example
main.ssl_7937 'nossl'                    w6 [ pass ]    593
sys_vars.binlog_direct_non_transactional_updates_grant w1 [ pass ]    297
main.func_encrypt                        w3 [ pass ]   1312
mariabackup.options_check                w5 [ pass ]   3847
sys_vars.binlog_format_grant             w1 [ pass ]    287
plugins.max_password_errors_auth_named_pipe w2 [ skipped ]  No auth_named_pipe plugin
sys_vars.log_bin_basename_basic          w1 [ pass ]    210
sys_vars.log_bin_index_basic             w1 [ pass ]    281
main.auth_named_pipe                     w6 [ skipped ]  Need windows
mariabackup.page_compression_level       w5 [ pass ]   5924
sys_vars.log_bin_trust_function_creators_func w1 [ pass ]    380
main.select_pkeycache                    w4 [ pass ]  82437
main.named_pipe                          w6 [ skipped ]  Need windows
sys_vars.sql_log_bin_grant               w1 [ pass ]    248
plugins.max_password_errors_auth_socket  w3 [ pass ]    753
innodb.innodb-corrupted-table 'innodb'   w8 [ pass ]  14575
mroonga/storage.partition_update         w2 [ skipped ]  This test is not for MariaDB 10.x
innodb.innodb-dict 'innodb'              w8 [ pass ]   1928
mariabackup.partial                      w5 [ pass ]   5232
main.locale                              w4 [ pass ]   1483
parts.partition_mgm_lc1_memory           w6 [ pass ]   2867
vcol.vcol_partition_myisam               w3 [ pass ]   1609
main.partition_range                     w1 [ pass ]   5439
parts.partition_repair_myisam            w2 [ pass ]   3317
parts.partition_mgm_lc1_myisam           w6 [ pass ]   2168
sql_sequence.partition                   w1 [ pass ]    220
main.analyze_stmt_slow_query_log         w4 [ pass ]    748
parts.partition_mgm_lc2_memory           w3 [ skipped ]  Test requires: 'lowercase2'
parts.partition_mgm_lc2_myisam           w3 [ skipped ]  Test requires: 'lowercase2'
main.partition_example                   w2 [ pass ]    859
parts.backup_log_rocksdb                 w1 [ pass ]    681
***Warnings generated in error logs during shutdown after running tests: parts.backup_log_rocksdb

==14104== 24 bytes in 1 blocks are still reachable in loss record 3 of 19
==14104==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==14104==    by 0xE5DC84C: allocate (new_allocator.h:104)
==14104==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==14104==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==14104==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==14104==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==14104==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==14104==    by 0xE583F2B: rocksdb::ColumnFamilySet::ColumnFamilySet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (column_family.cc:1367)
==14104==    by 0xE416A29: rocksdb::VersionSet::VersionSet(std::string const&, rocksdb::ImmutableDBOptions const*, rocksdb::FileOptions const&, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::WriteController*, rocksdb::BlockCacheTracer*) (version_set.cc:3540)
==14104==    by 0xE354843: rocksdb::DBImpl::DBImpl(rocksdb::DBOptions const&, std::string const&, bool, bool) (db_impl.cc:248)
==14104==    by 0xE3A1562: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1378)
==14104==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==14104==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==14104==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==14104==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==14104==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==14104==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==14104==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==14104==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==14104== 24 bytes in 1 blocks are still reachable in loss record 4 of 19
==14104==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==14104==    by 0xE5DC84C: allocate (new_allocator.h:104)
==14104==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==14104==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==14104==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==14104==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==14104==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==14104==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==14104==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==14104==    by 0xE432184: rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, std::string*) (version_set.cc:4441)
==14104==    by 0xE3A6E58: rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool, unsigned long*) (db_impl_open.cc:421)
==14104==    by 0xE3A187E: rocksdb::DBImpl::Open(rocksdb::DBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool, bool) (db_impl_open.cc:1420)
==14104==    by 0xE545AA5: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:249)
==14104==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==14104==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==14104==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==14104==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==14104==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==14104==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==14104==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==14104== 24 bytes in 1 blocks are still reachable in loss record 5 of 19
==14104==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==14104==    by 0xE5DC84C: allocate (new_allocator.h:104)
==14104==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==14104==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==14104==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==14104==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==14104==    by 0xE54F69A: rocksdb::TransactionLockMgr::TransactionLockMgr(rocksdb::TransactionDB*, unsigned long, long, unsigned int, std::shared_ptr<rocksdb::TransactionDBMutexFactory>) (transaction_lock_mgr.cc:170)
==14104==    by 0xE544C58: rocksdb::PessimisticTransactionDB::PessimisticTransactionDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&) (pessimistic_transaction_db.cc:39)
==14104==    by 0xE545129: WriteCommittedTxnDB (pessimistic_transaction_db.h:198)
==14104==    by 0xE545129: rocksdb::TransactionDB::WrapDB(rocksdb::DB*, rocksdb::TransactionDBOptions const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> > const&, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:311)
==14104==    by 0xE545FB8: rocksdb::TransactionDB::Open(rocksdb::DBOptions const&, rocksdb::TransactionDBOptions const&, std::string const&, std::vector<rocksdb::ColumnFamilyDescriptor, std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, std::vector<rocksdb::ColumnFamilyHandle*, std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::TransactionDB**) (pessimistic_transaction_db.cc:255)
==14104==    by 0xE2E17D4: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5625)
==14104==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==14104==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==14104==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==14104==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==14104==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==14104==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==14104== 24 bytes in 1 blocks are still reachable in loss record 6 of 19
==14104==    at 0x4C2A593: operator new(unsigned long) (vg_replace_malloc.c:344)
==14104==    by 0xE5DC84C: allocate (new_allocator.h:104)
==14104==    by 0xE5DC84C: _M_allocate_node<const std::piecewise_construct_t&, std::tuple<unsigned int const&>, std::tuple<> > (hashtable.h:724)
==14104==    by 0xE5DC84C: operator[] (hashtable_policy.h:493)
==14104==    by 0xE5DC84C: operator[] (unordered_map.h:596)
==14104==    by 0xE5DC84C: rocksdb::ThreadLocalPtr::StaticMeta::SetHandler(unsigned int, void (*)(void*)) (thread_local.cc:471)
==14104==    by 0xE582C94: rocksdb::ColumnFamilyData::ColumnFamilyData(unsigned int, std::string const&, rocksdb::Version*, rocksdb::Cache*, rocksdb::WriteBufferManager*, rocksdb::ColumnFamilyOptions const&, rocksdb::ImmutableDBOptions const&, rocksdb::FileOptions const&, rocksdb::ColumnFamilySet*, rocksdb::BlockCacheTracer*) (column_family.cc:500)
==14104==    by 0xE586535: rocksdb::ColumnFamilySet::CreateColumnFamily(std::string const&, unsigned int, rocksdb::Version*, rocksdb::ColumnFamilyOptions const&) (column_family.cc:1441)
==14104==    by 0xE429E8C: rocksdb::VersionSet::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, rocksdb::VersionEdit*) (version_set.cc:5520)
==14104==    by 0xE42D880: rocksdb::VersionSet::ProcessManifestWrites(std::deque<rocksdb::VersionSet::ManifestWriter, std::allocator<rocksdb::VersionSet::ManifestWriter> >&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:3925)
==14104==    by 0xE42F720: rocksdb::VersionSet::LogAndApply(rocksdb::autovector<rocksdb::ColumnFamilyData*, 8ul> const&, rocksdb::autovector<rocksdb::MutableCFOptions const*, 8ul> const&, rocksdb::autovector<rocksdb::autovector<rocksdb::VersionEdit*, 8ul>, 8ul> const&, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.cc:4100)
==14104==    by 0xE367C7D: rocksdb::VersionSet::LogAndApply(rocksdb::ColumnFamilyData*, rocksdb::MutableCFOptions const&, rocksdb::VersionEdit*, rocksdb::InstrumentedMutex*, rocksdb::Directory*, bool, rocksdb::ColumnFamilyOptions const*) (version_set.h:837)
==14104==    by 0xE33E7E9: rocksdb::DBImpl::CreateColumnFamilyImpl(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2295)
==14104==    by 0xE341CC0: rocksdb::DBImpl::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (db_impl.cc:2187)
==14104==    by 0xE543716: rocksdb::PessimisticTransactionDB::CreateColumnFamily(rocksdb::ColumnFamilyOptions const&, std::string const&, rocksdb::ColumnFamilyHandle**) (pessimistic_transaction_db.cc:374)
==14104==    by 0xE3239EB: myrocks::Rdb_cf_manager::get_or_create_cf(rocksdb::DB*, std::string const&) (rdb_cf_manager.cc:118)
==14104==    by 0xE31C3A0: myrocks::Rdb_dict_manager::init(rocksdb::TransactionDB*, myrocks::Rdb_cf_manager*) (rdb_datadic.cc:4724)
==14104==    by 0xE2E19CF: myrocks::rocksdb_init_func(void*) (ha_rocksdb.cc:5634)
==14104==    by 0xA84FFF: ha_initialize_handlerton(st_plugin_int*) (handler.cc:646)
==14104==    by 0x88BE50: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1459)
==14104==    by 0x88D2AB: plugin_init(int*, char**, int) (sql_plugin.cc:1752)
==14104==    by 0x7ACEDF: init_server_components() (mysqld.cc:4940)
==14104==    by 0x7B2DD6: mysqld_main(int, char**) (mysqld.cc:5536)
==14104==    by 0x69F0554: (below main) (in /usr/lib64/libc-2.17.so)
==14104== 24 bytes in 1 blocks are definitely lost in loss record 7 of 19
==14104==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==14104==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==14104==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==14104==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==14104==    by 0xE45D632: InstrumentedMutexLock (instrumented_mutex.h:56)
==14104==    by 0xE45D632: rocksdb::DeleteScheduler::BackgroundEmptyTrash() (delete_scheduler.cc:194)
==14104==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==14104==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==14104==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==14104== 24 bytes in 1 blocks are definitely lost in loss record 8 of 19
==14104==    at 0x4C2A7E6: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:387)
==14104==    by 0x6420F1D: __cxa_thread_atexit (in /usr/lib64/libstdc++.so.6.0.19)
==14104==    by 0xE478887: UnknownInlinedFun (instrumented_mutex.cc:69)
==14104==    by 0xE478887: rocksdb::InstrumentedMutex::Lock() (instrumented_mutex.cc:24)
==14104==    by 0xE38F467: InstrumentedMutexLock (instrumented_mutex.h:56)
==14104==    by 0xE38F467: rocksdb::DBImpl::BackgroundCallFlush(rocksdb::Env::Priority) (db_impl_compaction_flush.cc:2228)
==14104==    by 0xE38FB5D: rocksdb::DBImpl::BGWorkFlush(void*) (db_impl_compaction_flush.cc:2087)
==14104==    by 0xE51E3F8: operator() (functional:2471)
==14104==    by 0xE51E3F8: rocksdb::ThreadPoolImpl::Impl::BGThread(unsigned long) (threadpool_imp.cc:265)
==14104==    by 0xE51E608: rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper(void*) (threadpool_imp.cc:306)
==14104==    by 0x647932F: ??? (in /usr/lib64/libstdc++.so.6.0.19)
==14104==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==14104==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

archive.rnd_pos                          w4 [ pass ]   1303
sys_vars.pfs_events_stages_history_long_size_basic w3 [ pass ]    272
mariabackup.system_versioning            w5 [ pass ]  32976
sys_vars.pfs_events_statements_history_long_size_basic w2 [ pass ]    269
main.partition                           w6 [ pass ]  19990
main.partition_not_blackhole             w4 [ pass ]    422
main.partition_not_windows               w6 [ pass ]    464
sys_vars.pfs_events_stages_history_size_basic w3 [ pass ]    278
innodb.innodb-fk 'innodb'                w8 [ pass ]  46634
sys_vars.pfs_events_waits_history_size_basic w2 [ pass ]    279
innodb.innodb-fk-virtual 'innodb'        w8 [ pass ]   1152
mariabackup.unencrypted_page_compressed  w5 [ pass ]  15149
innodb.innodb-fk-warnings 'innodb'       w8 [ pass ]   1204
innodb.innodb-fkcheck 'innodb'           w8 [ pass ]    600
sys_vars.pfs_max_cond_classes_basic      w6 [ pass ]    245
parts.partition_recover_myisam           w4 [ pass ]   1453
sys_vars.pfs_events_waits_history_long_size_basic w3 [ pass ]    258
sys_vars.pfs_max_file_classes_basic      w2 [ pass ]    244
sys_vars.pfs_max_file_handles_basic      w6 [ pass ]    258
sys_vars.pfs_accounts_size_basic         w4 [ pass ]    269
sys_vars.pfs_max_cond_instances_basic    w3 [ pass ]    220
sys_vars.pfs_max_mutex_instances_basic   w2 [ pass ]    245
mariabackup.unsupported_redo 'innodb'    w5 [ pass ]  10927
mariabackup.xb_history                   w5 [ pass ]   1999
sys_vars.pfs_events_statements_history_size_basic w4 [ pass ]    275
sys_vars.pfs_max_mutex_classes_basic     w3 [ pass ]    302
sys_vars.pfs_max_rwlock_classes_basic    w6 [ pass ]    248
sys_vars.pfs_max_socket_instances_basic  w2 [ pass ]    286
sys_vars.pfs_max_socket_classes_basic    w3 [ pass ]    193
sys_vars.pfs_max_table_instances_basic   w6 [ pass ]    228
sys_vars.pfs_hosts_size_basic            w4 [ pass ]    216
mariabackup.xb_page_compress             w5 [ pass ]  15071
sys_vars.pfs_max_thread_classes_basic    w2 [ pass ]    307
sys_vars.pfs_max_table_handles_basic     w3 [ pass ]    269
sys_vars.pfs_max_file_instances_basic    w4 [ pass ]    267
innodb.innodb-get-fk 'innodb'            w8 [ pass ]  47442
sys_vars.pfs_session_connect_attrs_size_basic w6 [ pass ]    286
innodb.innodb-index-online-delete 'innodb' w8 [ skipped ]  debug_sync is not available
sys_vars.myisam_data_pointer_size_func   w7 [ pass ]  153970
innodb.innodb-index-online-purge 'innodb' w8 [ skipped ]  debug_sync is not available
sys_vars.pfs_users_size_basic            w2 [ pass ]    290
sys_vars.pfs_max_stage_classes_basic     w5 [ pass ]    263
innodb.innodb-index_ucs2 'innodb'        w8 [ pass ]   1538
sys_vars.pfs_max_rwlock_instances_basic  w4 [ pass ]    242
sys_vars.pfs_max_thread_instances_basic  w3 [ pass ]    273
main.explain_slowquerylog                w7 [ pass ]   1071
perfschema.start_server_no_stages_history_long w6 [ pass ]   5037
sys_vars.pfs_setup_objects_size_basic    w5 [ pass ]    263
innodb.innodb-isolation 'innodb'         w8 [ pass ]  10254
perfschema.start_server_no_stages_history w2 [ pass ]   5090
innodb.innodb-on-duplicate-update 'innodb' w8 [ pass ]    808
sys_vars.pfs_max_statement_classes_basic w4 [ pass ]    265
perfschema.start_server_nothing          w3 [ pass ]   1532
innodb.innodb-online-alter-gis 'innodb'  w8 [ pass ]   1047
innodb.innodb-page_compression_bzip2 'innodb' w8 [ skipped ]  Test requires InnoDB compiled with libbz2
innodb.innodb-page_compression_lz4 'innodb' w8 [ skipped ]  Test requires InnoDB compiled with liblz4
perfschema.start_server_no_transactions_history w6 [ pass ]   5380
perfschema.start_server_no_statements_history_long w5 [ pass ]   5405
sys_vars.pfs_setup_actors_size_basic     w4 [ pass ]    266
perfschema.start_server_no_waits_history w2 [ pass ]   5347
archive.archive                          w7 [ pass ]  12824
perfschema.start_server_no_transactions_history_long w3 [ pass ]   5308
archive.archive_bitfield                 w7 [ pass ]    746
archive.archive_eits                     w7 [ pass ]    319
archive.archive_gis                      w7 [ pass ]   1874
perfschema.start_server_no_waits_history_long w5 [ pass ]   3756
archive.archive_symlink                  w7 [ skipped ]  Test requires: 'have_symlink'
perfschema.start_server_no_cond_inst     w6 [ pass ]   5488
perfschema.start_server_no_account       w4 [ pass ]   4945
archive.discover                         w7 [ pass ]    617
perfschema.start_server_no_table_inst    w2 [ pass ]   6093
archive.flush                            w7 [ pass ]    295
parts.partition_alter2_1_myisam          w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:48:20
line
==14341== Thread 6:
==14341== Conditional jump or move depends on uninitialised value(s)
==14341==    at 0x1054951: chk_del (mi_check.c:184)
==14341==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==14341==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==14341==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==14341==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==14341==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==14341==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==14341==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==14341==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==14341==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==14341==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==14341==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==14341==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==14341==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==14341==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==14341==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==14341==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_alter2_1_myisam/'
perfschema.start_server_no_cond_class    w3 [ pass ]   7952
archive.mysqlhotcopy_archive             w7 [ skipped ]  Test needs Perl modules DBI and DBD::MariaDB
archive.repair                           w7 [ pass ]    216
funcs_1.is_engines_archive               w7 [ pass ]    154
gcol.gcol_archive                        w7 [ pass ]    239
perfschema.start_server_no_file_class    w5 [ pass ]   5429
perfschema.start_server_no_memory_class  w6 [ pass ]   5291
perfschema.start_server_no_statements_history w4 [ pass ]   5450
perfschema.start_server_no_mutex_class   w2 [ pass ]   5215
perfschema.start_server_no_index         w3 [ pass ]   6183
perfschema.start_server_low_index        w5 [ skipped ]  Test requires: 'not_valgrind'
stress.ddl_archive                       w7 [ pass ]  11863
vcol.vcol_archive                        w7 [ pass ]    237
perfschema.start_server_no_socket_inst   w6 [ pass ]   5463
perfschema.start_server_no_host          w4 [ pass ]   5056
perfschema.start_server_no_statement_class w2 [ pass ]   4695
perfschema.start_server_no_mutex_inst    w3 [ pass ]   5405
perfschema.start_server_no_socket_class  w5 [ pass ]   5505
perfschema.start_server_no_thread_inst   w6 [ pass ]   1848
perfschema.start_server_no_prepared_stmts_instances w7 [ pass ]   6470
perfschema.start_server_no_file_inst     w4 [ pass ]   5353
perfschema.start_server_no_setup_objects w2 [ pass ]   5482
perfschema.start_server_no_table_hdl     w3 [ pass ]   5956
perfschema.start_server_no_table_lock    w5 [ pass ]   6204
perfschema.start_server_on               w6 [ pass ]   5445
perfschema.start_server_no_rwlock_class  w7 [ pass ]   5142
sys_vars.performance_schema_basic        w6 [ pass ]    258
main.failed_auth_unixsocket              w2 [ pass ]   1764
perfschema.start_server_no_mdl           w4 [ pass ]   5382
main.password_expiration_unix_socket     w2 [ pass ]    418
perfschema.start_server_no_user          w3 [ pass ]   5172
plugins.multiauth                        w2 [ pass ]   2564
plugins.feedback_plugin_install          w6 [ skipped ]  No feedback plugin
plugins.unix_socket                      w2 [ pass ]    499
perfschema.start_server_no_rwlock_inst   w7 [ pass ]   5351
perfschema.start_server_no_stage_class   w4 [ pass ]   4965
funcs_1.is_engines_federated             w3 [ pass ]    181
metadata_lock_info.global_read_lock      w2 [ pass ]    185
compat/oracle.sp-package-mdl             w6 [ pass ]   1103
metadata_lock_info.table_metadata_lock   w2 [ pass ]    163
metadata_lock_info.user_lock             w2 [ pass ]    118
plugins.locales                          w3 [ pass ]    197
main.func_misc                           w6 [ pass ]   7359
perfschema.start_server_low_table_lock   w7 [ pass ]   6634
perfschema.start_server_no_setup_actors  w4 [ pass ]   4557
perfschema.start_server_1_digest         w2 [ pass ]    287
perfschema.global_objects                w6 [ pass ]    356
perfschema.start_server_no_digests       w3 [ pass ]   1469
perfschema.start_server_no_thread_class  w7 [ pass ]   1838
main.ssl_7937 'ssl'                      w4 [ pass ]   3880
perfschema.start_server_disable_statements w2 [ pass ]   4863
perfschema.digest_table_full             w3 [ pass ]   1360
perfschema.start_server_disable_transactions w6 [ pass ]   4665
main.ssl_7937 'x509v3'                   w7 [ pass ]   4418
innodb.innodb_skip_innodb_is_tables      w4 [ pass ]    342
main.ssl_verify_ip                       w7 [ pass ]   1470
parts.partition_alter2_2_myisam          w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:50:40
line
==15695== Thread 6:
==15695== Conditional jump or move depends on uninitialised value(s)
==15695==    at 0x1054951: chk_del (mi_check.c:184)
==15695==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==15695==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==15695==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==15695==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==15695==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==15695==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==15695==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==15695==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==15695==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==15695==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==15695==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==15695==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==15695==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==15695==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==15695==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==15695==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_alter2_2_myisam/'
perfschema.memory_aggregate_no_a_no_h    w2 [ pass ]   5274
perfschema.start_server_disable_waits    w3 [ pass ]   3329
perfschema.thread_misc                   w4 [ pass ]   1372
perfschema.setup_consumers_defaults      w7 [ pass ]    312
perfschema.memory_aggregate_no_a         w6 [ pass ]   5709
perfschema.statement_digest_consumers2   w2 [ pass ]   1515
perfschema.memory_aggregate_no_a_no_u    w3 [ pass ]   4883
perfschema.start_server_zero_digest_sql_length w6 [ pass ]    319
perfschema.start_server_disable_stages   w4 [ pass ]   5461
perfschema.start_server_disable_idle     w7 [ pass ]   5715
perfschema.start_server_low_digest_sql_length w2 [ pass ]    489
perfschema.myisam_file_io                w3 [ pass ]   1132
perfschema.file_misc                     w7 [ pass ]   1590
perfschema.memory_aggregate_no_u         w6 [ pass ]   5840
perfschema.memory_aggregate_no_a_no_u_no_h w4 [ pass ]   4753
main.plugin_load_option                  w2 [ pass ]    216
perfschema.thread_cache                  w3 [ pass ]    940
plugins.qc_info                          w6 [ pass ]    972
perfschema.connection_3a_3u              w7 [ pass ]   2833
plugins.qc_info_priv                     w6 [ pass ]    436
perfschema.connection_3a                 w4 [ pass ]   2667
main.mysql_client_test_comp              w5 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:51:38
line
==16076== Thread 7:
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x8969FC: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x872BDA: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2762)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Use of uninitialised value of size 8
==16076==    at 0x872BEA: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2762)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Use of uninitialised value of size 8
==16076==    at 0x872D0A: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2769)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x872D11: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2768)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Use of uninitialised value of size 8
==16076==    at 0x872D16: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2769)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x10BCA5F: my_malloc (my_malloc.c:79)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C29F09: malloc (vg_replace_malloc.c:309)
==16076==    by 0x10BCA78: my_malloc (my_malloc.c:88)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC20: my_malloc_size_cb_func (mysqld.cc:3520)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E7BF: is_overlap (vg_replace_strmem.c:131)
==16076==    by 0x4C2E7BF: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E7DB: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E828: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E876: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E8D3: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E90B: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E91F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E94F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E959: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0x872C38: memcpy (string3.h:51)
==16076==    by 0x872C38: memdup_w_gap (sql_class.h:1153)
==16076==    by 0x872C38: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Use of uninitialised value of size 8
==16076==    at 0x872C39: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2790)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCF98EC: pfs_set_thread_info_v1 (pfs.cc:2543)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E7BF: is_overlap (vg_replace_strmem.c:131)
==16076==    by 0x4C2E7BF: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E7DB: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E828: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E876: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E8D3: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E90B: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E91F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E94F: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x4C2E959: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1035)
==16076==    by 0xCF992F: memcpy (string3.h:51)
==16076==    by 0xCF992F: pfs_set_thread_info_v1 (pfs.cc:2549)
==16076==    by 0x872CA7: set_query (sql_class.h:4673)
==16076==    by 0x872CA7: set_query (sql_class.h:4665)
==16076==    by 0x872CA7: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2798)
==16076==    by 0x896A2A: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3245)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCC93: my_free (my_malloc.c:200)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x83C551: Warning_info::clear(unsigned long long) (sql_error.cc:546)
==16076==    by 0x8258A8: opt_clear (sql_error.h:620)
==16076==    by 0x8258A8: opt_clear_warning_info (sql_error.h:1131)
==16076==    by 0x8258A8: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1081)
==16076==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==16076==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==16076==    by 0x10B736F: my_error (my_error.c:125)
==16076==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x83C7CA: operator new (sql_alloc.h:39)
==16076==    by 0x83C7CA: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==16076==    by 0x82594D: push_warning (sql_error.h:1174)
==16076==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==16076==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==16076==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==16076==    by 0x10B736F: my_error (my_error.c:125)
==16076==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x83C7CA: operator new (sql_alloc.h:39)
==16076==    by 0x83C7CA: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==16076==    by 0x82594D: push_warning (sql_error.h:1174)
==16076==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==16076==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==16076==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==16076==    by 0x10B736F: my_error (my_error.c:125)
==16076==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==16076==    by 0x83BE99: Sql_condition::set_builtin_message_text(char const*) (sql_error.cc:219)
==16076==    by 0x83CAD2: Sql_condition (sql_error.h:446)
==16076==    by 0x83CAD2: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==16076==    by 0x82594D: push_warning (sql_error.h:1174)
==16076==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==16076==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==16076==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==16076==    by 0x10B736F: my_error (my_error.c:125)
==16076==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==16076==    by 0x83BE99: Sql_condition::set_builtin_message_text(char const*) (sql_error.cc:219)
==16076==    by 0x83CAD2: Sql_condition (sql_error.h:446)
==16076==    by 0x83CAD2: Warning_info::push_warning(THD*, Sql_condition_identity const*, char const*) (sql_error.cc:664)
==16076==    by 0x82594D: push_warning (sql_error.h:1174)
==16076==    by 0x82594D: THD::raise_condition(unsigned int, char const*, Sql_state_errno_level::enum_warning_level, Sql_user_condition_identity const&, char const*) (sql_class.cc:1159)
==16076==    by 0x7AAE55: raise_condition (sql_class.h:4534)
==16076==    by 0x7AAE55: my_message_sql (mysqld.cc:3125)
==16076==    by 0x10B736F: my_error (my_error.c:125)
==16076==    by 0x896A91: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3248)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFE21C: count_free (pfs_stat.h:1198)
==16076==    by 0xCFE21C: pfs_memory_free_v1 (pfs.cc:6739)
==16076==    by 0x10BCC7D: my_free (my_malloc.c:198)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCC93: my_free (my_malloc.c:200)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC20: my_malloc_size_cb_func (mysqld.cc:3520)
==16076==    by 0x10BCC93: my_free (my_malloc.c:200)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCC93: my_free (my_malloc.c:200)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x88ED33: Prepared_statement::~Prepared_statement() (sql_prepare.cc:3891)
==16076==    by 0x88ED90: Prepared_statement::~Prepared_statement() (sql_prepare.cc:3893)
==16076==    by 0x109DE83: my_hash_delete (hash.c:632)
==16076==    by 0x82927C: Statement_map::erase(Statement*) (sql_class.cc:4033)
==16076==    by 0x893A03: mysqld_stmt_close(THD*, char*) (sql_prepare.cc:3521)
==16076==    by 0x882A74: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1817)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8909D4: operator new (sql_alloc.h:39)
==16076==    by 0x8909D4: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:3990)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8909D4: operator new (sql_alloc.h:39)
==16076==    by 0x8909D4: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:3990)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x84DA94: alloc (sql_class.h:1135)
==16076==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==16076==    by 0x890B4B: init (sql_lex.h:4837)
==16076==    by 0x890B4B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4028)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x84DA94: alloc (sql_class.h:1135)
==16076==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==16076==    by 0x890B4B: init (sql_lex.h:4837)
==16076==    by 0x890B4B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4028)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x868247: operator new (sql_lex.h:756)
==16076==    by 0x868247: LEX::alloc_select(bool) (sql_lex.cc:5942)
==16076==    by 0xA08C66: MYSQLparse(THD*) (sql_yacc.yy:8623)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x868247: operator new (sql_lex.h:756)
==16076==    by 0x868247: LEX::alloc_select(bool) (sql_lex.cc:5942)
==16076==    by 0xA08C66: MYSQLparse(THD*) (sql_yacc.yy:8623)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x856841: operator new (sql_alloc.h:39)
==16076==    by 0x856841: push_front (sql_list.h:218)
==16076==    by 0x856841: push_front (sql_list.h:508)
==16076==    by 0x856841: LEX::push_context(Name_resolution_context*) (sql_lex.cc:6138)
==16076==    by 0xA2E15B: LEX::push_select(st_select_lex*) (sql_lex.h:3674)
==16076==    by 0xA08C79: MYSQLparse(THD*) (sql_yacc.yy:8623)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x856841: operator new (sql_alloc.h:39)
==16076==    by 0x856841: push_front (sql_list.h:218)
==16076==    by 0x856841: push_front (sql_list.h:508)
==16076==    by 0x856841: LEX::push_context(Name_resolution_context*) (sql_lex.cc:6138)
==16076==    by 0xA2E15B: LEX::push_select(st_select_lex*) (sql_lex.h:3674)
==16076==    by 0xA08C79: MYSQLparse(THD*) (sql_yacc.yy:8623)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x84EAFE: alloc (sql_class.h:1135)
==16076==    by 0x84EAFE: Lex_input_stream::get_text(Lex_string_with_metadata_st*, unsigned int, int, int) (sql_lex.cc:1671)
==16076==    by 0x84F9F1: Lex_input_stream::lex_one_token(YYSTYPE*, THD*) (sql_lex.cc:2352)
==16076==    by 0x850FEF: Lex_input_stream::lex_token(YYSTYPE*, THD*) (sql_lex.cc:1887)
==16076==    by 0xA06111: MYSQLparse(THD*) (sql_yacc.cc:27457)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x84EAFE: alloc (sql_class.h:1135)
==16076==    by 0x84EAFE: Lex_input_stream::get_text(Lex_string_with_metadata_st*, unsigned int, int, int) (sql_lex.cc:1671)
==16076==    by 0x84F9F1: Lex_input_stream::lex_one_token(YYSTYPE*, THD*) (sql_lex.cc:2352)
==16076==    by 0x850FEF: Lex_input_stream::lex_token(YYSTYPE*, THD*) (sql_lex.cc:1887)
==16076==    by 0xA06111: MYSQLparse(THD*) (sql_yacc.cc:27457)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==16076==    by 0x8275CC: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==16076==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==16076==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==16076==    by 0x8275CC: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==16076==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==16076==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x948DD4: alloc (sql_class.h:1135)
==16076==    by 0x948DD4: sql_strmake_with_convert(THD*, char const*, unsigned long, charset_info_st const*, unsigned long, charset_info_st const*, unsigned long*) (thr_malloc.cc:79)
==16076==    by 0xAA18E7: Item::set_name(THD*, char const*, unsigned long, charset_info_st const*) (item.cc:1172)
==16076==    by 0x827681: set_name (item.h:967)
==16076==    by 0x827681: fix_and_set_name_from_value (item.h:4387)
==16076==    by 0x827681: Item_string (item.h:4415)
==16076==    by 0x827681: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==16076==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==16076==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x948DD4: alloc (sql_class.h:1135)
==16076==    by 0x948DD4: sql_strmake_with_convert(THD*, char const*, unsigned long, charset_info_st const*, unsigned long, charset_info_st const*, unsigned long*) (thr_malloc.cc:79)
==16076==    by 0xAA18E7: Item::set_name(THD*, char const*, unsigned long, charset_info_st const*) (item.cc:1172)
==16076==    by 0x827681: set_name (item.h:967)
==16076==    by 0x827681: fix_and_set_name_from_value (item.h:4387)
==16076==    by 0x827681: Item_string (item.h:4415)
==16076==    by 0x827681: THD::make_string_literal(char const*, unsigned long, enum_repertoire_t) (sql_class.cc:2536)
==16076==    by 0xA173FD: make_string_literal (sql_class.h:3949)
==16076==    by 0xA173FD: MYSQLparse(THD*) (sql_yacc.yy:14574)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x851E4A: operator new (sql_alloc.h:39)
==16076==    by 0x851E4A: push_back (sql_list.h:195)
==16076==    by 0x851E4A: push_back (sql_list.h:505)
==16076==    by 0x851E4A: st_select_lex::add_item_to_list(THD*, Item*) (sql_lex.cc:3454)
==16076==    by 0xA0994E: add_item_to_list (sql_class.h:6938)
==16076==    by 0xA0994E: MYSQLparse(THD*) (sql_yacc.yy:9133)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x851E4A: operator new (sql_alloc.h:39)
==16076==    by 0x851E4A: push_back (sql_list.h:195)
==16076==    by 0x851E4A: push_back (sql_list.h:505)
==16076==    by 0x851E4A: st_select_lex::add_item_to_list(THD*, Item*) (sql_lex.cc:3454)
==16076==    by 0xA0994E: add_item_to_list (sql_class.h:6938)
==16076==    by 0xA0994E: MYSQLparse(THD*) (sql_yacc.yy:9133)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8565E0: operator new (sql_lex.h:756)
==16076==    by 0x8565E0: LEX::alloc_unit() (sql_lex.cc:5924)
==16076==    by 0x862724: LEX::create_unit(st_select_lex*) (sql_lex.cc:5970)
==16076==    by 0xA08A52: MYSQLparse(THD*) (sql_yacc.yy:8798)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8565E0: operator new (sql_lex.h:756)
==16076==    by 0x8565E0: LEX::alloc_unit() (sql_lex.cc:5924)
==16076==    by 0x862724: LEX::create_unit(st_select_lex*) (sql_lex.cc:5970)
==16076==    by 0xA08A52: MYSQLparse(THD*) (sql_yacc.yy:8798)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x890C3B: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4042)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x892A01: operator new (sql_alloc.h:39)
==16076==    by 0x892A01: mysql_test_select (sql_prepare.cc:1475)
==16076==    by 0x892A01: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x892A01: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x892A01: operator new (sql_alloc.h:39)
==16076==    by 0x892A01: mysql_test_select (sql_prepare.cc:1475)
==16076==    by 0x892A01: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x892A01: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x923583: operator new (sql_alloc.h:30)
==16076==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x923583: operator new (sql_alloc.h:30)
==16076==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x923583: operator new (sql_alloc.h:30)
==16076==    by 0x923583: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1085)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x852209: alloc (sql_class.h:1135)
==16076==    by 0x852209: st_select_lex::setup_ref_array(THD*, unsigned int) (sql_lex.cc:3540)
==16076==    by 0x8C4B54: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1247)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x852209: alloc (sql_class.h:1135)
==16076==    by 0x852209: st_select_lex::setup_ref_array(THD*, unsigned int) (sql_lex.cc:3540)
==16076==    by 0x8C4B54: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1247)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x81ACD4: operator new (sql_alloc.h:39)
==16076==    by 0x81ACD4: push_back (sql_list.h:195)
==16076==    by 0x81ACD4: push_back (sql_list.h:505)
==16076==    by 0x81ACD4: setup_fields(THD*, Bounds_checked_array<Item*>, List<Item>&, enum_column_usage, List<Item>*, List<Item>*, bool) (sql_base.cc:7586)
==16076==    by 0x8C4BF9: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1255)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x81ACD4: operator new (sql_alloc.h:39)
==16076==    by 0x81ACD4: push_back (sql_list.h:195)
==16076==    by 0x81ACD4: push_back (sql_list.h:505)
==16076==    by 0x81ACD4: setup_fields(THD*, Bounds_checked_array<Item*>, List<Item>&, enum_column_usage, List<Item>*, List<Item>*, bool) (sql_base.cc:7586)
==16076==    by 0x8C4BF9: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1255)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8BA2CC: calloc (sql_class.h:1139)
==16076==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==16076==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8BA2CC: calloc (sql_class.h:1139)
==16076==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==16076==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8BA2CC: calloc (sql_class.h:1139)
==16076==    by 0x8BA2CC: JOIN::alloc_func_list() (sql_select.cc:25359)
==16076==    by 0x8C5A5C: JOIN::prepare(TABLE_LIST*, Item*, unsigned int, st_order*, bool, st_order*, Item*, st_order*, st_select_lex*, st_select_lex_unit*) (sql_select.cc:1503)
==16076==    by 0x92363C: st_select_lex_unit::prepare_join(THD*, st_select_lex*, select_result*, unsigned long long, bool) (sql_union.cc:1105)
==16076==    by 0x927D2D: st_select_lex_unit::prepare(TABLE_LIST*, select_result*, unsigned long long) (sql_union.cc:1486)
==16076==    by 0x8913BA: mysql_test_select (sql_prepare.cc:1493)
==16076==    by 0x8913BA: check_prepared_statement (sql_prepare.cc:2308)
==16076==    by 0x8913BA: Prepared_statement::prepare(char const*, unsigned int) (sql_prepare.cc:4077)
==16076==    by 0x892CB7: mysqld_stmt_prepare(THD*, char const*, unsigned int) (sql_prepare.cc:2619)
==16076==    by 0x883103: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1812)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7BE631: Item::operator new(unsigned long, st_mem_root*) (item.h:746)
==16076==    by 0x73DA09: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6155)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8D996B: operator new (sql_alloc.h:39)
==16076==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8D996B: operator new (sql_alloc.h:39)
==16076==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8D996B: operator new (sql_alloc.h:39)
==16076==    by 0x8D996B: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4623)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x99716F: operator new (sql_alloc.h:39)
==16076==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x99716F: operator new (sql_alloc.h:39)
==16076==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x99716F: operator new (sql_alloc.h:39)
==16076==    by 0x99716F: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==16076==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==16076==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992C7F: Dynamic_array (sql_array.h:124)
==16076==    by 0x992C7F: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==16076==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==16076==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x992CB5: Dynamic_array (sql_array.h:124)
==16076==    by 0x992CB5: Explain_query::Explain_query(THD*, st_mem_root*) (sql_explain.cc:46)
==16076==    by 0x99718A: create_explain_query(LEX*, st_mem_root*) (sql_explain.cc:2558)
==16076==    by 0x8D962F: JOIN::optimize() (sql_select.cc:1601)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3113: operator new (sql_alloc.h:39)
==16076==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3113: operator new (sql_alloc.h:39)
==16076==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3113: operator new (sql_alloc.h:39)
==16076==    by 0x8C3113: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==16076==    by 0x8C3172: Explain_node (sql_explain.h:90)
==16076==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==16076==    by 0x8C3172: Explain_select (sql_explain.h:219)
==16076==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==16076==    by 0x8C3172: Explain_node (sql_explain.h:90)
==16076==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==16076==    by 0x8C3172: Explain_select (sql_explain.h:219)
==16076==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x8C3172: Dynamic_array (sql_array.h:124)
==16076==    by 0x8C3172: Explain_node (sql_explain.h:90)
==16076==    by 0x8C3172: Explain_basic_join (sql_explain.h:164)
==16076==    by 0x8C3172: Explain_select (sql_explain.h:219)
==16076==    by 0x8C3172: JOIN::save_explain_data_intern(Explain_query*, bool, bool, bool, char const*) (sql_select.cc:26969)
==16076==    by 0x8C400F: JOIN::save_explain_data(Explain_query*, bool, bool, bool, bool) (sql_select.cc:4196)
==16076==    by 0x8C4279: JOIN::build_explain() (sql_select.cc:1572)
==16076==    by 0x8D9690: JOIN::optimize() (sql_select.cc:1629)
==16076==    by 0x8D9797: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4637)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x8958B8: Prepared_statement::execute(String*, bool) (sql_prepare.cc:4829)
==16076==    by 0x895A31: Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) (sql_prepare.cc:4293)
==16076==    by 0x8969AF: mysql_stmt_execute_common(THD*, unsigned long, unsigned char*, unsigned char*, unsigned long, bool, bool) (sql_prepare.cc:3265)
==16076==    by 0x896AE6: mysqld_stmt_execute(THD*, char*, unsigned int) (sql_prepare.cc:3154)
==16076==    by 0x882628: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1791)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x84DA94: alloc (sql_class.h:1135)
==16076==    by 0x84DA94: Lex_input_stream::init(THD*, char*, unsigned long) (sql_lex.cc:797)
==16076==    by 0x882BB2: init (sql_lex.h:4837)
==16076==    by 0x882BB2: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1847)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F05: strmake_root (my_alloc.c:467)
==16076==    by 0x8621BF: make_lex_string (sql_class.h:3814)
==16076==    by 0x8621BF: Lex_ident_sys_st::copy_keyword(THD*, Lex_ident_cli_st const*) (sql_lex.cc:9344)
==16076==    by 0x82749B: THD::to_ident_sys_alloc(Lex_ident_sys_st*, Lex_ident_cli_st const*) (sql_class.cc:2513)
==16076==    by 0xA0A941: MYSQLparse(THD*) (sql_yacc.yy:15113)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==16076==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==16076==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x7E2BC1: Sql_alloc::operator new(unsigned long, st_mem_root*) (sql_alloc.h:39)
==16076==    by 0xA0E127: MYSQLparse(THD*) (sql_yacc.yy:15055)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==16076==    by 0x875BA6: memdup (sql_class.h:1148)
==16076==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==16076==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==16076==    by 0x875BA6: memdup (sql_class.h:1148)
==16076==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==16076==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x10B4F84: memdup_root (my_alloc.c:480)
==16076==    by 0x875BA6: memdup (sql_class.h:1148)
==16076==    by 0x875BA6: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8206)
==16076==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xCFDBC3: count_alloc (pfs_stat.h:1105)
==16076==    by 0xCFDBC3: pfs_memory_alloc_v1 (pfs.cc:6527)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x875811: calloc (sql_class.h:1139)
==16076==    by 0x875811: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8209)
==16076==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCAD0: my_malloc (my_malloc.c:106)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x875811: calloc (sql_class.h:1139)
==16076==    by 0x875811: st_select_lex::add_table_to_list(THD*, Table_ident*, st_mysql_const_lex_string*, unsigned long, thr_lock_type, enum_mdl_type, List<Index_hint>*, List<String>*, st_mysql_lex_string*) (sql_parse.cc:8209)
==16076==    by 0xA1AA7A: MYSQLparse(THD*) (sql_yacc.yy:12751)
==16076==    by 0x8807EC: parse_sql(THD*, Parser_state*, Object_creation_ctx*, bool) (sql_parse.cc:10380)
==16076==    by 0x880A55: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:7974)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== More than 100 errors detected.  Subsequent errors
==16076== will still be recorded, but in less detail than before.
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC0D: my_malloc_size_cb_func (mysqld.cc:3516)
==16076==    by 0x10BCDEA: my_realloc (my_malloc.c:170)
==16076==    by 0xBA4AE8: net_realloc (net_serv.cc:231)
==16076==    by 0xBA4FAA: my_real_read(st_net*, unsigned long*, char) (net_serv.cc:1111)
==16076==    by 0xBA5B5F: my_net_read_packet_reallen (net_serv.cc:1260)
==16076==    by 0xBA5C5C: my_net_read_packet (net_serv.cc:1244)
==16076==    by 0x883E1D: do_command(THD*) (sql_parse.cc:1221)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x7AAC34: my_malloc_size_cb_func (mysqld.cc:3518)
==16076==    by 0x10BCDEA: my_realloc (my_malloc.c:170)
==16076==    by 0xBA4AE8: net_realloc (net_serv.cc:231)
==16076==    by 0xBA4FAA: my_real_read(st_net*, unsigned long*, char) (net_serv.cc:1111)
==16076==    by 0xBA5B5F: my_net_read_packet_reallen (net_serv.cc:1260)
==16076==    by 0xBA5C5C: my_net_read_packet (net_serv.cc:1244)
==16076==    by 0x883E1D: do_command(THD*) (sql_parse.cc:1221)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x111BDBB: int10_to_str (int2str.c:154)
==16076==    by 0x111BE35: llstr (llstr.c:44)
==16076==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x111BD40: int10_to_str (int2str.c:168)
==16076==    by 0x111BE35: llstr (llstr.c:44)
==16076==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x111BD7D: int10_to_str (int2str.c:168)
==16076==    by 0x111BE35: llstr (llstr.c:44)
==16076==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x111BD9B: int10_to_str (int2str.c:174)
==16076==    by 0x111BE35: llstr (llstr.c:44)
==16076==    by 0x91A041: mysql_print_status() (sql_test.cc:649)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0x6A1B079: vfprintf (in /usr/lib64/libc-2.17.so)
==16076==    by 0x6AE3FA7: __printf_chk (in /usr/lib64/libc-2.17.so)
==16076==    by 0x91A22F: printf (stdio2.h:104)
==16076==    by 0x91A22F: mysql_print_status() (sql_test.cc:649)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Syscall param write(buf) points to uninitialised byte(s)
==16076==    at 0x6ABDA1D: ??? (in /usr/lib64/libc-2.17.so)
==16076==    by 0x6A48262: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==16076==    by 0x6A49A7D: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==16076==    by 0x6A478B7: _IO_file_sync@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==16076==    by 0x6A3C6B2: fflush (in /usr/lib64/libc-2.17.so)
==16076==    by 0x91A24F: mysql_print_status() (sql_test.cc:657)
==16076==    by 0x8826B3: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2308)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076==  Address 0x402358f is in a rw- anonymous segment
==16076== Thread 8:
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xA6DD50: Field_longlong::store(long long, bool) (field.cc:4500)
==16076==    by 0x8E9E39: processlist_callback(THD*, processlist_callback_arg*) (sql_show.cc:3304)
==16076==    by 0x8EA300: iterate<processlist_callback_arg> (sql_class.h:1058)
==16076==    by 0x8EA300: fill_schema_processlist(THD*, TABLE_LIST*, Item*) (sql_show.cc:3326)
==16076==    by 0x8F5289: get_schema_tables_result(JOIN*, enum_schema_table_state) (sql_show.cc:8698)
==16076==    by 0x8DB114: JOIN::exec_inner() (sql_select.cc:4412)
==16076==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==16076==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==16076==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==16076==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==16076==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==16076==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==16076==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==16076==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==16076==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==16076==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xA6DD50: Field_longlong::store(long long, bool) (field.cc:4500)
==16076==    by 0x8E9E5A: processlist_callback(THD*, processlist_callback_arg*) (sql_show.cc:3306)
==16076==    by 0x8EA300: iterate<processlist_callback_arg> (sql_class.h:1058)
==16076==    by 0x8EA300: fill_schema_processlist(THD*, TABLE_LIST*, Item*) (sql_show.cc:3326)
==16076==    by 0x8F5289: get_schema_tables_result(JOIN*, enum_schema_table_state) (sql_show.cc:8698)
==16076==    by 0x8DB114: JOIN::exec_inner() (sql_select.cc:4412)
==16076==    by 0x8DB662: JOIN::exec() (sql_select.cc:4236)
==16076==    by 0x8D983D: mysql_select(THD*, TABLE_LIST*, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) (sql_select.cc:4651)
==16076==    by 0x8DA379: handle_select(THD*, LEX*, select_result*, unsigned long) (sql_select.cc:429)
==16076==    by 0x73DDC0: execute_sqlcom_select(THD*, TABLE_LIST*) (sql_parse.cc:6237)
==16076==    by 0x87DE46: mysql_execute_command(THD*) (sql_parse.cc:3939)
==16076==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==16076==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==16076==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==16076==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==16076==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==16076==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==16076==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==16076==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==16076==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==16076==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16076== Syscall param pwrite64(buf) points to uninitialised byte(s)
==16076==    at 0x4E46023: ??? (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x10BD8FF: my_pwrite (my_pread.c:159)
==16076==    by 0xC796DE: pagecache_fwrite (ma_pagecache.c:689)
==16076==    by 0xC796DE: flush_cached_blocks (ma_pagecache.c:4812)
==16076==    by 0xC7A2EF: flush_pagecache_blocks_int (ma_pagecache.c:5108)
==16076==    by 0xC7F385: flush_pagecache_blocks_with_filter (ma_pagecache.c:5223)
==16076==    by 0xCA381D: _ma_once_end_block_record (ma_blockrec.c:451)
==16076==    by 0xC5840F: maria_close (ma_close.c:116)
==16076==    by 0xC5DED0: ha_maria::drop_table(char const*) (ha_maria.cc:2747)
==16076==    by 0x8B4DAC: free_tmp_table(THD*, TABLE*) (sql_select.cc:19923)
==16076==    by 0x80F28E: close_thread_tables(THD*) (sql_base.cc:838)
==16076==    by 0x87B43C: mysql_execute_command(THD*) (sql_parse.cc:6035)
==16076==    by 0x7D5EB4: sp_instr_stmt::exec_core(THD*, unsigned int*) (sp_head.cc:3768)
==16076==    by 0x7DEBF9: sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*) (sp_head.cc:3495)
==16076==    by 0x7DF66B: sp_instr_stmt::execute(THD*, unsigned int*) (sp_head.cc:3674)
==16076==    by 0x7D9FF7: sp_head::execute(THD*, bool) (sp_head.cc:1437)
==16076==    by 0x7DB5DE: sp_head::execute_procedure(THD*, List<Item>*) (sp_head.cc:2449)
==16076==    by 0x871DF9: do_execute_sp(THD*, sp_head*) (sql_parse.cc:3050)
==16076==    by 0x8749D5: Sql_cmd_call::execute(THD*) (sql_parse.cc:3296)
==16076==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==16076==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==16076==  Address 0xe3990df is in a rw- anonymous segment
==16076== Thread 7:
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD52C9B: apply_delta (pfs_stat.h:1256)
==16076==    by 0xD52C9B: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==16076==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD0E469: apply_delta (pfs_stat.h:1256)
==16076==    by 0xD0E469: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:308)
==16076==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==16076==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/5/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/5/log/main.mysql_client_test_comp/'
***Warnings generated in error logs during shutdown after running tests: main.mysql_client_test_comp

==16076== Thread 9:
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD52CDB: apply_delta (pfs_stat.h:1282)
==16076==    by 0xD52CDB: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==16076==    by 0xCFDCCB: pfs_memory_alloc_v1 (pfs.cc:6531)
==16076==    by 0x10BCABE: my_malloc (my_malloc.c:105)
==16076==    by 0x10B4B94: alloc_root (my_alloc.c:190)
==16076==    by 0x872C1E: memdup_w_gap (sql_class.h:1152)
==16076==    by 0x872C1E: alloc_query(THD*, char const*, unsigned long) (sql_parse.cc:2784)
==16076==    by 0x882B01: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1831)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Thread 8:
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD52CDB: apply_delta (pfs_stat.h:1282)
==16076==    by 0xD52CDB: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:618)
==16076==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==16076==    by 0x10BCC7D: my_free (my_malloc.c:198)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD20CD5: apply_delta (pfs_stat.h:1282)
==16076==    by 0xD20CD5: PFS_user::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_user.cc:276)
==16076==    by 0xD52D27: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:625)
==16076==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==16076==    by 0x10BCC7D: my_free (my_malloc.c:198)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD0E4A5: apply_delta (pfs_stat.h:1282)
==16076==    by 0xD0E4A5: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:308)
==16076==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==16076==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==16076==    by 0x10BCC7D: my_free (my_malloc.c:198)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==16076== Conditional jump or move depends on uninitialised value(s)
==16076==    at 0xD11703: apply_delta (pfs_stat.h:1282)
==16076==    by 0xD11703: carry_global_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_instr.cc:507)
==16076==    by 0xD0E4E1: PFS_host::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_host.cc:311)
==16076==    by 0xD52D42: PFS_account::carry_memory_stat_delta(PFS_memory_stat_delta*, unsigned int) (pfs_account.cc:631)
==16076==    by 0xCFE31B: pfs_memory_free_v1 (pfs.cc:6743)
==16076==    by 0x10BCC7D: my_free (my_malloc.c:198)
==16076==    by 0x10B4D3F: free_root (my_alloc.c:411)
==16076==    by 0x881838: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:2506)
==16076==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16076==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16076==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16076==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16076==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16076==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

mroonga/storage.alter_table_add_column_after w3 [ pass ]   1569
mroonga/storage.alter_table_add_column_first w3 [ pass ]    581
perfschema.statement_digest_consumers    w7 [ pass ]   1500
mroonga/storage.alter_table_add_column_flags_comment w3 [ pass ]    827
sequence.group_by                        w6 [ pass ]   1057
plugins.feedback_plugin_load             w5 [ pass ]    986
mroonga/storage.alter_table_add_column_flags_parameter w3 [ pass ]    635
plugins.feedback_plugin_send             w5 [ skipped ]  MTR_FEEDBACK_PLUGIN is not set
perfschema.memory_aggregate_no_u_no_h    w4 [ pass ]   5074
mroonga/storage.alter_table_add_column_groonga_type_comment w3 [ pass ]    661
mroonga/storage.alter_table_add_column_groonga_type_parameter w3 [ pass ]    665
mroonga/storage.alter_table_add_column_multibyte_cp932 w3 [ pass ]   1233
main.warnings                            w6 [ pass ]   2375
mroonga/storage.alter_table_add_column_multibyte_utf8 w3 [ pass ]    913
perfschema.memory_aggregate_no_h         w7 [ pass ]   6128
heap.heap_btree                          w5 [ pass ]   2658
perfschema.connection_3u                 w4 [ pass ]   2816
mroonga/storage.alter_table_add_column_multiple w3 [ pass ]    670
mroonga/storage.alter_table_add_column_plain w3 [ pass ]    599
mroonga/storage.alter_table_add_column_type_comment w3 [ pass ]    613
main.skip_log_bin                        w6 [ pass ]    659
mroonga/storage.alter_table_add_index_unique_duplicated w3 [ pass ]    675
main.plugin_load                         w7 [ pass ]    184
mroonga/storage.alter_table_add_index_unique_multiple_column_duplicated w3 [ pass ]    616
mroonga/storage.alter_table_add_key_multiple_column_with_data w3 [ pass ]    793
mroonga/storage.alter_table_add_primary_key w3 [ pass ]    613
mroonga/storage.alter_table_change_column_comment_not_for_mroonga w3 [ pass ]    628
main.variables-notembedded               w6 [ pass ]   1054
mroonga/storage.alter_table_change_column_have_index w3 [ pass ]    595
mroonga/storage.index_btree_normal_column_insert w7 [ pass ]   1676
mroonga/storage.alter_table_change_column_rename_after w3 [ pass ]    554
mroonga/storage.index_hash_id_normal     w7 [ pass ]    580
mroonga/storage.alter_table_change_column_rename_first w3 [ pass ]    571
mroonga/storage.index_hash_id_primary    w7 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
main.derived                             w5 [ pass ]  30888
mroonga/storage.alter_table_change_column_rename_multiple w3 [ pass ]    531
mroonga/storage.index_hash_id_unique     w7 [ pass ]    555
mroonga/storage.alter_table_change_column_rename_no_order w3 [ pass ]    625
mroonga/storage.index_hash_normal_column_insert w7 [ pass ]    741
main.ssl_system_ca 'bad'                 w6 [ pass ]   4510
mroonga/storage.alter_table_change_engine_fulltext_index w3 [ pass ]    938
mroonga/storage.index_hash_strict_sql_mode_id_primary w7 [ pass ]    678
mroonga/storage.alter_table_disable_keys_create_fulltext w3 [ pass ]    675
mroonga/storage.index_multiple_column_delete w7 [ pass ]    878
main.ssl_8k_key                          w6 [ pass ]   3860
mroonga/storage.alter_table_disable_keys_fulltext_table w3 [ pass ]    661
mroonga/storage.index_multiple_column_nullable_smallint w7 [ pass ]    670
mroonga/storage.alter_table_disable_keys_fulltext_ujis w3 [ pass ]    592
mroonga/storage.index_multiple_column_nullable_unsigned_bigint w7 [ pass ]    592
mroonga/storage.alter_table_disable_keys_fulltext_utf8 w3 [ pass ]    604
mroonga/storage.index_multiple_column_nullable_unsigned_int w7 [ pass ]    630
main.derived_cond_pushdown               w5 [ pass ]  18240
mroonga/storage.alter_table_disable_keys_multiple_column w3 [ pass ]    666
mroonga/storage.index_multiple_column_nullable_unsigned_smallint w7 [ pass ]    599
main.errors                              w5 [ pass ]    733
mroonga/storage.alter_table_disable_keys_normal w3 [ pass ]    616
mroonga/storage.index_multiple_column_nullable_varchar w7 [ pass ]    670
mroonga/storage.alter_table_disable_keys_primary w3 [ pass ]    552
mroonga/storage.index_multiple_column_order_by_where_equal_asc_asc w7 [ pass ]    609
main.openssl_6975 'tlsv10'               w6 [ pass ]   5246
mroonga/storage.alter_table_disable_keys_truncate w3 [ pass ]    665
mroonga/storage.index_multiple_column_order_by_where_equal_desc_desc w7 [ pass ]    617
mroonga/storage.alter_table_disable_keys_updating w3 [ pass ]    651
mroonga/storage.index_multiple_column_primary_delete w7 [ pass ]    538
mroonga/storage.alter_table_drop_column_multiple w3 [ pass ]    608
mroonga/storage.index_multiple_column_primary_select_int w7 [ pass ]    634
mroonga/storage.alter_table_drop_column_one w3 [ pass ]    560
mroonga/storage.index_multiple_column_primary_strict_sql_mode_update w7 [ pass ]    621
mroonga/storage.index_multiple_column_primary_update w7 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.alter_table_drop_key_multiple_column_with_data w3 [ pass ]    666
mroonga/storage.index_multiple_column_range_all_used_greater_than w7 [ pass ]    721
mroonga/storage.alter_table_drop_primary_key w3 [ pass ]    608
main.openssl_6975 'tlsv12'               w6 [ pass ]   5528
mroonga/storage.index_multiple_column_range_all_used_greater_than_or_equal w7 [ pass ]    603
mroonga/storage.alter_table_enable_keys_fulltext w3 [ pass ]    635
mroonga/storage.index_multiple_column_range_all_used_less_than w7 [ pass ]    587
mroonga/storage.alter_table_enable_keys_fulltext_table w3 [ pass ]    673
mroonga/storage.index_multiple_column_range_all_used_less_than_or_equal w7 [ pass ]    571
mroonga/storage.alter_table_enable_keys_fulltext_ujis w3 [ pass ]    664
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_greater_than w7 [ pass ]    641
mroonga/storage.alter_table_enable_keys_fulltext_utf8 w3 [ pass ]    639
sql_discovery.simple                     w6 [ pass ]   1013
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_greater_than_or_equal w7 [ pass ]    688
mroonga/storage.alter_table_enable_keys_multiple_column w3 [ pass ]    640
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than w7 [ pass ]    600
mroonga/storage.alter_table_enable_keys_normal w3 [ pass ]    647
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than_or_equal w7 [ pass ]    628
mroonga/storage.alter_table_enable_keys_primary w3 [ pass ]    543
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_greater_than w7 [ pass ]    610
mroonga/storage.alter_table_fulltext_add_no_primary_key w3 [ pass ]    593
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_greater_than_or_equal w7 [ pass ]    572
sys_vars.thread_pool_size_basic          w6 [ pass ]    358
mroonga/storage.alter_table_fulltext_add_normal w3 [ pass ]    637
main.cte_recursive                       w2 [ pass ]  142772
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than w7 [ pass ]    585
mroonga/storage.alter_table_fulltext_add_table w3 [ pass ]    638
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than_or_equal w7 [ pass ]    606
mroonga/storage.alter_table_fulltext_drop_table w3 [ pass ]    959
mroonga/storage.index_multiple_column_recreate w7 [ pass ]    805
mroonga/storage.alter_table_modify_column_after w3 [ pass ]    597
mroonga/storage.index_multiple_column_replace w7 [ pass ]    612
mroonga/storage.alter_table_modify_column_first w3 [ pass ]    624
sys_vars.thread_pool_size_high           w6 [ pass ]    615
mroonga/storage.index_multiple_column_select_double w7 [ pass ]    780
mroonga/storage.alter_table_modify_column_no_order w3 [ pass ]    609
parts.partition_bigint_myisam            w1 [ pass ]  203249
mroonga/storage.index_multiple_column_select_float w7 [ pass ]    679
mroonga/storage.alter_table_recreate_anonymous_index_at_once w3 [ pass ]    667
mroonga/storage.index_multiple_column_select_int w7 [ pass ]    603
mroonga/storage.alter_table_rename_table w3 [ pass ]    694
mroonga/storage.index_multiple_column_select_max w7 [ pass ]    631
mroonga/storage.alter_table_spatial      w3 [ pass ]    996
mroonga/storage.index_multiple_column_select_min w7 [ pass ]    627
mroonga/storage.auto_increment_TODO_SPLIT_ME w3 [ pass ]    729
mroonga/storage.index_multiple_column_select_string w7 [ pass ]    481
main.ssl_timeout-9836                    w6 [ pass ]   5721
mroonga/storage.auto_increment_table_param w3 [ pass ]    680
mroonga/storage.index_multiple_column_select_varchar w7 [ pass ]    602
mroonga/storage.auto_increment_text      w3 [ pass ]    543
mroonga/storage.index_multiple_column_unique_date_32bit_equal w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.index_multiple_column_unique_date_64bit_equal w7 [ pass ]    737
mroonga/storage.check_table_broken       w3 [ pass ]    995
main.func_gconcat                        w5 [ pass ]  88893
mroonga/storage.index_multiple_column_unique_date_index_read w7 [ pass ]    617
mroonga/storage.check_table_not_broken   w3 [ pass ]    576
mroonga/storage.index_multiple_column_unique_date_order_32bit_asc w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.collation_utf8_general_ci_french w3 [ pass ]    544
main.key                                 w5 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:54:43
line
==17190== Thread 6:
==17190== Conditional jump or move depends on uninitialised value(s)
==17190==    at 0x1054951: chk_del (mi_check.c:184)
==17190==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==17190==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==17190==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==17190==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==17190==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==17190==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==17190==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==17190==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==17190==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==17190==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==17190==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==17190==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==17190==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/5/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/5/log/main.key/'
main.thread_pool_info                    w6 [ pass ]    383
mroonga/storage.index_multiple_column_unique_date_order_32bit_desc w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.collation_utf8_unicode_520_ci_french w3 [ pass ]    580
mroonga/storage.index_multiple_column_unique_date_order_64bit_asc w7 [ pass ]    641
mroonga/storage.collation_utf8_unicode_520_ci_japanese w3 [ pass ]    619
mroonga/storage.index_multiple_column_unique_date_order_64bit_desc w7 [ pass ]    641
mroonga/storage.collation_utf8_unicode_ci_french w3 [ pass ]    580
mroonga/storage.index_multiple_column_unique_date_reinsert w7 [ pass ]    585
mroonga/storage.collation_utf8_unicode_ci_japanese w3 [ pass ]    557
mroonga/storage.index_multiple_column_unique_datetime_index_read w7 [ pass ]    565
main.lowercase_mixed_tmpdir              w6 [ pass ]    746
mroonga/storage.column_comment_index_not_for_mroonga w3 [ pass ]    559
mroonga/storage.index_multiple_column_unique_datetime_insert_delete_insert_invalid_value w7 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.column_comment_normal_not_for_mroonga w3 [ pass ]    580
mroonga/storage.index_multiple_column_unique_datetime_order_asc w7 [ pass ]    571
main.myisam_icp                          w5 [ pass ]   7827
mroonga/storage.index_multiple_column_unique_datetime_order_desc w7 [ pass ]    584
mroonga/storage.column_date_with_index   w3 [ pass ]    639
mroonga/storage.index_multiple_column_unique_datetime_reinsert w7 [ pass ]    573
mroonga/storage.column_date_without_index w3 [ pass ]    547
mroonga/storage.column_date_zero_date    w3 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.index_multiple_column_unique_decimal w7 [ pass ]    689
main.grant_lowercase                     w6 [ pass ]   1427
mroonga/storage.column_datetime_32bit_2038 w3 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.column_datetime_32bit_before_unix_epoch w3 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.index_multiple_column_unique_time_index_read w7 [ pass ]    614
mroonga/storage.column_datetime_32bit_max w3 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.index_multiple_column_unique_time_order_asc w7 [ pass ]    625
mroonga/storage.column_datetime_32bit_out_of_range w3 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.index_multiple_column_unique_time_order_desc w7 [ pass ]    617
mroonga/storage.column_datetime_64bit_2038 w3 [ pass ]    557
mroonga/storage.index_multiple_column_unique_time_reinsert w7 [ pass ]    584
mroonga/storage.column_datetime_64bit_before_unix_epoch w3 [ pass ]    551
main.lowercase_view                      w6 [ pass ]   1210
mroonga/storage.index_multiple_column_unique_timestamp_index_read w7 [ pass ]    558
mroonga/storage.column_datetime_64bit_max w3 [ pass ]    531
main.index_merge_myisam                  w4 [ pass ]  187102
mroonga/storage.index_multiple_column_unique_timestamp_order_asc w7 [ pass ]    586
main.order_by                            w2 [ pass ]  87032
mroonga/storage.column_datetime_64bit_strict_sql_mode_out_of_range w3 [ pass ]    562
mroonga/storage.column_datetime_64bit_version_5_5_out_of_range w3 [ skipped ]  This test is for MySQL version 5.5.x
mroonga/storage.index_multiple_column_unique_timestamp_order_desc w7 [ pass ]    572
mroonga/storage.column_datetime_64bit_version_5_6_or_later_out_of_range w3 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.index_multiple_column_unique_timestamp_reinsert w7 [ pass ]    565
mroonga/storage.column_datetime_fractional_seconds_with_index w3 [ pass ]    701
mroonga/storage.index_multiple_column_unique_varchar w7 [ pass ]    634
main.lowercase_table                     w6 [ pass ]   1705
innodb.innodb-page_compression_lzma 'innodb' w8 [ pass ]  466558
mroonga/storage.column_datetime_fractional_seconds_without_index w3 [ pass ]    569
mroonga/storage.index_multiple_column_unique_year_32bit_equal w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
innodb.innodb-page_compression_lzo 'innodb' w8 [ skipped ]  Test requires InnoDB compiled with liblzo
main.lowercase_table_grant               w6 [ pass ]    648
mroonga/storage.column_datetime_freebsd_before_unix_epoch w3 [ skipped ]  Need OS FreeBSD
sys_vars.thread_cache_size_basic         w2 [ pass ]    325
mroonga/storage.index_multiple_column_unique_year_64bit_equal w7 [ pass ]    625
main.lowercase_table_qcache              w6 [ pass ]    336
mroonga/storage.column_datetime_mariadb_10_2_or_later_zero_date w3 [ pass ]    579
mroonga/storage.index_multiple_column_unique_year_index_read w7 [ pass ]    578
main.opt_trace                           w5 [ pass ]  41721
mroonga/storage.column_datetime_mariadb_10_2_or_later_zero_month_day w3 [ pass ]    594
mroonga/storage.index_multiple_column_unique_year_order_32bit_asc w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.column_datetime_mysql_5_7_or_later_zero_date w3 [ skipped ]  This test is for MySQL version 5.7.x or later
mroonga/storage.index_multiple_column_unique_year_order_32bit_desc w7 [ skipped ]  This test is for environment that doesn't have signed 64bit time_t
mroonga/storage.column_datetime_mysql_5_7_or_later_zero_month_day w3 [ skipped ]  This test is for MySQL version 5.7.x or later
mroonga/storage.index_multiple_column_unique_year_order_64bit_asc w7 [ pass ]    594
mroonga/storage.column_datetime_null     w3 [ pass ]    538
mroonga/storage.index_multiple_column_unique_year_order_64bit_desc w7 [ pass ]    636
mroonga/storage.column_datetime_with_index w3 [ pass ]    596
main.user_limits                         w6 [ pass ]   1600
mroonga/storage.index_multiple_column_unique_year_reinsert w7 [ pass ]    574
main.variables                           w2 [ pass ]   6144
mroonga/storage.column_datetime_without_index w3 [ pass ]    508
mroonga/storage.index_multiple_column_update_int w7 [ pass ]    636
mroonga/storage.column_datetime_zero_date w3 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.column_datetime_zero_month_day w3 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
mroonga/storage.index_multiple_column_update_string w7 [ pass ]    643
mroonga/storage.column_decimal_fractional_seconds_with_index w3 [ pass ]    638
mroonga/storage.index_primary_char_exact_length w7 [ pass ]    532
mroonga/storage.column_decimal_fractional_seconds_without_index w3 [ pass ]    545
sys_vars.max_user_connections_basic      w6 [ pass ]    394
mroonga/storage.index_primary_char_null_character w7 [ pass ]    525
perfschema.start_server_low_digest       w2 [ pass ]    337
mroonga/storage.column_decimal_with_index w3 [ pass ]    572
sys_vars.max_user_connections_func       w6 [ pass ]    479
mroonga/storage.index_primary_char_short w7 [ pass ]    484
mroonga/storage.column_decimal_without_index w3 [ pass ]    543
mroonga/storage.index_primary_date       w7 [ pass ]    541
mroonga/storage.index_primary_datetime_with_fractional_seconds w7 [ pass ]    597
mroonga/storage.column_enum_less_with_index w3 [ pass ]    613
mroonga/storage.index_primary_datetime_without_fractional_seconds w7 [ pass ]    602
mroonga/storage.column_enum_many_with_index w3 [ pass ]    654
mroonga/storage.index_primary_decimal_with_fractional_seconds w7 [ pass ]    583
mroonga/storage.column_generated_stored_add_column w3 [ pass ]    860
sys_vars.maximum_basic                   w6 [ pass ]    193
mroonga/storage.index_primary_decimal_without_fractional_seconds w7 [ pass ]    545
mroonga/storage.column_generated_stored_delete w3 [ pass ]    697
mroonga/storage.index_primary_time_with_fractional_seconds w7 [ pass ]    575
mroonga/storage.column_generated_stored_drop_column w3 [ pass ]    655
mroonga/storage.index_primary_time_without_fractional_seconds w7 [ pass ]    547
mroonga/storage.column_generated_stored_insert w3 [ pass ]    673
mroonga/storage.column_generated_stored_reindex w3 [ skipped ]  This test is for MySQL version 5.7.x or later
mroonga/storage.index_primary_timestamp_with_fractional_seconds w7 [ pass ]    630
sys_vars.metadata_locks_cache_size_basic w6 [ pass ]    137
mroonga/storage.column_generated_stored_update w3 [ pass ]    678
mroonga/storage.index_primary_timestamp_without_fractional_seconds w7 [ pass ]    564
mroonga/storage.column_generated_virtual_add_column w3 [ pass ]    621
mroonga/storage.index_primary_varchar_null_character w7 [ pass ]    522
mroonga/storage.index_primary_year       w7 [ pass ]    543
mroonga/storage.column_generated_virtual_delete w3 [ pass ]    608
main.count_distinct2                     w2 [ pass ]  23029
mroonga/storage.index_range_normal_greater_than_asc w7 [ pass ]    585
mroonga/storage.column_generated_virtual_drop_column w3 [ pass ]    578
main.multi_update_tiny_hash              w2 [ pass ]    758
mroonga/storage.index_range_normal_greater_than_desc w7 [ pass ]    583
mroonga/storage.column_generated_virtual_insert w3 [ pass ]    583
sys_vars.delay_key_write_func            w6 [ pass ]   1197
mroonga/storage.index_range_normal_greater_than_or_equal_asc w7 [ pass ]    578
innodb.innodb-page_compression_tables 'innodb' w8 [ pass ]  71127
mroonga/storage.column_generated_virtual_mariadb_10_2_or_later_add_index w3 [ pass ]    535
innodb.innodb-replace 'innodb'           w8 [ pass ]    311
mroonga/storage.index_range_normal_greater_than_or_equal_desc w7 [ pass ]    558
mroonga/storage.column_generated_virtual_mariadb_10_2_or_later_create_table_with_index w3 [ pass ]    522
parts.partition_double_myisam            w1 [ pass ]  164476
mroonga/storage.column_generated_virtual_mysql_5_7_or_later_add_index w3 [ skipped ]  This test is for MySQL version 5.7.x or later
innodb.innodb-rollback 'innodb'          w8 [ pass ]    247
main.range_vs_index_merge                w5 [ pass ]  72861
mroonga/storage.index_range_normal_less_than_asc w7 [ pass ]    567
innodb.innodb-stats-initialize-failure 'innodb' w8 [ skipped ]  debug_sync is not available
mroonga/storage.column_generated_virtual_update w3 [ pass ]    622
sys_vars.myisam_recover_options_basic    w2 [ pass ]    228
mroonga/storage.index_range_normal_less_than_desc w7 [ pass ]    545
main.repair                              w5 [ pass ]   2140
mroonga/storage.column_groonga__id__id   w3 [ pass ]    550
mroonga/storage.index_range_normal_less_than_or_equal_asc w7 [ pass ]    624
mroonga/storage.column_groonga__id_invalid_id w3 [ pass ]    511
mroonga/storage.index_range_normal_less_than_or_equal_desc w7 [ pass ]    568
main.myisam_recover                      w6 [ pass ]   6819
mroonga/storage.column_groonga_index_fulltext_other_table w3 [ pass ]    611
mroonga/storage.index_range_primary_greater_than_asc w7 [ pass ]    574
mroonga/storage.column_groonga_index_fulltext_vector_other_table w3 [ pass ]    663
mroonga/storage.index_range_primary_greater_than_desc w7 [ pass ]    495
mroonga/storage.column_groonga_index_int_other_table w3 [ pass ]    650
mroonga/storage.index_range_primary_greater_than_or_equal_asc w7 [ pass ]    557
mroonga/storage.column_groonga_scalar_reference w3 [ pass ]    600
mroonga/storage.index_range_primary_greater_than_or_equal_desc w7 [ pass ]    529
mroonga/storage.column_groonga_scalar_support_lz4 w3 [ skipped ]  This test is for libgroonga supports lz4
mroonga/storage.index_range_primary_less_than_asc w7 [ pass ]    529
main.merge_mmap                          w6 [ pass ]   1211
mroonga/storage.column_groonga_scalar_support_zlib w3 [ pass ]    581
mroonga/storage.index_range_primary_less_than_desc w7 [ pass ]    511
mroonga/storage.column_groonga_scalar_support_zstd w3 [ skipped ]  This test is for libgroonga supports zstd
innodb.innodb-stats-sample 'innodb'      w8 [ pass ]  25478
mroonga/storage.index_range_primary_less_than_or_equal_asc w7 [ pass ]    532
mroonga/storage.column_groonga_scalar_unsupport_lz4 w3 [ pass ]    592
mroonga/storage.index_range_primary_less_than_or_equal_desc w7 [ pass ]    514
mroonga/storage.column_groonga_scalar_unsupport_zlib w3 [ skipped ]  This test is for libgroonga doesn't support zlib
mroonga/storage.index_read_multiple_bigint w7 [ pass ]    600
mroonga/storage.column_groonga_scalar_unsupport_zstd w3 [ pass ]    591
main.old-mode                            w6 [ pass ]   1600
mroonga/storage.index_read_multiple_bigint_unsigned w7 [ pass ]    620
innodb.innodb-timeout 'innodb'           w8 [ pass ]   6592
mroonga/storage.column_groonga_scalar_with_not_for_mroonga_comment w3 [ pass ]    667
mroonga/storage.index_read_multiple_double w7 [ pass ]    598
mroonga/storage.column_groonga_vector_order_by_with_function w3 [ pass ]    651
mroonga/storage.index_read_multiple_float w7 [ pass ]    608
mroonga/storage.column_groonga_vector_reference w3 [ pass ]    566
mroonga/storage.index_read_multiple_int  w7 [ pass ]    551
mroonga/storage.column_int_with_index_zero_value w3 [ pass ]    511
mroonga/storage.column_json_insert       w3 [ skipped ]  This test is not for MariaDB 10.x
main.myisam                              w2 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 14:57:53
line
==19682== Thread 6:
==19682== Conditional jump or move depends on uninitialised value(s)
==19682==    at 0x1054951: chk_del (mi_check.c:184)
==19682==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==19682==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==19682==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==19682==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==19682==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==19682==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==19682==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==19682==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==19682==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==19682==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==19682==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==19682==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==19682==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/2/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/2/log/main.myisam/'
sys_vars.plugin_dir_basic                w6 [ pass ]    268
mroonga/storage.index_read_multiple_int_unsigned w7 [ pass ]    589
mroonga/storage.column_multibyte_cp932   w3 [ pass ]    892
mroonga/storage.index_read_multiple_mediumint w7 [ pass ]    591
mroonga/storage.column_multibyte_utf8    w3 [ pass ]    864
mroonga/storage.index_read_multiple_mediumint_unsigned w7 [ pass ]    589
mroonga/storage.column_set_16_with_index w3 [ pass ]    612
mroonga/storage.index_read_multiple_smallint w7 [ pass ]    571
main.sp-big                              w5 [ pass ]  54100
mroonga/storage.column_set_24_with_index w3 [ pass ]    588
mroonga/storage.index_read_multiple_smallint_unsigned w7 [ pass ]    587
disks.disks                              w6 [ pass ]    168
main.plugin_auth_qa                      w2 [ pass ]   3207
mroonga/storage.column_set_32_with_index w3 [ pass ]    579
mroonga/storage.index_read_multiple_tinyint w7 [ pass ]    597
disks.disks_notembedded                  w6 [ pass ]    353
mroonga/storage.column_set_64_with_index w3 [ pass ]    578
mroonga/storage.index_read_multiple_tinyint_unsigned w7 [ pass ]    625
main.selectivity                         w4 [ pass ]  151991
main.plugin_auth_qa_1                    w2 [ pass ]   2450
mroonga/storage.column_set_8_with_index  w3 [ pass ]    601
mroonga/storage.index_read_multiple_varchar w7 [ pass ]    617
main.subselect4                          w5 [ pass ]   9291
mroonga/storage.column_signed_bigint_with_index w3 [ pass ]    586
mroonga/storage.index_read_multiple_varchar_collation w7 [ pass ]    583
main.user_var                            w5 [ pass ]   1627
innodb.innodb-trim 'innodb'              w8 [ skipped ]  "Test requires TRIM";
mroonga/storage.column_signed_int_with_index w3 [ pass ]    537
mroonga/storage.index_read_normal_int    w7 [ pass ]    679
func_test.func_test                      w6 [ pass ]    141
mroonga/storage.column_signed_mediumint_with_index w3 [ pass ]    552
mroonga/storage.index_read_normal_varchar w7 [ pass ]    591
main.stat_tables_myisam_debug            w4 [ skipped ]  debug_sync is not available
innodb.innodb-truncate 'innodb'          w8 [ pass ]   3222
mroonga/storage.column_signed_smallint_with_index w3 [ pass ]    577
mroonga/storage.index_read_primary_int   w7 [ pass ]    561
main.plugin_auth_qa_3                    w2 [ pass ]    660
mroonga/storage.column_signed_tinyint_with_index w3 [ pass ]    546
mroonga/storage.index_read_primary_varchar w7 [ pass ]    572
innodb.innodb-ucs2 'innodb'              w8 [ pass ]   2680
mroonga/storage.column_time_fractional_seconds_with_index w3 [ pass ]    706
mroonga/storage.index_unique_delete_all  w7 [ pass ]    601
innodb.innodb-update-insert 'innodb'     w8 [ pass ]    485
query_response_time.basic                w6 [ pass ]    191
mroonga/storage.column_time_with_index   w3 [ pass ]    623
mroonga/storage.index_unique_delete_by_primary_key w7 [ pass ]    527
mroonga/storage.column_timestamp_fractional_seconds_with_index w3 [ pass ]    676
mroonga/storage.index_unique_insert_after_error w7 [ pass ]    596
main.partition_disabled                  w4 [ pass ]   1314
user_variables.basic                     w2 [ pass ]    277
innodb.innodb-virtual-columns 'innodb'   w8 [ pass ]   3310
mroonga/storage.column_timestamp_with_index w3 [ pass ]    598
mroonga/storage.index_unique_search_after_duplicated w7 [ pass ]    556
innodb.innodb-virtual-columns2 'innodb'  w8 [ pass ]    453
mroonga/storage.column_tinyint_without_index w3 [ pass ]    571
mroonga/storage.index_unique_varchar     w7 [ pass ]    555
mroonga/storage.column_unsigned_bigint_with_index w3 [ pass ]    531
mroonga/storage.index_update_multiple_column w7 [ pass ]    599
main.plugin_maturity                     w6 [ pass ]    292
mroonga/storage.column_unsigned_bigint_without_index w3 [ pass ]    480
mroonga/storage.index_update_single_column w7 [ pass ]    560
sys_vars.slave_parallel_mode_basic       w4 [ pass ]    648
main.handlersocket                       w2 [ pass ]    635
mroonga/storage.column_unsigned_int_with_index w3 [ pass ]    577
mroonga/storage.information_schema_plugins w7 [ pass ]    258
innodb.innodb-wl5522-1 'innodb'          w8 [ pass ]   8423
mroonga/storage.information_schema_tables_auto_increment_none w7 [ pass ]    532
mroonga/storage.column_unsigned_mediumint_with_index w3 [ pass ]    598
innodb.innodb-xa 'innodb'                w8 [ pass ]    257
main.plugin                              w2 [ pass ]   1846
mroonga/storage.information_schema_tables_auto_increment_use w7 [ pass ]    491
mroonga/storage.column_unsigned_smallint_with_index w3 [ pass ]    549
mroonga/storage.information_schema_tables_data_length w7 [ pass ]    627
perfschema.stage_mdl_global              w6 [ pass ]   2040
mroonga/storage.column_unsigned_tinyint_with_index w3 [ pass ]    606
mroonga/storage.column_year_with_index   w3 [ pass ]    651
mroonga/storage.insert_TODO_SPLIT_ME     w7 [ pass ]   1075
main.plugin_auth_qa_2                    w4 [ pass ]   1907
mroonga/storage.insert_delayed           w7 [ skipped ]  "This test is too fragile."
mroonga/storage.column_year_without_index w3 [ pass ]    575
mroonga/storage.insert_on_duplicate_key_update_no_primary_key_and_unique_key_twice w7 [ pass ]    663
mroonga/storage.count_star               w3 [ pass ]    542
main.plugin_not_embedded                 w2 [ pass ]  10265
mroonga/storage.insert_on_duplicate_key_update_primary_key w7 [ pass ]    515
innodb.innodb_28867993 'innodb'          w8 [ pass ]  13244
mroonga/storage.create_database_name_slash w3 [ pass ]    884
main.table_options-5867                  w2 [ pass ]    437
mroonga/storage.insert_on_duplicate_key_update_unique_key w7 [ pass ]    618
main.truncate_badse                      w2 [ pass ]    218
innodb.innodb_blob_truncate 'innodb'     w8 [ pass ]   2082
mroonga/storage.create_table_TODO_SPLIT_ME w3 [ pass ]   1922
mroonga/storage.insert_virtual_column    w7 [ pass ]    474
type_test.type_test_double               w4 [ pass ]   2665
mroonga/storage.create_table_column_flags_comment w3 [ pass ]    499
mroonga/storage.like_unicode_ci          w7 [ pass ]    498
innodb.innodb_buffer_pool_dump_pct 'innodb' w8 [ pass ]   2626
main.query_cache_notembedded             w6 [ pass ]  10286
mroonga/storage.create_table_column_flags_parameter w3 [ pass ]    557
mroonga/storage.lock_tables_read         w7 [ pass ]    478
type_test.type_test_int8                 w4 [ pass ]   1218
innodb.innodb_bug12661768 'innodb'       w8 [ pass ]    671
mroonga/storage.create_table_column_groonga_type_comment w3 [ pass ]    560
type_test.type_test_mysql                w4 [ pass ]    174
mroonga/storage.optimization_count_skip_after_insert_multithread w7 [ pass ]    802
mroonga/storage.create_table_column_groonga_type_nonexistent w3 [ pass ]    504
perfschema.query_cache                   w2 [ pass ]   1092
mroonga/storage.optimization_count_skip_after_insert_single_thread w7 [ pass ]    601
mroonga/storage.create_table_column_groonga_type_parameter w3 [ pass ]    637
mroonga/storage.optimization_count_skip_disabled w7 [ pass ]    663
mroonga/storage.create_table_column_type_comment w3 [ pass ]    575
mroonga/storage.optimization_count_skip_index_and w7 [ pass ]    596
main.bug58669                            w6 [ pass ]    701
mroonga/storage.create_table_column_type_nonexistent w3 [ pass ]    495
mroonga/storage.optimization_count_skip_index_between w7 [ pass ]    571
mroonga/storage.create_table_comment_normal w3 [ pass ]    563
mroonga/storage.optimization_count_skip_index_equal w7 [ pass ]    566
sys_vars.secure_auth_func                w2 [ pass ]    528
innodb.innodb_bug12902967 'innodb'       w8 [ pass ]  13312
mroonga/storage.create_table_default_tokenizer w3 [ pass ]    534
parts.partition_float_myisam             w1 [ pass ]  163229
perfschema.memory_aggregate              w4 [ pass ]   6387
mroonga/storage.optimization_count_skip_index_full_text_search_in_boolean_mode w7 [ pass ]    575
innodb.innodb_bug13510739 'innodb'       w8 [ pass ]    499
perfschema.memory_aggregate_32bit        w4 [ skipped ]  Need a 32 bit machine/binary
mroonga/storage.create_table_index_flags_comment w3 [ pass ]    587
mroonga/storage.optimization_count_skip_index_full_text_search_in_natural_language_mode w7 [ pass ]    662
innodb.innodb_bug21704 'innodb'          w8 [ pass ]    842
mroonga/storage.create_table_index_flags_index_medium w3 [ pass ]    631
mroonga/storage.optimization_count_skip_index_greater w7 [ pass ]    587
mroonga/storage.create_table_index_flags_index_small w3 [ pass ]    579
mroonga/storage.optimization_count_skip_index_greater_equal w7 [ pass ]    588
funcs_1.row_count_func                   w2 [ pass ]   1160
mroonga/storage.create_table_index_flags_none w3 [ pass ]    578
mroonga/storage.optimization_count_skip_index_less w7 [ pass ]    582
mroonga/storage.create_table_index_flags_parameter w3 [ pass ]    601
main.require_secure_transport            w4 [ pass ]    570
mroonga/storage.optimization_count_skip_index_less_equal w7 [ pass ]    596
mroonga/storage.create_table_index_index_flags_none w3 [ pass ]    604
mroonga/storage.optimization_count_skip_index_not_equal w7 [ pass ]    596
mroonga/storage.create_table_index_index_flags_with_position_and_with_weight w3 [ pass ]    606
mroonga/storage.optimization_count_skip_multiple_conditions w7 [ pass ]    584
mroonga/storage.create_table_index_normalizer_comment w3 [ pass ]    702
sys_vars.secure_file_priv                w2 [ pass ]    794
mroonga/storage.optimization_count_skip_primary_key_between w7 [ pass ]    554
mroonga/storage.create_table_index_normalizer_fulltext_index_bin w3 [ pass ]    652
mroonga/storage.optimization_count_skip_primary_key_equal w7 [ pass ]    519
mroonga/storage.create_table_index_normalizer_index_bin w3 [ pass ]    576
main.grant3                              w4 [ pass ]   2882
mroonga/storage.optimization_count_skip_primary_key_greater w7 [ pass ]    580
mroonga/storage.create_table_index_normalizer_no_utf8_charset_with_utf8_normalizer w3 [ pass ]    678
mroonga/storage.optimization_count_skip_primary_key_greater_equal w7 [ pass ]    542
mroonga/storage.create_table_index_normalizer_none w3 [ pass ]    624
mroonga/storage.optimization_count_skip_primary_key_less w7 [ pass ]    548
main.flush2                              w2 [ pass ]    308
mroonga/storage.create_table_index_normalizer_parameter w3 [ pass ]    588
mroonga/storage.optimization_count_skip_primary_key_less_equal w7 [ pass ]    557
main.mysqldump-no-binlog                 w2 [ pass ]    274
mroonga/storage.create_table_index_parser_comment w3 [ pass ]    599
main.win                                 w5 [ pass ]  128210
main.secure_file_priv_win                w4 [ skipped ]  Need windows
mroonga/storage.optimization_count_skip_primary_key_not_equal w7 [ pass ]    517
mroonga/storage.create_table_index_parser_default w3 [ pass ]    577
mroonga/storage.optimization_order_limit_not_optimized_disabled w7 [ pass ]    759
mroonga/storage.create_table_index_parser_off w3 [ pass ]    648
mroonga/storage.optimization_order_limit_not_optimized_multiple_match_againsts w7 [ pass ]    765
maria.icp                                w5 [ pass ]   4840
mroonga/storage.create_table_index_token_filters_multiple_token_filters w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
mroonga/storage.optimization_order_limit_not_optimized_no_limit w7 [ pass ]    700
mroonga/storage.create_table_index_token_filters_one_token_filter w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
sql_sequence.aria                        w5 [ pass ]    587
main.kill-2                              w2 [ pass ]    477
mroonga/storage.create_table_index_token_filters_parameter w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
mroonga/storage.optimization_order_limit_optimized_cp932 w7 [ pass ]    670
sys_vars.secure_file_priv2               w4 [ pass ]    459
sql_sequence.auto_increment              w5 [ pass ]    212
main.skip_name_resolve                   w2 [ pass ]    454
mroonga/storage.create_table_index_tokenizer_comment w3 [ pass ]    609
perfschema.socket_instances_func_win     w2 [ skipped ]  Need windows
mroonga/storage.optimization_order_limit_optimized_datetime_between w7 [ pass ]    649
sql_sequence.default                     w5 [ pass ]    560
sys_vars.skip_name_resolve_basic         w2 [ pass ]    181
mroonga/storage.create_table_index_tokenizer_default w3 [ pass ]    639
mroonga/storage.optimization_order_limit_optimized_datetime_between_over w7 [ pass ]    650
sys_vars.tmp_disk_table_size_func        w5 [ pass ]   2398
mroonga/storage.create_table_index_tokenizer_off w3 [ pass ]    663
mroonga/storage.optimization_order_limit_optimized_datetime_equal w7 [ pass ]    683
mroonga/storage.create_table_index_tokenizer_parameter w3 [ pass ]    616
mroonga/storage.optimization_order_limit_optimized_datetime_greater_than w7 [ pass ]    698
vcol.vcol_keys_myisam                    w5 [ pass ]   4216
mroonga/storage.create_table_table_normalizer_default w3 [ pass ]    660
funcs_2.memory_charset                   w6 [ pass ]  66914
mroonga/storage.optimization_order_limit_optimized_datetime_greater_than_or_equal w7 [ pass ]    654
mroonga/storage.create_table_table_normalizer_hash w3 [ pass ]    875
mroonga/storage.optimization_order_limit_optimized_datetime_less_than w7 [ pass ]    697
mroonga/storage.create_table_table_token_filters_multiple_token_filters w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
mroonga/storage.optimization_order_limit_optimized_datetime_less_than_or_equal w7 [ pass ]    681
mroonga/storage.create_table_table_token_filters_one_token_filter w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
main.skip_grants                         w4 [ pass ]  11011
mroonga/storage.create_table_table_token_filters_stop_word w3 [ skipped ]  This test requires plugin_register of Groonga. libgroonga embedded build doesn't support it.
mroonga/storage.optimization_order_limit_optimized_duplicated_order_by_columns w7 [ pass ]    603
main.udf_skip_grants                     w4 [ skipped ]  Need udf example
sys_vars.slow_query_log_file_basic       w5 [ pass ]    341
mroonga/storage.delete_fulltext_column   w3 [ pass ]    609
mroonga/storage.optimization_order_limit_optimized_enum_name w7 [ pass ]    695
mroonga/storage.delete_index_btree_many_records w3 [ pass ]    647
mroonga/storage.optimization_order_limit_optimized_enum_value w7 [ pass ]    722
mroonga/storage.delete_index_hash_id_no_unique w3 [ pass ]    552
mroonga/storage.optimization_order_limit_optimized_have_primary_key w7 [ pass ]    698
mroonga/storage.delete_index_hash_id_unique w3 [ pass ]    606
mroonga/storage.optimization_order_limit_optimized_int_between w7 [ pass ]    683
sys_vars.slave_transaction_retry_errors  w4 [ pass ]    249
mroonga/storage.delete_normal_column     w3 [ pass ]    669
mroonga/storage.optimization_order_limit_optimized_int_between_over w7 [ pass ]    677
main.ssl_crl 'file'                      w5 [ pass ]   2605
mroonga/storage.delete_unsigned_bigint   w3 [ pass ]    551
mroonga/storage.optimization_order_limit_optimized_int_equal w7 [ pass ]    778
mroonga/storage.drop_database_TODO_SPLIT_ME w3 [ pass ]    916
mroonga/storage.optimization_order_limit_optimized_int_greater_than w7 [ pass ]    771
mroonga/storage.drop_database_no_table   w3 [ pass ]    894
mroonga/storage.optimization_order_limit_optimized_int_greater_than_or_equal w7 [ pass ]    753
sys_vars.slow_query_log_file_func        w4 [ pass ]    156
mroonga/storage.drop_table_TODO_SPLIT_ME w3 [ pass ]    555
mroonga/storage.optimization_order_limit_optimized_int_less_than w7 [ pass ]    748
mroonga/storage.flush_logs               w3 [ pass ]    251
mroonga/storage.optimization_order_limit_optimized_int_less_than_or_equal w7 [ pass ]    732
main.ssl_crl 'path'                      w5 [ pass ]   2522
mroonga/storage.foreign_key_delete_existent w3 [ pass ]    871
mroonga/storage.optimization_order_limit_optimized_no_primary_key w7 [ pass ]    681
mroonga/storage.foreign_key_delete_nonexistent w3 [ pass ]    736
innodb.innodb_bug30423 'innodb'          w8 [ pass ]  111253
mroonga/storage.optimization_order_limit_optimized_no_where_clause w7 [ pass ]    641
mroonga/storage.foreign_key_insert_existent w3 [ pass ]    763
mroonga/storage.optimization_order_limit_optimized_order_by_asc w7 [ pass ]    710
main.sysdate_is_now                      w4 [ pass ]   1147
innodb.innodb_bug34300 'innodb'          w8 [ pass ]   3549
mroonga/storage.foreign_key_insert_nonexistent w3 [ pass ]    796
mroonga/storage.optimization_order_limit_optimized_order_by_desc w7 [ pass ]    723
sys_vars.timestamp_sysdate_is_now_func   w4 [ pass ]    213
innodb.innodb_bug35220 'innodb'          w8 [ pass ]    215
mroonga/storage.foreign_key_update_existent w3 [ pass ]    729
sys_vars.thread_cache_size_func          w5 [ pass ]    765
mroonga/storage.optimization_order_limit_optimized_order_by_id w7 [ pass ]    768
innodb.innodb_bug38231 'innodb'          w8 [ pass ]    435
mroonga/storage.foreign_key_update_nonexistent w3 [ pass ]    836
mroonga/storage.optimization_order_limit_optimized_order_by_match_against w7 [ pass ]    787
innodb.innodb_bug40360 'innodb'          w8 [ pass ]    146
mroonga/storage.fulltext_boolean_mode_empty_query w3 [ pass ]    586
mroonga/storage.optimization_order_limit_optimized_select_match_against w7 [ pass ]    733
innodb.innodb_bug40565 'innodb'          w8 [ pass ]    218
mroonga/storage.fulltext_boolean_mode_escape w3 [ pass ]    588
main.no-threads                          w4 [ skipped ]  Test requires: 'one_thread_per_connection'
mroonga/storage.optimization_order_limit_optimized_time_between w7 [ pass ]    694
innodb.innodb_bug41904 'innodb'          w8 [ pass ]    304
main.mysqlslap                           w2 [ pass ]  66611
mroonga/storage.fulltext_boolean_mode_leading_not w3 [ pass ]    640
mroonga/storage.optimization_order_limit_optimized_time_between_over w7 [ pass ]    577
innodb.innodb_bug42419 'innodb'          w8 [ pass ]    808
mroonga/storage.fulltext_boolean_mode_pragma_all w3 [ pass ]    650
main.mdev-21101                          w5 [ pass ]   2426
mroonga/storage.optimization_order_limit_optimized_time_equal w7 [ pass ]    731
innodb.innodb_bug44032 'innodb'          w8 [ pass ]    214
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_minus_no_operator w3 [ pass ]    761
innodb.innodb_bug44369 'innodb'          w8 [ pass ]    152
mroonga/storage.optimization_order_limit_optimized_time_greater_than w7 [ pass ]    693
funcs_2.myisam_charset                   w6 [ pass ]  74738
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_minus_with_or w3 [ pass ]    573
innodb.innodb_bug44571 'innodb'          w8 [ pass ]    300
mroonga/storage.optimization_order_limit_optimized_time_greater_than_or_equal w7 [ pass ]    648
sys_vars.slow_launch_time_func           w4 [ pass ]    308
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_minus_with_plus w3 [ pass ]    589
innodb.innodb_bug45357 'innodb'          w8 [ pass ]    210
mroonga/storage.optimization_order_limit_optimized_time_less_than w7 [ pass ]    683
innodb.innodb_bug46000 'innodb'          w8 [ pass ]    243
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_or_no_operator w3 [ pass ]    633
mroonga/storage.optimization_order_limit_optimized_time_less_than_or_equal w7 [ pass ]    682
main.tls_version1                        w2 [ pass ]   4474
plugins.server_audit                     w5 [ pass ]   2687
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_or_with_minus w3 [ pass ]    624
innodb.innodb_bug46676 'innodb'          w8 [ pass ]    926
mroonga/storage.optimization_order_limit_optimized_varchar_equal_with_index w7 [ pass ]    848
main.multi_update_big                    w6 [ skipped ]  Need "--big-test" when running with the option "--debug" or "--valgrind"
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_or_with_plus w3 [ pass ]    604
innodb.innodb_bug47621 'innodb'          w8 [ pass ]    561
mroonga/storage.optimization_order_limit_optimized_varchar_equal_without_index w7 [ pass ]    742
perfschema.one_thread_per_con            w4 [ pass ]   1440
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_plus_no_operator w3 [ pass ]    508
innodb.innodb_bug47622 'innodb'          w8 [ pass ]    479
mroonga/storage.optimization_order_limit_optimized_year_between w7 [ pass ]    598
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_plus_with_astarisk w3 [ pass ]    415
innodb.innodb_bug47777 'innodb'          w8 [ pass ]    194
mroonga/storage.optimization_order_limit_optimized_year_between_over w7 [ pass ]    650
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_plus_with_minus w3 [ pass ]    459
main.long_tmpdir                         w2 [ pass ]    184
innodb.innodb_bug48024 'innodb'          w8 [ pass ]    456
mroonga/storage.optimization_order_limit_optimized_year_equal w7 [ pass ]    653
mroonga/storage.fulltext_boolean_mode_pragma_default_operator_plus_with_or w3 [ pass ]    554
innodb.innodb_bug49164 'innodb'          w8 [ pass ]    252
mroonga/storage.optimization_order_limit_optimized_year_greater_than w7 [ pass ]    574
mroonga/storage.fulltext_boolean_mode_pragma_syntax_script_operator w3 [ pass ]    579
innodb.innodb_bug51378 'innodb'          w8 [ pass ]    637
mroonga/storage.optimization_order_limit_optimized_year_greater_than_or_equal w7 [ pass ]    578
main.selectivity_no_engine               w6 [ pass ]   5410
mroonga/storage.fulltext_boolean_mode_pragma_syntax_script_selector w3 [ pass ]    558
innodb.innodb_bug51920 'innodb'          w8 [ pass ]    302
mroonga/storage.optimization_order_limit_optimized_year_less_than w7 [ pass ]    600
plugins.server_audit2                    w5 [ pass ]  19752
mroonga/storage.fulltext_boolean_mode_pragma_weight_full_spec w3 [ pass ]    524
innodb.innodb_bug52199 'innodb'          w8 [ pass ]    256
***Warnings generated in error logs during shutdown after running tests: plugins.server_audit2 plugins.server_audit

Warning: Memory not freed: 1576
==23531== 280 bytes in 7 blocks are indirectly lost in loss record 5 of 10
==23531==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==23531==    by 0x102CC089: ???
==23531==    by 0x102CC9B0: ???
==23531==    by 0x102D0496: ???
==23531==    by 0x88A3EE: sys_var_pluginvar::global_update(THD*, set_var*) (sql_plugin.cc:3622)
==23531==    by 0x7C2A3E: sys_var::update(THD*, set_var*) (set_var.cc:207)
==23531==    by 0x7C2ED6: set_var::update(THD*) (set_var.cc:859)
==23531==    by 0x7C3F10: sql_set_variables(THD*, List<set_var_base>*, bool) (set_var.cc:746)
==23531==    by 0x87E65E: mysql_execute_command(THD*) (sql_parse.cc:5016)
==23531==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==23531==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==23531==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==23531==    by 0x972118: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==23531==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==23531==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==23531==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==23531==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==23531== 600 (320 direct, 280 indirect) bytes in 8 blocks are definitely lost in loss record 6 of 10
==23531==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==23531==    by 0x102CC74D: ???
==23531==    by 0x102D0496: ???
==23531==    by 0x88A3EE: sys_var_pluginvar::global_update(THD*, set_var*) (sql_plugin.cc:3622)
==23531==    by 0x7C2A3E: sys_var::update(THD*, set_var*) (set_var.cc:207)
==23531==    by 0x7C2ED6: set_var::update(THD*) (set_var.cc:859)
==23531==    by 0x7C3F10: sql_set_variables(THD*, List<set_var_base>*, bool) (set_var.cc:746)
==23531==    by 0x87E65E: mysql_execute_command(THD*) (sql_parse.cc:5016)
==23531==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==23531==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==23531==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==23531==    by 0x972118: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==23531==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==23531==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==23531==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==23531==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==23531== 1,576 bytes in 1 blocks are definitely lost in loss record 8 of 10
==23531==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==23531==    by 0x10BCA78: my_malloc (my_malloc.c:88)
==23531==    by 0x10BCEED: my_strdup (my_malloc.c:231)
==23531==    by 0x88B212: construct_options(st_mem_root*, st_plugin_int*, my_option*) (sql_plugin.cc:3978)
==23531==    by 0x88BACC: test_plugin_options (sql_plugin.cc:4128)
==23531==    by 0x88BACC: plugin_initialize(st_mem_root*, st_plugin_int*, int*, char**, bool) (sql_plugin.cc:1446)
==23531==    by 0x88C23F: finalize_install(THD*, TABLE*, st_mysql_const_lex_string const*, int*, char**) (sql_plugin.cc:2173)
==23531==    by 0x88C68E: mysql_install_plugin(THD*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*) (sql_plugin.cc:2273)
==23531==    by 0x87C27D: mysql_execute_command(THD*) (sql_parse.cc:5862)
==23531==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==23531==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==23531==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==23531==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==23531==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==23531==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==23531==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==23531==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==23531== 1,760 bytes in 44 blocks are indirectly lost in loss record 9 of 10
==23531==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==23531==    by 0x102CC089: ???
==23531==    by 0x102CC9B0: ???
==23531==    by 0x102D06F1: ???
==23531==    by 0x88A3EE: sys_var_pluginvar::global_update(THD*, set_var*) (sql_plugin.cc:3622)
==23531==    by 0x7C2A3E: sys_var::update(THD*, set_var*) (set_var.cc:207)
==23531==    by 0x7C2ED6: set_var::update(THD*) (set_var.cc:859)
==23531==    by 0x7C3F10: sql_set_variables(THD*, List<set_var_base>*, bool) (set_var.cc:746)
==23531==    by 0x87E65E: mysql_execute_command(THD*) (sql_parse.cc:5016)
==23531==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==23531==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==23531==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==23531==    by 0x972118: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==23531==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==23531==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==23531==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==23531==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
==23531== 3,760 (2,000 direct, 1,760 indirect) bytes in 50 blocks are definitely lost in loss record 10 of 10
==23531==    at 0x4C29F73: malloc (vg_replace_malloc.c:309)
==23531==    by 0x102CC74D: ???
==23531==    by 0x102D06F1: ???
==23531==    by 0x88A3EE: sys_var_pluginvar::global_update(THD*, set_var*) (sql_plugin.cc:3622)
==23531==    by 0x7C2A3E: sys_var::update(THD*, set_var*) (set_var.cc:207)
==23531==    by 0x7C2ED6: set_var::update(THD*) (set_var.cc:859)
==23531==    by 0x7C3F10: sql_set_variables(THD*, List<set_var_base>*, bool) (set_var.cc:746)
==23531==    by 0x87E65E: mysql_execute_command(THD*) (sql_parse.cc:5016)
==23531==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==23531==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==23531==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==23531==    by 0x972118: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==23531==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==23531==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==23531==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==23531==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)

main.mysqldump-compat-102                w2 [ pass ]   1097
mroonga/storage.optimization_order_limit_optimized_year_less_than_or_equal w7 [ pass ]    632
mroonga/storage.fulltext_boolean_mode_pragma_weight_no_weight w3 [ pass ]    598
mroonga/storage.repair_table_no_index_file w7 [ pass ]    951
mroonga/storage.fulltext_boolean_mode_pragma_weight_omit_section w3 [ pass ]    444
mroonga/storage.fulltext_boolean_mode_pragma_weight_ten_or_more_sections w3 [ pass ]    625
mroonga/storage.replace_geometry         w7 [ pass ]    651
mroonga/storage.replace_text             w7 [ pass ]    582
mroonga/storage.fulltext_boolean_mode_pragma_weight_three_or_more_sections w3 [ pass ]    543
mroonga/storage.fulltext_boolean_mode_syntax_error_error w3 [ pass ]    587
mroonga/storage.replace_varchar          w7 [ pass ]    451
plugins.thread_pool_server_audit         w4 [ pass ]  19762
mroonga/storage.fulltext_boolean_mode_syntax_error_error_and_log w3 [ pass ]    571
mroonga/storage.replace_vector           w7 [ pass ]    639
main.tls_version                         w5 [ pass ]   6330
mroonga/storage.fulltext_boolean_mode_syntax_error_ignore w3 [ pass ]    558
mroonga/storage.replace_without_key      w7 [ pass ]    462
parts.partition_int_myisam               w1 [ pass ]  199541
mroonga/storage.fulltext_boolean_mode_syntax_error_ignore_and_log w3 [ pass ]    641
mroonga/storage.select_all               w7 [ pass ]    889
mroonga/storage.fulltext_charset_ascii   w3 [ pass ]    621
mroonga/storage.select_empty_key_where_equal w7 [ pass ]    582
perfschema.statement_digest_long_query   w4 [ pass ]    337
mroonga/storage.fulltext_charset_cp932   w3 [ pass ]    654
mroonga/storage.select_empty_key_where_not_equal w7 [ pass ]    538
main.trans_read_only                     w5 [ pass ]    586
mroonga/storage.fulltext_charset_eucjpms w3 [ pass ]    667
mroonga/storage.select_group_by_with_index w7 [ pass ]    577
mroonga/storage.fulltext_charset_japanese w3 [ pass ]    665
mroonga/storage.select_group_by_without_index w7 [ pass ]    581
mroonga/storage.fulltext_charset_utf8mb4 w3 [ pass ]    611
mroonga/storage.select_pkey              w7 [ pass ]    596
mroonga/storage.fulltext_empty_query     w3 [ pass ]    584
mroonga/storage.select_secondary_key     w7 [ pass ]    817
worker[5] mysql-test-run: WARNING: Test reserved for w8 picked up by w5
perfschema.short_option_2                w5 [ pass ]    151
mroonga/storage.fulltext_found_rows      w3 [ pass ]    646
mroonga/storage.show_create_table_TODO_SPLIT_ME w7 [ pass ]    536
mroonga/storage.fulltext_groonga_varchar_vector w3 [ pass ]    616
mroonga/storage.sub_query_fulltext       w7 [ pass ]    761
mroonga/storage.fulltext_index_recreate  w3 [ pass ]    700
mroonga/storage.temporary_table          w7 [ pass ]    453
mroonga/storage.fulltext_insert_select   w3 [ pass ]    676
mroonga/storage.truncate                 w7 [ pass ]    826
innodb.innodb_bug52663 'innodb'          w8 [ pass ]  51340
mroonga/storage.fulltext_insert_values   w3 [ pass ]    730
mroonga/storage.update_binlog_row        w7 [ pass ]    554
mroonga/storage.fulltext_multiple_column_index_delete w3 [ pass ]    845
mroonga/storage.update_fulltext          w7 [ pass ]    648
innodb.innodb_bug53046 'innodb'          w5 [ pass ]   2562
mroonga/storage.fulltext_multiple_column_index_insert w3 [ pass ]    674
mroonga/storage.update_id_hash_index     w7 [ pass ]    514
main.stat_tables                         w6 [ pass ]  62182
mroonga/storage.update_id_unique_hash_index w7 [ pass ]    522
mroonga/storage.fulltext_multiple_column_index_recreate w3 [ pass ]    775
main.stat_tables_par                     w6 [ skipped ]  debug_sync is not available
type_inet.type_inet6_stat_tables         w6 [ pass ]    335
mroonga/storage.update_int               w7 [ pass ]   1456
mroonga/storage.fulltext_multiple_column_index_update w3 [ pass ]   1788
mroonga/storage.update_last_insert_grn_id w7 [ pass ]    834
mroonga/storage.fulltext_multiple_index  w3 [ pass ]    678
main.information_schema_routines         w5 [ pass ]   1000
mroonga/storage.update_virtual_column    w7 [ pass ]    584
mroonga/storage.fulltext_no_primary_key  w3 [ pass ]    602
mroonga/storage.variable_boolean_mode_syntax_flags_allow_column w7 [ skipped ]  This test is for MySQL
main.information_schema_stats            w5 [ pass ]    988
mroonga/storage.fulltext_not_match_against w3 [ pass ]    766
mroonga/storage.variable_boolean_mode_syntax_flags_allow_leading_not w7 [ skipped ]  This test is for MySQL
main.multi_update                        w4 [ pass ]  42243
mroonga/storage.variable_boolean_mode_syntax_flags_allow_update w7 [ skipped ]  This test is for MySQL
main.show_profile                        w6 [ pass ]    286
mroonga/storage.fulltext_or              w3 [ pass ]    609
mroonga/storage.variable_boolean_mode_syntax_flags_syntax_query w7 [ skipped ]  This test is for MySQL
main.show_row_order-9226                 w6 [ pass ]    277
mroonga/storage.fulltext_order_boolean_mode_different_against w3 [ pass ]    638
mroonga/storage.variable_boolean_mode_syntax_flags_syntax_script w7 [ skipped ]  This test is for MySQL
mroonga/storage.fulltext_order_boolean_mode_different_match w3 [ pass ]    689
mroonga/storage.variable_database_path_prefix w7 [ pass ]    585
mroonga/storage.variable_default_parser_new_value w7 [ pass ]    230
main.init_file_set_password-7656         w5 [ pass ]  10300
mroonga/storage.fulltext_order_boolean_mode_no_where w3 [ pass ]    614
mroonga/storage.variable_default_parser_same_value w7 [ pass ]    243
sys_vars.version                         w4 [ pass ]    291
mroonga/storage.fulltext_order_boolean_mode_same_match_against w3 [ pass ]    597
mroonga/storage.variable_default_tokenizer_new_value w7 [ pass ]    275
mroonga/storage.fulltext_order_natural_language_mode_asc w3 [ pass ]    596
main.shutdown                            w6 [ pass ]   9459
mroonga/storage.variable_default_tokenizer_same_value w7 [ pass ]    286
mroonga/storage.fulltext_order_natural_language_mode_desc w3 [ pass ]    643
main.sighup-6580                         w6 [ pass ]    285
mroonga/storage.variable_dry_write_delete w7 [ pass ]    630
mroonga/storage.fulltext_order_natural_language_mode_different_against w3 [ pass ]    658
mroonga/storage.variable_dry_write_insert w7 [ pass ]    631
mroonga/storage.fulltext_order_natural_language_mode_different_match w3 [ pass ]    673
main.create_drop_procedure               w4 [ pass ]    899
main.signal                              w6 [ pass ]   3835
mroonga/storage.variable_dry_write_update w7 [ pass ]    567
mroonga/storage.fulltext_order_natural_language_mode_no_where w3 [ pass ]    569
main.create_drop_role                    w4 [ pass ]    569
main.signal_demo1                        w6 [ pass ]    932
mroonga/storage.variable_enable_operations_recording_insert w7 [ pass ]    923
main.create_drop_server                  w4 [ pass ]    262
mroonga/storage.fulltext_order_natural_language_mode_same_match_against w3 [ pass ]    612
main.signal_demo2                        w6 [ pass ]    351
mroonga/storage.variable_lock_timeout_disable w7 [ pass ]    285
mroonga/storage.fulltext_version_10_0_no_such_key w3 [ skipped ]  This test is for MariaDB version 10.0.x
main.create_drop_trigger                 w4 [ pass ]    521
main.signal_demo3                        w6 [ pass ]    322
mroonga/storage.fulltext_version_5_5_no_such_key w3 [ skipped ]  This test is for MySQL version 5.5.x
mroonga/storage.variable_lock_timeout_invalid w7 [ pass ]    274
main.create_drop_udf                     w4 [ skipped ]  Need udf example
mroonga/storage.fulltext_version_5_6_no_such_key w3 [ skipped ]  This test is for MySQL version 5.6.x
main.signal_sqlmode                      w6 [ pass ]    277
mroonga/storage.variable_lock_timeout_no_retry w7 [ pass ]    290
main.create_drop_user                    w4 [ pass ]    491
mroonga/storage.function_command_auto-escape w3 [ pass ]    734
mroonga/storage.variable_lock_timeout_valid w7 [ pass ]    228
main.insert                              w5 [ pass ]  19935
main.create_drop_view                    w4 [ pass ]    463
innodb.innodb_bug53290 'innodb'          w8 [ pass ]  68605
mroonga/storage.function_command_select  w3 [ pass ]    677
mroonga/storage.variable_log_file_new_value w7 [ pass ]    239
main.insert_delayed                      w5 [ pass ]     99
main.create_not_windows                  w4 [ pass ]    370
mroonga/storage.variable_log_file_nonexistent_path w7 [ pass ]    232
innodb.innodb_bug53592 'innodb'          w8 [ pass ]   1029
mroonga/storage.function_command_special-database-name w3 [ pass ]    578
main.create_or_replace_permission        w4 [ skipped ]  Need udf example
main.insert_notembedded                  w5 [ pass ]    809
mroonga/storage.variable_log_file_same_value w7 [ pass ]    273
innodb.innodb_bug54044 'innodb'          w8 [ pass ]    262
main.create_replace_tmp                  w4 [ pass ]    141
mroonga/storage.function_escape_error_query_is_missing w3 [ pass ]    255
main.single_delete_update                w6 [ pass ]  10800
main.insert_returning                    w5 [ pass ]   1258
mroonga/storage.variable_log_level_TODO_SPLIT_ME w7 [ pass ]    431
mroonga/storage.function_escape_error_query_is_not_string w3 [ pass ]    317
main.create_user                         w4 [ pass ]    969
main.insert_returning_datatypes          w5 [ pass ]    246
mroonga/storage.function_escape_error_target_characters_is_not_string w3 [ pass ]    284
mroonga/storage.variable_match_escalation_threshold_global w7 [ pass ]    728
innodb.innodb_bug56143 'innodb'          w8 [ pass ]   3046
main.create_utf8                         w4 [ pass ]    418
main.create_w_max_indexes_128            w4 [ skipped ]  Need "--big-test" when running with Valgrind
mroonga/storage.function_escape_query_all w3 [ pass ]    285
mroonga/storage.variable_match_escalation_threshold_session w7 [ pass ]    630
innodb.innodb_bug56716 'innodb'          w8 [ pass ]    267
main.create_w_max_indexes_64             w4 [ skipped ]  Need "--big-test" when running with Valgrind
mroonga/storage.function_escape_query_custom w3 [ pass ]    259
innodb.innodb_bug57252 'innodb'          w8 [ pass ]    265
mroonga/storage.variable_max_n_records_for_estimate_global w7 [ pass ]    654
main.cte_cycle                           w4 [ pass ]    800
mroonga/storage.variable_max_n_records_for_estimate_mysql_5_7_or_later_global w7 [ skipped ]  This test is for MySQL version 5.7.x or later
mroonga/storage.function_escape_query_join w3 [ pass ]    741
main.insert_select                       w5 [ pass ]   7841
mroonga/storage.variable_max_n_records_for_estimate_mysql_5_7_or_later_not_found_in_limit w7 [ skipped ]  This test is for MySQL version 5.7.x or later
main.cte_grant                           w4 [ pass ]    729
mroonga/storage.function_escape_query_match_against w3 [ pass ]    624
mroonga/storage.variable_max_n_records_for_estimate_mysql_5_7_or_later_session w7 [ skipped ]  This test is for MySQL version 5.7.x or later
innodb.innodb_bug57255 'innodb'          w8 [ pass ]   3578
mroonga/storage.function_escape_query_named w3 [ pass ]    276
main.insert_update                       w5 [ pass ]   2892
innodb.innodb_bug57904 'innodb'          w8 [ pass ]    266
mroonga/storage.variable_max_n_records_for_estimate_not_found_in_limit w7 [ pass ]    511
main.insert_update_autoinc-7150          w5 [ pass ]    115
main.cte_nonrecursive                    w4 [ pass ]   3961
mroonga/storage.function_escape_query_nested w3 [ pass ]    690
innodb.innodb_bug59307 'innodb'          w8 [ pass ]    402
mroonga/storage.variable_max_n_records_for_estimate_session w7 [ pass ]    555
main.cte_recursive_not_embedded          w4 [ pass ]    306
mroonga/storage.function_escape_script_decimal w3 [ pass ]    587
innodb.innodb_bug59410 'innodb'          w8 [ pass ]    370
mroonga/storage.variable_query_log_file_disabled_empty_value w7 [ pass ]    342
main.ctype_ascii                         w4 [ pass ]    239
mroonga/storage.function_escape_script_integer w3 [ pass ]    276
mroonga/storage.variable_query_log_file_disabled_null_value w7 [ pass ]    297
mroonga/storage.function_escape_script_real w3 [ pass ]    575
mroonga/storage.variable_query_log_file_enabled_empty_value w7 [ pass ]    299
mroonga/storage.function_escape_script_string w3 [ pass ]    295
mroonga/storage.variable_query_log_file_enabled_null_value w7 [ pass ]    317
mroonga/storage.function_highlight_html_dynamic_keyword w3 [ pass ]    584
mroonga/storage.variable_query_log_file_new_value w7 [ pass ]    305
mroonga/storage.function_highlight_html_japanese w3 [ pass ]    553
mroonga/storage.variable_query_log_file_same_value w7 [ pass ]    315
mroonga/storage.function_highlight_html_multiple_keywords w3 [ pass ]    497
mroonga/storage.variable_vector_column_delimiter w7 [ pass ]    652
mroonga/storage.function_highlight_html_normalizer w3 [ pass ]    511
mroonga/storage.variable_version         w7 [ pass ]    228
mroonga/storage.function_highlight_html_query w3 [ pass ]    531
mroonga/wrapper.alter_table_disable_keys_updating w7 [ pass ]    819
mroonga/storage.function_highlight_html_query_pragma w3 [ pass ]    541
mroonga/wrapper.fulltext_myisam          w7 [ pass ]   1554
innodb.innodb_bug59641 'innodb'          w8 [ pass ]  23261
mroonga/storage.function_highlight_html_record w3 [ pass ]    613
mroonga/wrapper.insert_on_duplicate_key_update_multiple_column_primary_key_myisam w7 [ pass ]    638
mroonga/storage.function_last_insert_grn_id w3 [ pass ]    617
mroonga/wrapper.insert_on_duplicate_key_update_multiple_column_unique_index_myisam w7 [ pass ]    590
innodb.innodb_bug59733 'innodb'          w8 [ pass ]   3371
mroonga/storage.function_last_insert_id_reference w3 [ pass ]    544
innodb.innodb_bug60229 'innodb'          w8 [ pass ]    531
mroonga/storage.function_last_insert_id_set w3 [ pass ]    577
mroonga/storage.function_normalize_default w3 [ pass ]    525
mroonga/storage.function_normalize_normalizer w3 [ pass ]    513
main.intersect                           w5 [ pass ]  45760
mroonga/storage.function_normalize_record w3 [ pass ]    564
main.view_alias                          w7 [ pass ]   1283
mroonga/storage.function_query_expand_multiple w3 [ pass ]    674
mroonga/storage.function_query_expand_no_index w3 [ pass ]    614
innodb.innodb_bug68148 'innodb'          w8 [ pass ]  13988
mroonga/storage.function_query_expand_one w3 [ pass ]    652
main.view_grant                          w7 [ pass ]   7369
mroonga/storage.function_query_expand_pragma w3 [ pass ]    632
innodb.innodb_bug84958 'innodb'          w8 [ pass ]   1900
mroonga/storage.function_snippet_ascii   w3 [ pass ]    778
parts.partition_mediumint_myisam         w1 [ pass ]  196871
main.join_outer                          w2 [ pass ]  208029
innodb.innodb_ctype_big5 'innodb'        w8 [ pass ]   1403
mroonga/storage.function_snippet_cp932   w3 [ pass ]    670
main.sp                                  w6 [ pass ]  87842
main.wait_timeout                        w7 [ pass ]   6764
innodb.innodb_ctype_latin1 'innodb'      w8 [ pass ]   1019
mroonga/storage.function_snippet_eucjpms w3 [ pass ]    740
main.warnings_engine_disabled            w7 [ pass ]    250
innodb.innodb_ctype_utf8 'innodb'        w8 [ pass ]    991
main.sp-anchor-row-type-cursor           w6 [ pass ]   2298
mroonga/storage.function_snippet_html_dynamic_keyword w3 [ pass ]    588
main.win_as_arg_to_aggregate_func        w7 [ pass ]    413
innodb.innodb_defragment_small 'innodb'  w8 [ pass ]   1006
mroonga/storage.function_snippet_html_japanese w3 [ pass ]    540
main.win_avg                             w7 [ pass ]    254
main.sp-anchor-row-type-table            w6 [ pass ]   1857
mroonga/storage.function_snippet_html_multiple_keywords w3 [ pass ]    489
mroonga/storage.function_snippet_html_multiple_snippets w3 [ pass ]    531
main.sp-anchor-type                      w6 [ pass ]   3764
mroonga/storage.function_snippet_html_query w3 [ pass ]    528
main.sp-bugs                             w6 [ pass ]   1113
main.ctype_big5                          w4 [ pass ]  80435
mroonga/storage.function_snippet_html_query_pragma w3 [ pass ]    546
main.sp-bugs2                            w6 [ pass ]    154
mroonga/storage.function_snippet_html_record w3 [ pass ]    621
mroonga/storage.function_snippet_invalid_nonexistent_charset w3 [ pass ]    507
main.win_big                             w7 [ pass ]  17262
main.ctype_binary                        w4 [ pass ]   7286
mroonga/storage.function_snippet_invalid_unsupported_charset w3 [ pass ]    568
main.win_big-mdev-10092                  w7 [ pass ]    774
main.ctype_collate                       w4 [ pass ]   1068
mroonga/storage.function_snippet_japanese w3 [ pass ]    773
mroonga/storage.geometry_bulk_insert_null w3 [ skipped ]  This test is not for STRICT_ALL_TABLES nor STRICT_TRANS_TABLES
main.ctype_cp1250_ch                     w4 [ pass ]   1534
main.sp-condition-handler                w6 [ pass ]  12791
mroonga/storage.geometry_contains        w3 [ pass ]    904
mroonga/storage.geometry_strict_sql_mode_bulk_insert_null w3 [ pass ]    529
mroonga/storage.geometry_strict_sql_mode_contains w3 [ skipped ]  This test is for MySQL version 5.7.x or later
main.ctype_cp1251                        w4 [ pass ]   5898
mroonga/storage.i_s                      w3 [ pass ]    215
main.ctype_cp850                         w4 [ pass ]    130
mroonga/storage.index_btree_equal_datetime w3 [ pass ]    583
main.ctype_cp932                         w4 [ pass ]   1045
mroonga/storage.index_btree_equal_time   w3 [ pass ]    590
main.ctype_create                        w4 [ pass ]    348
mroonga/storage.index_btree_equal_timestamp w3 [ pass ]    612
main.ctype_dec8                          w4 [ pass ]    152
main.ctype_errors                        w4 [ pass ]    403
perfschema.ddl_replication_applier_status w3 [ pass ]    330
perfschema.ddl_replication_applier_status_by_coordinator w3 [ pass ]    149
perfschema.ddl_replication_connection_configuration w3 [ pass ]    152
perfschema.ddl_rwlock_instances          w3 [ pass ]    150
perfschema.ddl_session_account_connect_attrs w3 [ pass ]    151
perfschema.ddl_session_connect_attrs     w3 [ pass ]    153
perfschema.ddl_session_status            w3 [ pass ]    154
perfschema.ddl_setup_actors              w3 [ pass ]    383
perfschema.ddl_setup_consumers           w3 [ pass ]    148
main.intersect_all                       w5 [ pass ]  107591
perfschema.ddl_setup_instruments         w3 [ pass ]    198
innodb.innodb_force_recovery 'innodb'    w8 [ pass ]  80244
main.invisible_field                     w5 [ pass ]   1580
perfschema.ddl_setup_objects             w3 [ pass ]   1396
main.invisible_field_grant_system        w5 [ pass ]    618
perfschema.ddl_setup_timers              w3 [ pass ]    147
main.ctype_eucjpms                       w4 [ pass ]  37975
innodb.innodb_gis 'innodb'               w8 [ pass ]   4870
main.win_big-mdev-11697                  w7 [ pass ]  65781
perfschema.ddl_socket_instances          w3 [ pass ]    147
main.sp-cursor                           w6 [ pass ]  62540
main.win_bit                             w7 [ pass ]    223
perfschema.ddl_socket_summary_by_event_name w3 [ pass ]    189
innodb.innodb_information_schema 'innodb' w8 [ pass ]   1825
main.win_empty_over                      w7 [ pass ]    312
perfschema.ddl_socket_summary_by_instance w3 [ pass ]    144
main.sp-destruct                         w6 [ pass ]   1242
innodb.innodb_multi_update 'innodb'      w8 [ pass ]    682
perfschema.ddl_status_by_account         w3 [ pass ]    156
main.win_first_last_value                w7 [ pass ]    358
main.join                                w5 [ pass ]  10383
main.sp-dynamic                          w6 [ pass ]   1015
perfschema.ddl_status_by_host            w3 [ pass ]    190
innodb.innodb_notembedded 'innodb'       w8 [ pass ]    722
main.win_i_s                             w7 [ pass ]    220
main.join_crash                          w5 [ pass ]    287
perfschema.ddl_status_by_thread          w3 [ pass ]    183
main.win_insert_select                   w7 [ pass ]    298
perfschema.ddl_status_by_user            w3 [ pass ]    154
main.sp-error                            w6 [ pass ]   4757
main.win_lead_lag                        w7 [ pass ]    359
main.join_nested                         w5 [ pass ]   3349
perfschema.ddl_table_handles             w3 [ pass ]    169
main.sp-expr                             w6 [ pass ]    333
main.win_min_max                         w7 [ pass ]    774
perfschema.ddl_threads                   w3 [ pass ]    130
main.sp-fib                              w6 [ pass ]    215
main.win_nth_value                       w7 [ pass ]    266
perfschema.ddl_tiws_by_index_usage       w3 [ pass ]    180
main.join_nested_jcl6                    w5 [ pass ]   3941
main.sp-for-loop                         w6 [ pass ]    453
main.ctype_euckr                         w4 [ pass ]  22973
main.win_ntile                           w7 [ pass ]    557
perfschema.ddl_tiws_by_table             w3 [ pass ]    183
main.ctype_filename                      w4 [ pass ]    376
main.win_orderby                         w7 [ pass ]    312
perfschema.ddl_tlws_by_table             w3 [ pass ]    188
main.sp-lock                             w6 [ pass ]   2300
main.join_optimizer                      w5 [ pass ]   3572
main.win_percent_cume                    w7 [ pass ]    153
perfschema.ddl_users                     w3 [ pass ]    177
main.sp-no-code                          w6 [ pass ]    148
main.key_diff                            w5 [ pass ]    168
perfschema.ddl_uvar_by_thread            w3 [ pass ]    137
main.win_percentile                      w7 [ pass ]    916
main.key_primary                         w5 [ pass ]    156
main.sp-prelocking                       w6 [ pass ]   1328
perfschema.digest_null_literal           w3 [ pass ]    233
main.win_rank                            w7 [ pass ]    218
main.keywords                            w5 [ pass ]    804
main.win_std                             w7 [ pass ]    400
perfschema.discovery                     w3 [ pass ]    692
main.kill                                w5 [ skipped ]  debug_sync is not available
main.win_sum                             w7 [ pass ]    165
main.kill_processlist-6619               w5 [ skipped ]  debug_sync is not available
perfschema.dml_accounts                  w3 [ pass ]    261
main.windows                             w7 [ skipped ]  Need windows
main.sp-row                              w6 [ pass ]   6070
main.kill_query-6728                     w5 [ pass ]    233
perfschema.dml_cond_instances            w3 [ pass ]    222
main.xa_sync                             w7 [ skipped ]  debug_sync is not available
main.last_value                          w5 [ pass ]    216
perfschema.dml_esgs_by_account_by_event_name w3 [ pass ]    193
main.sp-security                         w6 [ pass ]   2924
perfschema.dml_esgs_by_host_by_event_name w3 [ pass ]    208
main.limit                               w5 [ pass ]    428
main.xml                                 w7 [ pass ]   1880
main.sp-security-anchor-type             w6 [ pass ]    559
perfschema.dml_esgs_by_thread_by_event_name w3 [ pass ]    175
maria.alter                              w7 [ pass ]   1108
innodb.innodb_prefix_index_restart_server 'innodb' w8 [ pass ]  39329
main.limit_rows_examined                 w5 [ pass ]   1794
perfschema.dml_esgs_by_user_by_event_name w3 [ pass ]    207
main.sp-threads                          w6 [ pass ]    744
maria.collations                         w7 [ pass ]    244
innodb.innodb_query_cache 'innodb'       w8 [ pass ]    957
perfschema.dml_esgs_global_by_event_name w3 [ pass ]    187
main.sp-ucs2                             w6 [ pass ]    430
maria.concurrent                         w7 [ pass ]    236
main.loaddata                            w5 [ pass ]   2806
perfschema.dml_esms_by_account_by_event_name w3 [ pass ]    201
maria.create                             w7 [ pass ]    447
perfschema.dml_esms_by_digest            w3 [ pass ]    220
main.sp-vars                             w6 [ pass ]   2459
innodb.innodb_rename_index 'innodb'      w8 [ pass ]   3955
maria.distinct                           w7 [ pass ]    240
perfschema.dml_esms_by_host_by_event_name w3 [ pass ]    186
maria.dynamic                            w7 [ pass ]     99
main.sp2                                 w6 [ pass ]   1790
main.loadxml                             w5 [ pass ]   5517
perfschema.dml_esms_by_program           w3 [ pass ]    170
innodb.innodb_stats 'innodb'             w8 [ pass ]   2767
maria.encrypt-no-key                     w7 [ pass ]    303
main.sp_gis                              w6 [ pass ]    446
perfschema.dml_esms_by_thread_by_event_name w3 [ pass ]    225
main.sp_missing_4665                     w6 [ pass ]    159
perfschema.dml_esms_by_user_by_event_name w3 [ pass ]    238
perfschema.dml_esms_global_by_event_name w3 [ pass ]    173
perfschema.dml_ets_by_account_by_event_name w3 [ pass ]    149
main.sp_notembedded                      w6 [ pass ]   4062
perfschema.dml_ets_by_host_by_event_name w3 [ pass ]    182
main.lock_multi                          w5 [ pass ]  10367
perfschema.dml_ets_by_thread_by_event_name w3 [ pass ]    172
perfschema.dml_ets_by_user_by_event_name w3 [ pass ]    172
innodb.innodb_stats_create_on_corrupted 'innodb' w8 [ pass ]  13644
perfschema.dml_ets_global_by_event_name  w3 [ pass ]    223
perfschema.dml_events_stages_current     w3 [ pass ]    157
innodb.innodb_stats_create_table 'innodb' w8 [ pass ]    908
perfschema.dml_events_stages_history     w3 [ pass ]    192
perfschema.dml_events_stages_history_long w3 [ pass ]    298
innodb.innodb_stats_drop_locked 'innodb' w8 [ pass ]   2952
parts.partition_smallint_myisam          w1 [ pass ]  197577
perfschema.dml_events_statements_current w3 [ pass ]    235
innodb.innodb_stats_fetch 'innodb'       w8 [ pass ]    641
parts.partition_tinyint_myisam           w1 [ pass ]   1239
perfschema.dml_events_statements_history w3 [ pass ]    216
maria.encrypt-wrong-key                  w7 [ pass ]  29294
perfschema.dml_events_statements_history_long w3 [ pass ]    595
gcol.gcol_column_def_options_myisam      w1 [ pass ]   2672
perfschema.dml_events_transactions_current w3 [ pass ]    179
gcol.gcol_partition_myisam               w1 [ pass ]    664
main.ctype_gb2312                        w4 [ pass ]  80123
perfschema.dml_events_transactions_history w3 [ pass ]    188
main.assign_key_cache                    w1 [ pass ]    244
perfschema.dml_events_transactions_history_long w3 [ pass ]    347
main.join_outer_jcl6                     w2 [ pass ]  213197
main.auto_increment_ranges_myisam        w1 [ pass ]    902
perfschema.dml_events_waits_current      w3 [ pass ]    156
innodb.innodb_stats_fetch_corrupted 'innodb' w8 [ pass ]  12869
perfschema.dml_events_waits_history      w3 [ pass ]    180
main.lock_multi_bug38499                 w5 [ pass ]  34082
main.column_compression_parts            w1 [ pass ]   2174
innodb.innodb_stats_fetch_nonexistent 'innodb' w8 [ pass ]   1589
perfschema.dml_events_waits_history_long w3 [ pass ]   1707
maria.fulltext2                          w7 [ pass ]   7701
main.ctype_partitions                    w1 [ pass ]    312
main.sp_stress_case                      w6 [ pass ]  41450
innodb.innodb_stats_rename_table 'innodb' w8 [ pass ]    456
perfschema.dml_ews_by_account_by_event_name w3 [ pass ]    218
main.ctype_uca_partitions                w1 [ pass ]    283
main.sp_sync                             w6 [ skipped ]  debug_sync is not available
perfschema.dml_ews_by_host_by_event_name w3 [ pass ]    250
innodb.innodb_stats_rename_table_if_exists 'innodb' w8 [ pass ]    867
main.explain_json_format_partitions      w1 [ pass ]    369
main.sql_mode                            w6 [ pass ]   1235
perfschema.dml_ews_by_instance           w3 [ pass ]    362
innodb.innodb_status_variables 'innodb'  w8 [ pass ]    174
main.explain_non_select                  w1 [ pass ]   1801
perfschema.dml_ews_by_thread_by_event_name w3 [ pass ]    210
innodb.innodb_sys_var_valgrind 'innodb'  w8 [ pass ]   1307
perfschema.dml_ews_by_user_by_event_name w3 [ pass ]    242
perfschema.dml_ews_global_by_event_name  w3 [ pass ]    267
main.lock_multi_bug38691                 w5 [ pass ]  18784
perfschema.dml_fs_by_event_name          w3 [ pass ]    195
perfschema.dml_fs_by_instance            w3 [ pass ]    179
main.lock_user                           w5 [ pass ]   1518
innodb.instant_alter_bugs 'innodb'       w8 [ pass ]   7583
perfschema.dml_global_status             w3 [ pass ]    194
innodb.instant_alter_import 'innodb'     w8 [ pass ]   1030
perfschema.dml_handler                   w3 [ pass ]    894
innodb.instant_alter_null 'innodb'       w8 [ pass ]    549
perfschema.dml_host_cache                w3 [ pass ]    168
innodb.instant_auto_inc 'innodb'         w8 [ pass ]    304
perfschema.dml_hosts                     w3 [ pass ]    149
main.log_errchk                          w5 [ pass ]  10474
perfschema.dml_mems_by_account_by_event_name w3 [ pass ]    182
perfschema.dml_mems_by_host_by_event_name w3 [ pass ]    197
perfschema.dml_mems_by_thread_by_event_name w3 [ pass ]    204
perfschema.dml_mems_by_user_by_event_name w3 [ pass ]    217
perfschema.dml_mems_global_by_event_name w3 [ pass ]    164
perfschema.dml_metadata_locks            w3 [ pass ]    157
main.log_slow                            w5 [ pass ]   1703
main.huge_frm-6224                       w1 [ pass ]  36783
perfschema.dml_mutex_instances           w3 [ pass ]    209
main.long_unique_delayed                 w5 [ pass ]    588
main.information_schema_part             w1 [ pass ]    837
perfschema.dml_os_global_by_type         w3 [ pass ]    273
main.long_unique_update                  w5 [ pass ]    973
perfschema.dml_performance_timers        w3 [ pass ]    235
main.lock                                w1 [ pass ]   2041
main.long_unique_using_hash              w5 [ pass ]    258
perfschema.dml_prepared_statements_instances w3 [ pass ]    171
perfschema.dml_replication_applier_configuration w3 [ pass ]    168
perfschema.dml_replication_applier_status w3 [ pass ]    180
maria.group_commit                       w7 [ pass ]  62753
innodb.instant_drop 'innodb'             w8 [ pass ]  30944
perfschema.dml_replication_applier_status_by_coordinator w3 [ pass ]    142
maria.kill                               w7 [ pass ]    177
main.lowercase_fs_off                    w5 [ pass ]   7557
perfschema.dml_replication_connection_configuration w3 [ pass ]    147
main.lowercase_fs_on                     w5 [ skipped ]  Test requires: 'case_insensitive_file_system'
maria.lock                               w7 [ pass ]   1278
main.ctype_gbk                           w4 [ pass ]  81434
perfschema.dml_rwlock_instances          w3 [ pass ]    148
main.lowercase_table5                    w5 [ pass ]    203
maria.locking                            w7 [ pass ]    272
perfschema.dml_session_account_connect_attrs w3 [ pass ]    158
perfschema.dml_session_connect_attrs     w3 [ pass ]    177
maria.maria-autoinc                      w7 [ pass ]    524
main.max_password_errors                 w5 [ pass ]   3384
perfschema.dml_session_status            w3 [ pass ]    216
main.mdev-504                            w5 [ skipped ]  Test requires: 'not_valgrind'
perfschema.dml_setup_actors              w3 [ pass ]    385
main.mdev316                             w5 [ pass ]    240
main.ssl                                 w6 [ pass ]  73734
perfschema.dml_setup_consumers           w3 [ pass ]    166
main.query_cache                         w2 [ pass ]  91153
main.mdev375                             w5 [ pass ]    266
main.query_cache_debug                   w2 [ skipped ]  debug_sync is not available
main.ssl_ca                              w6 [ pass ]   1057
perfschema.dml_setup_instruments         w3 [ pass ]   1483
main.mdev_14586                          w5 [ pass ]    368
archive.archive_plugin                   w2 [ pass ]    384
main.mdev_19276                          w5 [ pass ]    316
maria.maria-autozerofill                 w7 [ pass ]  11576
client.mariadb-conv                      w2 [ pass ]    532
perfschema.dml_setup_objects             w3 [ pass ]   1821
perfschema.dml_setup_timers              w3 [ pass ]    235
client.mariadb-conv-cp932                w2 [ pass ]    690
perfschema.dml_socket_instances          w3 [ pass ]    167
client.mariadb-conv-utf16                w2 [ pass ]    218
maria.maria-gis-rtree                    w7 [ pass ]   5301
perfschema.dml_socket_summary_by_event_name w3 [ pass ]    762
client.mariadb-conv-utf8                 w2 [ pass ]   1077
perfschema.dml_socket_summary_by_instance w3 [ pass ]    158
compat/maxdb.type_timestamp              w2 [ pass ]    197
main.ctype_gbk_export_import             w4 [ pass ]  30604
perfschema.dml_status_by_account         w3 [ pass ]    166
compat/mssql.parser                      w2 [ pass ]    300
main.ctype_hebrew                        w4 [ pass ]    198
maria.maria-gis-rtree-dynamic            w7 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:12:03
line
==28853== Thread 6:
==28853== Conditional jump or move depends on uninitialised value(s)
==28853==    at 0xCC2121: maria_chk_del (ma_check.c:270)
==28853==    by 0xC62E61: ha_maria::check(THD*, st_ha_check_opt*) (ha_maria.cc:1312)
==28853==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==28853==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==28853==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==28853==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==28853==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==28853==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==28853==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==28853==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==28853==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==28853==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==28853==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==28853==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/7/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/7/log/maria.maria-gis-rtree-dynamic/'
perfschema.dml_status_by_host            w3 [ pass ]    202
main.ssl_cipher                          w6 [ pass ]  18614
compat/oracle.custom_aggregate_functions w2 [ pass ]    489
perfschema.dml_status_by_thread          w3 [ pass ]    180
compat/oracle.empty_string_literal       w2 [ pass ]    357
perfschema.dml_status_by_user            w3 [ pass ]    192
compat/oracle.events                     w2 [ pass ]    432
perfschema.dml_table_handles             w3 [ pass ]    183
compat/oracle.exception                  w2 [ pass ]    838
perfschema.dml_threads                   w3 [ pass ]    198
main.merge                               w5 [ pass ]  25799
compat/oracle.func_case                  w2 [ pass ]    128
perfschema.dml_tiws_by_index_usage       w3 [ pass ]    178
main.metadata                            w5 [ pass ]   1046
compat/oracle.func_concat                w2 [ pass ]    499
perfschema.dml_tiws_by_table             w3 [ pass ]    179
maria.maria-gis-rtree-trans              w7 [ pass ]   5837
perfschema.dml_tlws_by_table             w3 [ pass ]    200
compat/oracle.func_decode                w2 [ pass ]    404
maria.maria-mvcc                         w7 [ pass ]    377
perfschema.dml_users                     w3 [ pass ]    144
compat/oracle.func_length                w2 [ pass ]    177
perfschema.dml_uvar_by_thread            w3 [ pass ]    182
compat/oracle.func_misc                  w2 [ pass ]    704
compat/oracle.func_pad                   w2 [ pass ]    279
main.long_unique                         w1 [ pass ]  73929
perfschema.func_file_io                  w3 [ pass ]   1881
compat/oracle.func_replace               w2 [ pass ]    168
main.partition_bug18198                  w1 [ pass ]    381
perfschema.func_mutex                    w3 [ pass ]   1035
compat/oracle.func_substr                w2 [ pass ]    256
main.partition_cache_myisam              w1 [ pass ]    628
compat/oracle.func_time                  w2 [ pass ]    122
main.partition_charset                   w1 [ pass ]    224
perfschema.global_read_lock              w3 [ pass ]   1687
compat/oracle.func_trim                  w2 [ pass ]    334
perfschema.grant                         w3 [ pass ]    188
main.partition_column                    w1 [ pass ]   1680
compat/oracle.gis                        w2 [ pass ]    231
main.partition_column_prune              w1 [ pass ]    416
compat/oracle.information_schema_parameters w2 [ pass ]    502
perfschema.indexed_table_io              w3 [ pass ]   2280
compat/oracle.keywords                   w2 [ pass ]    140
main.partition_csv                       w1 [ pass ]    623
perfschema.information_schema            w3 [ pass ]   1031
compat/oracle.misc                       w2 [ pass ]    150
main.partition_default                   w1 [ pass ]   2509
perfschema.mdl_func                      w3 [ pass ]   1823
main.ctype_latin1                        w4 [ pass ]  49199
compat/oracle.mysqldump_restore          w2 [ pass ]   1140
perfschema.memory_table_io               w3 [ pass ]   1055
main.ctype_latin1_de                     w4 [ pass ]   1094
compat/oracle.parser                     w2 [ pass ]   2154
main.partition_error                     w1 [ pass ]   3408
perfschema.merge_table_io                w3 [ pass ]   1090
main.ctype_latin2                        w4 [ pass ]    860
compat/oracle.ps                         w2 [ pass ]    520
main.partition_grant                     w1 [ pass ]    575
perfschema.mks_timer-6258                w3 [ pass ]    206
main.ctype_latin2_ch                     w4 [ pass ]   1620
main.partition_hash                      w1 [ pass ]    822
perfschema.multi_table_io                w3 [ pass ]   1090
main.ctype_many                          w4 [ pass ]   1687
maria.maria-no-logging                   w7 [ pass ]  42633
perfschema.myisam_table_io               w3 [ pass ]   1036
compat/oracle.sp                         w2 [ pass ]   6442
main.mix2_myisam                         w5 [ pass ]  51157
main.ctype_mb                            w4 [ pass ]    229
compat/oracle.sp-anchor-row-type-table   w2 [ pass ]    397
perfschema.nesting                       w3 [ pass ]   1348
main.mix2_myisam_ucs2                    w5 [ pass ]    861
perfschema.ortho_iter                    w3 [ skipped ]  Need "--big-test" when running with Valgrind
main.partition_key_cache                 w1 [ pass ]   8034
compat/oracle.sp-cursor                  w2 [ pass ]   1679
main.partition_list                      w1 [ pass ]    892
perfschema.prepared_statements           w3 [ pass ]    996
compat/oracle.sp-cursor-decl             w2 [ pass ]    544
maria.maria-page-checksum                w7 [ pass ]   8572
main.partition_mgm                       w1 [ pass ]    438
perfschema.prepared_stmts_by_stored_programs w3 [ pass ]    764
main.partition_mgm_err                   w1 [ pass ]    760
compat/oracle.sp-cursor-rowtype          w2 [ pass ]   2737
perfschema.privilege                     w3 [ pass ]   1606
main.partition_mgm_err2                  w1 [ skipped ]  Test requires: 'have_symlink'
compat/oracle.sp-expr                    w2 [ pass ]    336
main.partition_mrr_aria                  w1 [ pass ]    922
main.ctype_nopad_8bit                    w4 [ pass ]  16309
main.ssl_compress                        w6 [ pass ]  76244
compat/oracle.sp-goto                    w2 [ pass ]   1126
main.partition_mrr_myisam                w1 [ pass ]    898
main.ctype_recoding                      w4 [ pass ]    768
main.partition_myisam                    w1 [ pass ]    843
compat/oracle.sp-package                 w2 [ pass ]   6595
perfschema.privilege_table_io            w3 [ pass ]  11269
main.partition_order                     w1 [ pass ]   1818
compat/oracle.sp-package-concurrent-dml-db w2 [ pass ]    351
perfschema.read_only                     w3 [ pass ]   1668
compat/oracle.sp-package-concurrent-dml-package w2 [ pass ]    619
perfschema.schema                        w3 [ pass ]    720
compat/oracle.sp-package-concurrent-dml-trigger w2 [ pass ]    294
perfschema.setup_actors                  w3 [ pass ]    997
compat/oracle.sp-package-concurrent-dml-view w2 [ pass ]    277
main.partition_pruning                   w1 [ pass ]   9208
perfschema.setup_actors_enabled          w3 [ pass ]    460
compat/oracle.sp-package-mysqldump       w2 [ pass ]    902
main.partition_rename_longfilename       w1 [ pass ]    394
perfschema.setup_actors_history          w3 [ pass ]    448
main.partition_symlink                   w1 [ skipped ]  Test requires: 'have_symlink'
compat/oracle.sp-package-security        w2 [ pass ]    746
main.partition_truncate                  w1 [ pass ]    288
perfschema.setup_object_table_lock_io    w3 [ pass ]   2712
compat/oracle.sp-param                   w2 [ pass ]   1738
main.partition_ucs2                      w1 [ pass ]    184
main.partition_utf8                      w1 [ pass ]    400
main.partition_utf8-debug                w1 [ skipped ]  debug_sync is not available
perfschema.setup_objects                 w3 [ pass ]   3316
main.partition_windows                   w1 [ skipped ]  Need windows
perfschema.socket_connect                w3 [ pass ]    771
compat/oracle.sp-row                     w2 [ pass ]   7450
main.stat_tables_partition               w1 [ pass ]    288
perfschema.socket_summary_by_event_name_func w3 [ pass ]   1032
compat/oracle.sp-security                w2 [ pass ]    638
perfschema.socket_summary_by_instance_func w3 [ skipped ]  Need "--big-test" when running with Valgrind
compat/oracle.statement-expr             w2 [ pass ]    233
perfschema.socket_summary_by_instance_func_win w3 [ skipped ]  Need windows
perfschema.stage_mdl_function            w3 [ pass ]    950
compat/oracle.table_value_constr         w2 [ pass ]   2513
perfschema.stage_mdl_procedure           w3 [ pass ]    686
compat/oracle.trigger                    w2 [ pass ]    318
perfschema.stage_mdl_table               w3 [ pass ]    732
compat/oracle.truncate                   w2 [ pass ]    121
maria.maria-preload                      w7 [ pass ]  68003
compat/oracle.type_blob                  w2 [ pass ]    136
maria.maria-ucs2                         w7 [ pass ]    478
compat/oracle.type_clob                  w2 [ pass ]    124
main.mrr_icp_extra                       w5 [ pass ]  78043
main.view                                w1 [ pass ]  19783
compat/oracle.type_date                  w2 [ pass ]    262
main.multi_update_debug                  w5 [ skipped ]  debug_sync is not available
perfschema.start_server_variables        w3 [ pass ]   6863
compat/oracle.type_number                w2 [ pass ]    106
maria.maria2                             w7 [ pass ]   3129
main.myisam-optimize                     w5 [ pass ]    340
perfschema.statement_digest              w3 [ pass ]    608
compat/oracle.type_raw                   w2 [ pass ]    182
main.myisam-system                       w5 [ pass ]    243
perfschema.statement_digest_charset      w3 [ pass ]    217
compat/oracle.type_varchar               w2 [ pass ]    129
main.myisam_enable_keys-10506            w5 [ pass ]    258
compat/oracle.type_varchar2              w2 [ pass ]    135
compat/oracle.variables                  w2 [ pass ]    126
maria.maria3                             w7 [ pass ]   8467
compat/oracle.vcol                       w2 [ pass ]    161
maria.maria_notembedded                  w7 [ pass ]    789
compat/oracle.versioning                 w2 [ pass ]    194
compat/oracle.win                        w2 [ pass ]    107
perfschema.table_aggregate_global_2u_2t  w3 [ pass ]  12840
main.ctype_sjis                          w4 [ pass ]  87579
csv.csv                                  w2 [ pass ]   7272
csv.csv_alter_table                      w2 [ pass ]    325
csv.csv_not_null                         w2 [ pass ]    250
perfschema.table_aggregate_global_2u_3t  w3 [ pass ]  13217
csv.flush                                w2 [ pass ]    220
csv.read_only                            w2 [ pass ]    208
maria.maria_showlog_error                w7 [ pass ]  20868
funcs_1.charset_collation                w2 [ pass ]    258
funcs_1.is_character_sets                w2 [ pass ]    325
funcs_1.is_cml_memory                    w2 [ pass ]    327
funcs_1.is_cml_myisam                    w2 [ pass ]    321
maria.mrr                                w7 [ pass ]   8092
perfschema.table_aggregate_global_4u_2t  w3 [ pass ]  12593
funcs_1.is_coll_char_set_appl            w2 [ pass ]    304
funcs_1.is_collations                    w2 [ pass ]    342
maria.optimize                           w7 [ pass ]   5985
funcs_1.is_column_privileges             w2 [ pass ]    891
funcs_1.is_column_privileges_is_mysql_test w2 [ pass ]    277
perfschema.table_aggregate_global_4u_3t  w3 [ pass ]  12493
maria.ps_maria                           w7 [ pass ]   6962
main.myisam_explain_non_select_all       w5 [ pass ]  60276
funcs_1.is_columns                       w2 [ pass ]   5333
main.ctype_swe7                          w4 [ pass ]  41893
maria.repair                             w7 [ pass ]   1156
funcs_1.is_columns_memory                w2 [ pass ]   1721
main.ctype_tis620                        w4 [ pass ]   3229
maria.system_tables                      w7 [ pass ]   2257
funcs_1.is_columns_myisam                w2 [ pass ]   1692
maria.temporary                          w7 [ pass ]    237
funcs_1.is_columns_myisam_embedded       w2 [ skipped ]  Test requires: embedded server
maria.maria                              w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:16:00
line
==16680== Thread 8:
==16680== Conditional jump or move depends on uninitialised value(s)
==16680==    at 0xCC2121: maria_chk_del (ma_check.c:270)
==16680==    by 0xC62E61: ha_maria::check(THD*, st_ha_check_opt*) (ha_maria.cc:1312)
==16680==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==16680==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==16680==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==16680==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==16680==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==16680==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==16680==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==16680==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==16680==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==16680==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==16680==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==16680==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/maria.maria/'
perfschema.table_aggregate_hist_2u_2t    w3 [ pass ]  12730
maria.transaction                        w7 [ pass ]    159
funcs_1.is_columns_mysql_embedded        w2 [ skipped ]  Test requires: embedded server
funcs_1.is_engines                       w2 [ pass ]    282
optimizer_unfixed_bugs.bug41996-extra1   w7 [ pass ]   2800
funcs_1.is_engines_csv                   w2 [ pass ]    116
main.ctype_uca                           w4 [ pass ]  10883
innodb.log_corruption 'innodb'           w8 [ pass ]  280552
funcs_1.is_engines_memory                w2 [ pass ]    153
main.ssl_connect                         w6 [ pass ]  155388
optimizer_unfixed_bugs.bug41996-extra1-innodb w7 [ pass ]   2670
funcs_1.is_engines_merge                 w2 [ pass ]    110
maria.maria-partitioning                 w1 [ pass ]   1351
funcs_1.is_engines_myisam                w2 [ pass ]    110
main.ssl_crl_clients                     w6 [ pass ]   3575
maria.maria_partition                    w1 [ pass ]    688
perfschema.table_aggregate_hist_2u_3t    w3 [ pass ]  13183
optimizer_unfixed_bugs.bug41996-extra2   w7 [ pass ]   2639
funcs_1.is_events                        w2 [ pass ]    387
main.myisam_icp_notembedded              w5 [ pass ]  26278
maria.partition                          w1 [ pass ]    187
main.ssl_system_ca 'good'                w6 [ pass ]    905
funcs_1.is_routines                      w2 [ pass ]   1114
main.ctype_ucs                           w4 [ pass ]  10450
optimizer_unfixed_bugs.bug41996-extra2-innodb w7 [ pass ]   2553
maria.truncate                           w1 [ pass ]    346
funcs_1.is_routines_embedded             w2 [ skipped ]  Test requires: embedded server
main.myisam_mrr '64bit'                  w5 [ pass ]   4152
main.ctype_ucs2_uca                      w4 [ pass ]    814
parts.alter_table                        w1 [ pass ]    376
funcs_1.is_schema_privileges             w2 [ pass ]    663
optimizer_unfixed_bugs.bug41996-extra3   w7 [ pass ]   2027
main.myisam_optimize                     w5 [ skipped ]  debug_sync is not available
parts.cache                              w1 [ pass ]    379
funcs_1.is_schema_privileges_is_mysql_test w2 [ pass ]    247
parts.fulltext                           w1 [ pass ]    224
optimizer_unfixed_bugs.bug41996-extra3-innodb w7 [ pass ]   1924
funcs_1.is_schemata                      w2 [ pass ]    564
perfschema.table_aggregate_hist_4u_2t    w3 [ pass ]  12673
parts.insert_ignore-5421                 w1 [ pass ]    189
funcs_1.is_schemata_embedded             w2 [ skipped ]  Test requires: embedded server
optimizer_unfixed_bugs.bug41996-extra4   w7 [ pass ]   1891
main.myisampack                          w5 [ pass ]   6360
main.ssl_timeout                         w6 [ pass ]  12956
parts.optimizer                          w1 [ pass ]    621
funcs_1.is_schemata_is_mysql_test        w2 [ pass ]    269
main.stack-crash                         w6 [ pass ]    342
optimizer_unfixed_bugs.bug41996-extra4-innodb w7 [ pass ]   2276
funcs_1.is_statistics                    w2 [ pass ]   1924
main.stat_tables_missing                 w6 [ pass ]    257
optimizer_unfixed_bugs.bug45219          w7 [ pass ]    373
funcs_1.is_statistics_is                 w2 [ pass ]    497
main.statement-expr                      w6 [ pass ]    543
optimizer_unfixed_bugs.bug49129          w7 [ pass ]    294
funcs_1.is_table_constraints_is          w2 [ pass ]    420
main.statistics_close                    w6 [ pass ]    225
parts.part_blocked_sql_func_myisam       w1 [ pass ]   9171
perfschema.table_aggregate_hist_4u_3t    w3 [ pass ]  13401
perfschema.all_tests                     w7 [ pass ]    862
funcs_1.is_table_privileges              w2 [ pass ]    826
main.status2                             w6 [ pass ]    571
parts.part_ctype_utf32                   w1 [ pass ]    259
main.status_bug17954                     w6 [ pass ]    327
main.mysql                               w5 [ pass ]  16339
funcs_1.is_tables                        w2 [ pass ]   3121
main.str_to_datetime_457                 w6 [ pass ]    210
funcs_1.is_tables_embedded               w2 [ skipped ]  Test requires: embedded server
main.strict_autoinc_1myisam              w6 [ pass ]    198
main.mysql-bug41486                      w5 [ pass ]   1858
main.ctype_ujis                          w4 [ pass ]  32389
funcs_1.is_tables_is                     w2 [ pass ]    498
main.strict_autoinc_3heap                w6 [ pass ]    194
funcs_1.is_tables_is_embedded            w2 [ skipped ]  Test requires: embedded server
main.mysql-bug45236                      w5 [ pass ]   1100
perfschema.table_aggregate_off           w3 [ pass ]  12486
perfschema.bad_option                    w7 [ pass ]  10314
funcs_1.is_tables_memory                 w2 [ pass ]    391
main.mysql-metadata                      w5 [ pass ]    308
funcs_1.is_tables_myisam                 w2 [ pass ]    363
main.mysql5613mysql                      w5 [ pass ]    729
perfschema.batch_table_io_func           w7 [ pass ]   3723
funcs_1.is_tables_myisam_embedded        w2 [ skipped ]  Test requires: embedded server
main.mysql57_virtual                     w5 [ pass ]    258
funcs_1.is_triggers                      w2 [ pass ]   1175
main.mysql_comments                      w5 [ pass ]    623
funcs_1.is_triggers_embedded             w2 [ skipped ]  Test requires: embedded server
perfschema.checksum                      w7 [ pass ]   3588
main.mysql_cp932                         w5 [ pass ]    420
perfschema.table_aggregate_thread_2u_2t  w3 [ pass ]  12352
perfschema.column_privilege              w7 [ pass ]    569
main.mysql_install_db_win                w5 [ skipped ]  Need windows
funcs_1.is_user_privileges               w2 [ pass ]   1005
parts.part_supported_sql_func_myisam     w1 [ pass ]  25947
perfschema.connect_attrs                 w7 [ pass ]    405
main.mysql_locale_posix                  w5 [ pass ]   1175
funcs_1.is_views                         w2 [ pass ]   2171
main.ctype_ujis_ucs2                     w4 [ pass ]  22235
main.mysql_not_windows                   w5 [ pass ]    304
funcs_1.is_views_embedded                w2 [ skipped ]  Test requires: embedded server
perfschema.connection                    w7 [ pass ]   2204
main.mysql_protocols                     w5 [ pass ]    294
funcs_1.memory_bitdata                   w2 [ pass ]    174
perfschema.csv_table_io                  w7 [ pass ]   1164
main.mysql_tzinfo_to_sql_symlink         w5 [ skipped ]  Test requires: 'have_symlink'
funcs_1.memory_cursors                   w2 [ pass ]    123
main.ctype_utf16                         w4 [ pass ]   3802
perfschema.ddl_accounts                  w7 [ pass ]    193
perfschema.table_aggregate_thread_2u_3t  w3 [ pass ]  12062
perfschema.ddl_cond_instances            w7 [ pass ]    133
main.mysql_upgrade_no_innodb             w5 [ pass ]   4709
perfschema.ddl_esgs_by_account_by_event_name w7 [ pass ]    139
main.ctype_utf16_uca                     w4 [ pass ]   6024
perfschema.ddl_esgs_by_host_by_event_name w7 [ pass ]    130
main.mysqladmin                          w5 [ pass ]   1369
perfschema.ddl_esgs_by_thread_by_event_name w7 [ pass ]    151
main.mysqld--defaults-file               w5 [ pass ]    616
funcs_1.memory_func_view                 w2 [ pass ]  10932
perfschema.ddl_esgs_by_user_by_event_name w7 [ pass ]    146
main.ctype_utf16le                       w4 [ pass ]   3791
main.mysqld--help 'unix'                 w5 [ pass ]    443
perfschema.table_aggregate_thread_4u_2t  w3 [ pass ]  12123
perfschema.ddl_esgs_global_by_event_name w7 [ pass ]    145
funcs_1.memory_storedproc_02             w2 [ pass ]   2689
main.mysqld--help-aria                   w5 [ pass ]    530
perfschema.ddl_esms_by_account_by_event_name w7 [ pass ]    169
main.ctype_utf32                         w4 [ pass ]   3813
main.mysqld_help_crash-9183              w5 [ pass ]    251
main.subselect                           w6 [ pass ]  48763
perfschema.ddl_esms_by_digest            w7 [ pass ]    177
funcs_1.memory_storedproc_03             w2 [ pass ]   1130
perfschema.ddl_esms_by_host_by_event_name w7 [ pass ]    138
funcs_1.memory_storedproc_06             w2 [ pass ]   1328
perfschema.ddl_esms_by_program           w7 [ pass ]    143
main.mysqld_option_err                   w5 [ pass ]   4463
funcs_1.memory_storedproc_07             w2 [ pass ]    643
perfschema.ddl_esms_by_thread_by_event_name w7 [ pass ]    202
main.ctype_utf32_uca                     w4 [ pass ]   5446
main.subselect3                          w6 [ pass ]   6340
perfschema.table_aggregate_thread_4u_3t  w3 [ pass ]  11936
perfschema.ddl_esms_by_user_by_event_name w7 [ pass ]    160
main.mysqldump-nl                        w5 [ pass ]    973
funcs_1.memory_storedproc_08             w2 [ pass ]    862
main.ctype_utf8_uca                      w4 [ pass ]    901
perfschema.ddl_esms_global_by_event_name w7 [ pass ]    166
main.mysqldump-utf8mb4                   w5 [ pass ]    661
parts.partition_alter1_1_2_myisam        w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:18:05
line
==31905== Thread 6:
==31905== Conditional jump or move depends on uninitialised value(s)
==31905==    at 0x1054951: chk_del (mi_check.c:184)
==31905==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==31905==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==31905==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==31905==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==31905==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==31905==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==31905==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==31905==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==31905==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==31905==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==31905==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==31905==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==31905==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==31905==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==31905==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==31905==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_alter1_1_2_myisam/'
funcs_1.memory_storedproc_10             w2 [ pass ]    995
perfschema.ddl_ets_by_account_by_event_name w7 [ pass ]    202
main.mysqlhotcopy_myisam                 w5 [ skipped ]  Test needs Perl modules DBI and DBD::MariaDB
funcs_1.memory_trig_0102                 w2 [ pass ]   1269
perfschema.ddl_ets_by_host_by_event_name w7 [ pass ]    174
main.subselect3_jcl6                     w6 [ pass ]   6563
main.ctype_utf8mb4_heap                  w4 [ pass ]   4153
main.mysqlshow                           w5 [ pass ]    456
perfschema.ddl_ets_by_thread_by_event_name w7 [ pass ]    163
main.mysqltest_256                       w5 [ pass ]     86
funcs_1.memory_trig_03                   w2 [ pass ]   1560
perfschema.ddl_ets_by_user_by_event_name w7 [ pass ]    171
main.mysqltest_cont_on_error             w5 [ pass ]    165
perfschema.table_io_aggregate_global_2u_2t w3 [ pass ]  12450
main.ctype_utf8mb4_myisam                w4 [ pass ]   5126
main.mysqltest_ps                        w5 [ skipped ]  Need ps-protocol
perfschema.ddl_ets_global_by_event_name  w7 [ pass ]    156
funcs_1.memory_trig_03e                  w2 [ pass ]   2992
main.mysqltest_tracking_info             w5 [ pass ]    186
perfschema.ddl_events_stages_current     w7 [ pass ]    184
perfschema.ddl_events_stages_history     w7 [ pass ]    211
funcs_1.memory_trig_0407                 w2 [ pass ]   1673
main.negation_elimination                w5 [ pass ]    556
main.ctype_utf8mb4_uca                   w4 [ pass ]   4210
perfschema.ddl_events_stages_history_long w7 [ pass ]    165
main.nested_profiling                    w5 [ pass ]    242
main.subselect_cache                     w6 [ pass ]  14230
funcs_1.memory_trig_08                   w2 [ pass ]   1320
perfschema.ddl_events_statements_current w7 [ pass ]    174
main.no_binlog                           w5 [ pass ]     98
main.custom_aggregate_functions          w4 [ pass ]   2568
funcs_1.memory_trig_09                   w2 [ pass ]    864
perfschema.ddl_events_statements_history w7 [ pass ]    157
perfschema.table_io_aggregate_global_2u_3t w3 [ pass ]  12030
main.non_blocking_api                    w5 [ pass ]    171
main.custom_aggregates_i_s               w4 [ pass ]    368
perfschema.ddl_events_statements_history_long w7 [ pass ]    180
funcs_1.memory_trig_1011ext              w2 [ pass ]   1412
main.not_embedded_server                 w5 [ pass ]    764
main.datetime_456                        w4 [ pass ]    116
main.subselect_exists2in                 w6 [ pass ]   6874
perfschema.ddl_events_transactions_current w7 [ pass ]    170
main.not_partition                       w5 [ skipped ]  Test requires no partitioning
perfschema.ddl_events_transactions_history w7 [ pass ]    141
perfschema.ddl_events_transactions_history_long w7 [ pass ]    164
main.null                                w5 [ pass ]   2801
perfschema.ddl_events_waits_current      w7 [ pass ]    136
main.ddl_i18n_koi8r                      w4 [ pass ]   7047
perfschema.table_io_aggregate_global_4u_2t w3 [ pass ]  12207
main.subselect_exists2in_costmat         w6 [ pass ]   7651
perfschema.ddl_events_waits_history      w7 [ pass ]    167
perfschema.ddl_events_waits_history_long w7 [ pass ]    141
perfschema.ddl_ews_by_account_by_event_name w7 [ pass ]    143
main.ddl_i18n_utf8                       w4 [ pass ]   6678
perfschema.ddl_ews_by_host_by_event_name w7 [ pass ]    143
main.subselect_extra                     w6 [ pass ]   5537
main.debug_sync                          w4 [ skipped ]  debug_sync is not available
perfschema.ddl_ews_by_instance           w7 [ pass ]    158
main.null_key                            w5 [ pass ]  13563
perfschema.ddl_ews_by_thread_by_event_name w7 [ pass ]    155
main.odbc                                w5 [ pass ]    185
perfschema.table_io_aggregate_global_4u_3t w3 [ pass ]  12224
perfschema.ddl_ews_by_user_by_event_name w7 [ pass ]    153
parts.partition_alter1_1_myisam          w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:19:03
line
==1329== Thread 6:
==1329== Conditional jump or move depends on uninitialised value(s)
==1329==    at 0x1054951: chk_del (mi_check.c:184)
==1329==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==1329==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==1329==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==1329==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==1329==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==1329==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==1329==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==1329==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==1329==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==1329==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==1329==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==1329==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==1329==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==1329==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==1329==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==1329==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_alter1_1_myisam/'
main.default                             w4 [ pass ]   6306
perfschema.ddl_ews_global_by_event_name  w7 [ pass ]    155
main.olap                                w5 [ pass ]   1596
main.subselect_extra_no_semijoin         w6 [ pass ]   8086
main.default_debug                       w4 [ skipped ]  debug_sync is not available
perfschema.ddl_file_instances            w7 [ pass ]    173
innodb.log_file 'innodb'                 w8 [ pass ]  172127
main.subselect_gis                       w6 [ pass ]    200
main.default_session                     w4 [ pass ]    569
innodb.log_file_name 'innodb'            w8 [ skipped ]  Test requires: 'not_valgrind'
perfschema.ddl_fs_by_event_name          w7 [ pass ]    147
perfschema.ddl_fs_by_instance            w7 [ pass ]    147
funcs_1.memory_views                     w2 [ pass ]  36052
perfschema.ddl_global_status             w7 [ pass ]    144
funcs_1.myisam_bitdata                   w2 [ pass ]    151
perfschema.table_io_aggregate_hist_2u_2t w3 [ pass ]  12639
perfschema.ddl_host_cache                w7 [ pass ]    154
innodb.mdev-117 'innodb'                 w8 [ pass ]   5320
funcs_1.myisam_cursors                   w2 [ pass ]    135
perfschema.ddl_hosts                     w7 [ pass ]    152
main.openssl_1                           w5 [ pass ]  14575
main.subselect_mat                       w6 [ pass ]  11517
perfschema.ddl_mems_by_account_by_event_name w7 [ pass ]    136
main.default_storage_engine              w4 [ pass ]   8871
main.delayed                             w4 [ skipped ]  Test requires: 'not_valgrind'
perfschema.ddl_mems_by_host_by_event_name w7 [ pass ]    170
main.subselect_mat_cost_bugs             w6 [ pass ]   1477
perfschema.ddl_mems_by_thread_by_event_name w7 [ pass ]    126
perfschema.ddl_mems_by_user_by_event_name w7 [ pass ]    184
main.delete                              w4 [ pass ]   3113
perfschema.table_io_aggregate_hist_2u_3t w3 [ pass ]  12374
funcs_1.myisam_func_view                 w2 [ pass ]  11980
perfschema.ddl_mems_global_by_event_name w7 [ pass ]    177
main.delete_returning                    w4 [ pass ]    665
perfschema.ddl_metadata_locks            w7 [ pass ]    147
main.delete_returning_grant              w4 [ pass ]    501
innodb.missing_tablespaces 'innodb'      w8 [ pass ]  14656
funcs_1.myisam_storedproc_02             w2 [ pass ]   2764
perfschema.ddl_mutex_instances           w7 [ pass ]    193
main.delimiter_command_case_sensitivity  w4 [ pass ]    151
perfschema.ddl_os_global_by_type         w7 [ pass ]    158
main.deprecated_features                 w4 [ pass ]    124
funcs_1.myisam_storedproc_03             w2 [ pass ]   1154
perfschema.ddl_performance_timers        w7 [ pass ]    130
innodb.monitor 'innodb'                  w8 [ pass ]   4089
funcs_1.myisam_storedproc_06             w2 [ pass ]   1349
perfschema.table_io_aggregate_hist_4u_2t w3 [ pass ]  12597
perfschema.ddl_prepared_statements_instances w7 [ pass ]    172
innodb.purge 'innodb'                    w8 [ pass ]   2054
perfschema.ddl_replication_applier_configuration w7 [ pass ]    145
funcs_1.myisam_storedproc_07             w2 [ pass ]    659
roles.grant_proxy-5526                   w7 [ pass ]    194
funcs_1.myisam_storedproc_08             w2 [ pass ]    818
roles.grant_revoke_current               w7 [ pass ]    395
funcs_1.myisam_storedproc_10             w2 [ pass ]   1097
roles.grant_role_auto_create_user        w7 [ pass ]    564
funcs_1.myisam_trig_0102                 w2 [ pass ]   1575
roles.i_s_applicable_roles_is_default    w7 [ pass ]    355
perfschema.table_io_aggregate_hist_4u_3t w3 [ pass ]  12959
roles.ip-6401                            w7 [ pass ]    166
funcs_1.myisam_trig_03                   w2 [ pass ]   1517
main.opt_trace_index_merge               w5 [ pass ]  40283
roles.none_public                        w7 [ pass ]    264
roles.password                           w7 [ pass ]    374
main.opt_trace_security                  w5 [ pass ]    742
funcs_1.myisam_trig_03e                  w2 [ pass ]   3036
main.opt_trace_ucs2                      w5 [ pass ]    224
roles.prepare_stmt_with_role             w7 [ pass ]    416
funcs_1.myisam_trig_0407                 w2 [ pass ]   1696
roles.ps                                 w7 [ pass ]     83
main.order_by-mdev-10122                 w5 [ pass ]    446
main.subselect_no_exists_to_in           w6 [ pass ]  46453
perfschema.table_io_aggregate_thread_2u_2t w3 [ pass ]  11926
roles.rebuild_role_grants                w7 [ pass ]    294
main.order_by_optimizer                  w5 [ pass ]    665
funcs_1.myisam_trig_08                   w2 [ pass ]   1406
roles.recursive                          w7 [ pass ]   1053
funcs_1.myisam_trig_09                   w2 [ pass ]    920
roles.rename_user                        w7 [ pass ]    295
funcs_1.myisam_trig_1011ext              w2 [ pass ]   1596
roles.revoke_all                         w7 [ pass ]    333
roles.role_case_sensitive-10744          w7 [ pass ]    320
innodb.read_only_recovery 'innodb'       w8 [ pass ]  36392
perfschema.table_io_aggregate_thread_2u_3t w3 [ pass ]  11857
roles.set_and_drop                       w7 [ pass ]    554
roles.set_default_role_clear             w7 [ pass ]    321
parts.partition_alter1_2_myisam          w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:20:34
line
==2071== Thread 6:
==2071== Conditional jump or move depends on uninitialised value(s)
==2071==    at 0x1054951: chk_del (mi_check.c:184)
==2071==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==2071==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==2071==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==2071==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==2071==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==2071==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==2071==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==2071==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==2071==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==2071==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==2071==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==2071==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==2071==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==2071==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==2071==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==2071==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_alter1_2_myisam/'
funcs_1.processlist_priv_no_prot         w2 [ pass ]   8908
roles.set_default_role_for               w7 [ pass ]    374
funcs_1.processlist_priv_ps              w2 [ skipped ]  Test requires: ps-protocol enabled, other protocols disabled
roles.set_default_role_invalid           w7 [ pass ]    525
roles.set_default_role_new_connection    w7 [ pass ]    471
main.order_by_sortkey                    w5 [ pass ]  24908
roles.set_default_role_ps-6960           w7 [ pass ]    131
perfschema.table_io_aggregate_thread_4u_2t w3 [ pass ]  11922
innodb.readahead 'innodb'                w8 [ pass ]  13008
main.order_by_zerolength-4285            w5 [ pass ]    180
roles.set_role-13655                     w7 [ pass ]    184
innodb.recovery_shutdown 'innodb'        w8 [ skipped ]  Test requires: 'not_valgrind'
main.derived_opt                         w4 [ pass ]  64350
roles.set_role-5232                      w7 [ pass ]    183
roles.set_role-9614                      w7 [ pass ]    212
funcs_1.processlist_val_no_prot          w2 [ pass ]  11622
parts.partition_alter3_myisam            w1 [ pass ]   6569
funcs_1.processlist_val_ps               w2 [ skipped ]  Test requires: ps-protocol enabled, other protocols disabled
roles.set_role-database-recursive        w7 [ pass ]    380
parts.partition_alter_maria              w1 [ pass ]    787
roles.set_role-database-simple           w7 [ pass ]    292
main.order_fill_sortbuf                  w5 [ pass ]   9540
perfschema.table_io_aggregate_thread_4u_3t w3 [ pass ]  11733
parts.partition_alter_myisam             w1 [ skipped ]  Test requires: 'have_symlink'
roles.set_role-multiple-role             w7 [ pass ]    506
main.outfile                             w5 [ pass ]    482
main.derived_view                        w4 [ pass ]  11577
roles.set_role-recursive                 w7 [ pass ]    513
main.subselect_no_mat                    w6 [ pass ]  45759
parts.partition_auto_increment_maria     w1 [ pass ]   3173
main.outfile_loaddata                    w5 [ pass ]    784
roles.set_role-routine-simple            w7 [ pass ]    386
main.dirty_close                         w4 [ pass ]   1350
main.overflow                            w5 [ pass ]    223
roles.set_role-simple                    w7 [ pass ]    353
parts.partition_auto_increment_memory    w1 [ pass ]   1783
main.packet                              w5 [ pass ]    286
roles.set_role-table-column-priv         w7 [ pass ]    341
parts.partition_auto_increment_myisam    w1 [ pass ]   2138
perfschema.table_lock_aggregate_global_2u_2t w3 [ pass ]  12270
roles.set_role-table-simple              w7 [ pass ]    311
main.distinct                            w4 [ pass ]   5977
roles.show_create_database-10463         w7 [ pass ]    295
main.parser                              w5 [ pass ]   4610
roles.show_grants                        w7 [ pass ]    346
main.parser_not_embedded                 w5 [ pass ]    381
main.drop_combinations                   w4 [ pass ]   3403
sql_sequence.grant                       w7 [ pass ]    355
main.parser_precedence                   w5 [ pass ]    662
sql_sequence.rename                      w7 [ pass ]    187
main.dyncol                              w4 [ pass ]   2761
perfschema.table_lock_aggregate_global_2u_3t w3 [ pass ]  12020
funcs_1.storedproc                       w2 [ pass ]  37656
stress.ddl_csv                           w7 [ pass ]   7864
gcol.gcol_blocked_sql_funcs_myisam       w2 [ pass ]    618
main.empty_server_name-8224              w4 [ pass ]   9887
gcol.gcol_bug20746926                    w2 [ pass ]    420
main.empty_string_literal                w4 [ pass ]    777
perfschema.table_lock_aggregate_global_4u_2t w3 [ pass ]  12155
gcol.gcol_handler_myisam                 w2 [ pass ]    266
main.empty_table                         w4 [ pass ]    237
gcol.gcol_ins_upd_myisam                 w2 [ pass ]   1475
main.empty_user_table                    w4 [ pass ]    850
gcol.gcol_keys_myisam                    w2 [ pass ]   1943
main.enforce_storage_engine              w4 [ pass ]    838
main.subselect_no_opts                   w6 [ pass ]  45676
gcol.gcol_memory                         w2 [ pass ]    167
gcol.gcol_merge                          w2 [ pass ]    151
perfschema.table_lock_aggregate_global_4u_3t w3 [ pass ]  11979
main.events_1                            w4 [ pass ]   2743
gcol.gcol_non_stored_columns_myisam      w2 [ pass ]    613
main.events_2                            w4 [ pass ]   1559
main.parser_stack                        w5 [ pass ]  35485
main.events_embedded                     w4 [ skipped ]  Test requires: embedded server
gcol.gcol_select_myisam                  w2 [ pass ]   3063
main.password_expiration                 w5 [ pass ]   1036
innodb.row_format_redundant 'innodb'     w8 [ pass ]  74820
main.events_grant                        w4 [ pass ]    729
main.perror                              w5 [ pass ]    403
stress.ddl_memory                        w7 [ pass ]  31741
main.events_microsec                     w4 [ pass ]    129
main.perror-win                          w5 [ skipped ]  Need windows
innodb.row_lock 'innodb'                 w8 [ pass ]   1824
perfschema.table_lock_aggregate_hist_2u_2t w3 [ pass ]  11997
gcol.gcol_supported_sql_funcs_myisam     w2 [ pass ]   6018
innodb.row_size_error_log_warnings_3 'innodb' w8 [ pass ]   1144
gcol.gcol_trigger_sp_myisam              w2 [ pass ]    288
innodb.stat_tables 'innodb'              w8 [ pass ]    335
main.events_scheduling                   w4 [ pass ]   6022
gcol.gcol_view_myisam                    w2 [ pass ]    827
main.events_slowlog                      w4 [ pass ]    988
main.plugin_vars                         w5 [ pass ]   8934
innodb.stored_fk 'innodb'                w8 [ pass ]   2098
main.except                              w4 [ pass ]   1024
perfschema.table_lock_aggregate_hist_2u_3t w3 [ pass ]  11841
innodb.strict_mode 'innodb'              w8 [ pass ]   1096
main.except_all                          w4 [ pass ]    756
handler.aria                             w2 [ pass ]   6411
handler.disconnect_4480                  w2 [ pass ]    135
parts.partition_basic_myisam             w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:22:39
line
==2925== Thread 6:
==2925== Conditional jump or move depends on uninitialised value(s)
==2925==    at 0x1054951: chk_del (mi_check.c:184)
==2925==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==2925==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==2925==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==2925==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==2925==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==2925==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==2925==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==2925==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==2925==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==2925==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==2925==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==2925==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==2925==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==2925==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==2925==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==2925==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_basic_myisam/'
handler.heap                             w2 [ pass ]   7231
perfschema.table_lock_aggregate_hist_4u_2t w3 [ pass ]  14516
main.subselect_no_scache                 w6 [ pass ]  49060
handler.interface                        w2 [ pass ]   1471
innodb.system_tables 'innodb'            w8 [ pass ]  16318
main.execution_constants                 w4 [ pass ]  19240
stress.ddl_myisam                        w7 [ pass ]  38584
innodb.table_index_statistics 'innodb'   w8 [ pass ]   1256
parts.partition_basic_symlink_myisam     w1 [ skipped ]  Test requires: 'have_symlink'
handler.myisam                           w2 [ pass ]   5613
handler.ps                               w2 [ pass ]    180
parts.partition_bit_myisam               w1 [ pass ]   2463
perfschema.table_lock_aggregate_hist_4u_3t w3 [ pass ]  12604
heap.btree_varchar_null                  w2 [ pass ]    121
innodb.temp_table 'innodb'               w8 [ pass ]   8069
heap.drop                                w2 [ pass ]    111
parts.partition_char_myisam              w1 [ pass ]   2424
main.preload                             w5 [ pass ]  37697
main.explain                             w4 [ pass ]  10386
innodb.temporary_table 'innodb'          w8 [ skipped ]  Need "--big-test" when running with Valgrind
main.prepare                             w5 [ pass ]    278
innodb.tmpdir 'innodb'                   w8 [ pass ]   2409
main.explain_json                        w4 [ pass ]   3059
parts.partition_datetime_myisam          w1 [ pass ]   3939
heap.heap                                w2 [ pass ]   4812
main.profiling                           w5 [ pass ]   2750
innodb.trigger 'innodb'                  w8 [ pass ]    560
heap.heap_auto_increment                 w2 [ pass ]    429
perfschema.table_lock_aggregate_thread_2u_2t w3 [ pass ]  11673
stress.misc                              w7 [ pass ]  19966
main.ps_10nestset                        w5 [ pass ]    250
main.failed_auth_3909                    w4 [ pass ]   3370
innodb.trigger_error 'innodb'            w8 [ pass ]    367
stress.wrapper                           w7 [ skipped ]  Only to be run with mtr --stress
heap.heap_hash                           w2 [ pass ]   1150
main.ps_11bugs                           w5 [ pass ]    530
main.features                            w4 [ pass ]    801
sys_vars.alter_algorithm_basic           w7 [ pass ]    291
innodb.truncate 'innodb'                 w8 [ pass ]   1075
sys_vars.aria_block_size_basic           w7 [ pass ]    242
main.filesort_bad_i_s-7585               w4 [ pass ]    796
json.json_no_table                       w2 [ pass ]   2846
main.fix_priv_tables                     w4 [ skipped ]  Test need MYSQL_FIX_PRIVILEGE_TABLES
sys_vars.aria_checkpoint_interval_basic  w7 [ pass ]    284
main.1st                                 w2 [ pass ]    118
main.ps_1general                         w5 [ pass ]   5283
sys_vars.aria_checkpoint_log_activity_basic w7 [ pass ]    248
main.aborted_clients                     w2 [ pass ]    309
perfschema.table_lock_aggregate_thread_2u_3t w3 [ pass ]  11911
sys_vars.aria_encrypt_tables_basic       w7 [ pass ]    224
main.adddate_454                         w2 [ pass ]    165
sys_vars.aria_force_start_after_recovery_failures_basic w7 [ pass ]    199
main.flush                               w4 [ pass ]   5518
main.ps_2myisam                          w5 [ pass ]   4792
main.alias                               w2 [ pass ]    583
main.subselect_no_semijoin               w6 [ pass ]  45957
main.flush_logs_not_windows              w4 [ pass ]    164
sys_vars.aria_group_commit_basic         w7 [ pass ]    247
innodb.truncate_missing 'innodb'         w8 [ pass ]  12776
sys_vars.aria_group_commit_interval_basic w7 [ pass ]    207
main.almost_full                         w2 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:23:34
line
==24063== Thread 14:
==24063== Conditional jump or move depends on uninitialised value(s)
==24063==    at 0x1054951: chk_del (mi_check.c:184)
==24063==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==24063==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==24063==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==24063==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==24063==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==24063==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==24063==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==24063==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==24063==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==24063==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==24063==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==24063==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==24063==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/2/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/2/log/main.almost_full/'
parts.partition_engine_myisam            w1 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:23:34
line
==3955== Thread 6:
==3955== Conditional jump or move depends on uninitialised value(s)
==3955==    at 0x1054951: chk_del (mi_check.c:184)
==3955==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==3955==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==3955==    by 0xCF6187: ha_partition::handle_opt_part(THD*, st_ha_check_opt*, unsigned int, unsigned int) (ha_partition.cc:1320)
==3955==    by 0xCF6325: ha_partition::handle_opt_partitions(THD*, st_ha_check_opt*, unsigned int) (ha_partition.cc:1496)
==3955==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==3955==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==3955==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==3955==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==3955==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==3955==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==3955==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==3955==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==3955==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==3955==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==3955==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==3955==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/1/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/1/log/parts.partition_engine_myisam/'
main.ps_4heap                            w5 [ pass ]   4580
sys_vars.aria_log_file_size_basic        w7 [ pass ]    250
main.subselect_notembedded               w6 [ pass ]   3424
innodb.undo_log 'innodb'                 w8 [ pass ]   2412
perfschema.table_lock_aggregate_thread_4u_2t w3 [ pass ]  11843
sys_vars.aria_log_purge_type_basic       w7 [ pass ]    287
main.subselect_nulls                     w6 [ pass ]    307
sys_vars.aria_max_sort_file_size_basic   w7 [ pass ]    248
main.subselect_partial_match             w6 [ pass ]   2557
sys_vars.aria_page_checksum_basic        w7 [ pass ]    258
sys_vars.aria_pagecache_age_threshold_basic w7 [ pass ]    283
parts.partition_exch_myisam              w1 [ pass ]   2530
main.ps_5merge                           w5 [ pass ]   9794
sys_vars.aria_pagecache_buffer_size_basic w7 [ pass ]    213
parts.partition_exch_qa                  w1 [ pass ]   1325
sys_vars.aria_pagecache_division_limit_basic w7 [ pass ]    265
perfschema.table_lock_aggregate_thread_4u_3t w3 [ pass ]  11915
parts.partition_exch_qa_11               w1 [ pass ]    665
sys_vars.aria_pagecache_file_hash_size_basic w7 [ pass ]    176
main.flush_ssl                           w4 [ pass ]  21818
sys_vars.aria_recover_options_basic      w7 [ pass ]    256
perfschema.table_schema                  w3 [ pass ]   2096
parts.partition_exch_qa_12               w1 [ pass ]    693
main.ps_ddl                              w5 [ pass ]   9274
sys_vars.aria_repair_threads_basic       w7 [ pass ]    245
parts.partition_exch_qa_13               w1 [ pass ]    590
perfschema.temp_table_io                 w3 [ pass ]    762
parts.partition_exch_qa_14               w1 [ skipped ]  Test requires: 'have_symlink'
sys_vars.aria_sort_buffer_size_basic     w7 [ pass ]    264
main.ps_ddl1                             w5 [ pass ]   1659
main.flush_table                         w4 [ pass ]   4813
perfschema.threads_history               w3 [ pass ]   1786
sys_vars.aria_stats_method_basic         w7 [ pass ]    245
parts.partition_exch_qa_1_myisam         w1 [ pass ]   1083
main.frm_bad_row_type-7333               w4 [ pass ]    348
perfschema.threads_mysql_linux           w3 [ pass ]    200
sys_vars.aria_sync_log_dir_basic         w7 [ pass ]    234
parts.partition_exch_qa_2                w1 [ pass ]    772
perfschema.threads_mysql_windows         w3 [ skipped ]  Need windows
sys_vars.aria_used_for_temp_tables_basic w7 [ pass ]    209
parts.partition_exch_qa_4_myisam         w1 [ pass ]   1117
main.fulltext                            w4 [ pass ]   3965
perfschema.trigger_table_io              w3 [ pass ]   1071
sys_vars.auto_increment_increment_basic  w7 [ pass ]    383
perfschema.unary_digest                  w3 [ pass ]    310
sys_vars.auto_increment_increment_func   w7 [ pass ]    379
parts.partition_exch_qa_5_myisam         w1 [ pass ]   1043
main.ps_error                            w5 [ pass ]  10901
perfschema.update_order-3837             w3 [ pass ]    196
sys_vars.auto_increment_offset_basic     w7 [ pass ]    283
parts.partition_exch_qa_6                w1 [ pass ]    650
perfschema.user_var_func                 w3 [ pass ]    646
sys_vars.auto_increment_offset_func      w7 [ pass ]    373
main.ps_grant                            w5 [ pass ]   1182
parts.partition_exch_qa_7_myisam         w1 [ pass ]    751
main.fulltext2                           w4 [ pass ]   8146
sys_vars.autocommit_basic                w7 [ pass ]    292
main.ps_max_subselect-5113               w5 [ pass ]    335
perfschema.view_table_io                 w3 [ pass ]    958
parts.partition_exch_qa_8_myisam         w1 [ pass ]   1042
main.fulltext3                           w4 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2020-10-02 15:24:28
line
==4629== Thread 6:
==4629== Conditional jump or move depends on uninitialised value(s)
==4629==    at 0x1054951: chk_del (mi_check.c:184)
==4629==    by 0x104F83D: ha_myisam::check(THD*, st_ha_check_opt*) (ha_myisam.cc:1028)
==4629==    by 0xA8B658: handler::ha_check(THD*, st_ha_check_opt*) (handler.cc:4599)
==4629==    by 0x97FCFF: mysql_admin_table(THD*, TABLE_LIST*, st_ha_check_opt*, char const*, thr_lock_type, bool, bool, unsigned int, int (*)(THD*, TABLE_LIST*, st_ha_check_opt*), int (handler::*)(THD*, st_ha_check_opt*), int (*)(THD*, TABLE_LIST*, st_ha_check_opt*)) [clone .constprop.272] (sql_admin.cc:807)
==4629==    by 0x9812F5: Sql_cmd_check_table::execute(THD*) (sql_admin.cc:1396)
==4629==    by 0x87BF1F: mysql_execute_command(THD*) (sql_parse.cc:5959)
==4629==    by 0x880B3B: mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) (sql_parse.cc:8021)
==4629==    by 0x882BFD: dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) (sql_parse.cc:1868)
==4629==    by 0x883EA0: do_command(THD*) (sql_parse.cc:1349)
==4629==    by 0x9720F1: do_handle_one_connection(CONNECT*, bool) (sql_connect.cc:1410)
==4629==    by 0x9723B3: handle_one_connection (sql_connect.cc:1312)
==4629==    by 0xCF94BC: pfs_spawn_thread (pfs.cc:2201)
==4629==    by 0x4E3EEA4: start_thread (in /usr/lib64/libpthread-2.17.so)
==4629==    by 0x6ACC96C: clone (in /usr/lib64/libc-2.17.so)
^ Found warnings in /var/tmp/mtr/4/log/mysqld.1.err
ok

 - skipping '/var/tmp/mtr/4/log/main.fulltext3/'
sys_vars.automatic_sp_privileges_basic   w7 [ pass ]    263
main.ps_not_windows                      w5 [ pass ]    248
period.create                            w3 [ pass ]    273
parts.partition_exchange_memory          w1 [ skipped ]  debug_sync is not available
sys_vars.automatic_sp_privileges_func    w7 [ pass ]    291
parts.partition_exchange_myisam          w1 [ skipped ]  debug_sync is not available
main.query_cache_28249                   w5 [ pass ]    539
plugins.audit_null                       w3 [ pass ]    610
sys_vars.basedir_basic                   w7 [ pass ]    187
plugins.auth_ed25519                     w3 [ pass ]    780
parts.partition_mgm_lc0_memory           w1 [ pass ]   2141
sys_vars.big_tables_basic                w7 [ pass ]    298
plugins.auth_v0100                       w3 [ pass ]    327
sys_vars.bind_address_basic              w7 [ pass ]    216
plugins.cassandra_reinstall              w3 [ skipped ]  No Cassandra engine
main.fulltext_cache                      w4 [ pass ]   1011
parts.partition_mgm_lc0_myisam           w1 [ pass ]   2440
innodb.xa_recovery 'innodb'              w8 [ pass ]  57831
sys_vars.binlog_annotate_row_events_basic w7 [ pass ]    210
plugins.cracklib_password_check          w3 [ pass ]    399
main.fulltext_charsets                   w4 [ pass ]    220
parts.partition_open                     w1 [ pass ]    288
sys_vars.binlog_annotate_row_events_grant w7 [ pass ]    252
main.query_cache_merge                   w5 [ pass ]  11614
plugins.dialog                           w3 [ pass ]    390
main.fulltext_derived_4257               w4 [ pass ]    205
sys_vars.binlog_cache_size_basic         w7 [ pass ]    249
innodb_fts.basic 'innodb'                w8 [ pass ]   4024
plugins.false_dupes-6543                 w3 [ pass ]    297
main.fulltext_derived_4316               w4 [ pass ]    252
main.query_cache_ps_no_prot              w5 [ pass ]   1389
sys_vars.binlog_cache_size_grant         w7 [ pass ]    265
plugins.fulltext_plugin                  w3 [ pass ]    240
main.fulltext_distinct                   w4 [ pass ]    291
main.query_cache_ps_ps_prot              w5 [ skipped ]  Test requires: ps-protocol enabled, other protocols disabled
parts.partition_special_myisam           w1 [ pass ]   5764
sys_vars.binlog_checksum_basic           w7 [ pass ]    140
plugins.show_all_plugins                 w3 [ skipped ]  requires udf_example.so
main.fulltext_left_join                  w4 [ pass ]    652
main.query_cache_with_views              w5 [ pass ]   1137
sys_vars.binlog_commit_wait_count_basic  w7 [ pass ]    158
plugins.simple_password_check            w3 [ pass ]    710
innodb_fts.fts_kill_query 'innodb'       w8 [ pass ]   5049
main.fulltext_multi                      w4 [ pass ]    172
parts.partition_syntax_myisam            w1 [ pass ]   2481
main.quick_select_4161                   w5 [ skipped ]  debug_sync is not available
sys_vars.binlog_commit_wait_count_grant  w7 [ pass ]    206
plugins.sql_error_log                    w3 [ pass ]    368
parts.show_create                        w1 [ pass ]    337
main.fulltext_order_by                   w4 [ pass ]    755
sys_vars.binlog_commit_wait_usec_basic   w7 [ pass ]    125
main.read_only                           w5 [ pass ]   1308
plugins.two_password_validations         w3 [ pass ]    460
main.alter_table_mdev539_maria           w2 [ pass ]  75143
parts.truncate_locked                    w1 [ pass ]    212
main.fulltext_update                     w4 [ pass ]    291
sys_vars.binlog_commit_wait_usec_grant   w7 [ pass ]    262
main.rename                              w5 [ pass ]    796
parts.update_and_cache                   w1 [ pass ]    291
main.fulltext_var                        w4 [ pass ]    245
sys_vars.binlog_direct_non_transactional_updates_basic w7 [ pass ]    195
main.renamedb                            w5 [ pass ]    100
sys_vars.binlog_file_cache_size_grant    w7 [ pass ]    234
main.func_bit                            w4 [ pass ]    800
main.repair_symlink-5543                 w5 [ skipped ]  Test requires: 'have_symlink'
perfschema.part_table_io                 w1 [ pass ]   1196
sys_vars.binlog_format_basic             w7 [ pass ]    212
main.replace                             w5 [ pass ]    298
perfschema.partition                     w1 [ pass ]    271
sys_vars.binlog_optimize_thread_scheduling_basic w7 [ pass ]    196
main.replace_returning                   w5 [ pass ]    597
period.alter                             w1 [ pass ]    998
roles.acl_load_mutex-5170                w3 [ pass ]   9958
sys_vars.binlog_row_image_basic          w7 [ pass ]    218
main.replace_returning_datatypes         w5 [ pass ]    223
period.long_unique                       w1 [ pass ]    300
innodb_fts.fulltext 'innodb'             w8 [ pass ]  19398
sys_vars.binlog_row_image_grant          w7 [ pass ]    254
roles.admin                              w3 [ pass ]    787
main.replace_returning_err               w5 [ pass ]    298
type_inet.type_inet6_partition           w1 [ pass ]    275
sys_vars.binlog_row_metadata_basic       w7 [ pass ]    256
roles.create_and_drop_current            w3 [ pass ]    223
main.reset_connection                    w5 [ pass ]    256
vcol.partition                           w1 [ pass ]    288
main.subselect_sj                        w6 [ pass ]  95987
sys_vars.binlog_row_metadata_grant       w7 [ pass ]    218
roles.create_and_drop_role               w3 [ pass ]    729
main.rollback                            w5 [ pass ]    191
vcol.upgrade                             w1 [ pass ]    463
main.subselect_sj_aria                   w6 [ pass ]    337
sys_vars.binlog_stmt_cache_size_basic    w7 [ pass ]    253
roles.create_and_drop_role_invalid_user_table w3 [ pass ]   1150
main.round                               w5 [ pass ]    606
sys_vars.binlog_stmt_cache_size_grant    w7 [ pass ]    220
roles.create_and_grant_role              w3 [ pass ]    146
sys_vars.bulk_insert_buffer_size_basic   w7 [ pass ]    377
main.row                                 w5 [ pass ]   1499
roles.current_role_view-12666            w3 [ pass ]    464
main.func_compress                       w4 [ pass ]  24336
sys_vars.character_set_client_basic      w7 [ pass ]    923
roles.default_create_user_not_role       w3 [ pass ]    209
sys_vars.character_set_client_func       w7 [ pass ]    229
main.func_concat                         w4 [ pass ]   1095
sys_vars.gtid_cleanup_batch_size_grant   w1 [ pass ]    482
main.alter_table_mdev539_myisam          w2 [ pass ]  37184
sys_vars.character_set_connection_basic  w7 [ pass ]    699
sys_vars.gtid_current_pos_basic          w1 [ pass ]    138
main.func_crypt                          w4 [ pass ]    618
roles.definer                            w3 [ pass ]   4759
sys_vars.character_set_connection_func   w7 [ pass ]    238
sys_vars.gtid_domain_id_basic            w1 [ pass ]    142
main.alter_user                          w2 [ pass ]   1316
main.func_date_add                       w4 [ pass ]    725
innodb_fts.fulltext2 'innodb'            w8 [ pass ]  25606
roles.drop_current_role                  w3 [ pass ]    118
sys_vars.gtid_domain_id_grant            w1 [ pass ]    306
sys_vars.character_set_database_basic    w7 [ pass ]    776
main.func_default                        w4 [ pass ]    314
main.analyze                             w2 [ pass ]    630
roles.drop_current_user-5176             w3 [ pass ]    257
sys_vars.gtid_ignore_duplicates_basic    w1 [ pass ]    142
innodb_fts.fulltext3 'innodb'            w8 [ pass ]   1480
sys_vars.character_set_database_func     w7 [ pass ]    669
main.func_des_encrypt                    w4 [ pass ]    322
roles.drop_routines                      w3 [ pass ]    330
sys_vars.gtid_ignore_duplicates_grant    w1 [ pass ]    256
sys_vars.character_set_filesystem_basic  w7 [ pass ]    781
innodb_fts.fulltext_cache 'innodb'       w8 [ pass ]    827
main.analyze_format_json                 w2 [ pass ]   3633
main.func_digest                         w4 [ pass ]   1598
sys_vars.gtid_pos_auto_engines_grant     w1 [ pass ]    251
roles.flush_roles-12366                  w3 [ pass ]   2310
main.func_encrypt_nossl                  w4 [ skipped ]  only without SSL
sys_vars.character_set_results_basic     w7 [ pass ]    767
innodb_fts.fulltext_distinct 'innodb'    w8 [ pass ]    799
main.analyze_stmt                        w2 [ pass ]   1164
sys_vars.gtid_seq_no_basic               w1 [ pass ]    149
roles.flush_roles-17898                  w3 [ pass ]    346
main.func_encrypt_ucs2                   w4 [ pass ]    214
sys_vars.character_set_results_func      w7 [ pass ]    244
sys_vars.gtid_seq_no_grant               w1 [ pass ]    268
main.analyze_stmt_privileges             w2 [ pass ]    382
roles.grant-5771                         w3 [ pass ]    188
main.func_equal                          w4 [ pass ]    232
sys_vars.character_set_server_basic      w7 [ pass ]    722
sys_vars.gtid_slave_pos_basic            w1 [ pass ]    307
innodb_fts.fulltext_left_join 'innodb'   w8 [ pass ]   3765
roles.grant_empty                        w3 [ pass ]    231
main.func_extract                        w4 [ pass ]    598
sys_vars.character_set_server_func       w7 [ pass ]    224
sys_vars.gtid_slave_pos_grant            w1 [ pass ]    239
sys_vars.log_disabled_statements_basic   w3 [ pass ]    236
sys_vars.character_set_system_basic      w7 [ pass ]    190
sys_vars.gtid_strict_mode_basic          w1 [ pass ]    204
sys_vars.log_error_func                  w3 [ pass ]    160
sys_vars.character_sets_dir_basic        w7 [ pass ]    276
innodb_fts.fulltext_misc 'innodb'        w8 [ pass ]   5093
sys_vars.gtid_strict_mode_grant          w1 [ pass ]    196
sys_vars.log_output_basic                w3 [ pass ]    348
sys_vars.have_compress_basic             w1 [ pass ]    168
sys_vars.collation_connection_basic      w7 [ pass ]   1392
main.analyze_stmt_privileges2            w2 [ pass ]  11856
innodb_fts.fulltext_multi 'innodb'       w8 [ pass ]   1525
sys_vars.log_output_func                 w3 [ pass ]    393
sys_vars.have_crypt_basic                w1 [ pass ]    189
sys_vars.collation_connection_func       w7 [ pass ]    244
main.ansi                                w2 [ pass ]    269
sys_vars.log_queries_not_using_indexes_basic w3 [ pass ]    228
sys_vars.have_dynamic_loading_basic      w1 [ pass ]    151
main.assign_key_cache_debug              w2 [ skipped ]  debug_sync is not available
innodb_fts.fulltext_order_by 'innodb'    w8 [ pass ]   2349
sys_vars.log_slave_updates_basic         w3 [ pass ]    189
sys_vars.collation_database_basic        w7 [ pass ]   1352
sys_vars.have_geometry_basic             w1 [ pass ]    201
innodb_fts.fulltext_update 'innodb'      w8 [ pass ]    614
sys_vars.log_slow_disabled_statements_basic w3 [ pass ]    204
main.rowid_filter                        w5 [ pass ]  48525
main.auto_increment                      w2 [ pass ]   1716
sys_vars.collation_database_func         w7 [ pass ]    339
sys_vars.have_openssl_basic              w1 [ pass ]    161
main.func_group                          w4 [ pass ]  16989
innodb_fts.fulltext_var 'innodb'         w8 [ pass ]    671
main.backup_aria                         w2 [ pass ]    644
sys_vars.have_profiling_basic            w1 [ pass ]    171
sys_vars.collation_server_basic          w7 [ pass ]   1072
sys_vars.have_query_cache_basic          w1 [ pass ]    134
main.bad_frm_crash_5029                  w2 [ pass ]    263
main.rowid_filter_myisam                 w5 [ pass ]   3939
sys_vars.collation_server_func           w7 [ pass ]    276
main.func_hybrid_type                    w4 [ pass ]   3437
sys_vars.have_rtree_keys_basic           w1 [ pass ]    178
main.bench_count_distinct                w2 [ pass ]    493
sys_vars.completion_type_basic           w7 [ pass ]    281
main.schema                              w5 [ pass ]    434
main.func_if                             w4 [ pass ]    517
sys_vars.have_ssl_basic                  w1 [ pass ]    179
sys_vars.concurrent_insert_basic         w7 [ pass ]    241
main.second_frac-9175                    w5 [ pass ]    136
main.bigint                              w2 [ pass ]   1092
sys_vars.have_symlink_basic              w1 [ pass ]    167
sys_vars.concurrent_insert_func          w7 [ pass ]    300
main.binary                              w2 [ pass ]    515
sys_vars.histogram_size_basic            w1 [ pass ]    296
innodb_fts.innodb-fts-ddl 'innodb'       w8 [ pass ]  10758
sys_vars.connect_timeout_basic           w7 [ pass ]    210
main.binary_to_hex                       w2 [ pass ]    546
sys_vars.histogram_type_basic            w1 [ pass ]    283
sys_vars.connect_timeout_grant           w7 [ pass ]    190
sys_vars.log_slow_disabled_statements_func w3 [ pass ]  16704
main.blackhole_plugin                    w2 [ pass ]    306
sys_vars.hostname_basic                  w1 [ pass ]    174
sys_vars.datadir_basic                   w7 [ pass ]    175
sys_vars.log_slow_filter_basic           w3 [ pass ]    240
main.bool                                w2 [ pass ]    299
sys_vars.identity_basic                  w1 [ pass ]    282
innodb_fts.innodb-fts-fic 'innodb'       w8 [ pass ]   5310
sys_vars.date_format_basic               w7 [ pass ]    225
sys_vars.log_slow_rate_limit_basic       w3 [ pass ]    237
sys_vars.ignore_builtin_innodb_basic     w1 [ pass ]    162
sys_vars.datetime_format_basic           w7 [ pass ]    235
sys_vars.log_slow_verbosity_basic        w3 [ pass ]    243
sys_vars.in_transaction_basic            w1 [ pass ]    175
main.func_in                             w4 [ pass ]  17417
sys_vars.log_tc_size_basic               w3 [ pass ]     70
sys_vars.deadlock_search_depth_long_basic w7 [ pass ]    227
sys_vars.init_connect_basic              w1 [ pass ]    350
sys_vars.deadlock_search_depth_short_basic w7 [ pass ]    225
main.func_int                            w4 [ pass ]    348
sys_vars.log_warnings_basic              w3 [ pass ]    294
main.brackets                            w2 [ pass ]   7033
sys_vars.init_connect_grant              w1 [ pass ]    237
sys_vars.deadlock_timeout_long_basic     w7 [ pass ]    189
sys_vars.long_query_time_basic           w3 [ pass ]    329
main.func_isnull                         w4 [ pass ]    509
main.bug12427262                         w2 [ pass ]    325
sys_vars.init_file_basic                 w1 [ pass ]    277
sys_vars.deadlock_timeout_short_basic    w7 [ pass ]    336
sys_vars.low_priority_updates_basic      w3 [ pass ]    341
main.bug13633383                         w2 [ pass ]    265
main.subselect_sj_jcl6                   w6 [ pass ]  93100
sys_vars.debug_mutex_deadlock_detector_basic w7 [ skipped ]  needs safemutex deadlock detector
sys_vars.init_slave_basic                w1 [ pass ]    256
main.func_json                           w4 [ pass ]   2113
sys_vars.lower_case_file_system_basic    w3 [ pass ]    149
innodb_fts.innodb_fts_large_records 'innodb' w8 [ pass ]  14045
main.bulk_replace                        w2 [ pass ]    148
sys_vars.debug_no_thread_alarm_basic     w7 [ pass ]    191
sys_vars.init_slave_grant                w1 [ pass ]    206
main.func_like                           w4 [ pass ]    824
sys_vars.lower_case_table_names_basic    w3 [ pass ]    147
sys_vars.debug_sync_basic                w7 [ skipped ]  debug_sync is not available
main.case                                w2 [ pass ]   1170
sys_vars.insert_id_basic                 w1 [ pass ]    257
sys_vars.master_verify_checksum_basic    w3 [ pass ]    130
sys_vars.default_master_connection_basic w7 [ pass ]    202
sys_vars.insert_id_func                  w1 [ pass ]    423
sys_vars.master_verify_checksum_grant    w3 [ pass ]    218
main.cast                                w2 [ pass ]   2572
sys_vars.default_regex_flags_basic       w7 [ pass ]    185
sys_vars.interactive_timeout_basic       w1 [ pass ]    301
sys_vars.max_allowed_packet_basic        w3 [ pass ]    346
main.subselect_sj_mat                    w6 [ pass ]  10684
sys_vars.default_tmp_storage_engine_basic w7 [ pass ]    351
main.change_user                         w2 [ pass ]    695
main.func_math                           w4 [ pass ]   6935
sys_vars.max_allowed_packet_func         w3 [ pass ]    199
sys_vars.default_week_format_basic       w7 [ pass ]    262
main.subselect_sj_nonmerged              w6 [ pass ]    911
main.func_op                             w4 [ pass ]    163
sys_vars.interactive_timeout_func        w1 [ pass ]   2285
sys_vars.max_binlog_cache_size_basic     w3 [ pass ]    326
sys_vars.default_week_format_func        w7 [ pass ]    134
main.func_regexp                         w4 [ pass ]    368
sys_vars.join_buffer_size_basic          w1 [ pass ]    345
sys_vars.max_binlog_cache_size_grant     w3 [ pass ]    203
sys_vars.delay_key_write_basic           w7 [ pass ]    236
main.change_user_notembedded             w2 [ pass ]   5259
main.func_regexp_pcre                    w4 [ pass ]    857
sys_vars.join_buffer_space_limit_basic   w1 [ pass ]    243
sys_vars.max_binlog_size_basic           w3 [ pass ]    338
sys_vars.delayed_insert_limit_basic      w7 [ pass ]    288
main.charset_client_win                  w2 [ skipped ]  Need windows
sys_vars.join_cache_level_basic          w1 [ pass ]    223
main.func_sapdb                          w4 [ pass ]    519
sys_vars.max_binlog_size_grant           w3 [ pass ]    241
sys_vars.delayed_insert_limit_func       w7 [ pass ]    926
sys_vars.keep_files_on_create_basic      w1 [ pass ]    342
main.sum_distinct                        w6 [ pass ]   9264
main.func_set                            w4 [ pass ]    451
sys_vars.max_binlog_stmt_cache_size_basic w3 [ pass ]    357
sys_vars.delayed_insert_timeout_basic    w7 [ pass ]    281
main.symlink                             w6 [ skipped ]  Test requires: 'have_symlink'
sys_vars.key_buffer_size_basic           w1 [ pass ]    313
sys_vars.max_binlog_stmt_cache_size_grant w3 [ pass ]    231
main.symlink-aria-11902                  w6 [ skipped ]  debug_sync is not available
sys_vars.delayed_queue_size_basic        w7 [ pass ]    270
sys_vars.key_buffer_size_func            w1 [ pass ]    284
sys_vars.max_connect_errors_basic        w3 [ pass ]    285
main.symlink-myisam-11902                w6 [ skipped ]  debug_sync is not available
sys_vars.disconnect_on_expired_password_grant w7 [ pass ]    260
sys_vars.key_cache_age_threshold_basic   w1 [ pass ]    320
sys_vars.max_connect_errors_grant        w3 [ pass ]    212
main.synchronization                     w6 [ pass ]    676
sys_vars.div_precision_increment_basic   w7 [ pass ]    352
sys_vars.key_cache_block_size_basic      w1 [ pass ]    309
main.func_str                            w4 [ pass ]   8027
sys_vars.max_connections_basic           w3 [ pass ]    273
main.system_mysql_db                     w6 [ pass ]    324
sys_vars.div_precision_increment_func    w7 [ pass ]    315
sys_vars.key_cache_division_limit_basic  w1 [ pass ]    295
sys_vars.max_connections_grant           w3 [ pass ]    193
main.func_system                         w4 [ pass ]    298
sys_vars.encrypt_tmp_disk_tables_basic   w7 [ pass ]    222
main.system_mysql_db_507                 w6 [ pass ]    882
sys_vars.key_cache_file_hash_size_basic  w1 [ pass ]    298
sys_vars.max_delayed_threads_basic       w3 [ pass ]    331
main.func_test                           w4 [ pass ]    721
sys_vars.error_count_basic               w7 [ pass ]    169
main.system_mysql_db_refs                w6 [ pass ]    341
sys_vars.key_cache_segments_basic        w1 [ pass ]    221
sys_vars.max_digest_length_basic         w3 [ pass ]    182
sys_vars.event_scheduler_basic           w7 [ pass ]    373
sys_vars.large_files_support_basic       w1 [ pass ]    158
sys_vars.max_error_count_basic           w3 [ pass ]    315
main.table_elim                          w6 [ pass ]   1874
sys_vars.expensive_subquery_limit_basic  w7 [ pass ]    263
sys_vars.large_page_size_basic           w1 [ pass ]    195
sys_vars.max_heap_table_size_basic       w3 [ pass ]    392
main.table_elim_debug                    w6 [ pass ]    181
sys_vars.expire_logs_days_basic          w7 [ pass ]    278
sys_vars.large_pages_basic               w1 [ pass ]    162
sys_vars.max_insert_delayed_threads_basic w3 [ pass ]    284
main.table_keyinfo-6838                  w6 [ pass ]    194
innodb_fts.innodb_fts_misc 'innodb'      w8 [ pass ]  49982
sys_vars.expire_logs_days_grant          w7 [ pass ]    176
main.select                              w5 [ pass ]  80359
sys_vars.last_gtid_basic                 w1 [ pass ]    100
sys_vars.max_join_size_basic             w3 [ pass ]    259
main.table_options                       w6 [ pass ]    390
sys_vars.explicit_defaults_for_timestamp_basic w7 [ pass ]    174
sys_vars.last_insert_id_basic            w1 [ pass ]    224
sys_vars.max_join_size_func              w3 [ pass ]    335
main.func_time                           w4 [ pass ]  13606
main.check                               w2 [ pass ]  35152
main.select_found                        w5 [ pass ]   2540
sys_vars.lc_messages_basic               w1 [ pass ]    265
sys_vars.explicit_defaults_for_timestamp_off w7 [ pass ]    567
sys_vars.max_length_for_sort_data_basic  w3 [ pass ]    333
main.table_value_constr                  w6 [ pass ]   2567
main.func_time_hires                     w4 [ pass ]    407
main.check_constraint                    w2 [ pass ]    597
sys_vars.external_user_basic             w7 [ pass ]    100
sys_vars.lc_messages_dir_basic           w1 [ pass ]    247
sys_vars.max_password_errors_grant       w3 [ pass ]    198
main.tablelock                           w6 [ pass ]    304
main.check_constraint_show               w2 [ pass ]    127
sys_vars.extra_max_connections_basic     w7 [ pass ]    203
main.func_time_round                     w4 [ pass ]   1018
sys_vars.max_prepared_stmt_count_basic   w3 [ pass ]    279
main.temp_table_frm                      w6 [ pass ]    267
sys_vars.lc_time_names_basic             w1 [ pass ]   1533
main.func_timestamp                      w4 [ pass ]    110
sys_vars.extra_max_connections_grant     w7 [ pass ]    210
main.client_xml                          w2 [ pass ]    667
sys_vars.max_prepared_stmt_count_func    w3 [ pass ]    359
sys_vars.lc_time_names_func              w1 [ pass ]    238
main.temp_table_symlink                  w6 [ pass ]    312
sys_vars.extra_port_basic                w7 [ pass ]    200
main.func_weight_string                  w4 [ pass ]    435
main.column_compression_utf16            w2 [ pass ]    238
sys_vars.max_relay_log_size_basic        w3 [ pass ]    319
sys_vars.license_basic                   w1 [ pass ]    210
main.temporal_literal                    w6 [ pass ]    871
sys_vars.flush_basic                     w7 [ pass ]    241
main.comment_column                      w2 [ pass ]   1063
sys_vars.local_infile_basic              w1 [ pass ]    244
sys_vars.max_seeks_for_key_basic         w3 [ pass ]    318
main.temporal_scale_4283                 w6 [ pass ]    197
sys_vars.flush_time_basic                w7 [ pass ]    250
innodb_fts.innodb_fts_misc_1 'innodb'    w8 [ pass ]  19543
sys_vars.local_infile_func               w1 [ pass ]    326
sys_vars.max_seeks_for_key_func          w3 [ pass ]    522
main.comment_column2                     w2 [ pass ]    979
main.timeout                             w6 [ pass ]    345
main.function_defaults                   w4 [ pass ]   5239
sys_vars.foreign_key_checks_basic        w7 [ pass ]    292
sys_vars.lock_wait_timeout_basic         w1 [ pass ]    358
sys_vars.max_sort_length_basic           w3 [ pass ]    336
main.function_defaults_notembedded       w4 [ skipped ]  debug_sync is not available
main.comment_database                    w2 [ pass ]    265
sys_vars.ft_boolean_syntax_basic         w7 [ pass ]    306
innodb_fts.innodb_fts_multiple_index 'innodb' w8 [ pass ]   3060
sys_vars.locked_in_memory_basic          w1 [ pass ]    168
main.gcc296                              w4 [ pass ]    145
sys_vars.max_sort_length_func            w3 [ pass ]    406
main.comment_index                       w2 [ pass ]    920
sys_vars.ft_boolean_syntax_func          w7 [ pass ]    405
sys_vars.log_bin_basic                   w1 [ pass ]    213
sys_vars.max_sp_recursion_depth_basic    w3 [ pass ]    342
main.get_diagnostics                     w4 [ pass ]   1245
main.comment_table                       w2 [ pass ]    476
sys_vars.ft_max_word_len_basic           w7 [ pass ]    178
sys_vars.log_bin_compress_grant          w1 [ pass ]    218
sys_vars.max_sp_recursion_depth_func     w3 [ pass ]    397
sys_vars.ft_min_word_len_basic           w7 [ pass ]    174
main.comments                            w2 [ pass ]    245
sys_vars.log_bin_compress_min_len_grant  w1 [ pass ]    184
main.timezone                            w6 [ pass ]    836
sys_vars.max_statement_time_basic        w3 [ pass ]    353
sys_vars.ft_query_expansion_limit_basic  w7 [ pass ]    208
main.compare                             w2 [ pass ]    392
sys_vars.log_bin_trust_function_creators_basic w1 [ pass ]    271
sys_vars.max_tmp_tables_basic            w3 [ pass ]    395
sys_vars.ft_stopword_file_basic          w7 [ pass ]    196
sys_vars.log_bin_trust_function_creators_grant w1 [ pass ]    250
sys_vars.max_user_connections-2          w3 [ pass ]    128
sys_vars.general_log_basic               w7 [ pass ]    191
sys_vars.myisam_repair_threads_basic     w1 [ pass ]    432
main.gis                                 w4 [ pass ]   9899
sys_vars.max_write_lock_count_basic      w3 [ pass ]    246
sys_vars.general_log_func                w7 [ pass ]    257
sys_vars.myisam_sort_buffer_size_basic   w1 [ pass ]    371
main.gis-json                            w4 [ pass ]    307
sys_vars.metadata_locks_hash_instances_basic w3 [ pass ]    163
sys_vars.group_concat_max_len_basic      w7 [ pass ]    305
sys_vars.myisam_stats_method_basic       w1 [ pass ]    289
main.gis-loaddata                        w4 [ pass ]    196
sys_vars.min_examined_row_limit_basic    w3 [ pass ]    318
sys_vars.group_concat_max_len_func       w7 [ pass ]    276
main.timezone2                           w6 [ pass ]   3113
sys_vars.myisam_stats_method_func        w1 [ pass ]    904
sys_vars.mrr_buffer_size_basic           w3 [ pass ]    195
sys_vars.gtid_binlog_pos_basic           w7 [ pass ]    131
sys_vars.myisam_use_mmap_basic           w1 [ pass ]    178
sys_vars.myisam_block_size_basic         w3 [ pass ]    211
sys_vars.gtid_binlog_state_basic         w7 [ pass ]    159
sys_vars.mysql56_temporal_format_basic   w1 [ pass ]    257
sys_vars.myisam_data_pointer_size_basic  w3 [ pass ]    337
sys_vars.gtid_binlog_state_grant         w7 [ pass ]    219
sys_vars.mysql56_temporal_format_func    w1 [ pass ]    354
sys_vars.myisam_max_sort_file_size_basic w3 [ pass ]    301
sys_vars.rand_seed2_basic                w7 [ pass ]    228
sys_vars.named_pipe_basic                w1 [ skipped ]  Need windows
sys_vars.myisam_mmap_size_basic          w3 [ pass ]    232
innodb_fts.innodb_fts_plugin 'innodb'    w8 [ pass ]  32145
sys_vars.range_alloc_block_size_basic    w7 [ pass ]    348
main.timezone3                           w6 [ pass ]    716
sys_vars.net_buffer_length_basic         w1 [ pass ]    325
sys_vars.rpl_semi_sync_slave_enabled_basic w3 [ pass ]    311
sys_vars.read_binlog_speed_limit_grant   w7 [ pass ]    201
sys_vars.net_read_timeout_basic          w1 [ pass ]    331
sys_vars.rpl_semi_sync_slave_enabled_grant w3 [ pass ]    297
sys_vars.read_buffer_size_basic          w7 [ pass ]    374
sys_vars.net_retry_count_basic           w1 [ pass ]    344
innodb_fts.innodb_fts_proximity 'innodb' w8 [ pass ]   5007
sys_vars.rpl_semi_sync_slave_kill_conn_timeout_grant w3 [ pass ]    222
sys_vars.read_only_basic                 w7 [ pass ]    268
sys_vars.net_write_timeout_basic         w1 [ pass ]    382
sys_vars.rpl_semi_sync_slave_trace_level_basic w3 [ pass ]    351
sys_vars.read_only_func                  w7 [ pass ]    248
sys_vars.old_alter_table_basic           w1 [ pass ]    481
sys_vars.rpl_semi_sync_slave_trace_level_grant w3 [ pass ]    207
sys_vars.read_only_grant                 w7 [ pass ]    233
main.timezone4                           w6 [ pass ]    126
sys_vars.old_basic                       w1 [ pass ]    178
sys_vars.secure_auth_basic               w3 [ pass ]    348
sys_vars.read_rnd_buffer_size_basic      w7 [ pass ]    289
sys_vars.old_mode_basic                  w1 [ pass ]    334
sys_vars.secure_auth_grant               w3 [ pass ]    209
sys_vars.relay_log_basic                 w7 [ pass ]    205
sys_vars.old_passwords_basic             w1 [ pass ]    314
sys_vars.secure_file_priv_basic          w3 [ pass ]    296
sys_vars.relay_log_info_file_basic       w7 [ pass ]    192
sys_vars.old_passwords_func              w1 [ pass ]    334
main.select_jcl6                         w5 [ pass ]  80931
sys_vars.server_id_basic                 w3 [ pass ]    265
sys_vars.relay_log_purge_basic           w7 [ pass ]    266
sys_vars.open_files_limit_basic          w1 [ pass ]    186
main.select_safe                         w5 [ pass ]    378
sys_vars.server_id_grant                 w3 [ pass ]    279
sys_vars.relay_log_purge_grant           w7 [ pass ]    195
main.timezone_grant                      w6 [ pass ]   1899
sys_vars.optimizer_prune_level_basic     w1 [ pass ]    333
main.servers                             w5 [ pass ]    197
sys_vars.relay_log_recovery_basic        w7 [ pass ]    269
sys_vars.session_track_system_variables_basic w3 [ pass ]    426
sys_vars.optimizer_search_depth_basic    w1 [ pass ]    316
main.tmp_table_count-7586                w6 [ pass ]    969
sys_vars.relay_log_recovery_grant        w7 [ pass ]    208
main.set_operation                       w5 [ pass ]   2020
sys_vars.optimizer_selectivity_sampling_limit_basic w1 [ pass ]    295
main.gis-precise                         w4 [ pass ]  46821
sys_vars.show_vs_valstr                  w3 [ pass ]   2460
sys_vars.relay_log_space_limit_basic     w7 [ pass ]    236
main.set_operation_oracle                w5 [ pass ]    562
sys_vars.optimizer_switch_basic          w1 [ pass ]    343
sys_vars.skip_external_locking_basic     w3 [ pass ]    144
sys_vars.replicate_annotate_row_events_basic w7 [ pass ]    172
main.gis-rt-precise                      w4 [ pass ]   1207
sys_vars.optimizer_use_condition_selectivity_basic w1 [ pass ]    269
sys_vars.skip_networking_basic           w3 [ pass ]    188
sys_vars.replicate_do_db_basic           w7 [ pass ]    196
main.set_password                        w5 [ pass ]    961
sys_vars.oqgraph_allow_create_integer_latch_basic w1 [ pass ]     50
sys_vars.skip_parallel_replication_basic w3 [ pass ]    131
sys_vars.replicate_do_db_grant           w7 [ pass ]    206
sys_vars.pfs_digests_size_basic          w1 [ pass ]    204
sys_vars.skip_replication_basic          w3 [ pass ]    233
main.gis-rtree                           w4 [ pass ]   4499
sys_vars.replicate_do_table_basic        w7 [ pass ]    182
main.set_statement                       w5 [ pass ]   2617
sys_vars.pfs_max_digest_length_basic     w1 [ pass ]    206
sys_vars.skip_show_database_basic        w3 [ pass ]    250
main.gis_notembedded                     w4 [ pass ]    388
sys_vars.replicate_do_table_grant        w7 [ pass ]    265
main.compress                            w2 [ pass ]  72321
sys_vars.pid_file_basic                  w1 [ pass ]    132
main.set_statement_notembedded           w5 [ pass ]   2159
sys_vars.slave_allow_batching_basic      w3 [ pass ]    151
sys_vars.replicate_events_marked_for_skip_basic w7 [ pass ]    135
innodb_fts.innodb_fts_stopword_charset 'innodb' w8 [ pass ]  39161
main.constraints                         w2 [ pass ]    559
main.grant5                              w4 [ pass ]   1221
sys_vars.plugin_maturity_basic           w1 [ pass ]    163
main.set_statement_profiling             w5 [ pass ]    203
sys_vars.slave_compressed_protocol_basic w3 [ pass ]    274
sys_vars.replicate_events_marked_for_skip_grant w7 [ pass ]    228
main.contributors                        w2 [ pass ]     90
main.grant_4332                          w4 [ pass ]    925
main.show                                w5 [ pass ]     84
sys_vars.port_basic                      w1 [ pass ]    255
sys_vars.slave_compressed_protocol_grant w3 [ pass ]    204
sys_vars.replicate_ignore_db_basic       w7 [ pass ]    188
main.count_distinct                      w2 [ pass ]    567
main.grant_binlog_replay                 w4 [ pass ]    239
main.show_bad_definer-5553               w5 [ pass ]    198
sys_vars.preload_buffer_size_basic       w1 [ pass ]    339
sys_vars.slave_ddl_exec_mode_basic       w3 [ pass ]    187
sys_vars.replicate_ignore_db_grant       w7 [ pass ]    193
sys_vars.preudo_thread_id_grant          w1 [ pass ]    252
main.show_create_user                    w5 [ pass ]    240
sys_vars.slave_ddl_exec_mode_grant       w3 [ pass ]    176
sys_vars.replicate_ignore_table_basic    w7 [ pass ]    187
main.grant_cache_no_prot                 w4 [ pass ]   1778
main.show_function_with_pad_char_to_full_length w5 [ pass ]    220
sys_vars.slave_domain_parallel_threads_basic w3 [ pass ]     84
sys_vars.profiling_basic                 w1 [ pass ]    307
sys_vars.replicate_ignore_table_grant    w7 [ pass ]    202
innodb_fts.innodb_fts_transaction 'innodb' w8 [ pass ]   9854
main.grant_cache_ps_prot                 w4 [ skipped ]  Need ps-protocol
sys_vars.slave_transaction_retries_basic w5 [ pass ]    270
sys_vars.slave_domain_parallel_threads_grant w3 [ pass ]    203
sys_vars.profiling_history_size_basic    w1 [ pass ]    262
sys_vars.replicate_wild_do_table_basic   w7 [ pass ]    163
main.grant_explain_non_select            w4 [ pass ]    690
sys_vars.slave_exec_mode_basic           w3 [ pass ]    148
sys_vars.progress_report_time_basic      w1 [ pass ]    204
sys_vars.slave_transaction_retry_interval_basic w5 [ pass ]    298
sys_vars.replicate_wild_do_table_grant   w7 [ pass ]    210
main.create                              w2 [ pass ]   9396
main.grant_kill                          w4 [ pass ]    651
innodb_gis.0 'innodb'                    w8 [ pass ]   4026
sys_vars.slave_exec_mode_grant           w3 [ pass ]    204
sys_vars.protocol_version_basic          w1 [ pass ]    174
sys_vars.slave_transaction_retry_interval_grant w5 [ pass ]    202
sys_vars.replicate_wild_ignore_table_basic w7 [ pass ]    159
main.create-uca                          w2 [ pass ]    189
main.grant_lowercase_fs                  w4 [ skipped ]  Test requires: 'case_insensitive_fs'
sys_vars.slave_load_tmpdir_basic         w3 [ pass ]    231
sys_vars.proxy_protocol_networks_grant   w1 [ pass ]    223
sys_vars.slave_type_conversions_basic    w5 [ pass ]    114
sys_vars.replicate_wild_ignore_table_grant w7 [ pass ]    272
main.create_drop_db                      w2 [ pass ]    230
main.grant_master_admin                  w4 [ pass ]    235
sys_vars.proxy_user_basic                w1 [ pass ]     77
sys_vars.slave_max_allowed_packet_basic  w3 [ pass ]    303
sys_vars.slave_type_conversions_grant    w5 [ pass ]    214
sys_vars.report_host_basic               w7 [ pass ]    169
main.grant_not_windows                   w4 [ pass ]    163
main.create_drop_event                   w2 [ pass ]   1353
sys_vars.slave_max_allowed_packet_grant  w3 [ pass ]    211
sys_vars.pseudo_slave_mode_basic         w1 [ pass ]    297
sys_vars.slow_launch_time_basic          w5 [ pass ]    303
sys_vars.report_password_basic           w7 [ pass ]    175
main.grant_read_only                     w4 [ pass ]    286
main.create_drop_index                   w2 [ pass ]    208
innodb_gis.1 'innodb'                    w8 [ pass ]   8313
sys_vars.slave_net_timeout_basic         w3 [ pass ]    271
sys_vars.pseudo_thread_id_basic          w1 [ pass ]    233
sys_vars.slow_launch_time_grant          w5 [ pass ]    204
sys_vars.report_port_basic               w7 [ pass ]    220
sys_vars.ssl_cipher_basic                w2 [ pass ]    199
main.grant_repair                        w4 [ pass ]    525
sys_vars.slave_net_timeout_grant         w3 [ pass ]    202
sys_vars.query_alloc_block_size_basic    w1 [ pass ]    323
sys_vars.slow_query_log_basic            w5 [ pass ]    252
sys_vars.report_user_basic               w7 [ pass ]    179
sys_vars.ssl_crl_basic                   w2 [ pass ]     91
main.grant_server                        w4 [ pass ]    307
sys_vars.slave_parallel_max_queued_basic w3 [ pass ]    108
sys_vars.query_cache_limit_basic         w1 [ pass ]    271
sys_vars.rowid_merge_buff_size_basic     w7 [ pass ]    216
sys_vars.ssl_crlpath_basic               w2 [ pass ]     96
main.grant_slave_admin                   w4 [ pass ]    390
sys_vars.slave_parallel_max_queued_grant w3 [ pass ]    201
sys_vars.query_cache_limit_func          w1 [ pass ]    369
innodb_gis.alter_spatial_index 'innodb'  w8 [ pass ]   5836
sys_vars.rpl_semi_sync_master_enabled_basic w7 [ pass ]    784
sys_vars.ssl_key_basic                   w2 [ pass ]    205
sys_vars.slave_parallel_mode_grant       w3 [ pass ]    198
sys_vars.query_cache_min_res_unit_basic  w1 [ pass ]    330
innodb_gis.bug16236208 'innodb'          w8 [ pass ]    310
sys_vars.rpl_semi_sync_master_enabled_grant w7 [ pass ]    211
sys_vars.stored_program_cache_basic      w2 [ pass ]    233
main.greedy_optimizer                    w4 [ pass ]   2537
sys_vars.slave_parallel_threads_grant    w3 [ pass ]    205
innodb_gis.bug17057168 'innodb'          w8 [ skipped ]  Need "--big-test" when running with Valgrind
sys_vars.rpl_semi_sync_master_timeout_basic w7 [ pass ]    230
sys_vars.query_cache_size_basic          w1 [ pass ]    293
sys_vars.stored_program_cache_func       w2 [ pass ]    261
sys_vars.slave_parallel_workers_grant    w3 [ pass ]    192
sys_vars.rpl_semi_sync_master_timeout_grant w7 [ pass ]    205
sys_vars.query_cache_strip_comments_basic w1 [ pass ]    232
sys_vars.sync_binlog_basic               w2 [ pass ]    295
sys_vars.slave_run_triggers_for_rbr_grant w3 [ pass ]    189
sys_vars.query_cache_type_basic          w1 [ pass ]    264
sys_vars.rpl_semi_sync_master_trace_level_basic w7 [ pass ]    310
innodb_gis.create_spatial_index 'innodb' w8 [ pass ]   3634
sys_vars.sync_binlog_grant               w2 [ pass ]    229
sys_vars.slave_skip_errors_basic         w3 [ pass ]    151
sys_vars.rpl_semi_sync_master_trace_level_grant w7 [ pass ]    161
sys_vars.query_cache_type_func           w1 [ pass ]    446
main.group_by                            w4 [ pass ]   6729
sys_vars.sync_frm_basic                  w2 [ pass ]    249
sys_vars.slave_sql_verify_checksum_basic w3 [ pass ]    180
sys_vars.rpl_semi_sync_master_wait_no_slave_basic w7 [ pass ]    273
main.group_by_null                       w4 [ pass ]    118
sys_vars.query_cache_wlock_invalidate_basic w1 [ pass ]    267
sys_vars.sync_master_info_basic          w2 [ pass ]    196
sys_vars.slave_sql_verify_checksum_grant w3 [ pass ]    225
sys_vars.rpl_semi_sync_master_wait_no_slave_grant w7 [ pass ]    188
sys_vars.query_cache_wlock_invalidate_func w1 [ pass ]    344
sys_vars.sync_master_info_grant          w2 [ pass ]    205
sys_vars.slow_query_log_func             w5 [ pass ]  21496
innodb_gis.gis 'innodb'                  w8 [ pass ]   5966
sys_vars.thread_stack_basic              w3 [ pass ]    201
sys_vars.rpl_semi_sync_master_wait_point_basic w7 [ pass ]    254
sys_vars.query_prealloc_size_basic       w1 [ pass ]    311
sys_vars.sync_relay_log_basic            w2 [ pass ]    203
sys_vars.socket_basic                    w5 [ pass ]    236
sys_vars.time_format_basic               w3 [ pass ]    183
innodb_gis.gis_split_inf 'innodb'        w8 [ pass ]    983
sys_vars.rpl_semi_sync_master_wait_point_grant w7 [ pass ]    237
sys_vars.query_prealloc_size_func        w1 [ pass ]    188
sys_vars.sync_relay_log_grant            w2 [ pass ]    203
sys_vars.sort_buffer_size_basic          w5 [ pass ]    371
sys_vars.time_zone_basic                 w3 [ pass ]    369
sys_vars.rpl_semi_sync_slave_delay_master_grant w7 [ pass ]    207
sys_vars.rand_seed1_basic                w1 [ pass ]    219
sys_vars.sync_relay_log_info_basic       w2 [ pass ]    216
sys_vars.sql_auto_is_null_basic          w5 [ pass ]    206
sys_vars.time_zone_func                  w3 [ pass ]    360
sys_vars.wsrep_causal_reads_basic        w7 [ pass ]    194
sys_vars.wsrep_osu_method_basic          w1 [ pass ]    209
sys_vars.sync_relay_log_info_grant       w2 [ pass ]    207
sys_vars.sql_big_selects_basic           w5 [ pass ]    262
sys_vars.timestamp_basic                 w3 [ pass ]    295
innodb_gis.point_basic 'innodb'          w8 [ pass ]   5763
sys_vars.wsrep_certify_nonpk_basic       w7 [ pass ]    198
sys_vars.wsrep_provider_basic            w1 [ pass ]    225
sys_vars.system_time_zone_basic          w2 [ pass ]    154
sys_vars.sql_big_selects_func            w5 [ pass ]    245
sys_vars.timestamp_func                  w3 [ pass ]    168
sys_vars.wsrep_cluster_address_basic     w7 [ pass ]    299
sys_vars.wsrep_provider_options_basic    w1 [ pass ]    280
sys_vars.sysvars_wsrep '64bit'           w2 [ pass ]    623
sys_vars.sql_buffer_result_basic         w5 [ pass ]    276
main.trigger                             w6 [ pass ]  89549
innodb_gis.precise 'innodb'              w8 [ pass ]   1297
sys_vars.tmp_disk_table_size_basic       w3 [ pass ]    294
sys_vars.wsrep_cluster_name_basic        w7 [ pass ]    191
sys_vars.wsrep_recover_basic             w1 [ pass ]    153
sys_vars.table_definition_cache_basic    w2 [ pass ]    243
sys_vars.sql_buffer_result_func          w5 [ pass ]    239
main.trigger-compat                      w6 [ pass ]    846
sys_vars.tmpdir_basic                    w3 [ pass ]    181
innodb_gis.repeatable_spatial 'innodb'   w8 [ pass ]   1250
sys_vars.wsrep_convert_lock_to_trx_basic w7 [ pass ]    172
sys_vars.wsrep_replicate_myisam_basic    w1 [ pass ]    155
sys_vars.table_open_cache_basic          w2 [ pass ]    263
sys_vars.sql_log_bin_basic               w5 [ pass ]    303
main.trigger_no_defaults-11698           w6 [ pass ]    261
sys_vars.transaction_alloc_block_size_basic w3 [ pass ]    303
sys_vars.wsrep_data_home_dir_basic       w7 [ pass ]    186
sys_vars.wsrep_restart_slave_basic       w1 [ pass ]    158
sys_vars.tcp_keepalive_time              w2 [ pass ]    144
sys_vars.sql_log_off_basic               w5 [ pass ]    292
sys_vars.transaction_prealloc_size_basic w3 [ pass ]    320
innodb_gis.rt_precise 'innodb'           w8 [ pass ]   2799
sys_vars.wsrep_dbug_option_basic         w7 [ pass ]    183
sys_vars.wsrep_retry_autocommit_basic    w1 [ pass ]    204
sys_vars.tcp_nodelay                     w2 [ pass ]     92
sys_vars.sql_low_priority_updates_func   w5 [ pass ]    331
sys_vars.tx_isolation_basic              w3 [ pass ]    284
sys_vars.wsrep_debug_basic               w7 [ pass ]    217
sys_vars.wsrep_slave_fk_checks_basic     w1 [ pass ]    159
sys_vars.thread_handling_basic           w2 [ pass ]    159
main.trigger_notembedded                 w6 [ pass ]   4631
sys_vars.sql_mode_basic                  w5 [ pass ]    507
sys_vars.tx_read_only_basic              w3 [ pass ]    304
sys_vars.wsrep_desync_basic              w7 [ pass ]    186
sys_vars.wsrep_slave_threads_basic       w1 [ pass ]    170
innodb_gis.rtree 'innodb'                w8 [ pass ]   3310
sys_vars.thread_pool_idle_timeout_basic  w2 [ pass ]    206
sys_vars.sql_mode_func                   w5 [ pass ]    334
sys_vars.unique_checks_basic             w3 [ pass ]    250
main.trigger_null-8605                   w6 [ pass ]   1497
sys_vars.wsrep_dirty_reads_basic         w7 [ pass ]    199
sys_vars.wsrep_slave_uk_checks_basic     w1 [ pass ]    164
innodb_gis.rtree_add_index 'innodb'      w8 [ pass ]    424
sys_vars.thread_pool_idle_timeout_grant  w2 [ pass ]    238
sys_vars.sql_notes_basic                 w5 [ pass ]    330
sys_vars.updatable_views_with_limit_basic w3 [ pass ]    363
sys_vars.wsrep_drupal_282555_workaround_basic w7 [ pass ]    183
main.truncate                            w6 [ pass ]    520
sys_vars.wsrep_sst_auth_basic            w1 [ pass ]    181
sys_vars.thread_pool_max_threads_basic   w2 [ pass ]    234
sys_vars.sql_notes_func                  w5 [ pass ]    235
innodb_gis.rtree_multi_pk 'innodb'       w8 [ pass ]   1043
main.truncate_coverage                   w6 [ skipped ]  debug_sync is not available
sys_vars.updatable_views_with_limit_func w3 [ pass ]    297
sys_vars.wsrep_forced_binlog_format_basic w7 [ pass ]    161
sys_vars.wsrep_sst_donor_basic           w1 [ pass ]    175
sys_vars.thread_pool_max_threads_grant   w2 [ pass ]    203
innodb_gis.rtree_recovery 'innodb'       w8 [ skipped ]  Need "--big-test" when running with Valgrind
sys_vars.sql_quote_show_create_basic     w5 [ pass ]    290
sys_vars.use_stat_tables_basic           w3 [ pass ]    279
main.type_binary                         w6 [ pass ]    678
sys_vars.wsrep_gtid_domain_id_basic      w7 [ pass ]    173
sys_vars.wsrep_sst_donor_rejects_queries_basic w1 [ pass ]    160
sys_vars.thread_pool_min_threads_basic   w2 [ skipped ]  Need windows
innodb_gis.rtree_search 'innodb'         w8 [ skipped ]  Test requires: 'not_valgrind'
sys_vars.sql_quote_show_create_func      w5 [ pass ]    183
sys_vars.userstat_basic                  w3 [ pass ]    219
sys_vars.wsrep_gtid_mode_basic           w7 [ pass ]    192
sys_vars.wsrep_sst_method_basic          w1 [ pass ]    244
sys_vars.thread_pool_oversubscribe_basic w2 [ pass ]    233
sys_vars.sql_safe_updates_basic          w5 [ pass ]    290
sys_vars.version_basic                   w3 [ pass ]    155
sys_vars.wsrep_load_data_splitting_basic w7 [ pass ]    165
sys_vars.wsrep_sst_receive_address_basic w1 [ pass ]    176
sys_vars.thread_pool_oversubscribe_grant w2 [ pass ]    228
main.type_bit                            w6 [ pass ]   3903
sys_vars.sql_safe_updates_func           w5 [ pass ]    270
sys_vars.version_comment_basic           w3 [ pass ]    188
sys_vars.wsrep_log_conflicts_basic       w7 [ pass ]    169
sys_vars.wsrep_start_position_basic      w1 [ pass ]    199
sys_vars.thread_pool_stall_limit_basic   w2 [ pass ]    223
sys_vars.sql_select_limit_basic          w5 [ pass ]    255
sys_vars.version_compile_machine_basic   w3 [ pass ]    144
sys_vars.wsrep_max_ws_rows_basic         w7 [ pass ]    169
sys_vars.thread_pool_stall_limit_grant   w2 [ pass ]    192
sys_vars.wsrep_strict_ddl_basic          w1 [ pass ]    158
main.type_blob                           w6 [ pass ]   2752
sys_vars.sql_select_limit_func           w5 [ pass ]    344
sys_vars.version_compile_os_basic        w3 [ pass ]    185
sys_vars.wsrep_max_ws_size_basic         w7 [ pass ]    175
sys_vars.wsrep_sync_wait_basic           w1 [ pass ]    219
type_inet.type_inet6_memory              w2 [ pass ]    648
sys_vars.sql_slave_skip_counter_basic    w5 [ pass ]    204
sys_vars.version_malloc_library_basic    w3 [ pass ]    157
sys_vars.wsrep_mysql_replication_bundle_basic w7 [ pass ]    168
type_inet.func_inet_plugin               w1 [ pass ]    104
main.type_date                           w6 [ pass ]   2757
type_inet.type_inet6_myisam              w2 [ pass ]    635
innodb_gis.types 'innodb'                w8 [ pass ]  12490
sys_vars.version_ssl_library_basic       w3 [ pass ]     65
sys_vars.sql_warnings_basic              w5 [ pass ]    267
sys_vars.wsrep_node_address_basic        w7 [ pass ]    174
type_inet.type_inet6_mysql               w2 [ pass ]    165
main.type_date_round                     w6 [ pass ]    490
innodb_i_s.innodb_buffer_page 'innodb'   w8 [ pass ]    265
sys_vars.sql_warnings_func               w5 [ pass ]    189
sys_vars.wait_timeout_basic              w3 [ pass ]    327
sys_vars.wsrep_node_incoming_address_basic w7 [ pass ]    191
type_inet.type_inet6_oracle              w2 [ pass ]    211
innodb_i_s.innodb_buffer_page_lru 'innodb' w8 [ pass ]    146
sys_vars.ssl_ca_basic                    w5 [ pass ]    230
sys_vars.wsrep_node_name_basic           w7 [ pass ]    249
type_inet.type_inet6                     w1 [ pass ]   5704
type_inet.type_inet6_plugin              w2 [ pass ]     96
main.type_datetime                       w6 [ pass ]   3171
innodb_i_s.innodb_buffer_pool_stats 'innodb' w8 [ pass ]    134
sys_vars.ssl_capath_basic                w5 [ pass ]    144
sys_vars.wsrep_notify_cmd_basic          w7 [ pass ]    177
vcol.charsets                            w2 [ pass ]    181
type_inet.type_inet6_csv                 w1 [ pass ]    617
sys_vars.ssl_cert_basic                  w5 [ pass ]    163
innodb_i_s.innodb_cmp_per_index 'innodb' w8 [ pass ]     79
main.type_datetime_round                 w6 [ pass ]    531
sys_vars.wait_timeout_func               w3 [ pass ]   5378
vcol.vcol_handler_myisam                 w7 [ pass ]    302
vcol.cross_db                            w2 [ pass ]    271
vcol.wrong_arena                         w1 [ pass ]    339
innodb_i_s.innodb_cmpmem 'innodb'        w8 [ pass ]    160
sys_vars.warning_count_basic             w3 [ pass ]    301
vcol.delayed                             w2 [ pass ]    251
vcol.vcol_ins_upd_myisam                 w7 [ pass ]   1336
versioning.derived                       w1 [ pass ]   1161
main.type_decimal                        w6 [ pass ]   2942
innodb_i_s.innodb_lock_waits 'innodb'    w8 [ pass ]    140
sys_vars.wsrep_auto_increment_control_basic w3 [ pass ]    201
vcol.load_data                           w2 [ pass ]    178
vcol.vcol_keys_aria                      w7 [ pass ]    129
versioning.load_data                     w1 [ pass ]    262
innodb_i_s.innodb_locks 'innodb'         w8 [ pass ]    216
vcol.mrr                                 w2 [ pass ]    167
vcol.vcol_memory                         w7 [ pass ]    222
main.type_float                          w6 [ pass ]   2626
versioning.optimized                     w1 [ pass ]    465
innodb_i_s.innodb_metrics 'innodb'       w8 [ pass ]    178
vcol.vcol_merge                          w7 [ pass ]    270
vcol.myisam_repair_prefix_varchar        w2 [ pass ]    645
main.type_hex_hybrid                     w6 [ pass ]    429
innodb_i_s.innodb_sys_columns 'innodb'   w8 [ pass ]    125
versioning.sysvars                       w1 [ pass ]    742
vcol.vcol_non_stored_columns_myisam      w7 [ pass ]    881
vcol.not_supported                       w2 [ pass ]    338
innodb_i_s.innodb_sys_fields 'innodb'    w8 [ pass ]    123
main.type_int                            w6 [ pass ]   2545
main.group_min_max                       w4 [ pass ]  90069
vcol.range                               w2 [ pass ]    191
vcol.vcol_select_myisam                  w7 [ pass ]   1271
innodb_i_s.innodb_sys_foreign 'innodb'   w8 [ pass ]    144
main.type_interval                       w6 [ pass ]    198
main.handler_read_last                   w4 [ pass ]    279
vcol.update                              w2 [ pass ]    670
innodb_i_s.innodb_sys_foreign_cols 'innodb' w8 [ pass ]    153
vcol.vcol_sql_mode                       w7 [ pass ]    705
main.type_json                           w6 [ pass ]    480
versioning.rpl 'innodb,mix,timestamp'    w5 [ pass ]  11672
vcol.vcol_blocked_sql_funcs              w2 [ pass ]    779
innodb_i_s.innodb_sys_indexes 'innodb'   w8 [ pass ]    177
main.having                              w4 [ pass ]   2385
vcol.vcol_sql_mode_datetime              w7 [ pass ]    267
main.type_nchar                          w6 [ pass ]    238
versioning.rpl 'innodb,mix,myisam'       w3 [ pass ]   7515
innodb_i_s.innodb_sys_tables 'innodb'    w8 [ pass ]    113
vcol.vcol_column_def_options_myisam      w2 [ pass ]    507
vcol.vcol_sql_mode_time                  w7 [ pass ]    276
innodb_i_s.innodb_sys_virtual 'innodb'   w8 [ pass ]    118
vcol.vcol_csv                            w2 [ pass ]    230
vcol.vcol_sql_mode_timestamp             w7 [ pass ]    300
main.having_cond_pushdown                w4 [ pass ]   3641
versioning.rpl 'innodb,mix,trx_id'       w5 [ pass ]   5690
main.type_newdecimal                     w6 [ pass ]   4634
innodb_i_s.innodb_trx 'innodb'           w8 [ pass ]    133
vcol.vcol_handler_aria                   w2 [ pass ]    429
vcol.vcol_sql_mode_upgrade               w7 [ pass ]    858
main.help                                w4 [ pass ]   2195
main.type_num                            w6 [ pass ]   2782
innodb.innodb_bulk_create_index_replication 'innodb,mix' w1 [ pass ]  10884
main.implicit_char_to_num_conversion     w4 [ pass ]    870
main.type_ranges                         w6 [ pass ]   1368
main.in_datetime_241                     w4 [ pass ]    159
vcol.vcol_supported_sql_funcs            w7 [ pass ]   7617
innodb_zip.index_large_prefix 'innodb'   w8 [ pass ]   9205
main.type_row                            w6 [ pass ]    215
innodb_zip.index_large_prefix_4k 'innodb' w8 [ skipped ]  Test requires InnoDB with 4k Page size.
vcol.vcol_syntax                         w7 [ pass ]    353
main.type_temporal_mariadb53             w6 [ pass ]    492
innodb_zip.index_large_prefix_8k 'innodb' w8 [ skipped ]  Test requires InnoDB with 8k Page size.
main.in_subq_cond_pushdown               w4 [ pass ]   3694
vcol.vcol_trigger_sp_myisam              w7 [ pass ]    976
main.type_temporal_mysql56               w6 [ pass ]    220
vcol.vcol_view_myisam                    w7 [ pass ]    958
main.auth_rpl 'mix'                      w2 [ pass ]   5932
versioning.rpl 'heap,innodb,mix'         w5 [ pass ]   6927
main.type_time                           w6 [ pass ]   5116
gcol.rpl_gcol 'innodb,mix'               w1 [ pass ]   5015
main.type_time_6065                      w6 [ pass ]   2462
main.type_time_round                     w6 [ pass ]    861
main.index_intersect                     w4 [ pass ]  17222
main.information_schema2                 w4 [ pass ]    268
innodb_zip.prefix_index_liftedlimit 'innodb' w8 [ pass ]  21930
main.type_timestamp                      w6 [ pass ]   3335
main.information_schema_chmod            w4 [ pass ]    181
main.rpl_mysql_upgrade_slave_repo_check 'innodb,mix' w3 [ pass ]  34819
main.type_timestamp_round                w6 [ pass ]    634
compat/oracle.rpl_sp_package 'mix'       w7 [ pass ]   5159
main.type_uint                           w6 [ pass ]    312
main.information_schema_db               w4 [ pass ]   2714
versioning.rpl 'innodb,mix,traditional'  w5 [ pass ]   7141
sql_sequence.gtid 'innodb,row'           w2 [ pass ]  10309
main.information_schema_linux            w4 [ pass ]    203
main.type_varchar_mysql41                w6 [ pass ]    500
perfschema.rpl_statements 'innodb,mix'   w3 [ pass ]   6552
compat/oracle.rpl_sp_package_variables 'mix' w7 [ pass ]   3325
main.information_schema_parameters       w4 [ pass ]   1223
main.type_year                           w6 [ pass ]   1328
main.column_compression_rpl 'innodb,mix' w1 [ pass ]  24204
main.udf                                 w6 [ skipped ]  Need udf example
main.information_schema_prepare          w4 [ pass ]    173
main.udf_debug_sync                      w6 [ skipped ]  debug_sync is not available
sql_sequence.replication_mixed 'innodb,mix' w3 [ pass ]   3772
main.invisible_binlog 'mix'              w7 [ pass ]   3378
main.udf_notembedded                     w6 [ skipped ]  Need udf example
perfschema.rpl_gtid_func 'innodb,mix'    w1 [ pass ]   4991
main.udf_query_cache                     w6 [ skipped ]  Need udf example
main.rpl_mysqldump_slave 'mix'           w7 [ pass ]   5238
main.update_ignore_216                   w6 [ pass ]    226
vcol.rpl_vcol 'innodb,mix'               w1 [ pass ]   3266
roles.rpl_definer 'mix'                  w7 [ pass ]   3396
main.upgrade_MDEV-19650                  w6 [ pass ]   6843
versioning.rpl 'innodb,row,timestamp'    w2 [ pass ]  11992
mariabackup.rpl_slave_info 'mix'         w5 [ pass ]  15129
roles.show_grants_replicated 'mix'       w7 [ pass ]   3987
versioning.rpl 'innodb,row,traditional'  w3 [ pass ]   7833
sql_sequence.replication 'innodb,row'    w4 [ pass ]  13219
sys_vars.relay_log_basename_basic 'mix'  w7 [ pass ]   3503
versioning.rpl 'innodb,row,trx_id'       w2 [ pass ]   6777
main.upgrade_MDEV-23102-1                w6 [ pass ]  14317
vcol.binlog 'innodb,row'                 w1 [ pass ]   8626
sys_vars.relay_log_index_basic 'mix'     w7 [ pass ]   3955
sys_vars.rpl_init_slave_func 'mix'       w7 [ pass ]   5060
perfschema.relaylog 'mix'                w5 [ pass ]   5489
gcol.rpl_gcol 'innodb,row'               w3 [ pass ]   5894
type_inet.rpl_type_inet6 'mix'           w7 [ pass ]   2979
main.upgrade_MDEV-23102-2                w6 [ pass ]  13712
main.alter_table 'innodb,innodb'         w8 [ pass ]  75965
perfschema.rpl_threads 'mix'             w5 [ pass ]   3620
versioning.rpl 'heap,innodb,row'         w4 [ pass ]   6771
main.auth_rpl 'row'                      w2 [ pass ]   5468
main.userstat-badlogin-4824              w6 [ pass ]    518
main.varbinary                           w6 [ pass ]    749
main.variables_community                 w6 [ pass ]    303
mariabackup.rpl_slave_info 'row'         w1 [ pass ]  16881
compat/maxdb.rpl_mariadb_timestamp 'row' w7 [ pass ]   6046
roles.rpl_grant_revoke_current_role-8638 'mix' w5 [ pass ]   4807
main.column_compression_rpl 'innodb,row' w3 [ pass ]  29063
versioning.rpl 'heap,innodb,stmt'        w2 [ pass ]   8175
compat/oracle.rpl_mariadb_date 'row'     w7 [ pass ]   3556
versioning.rpl 'innodb,myisam,row'       w4 [ pass ]   7926
versioning.rpl_mix 'mix'                 w5 [ pass ]   4042
versioning.rpl 'innodb,stmt,traditional' w6 [ pass ]   8069
perfschema.rpl_gtid_func 'innodb,row'    w3 [ pass ]   4819
main.long_unique_bugs_replication 'row'  w7 [ pass ]   3750
main.stat_tables_repl 'row'              w1 [ pass ]   6864
vcol.rpl_vcol 'innodb,row'               w3 [ pass ]   3568
versioning.rpl 'innodb,myisam,stmt'      w2 [ pass ]   9739
sys_vars.relay_log_basename_basic 'row'  w5 [ pass ]   5025
innodb.innodb_bulk_create_index_replication 'innodb,row' w4 [ pass ]  12704
perfschema.relaylog 'row'                w7 [ pass ]   5010
sys_vars.relay_log_index_basic 'row'     w5 [ pass ]   3697
compat/oracle.rpl_sp_package 'row'       w1 [ pass ]   5670
gcol.rpl_gcol 'innodb,stmt'              w3 [ pass ]   5531
innodb.innodb_bulk_create_index_replication 'innodb,stmt' w6 [ pass ]  12092
perfschema.rpl_threads 'row'             w7 [ pass ]   4508
sys_vars.rpl_init_slave_func 'row'       w5 [ pass ]   4798
compat/oracle.rpl_sp_package_variables 'row' w1 [ pass ]   3999
main.alter_table 'aria,innodb'           w8 [ pass ]  80638
type_inet.rpl_type_inet6 'row'           w5 [ pass ]   3817
main.invisible_binlog 'row'              w1 [ pass ]   3196
versioning.rpl_row 'row'                 w4 [ pass ]   5651
main.rpl_mysqldump_slave 'row'           w1 [ pass ]   5008
mariabackup.rpl_slave_info 'stmt'        w2 [ pass ]  15794
perfschema.relaylog 'stmt'               w6 [ pass ]   4670
roles.rpl_definer 'row'                  w1 [ pass ]   4846
main.column_compression_rpl 'innodb,stmt' w3 [ pass ]  27918
perfschema.rpl_threads 'stmt'            w6 [ pass ]   4883
roles.show_grants_replicated 'row'       w1 [ pass ]   3286
sys_vars.secure_timestamp_no 'stmt'      w5 [ pass ]   5841
perfschema.rpl_gtid_func 'innodb,stmt'   w3 [ pass ]   4738
sql_sequence.slave_nextval 'row'         w7 [ pass ]  24071
vcol.rpl_vcol 'innodb,stmt'              w3 [ pass ]   3422
sys_vars.relay_log_index_basic 'stmt'    w2 [ pass ]   4936
versioning.rpl 'innodb,stmt,timestamp'   w4 [ pass ]  13508
type_inet.rpl_type_inet6 'stmt'          w6 [ pass ]   5586
sys_vars.rpl_init_slave_func 'stmt'      w2 [ pass ]   5424
roles.show_grants_replicated 'stmt'      w1 [ pass ]   4541
sys_vars.secure_timestamp_yes 'stmt'     w5 [ pass ]   4643
versioning.rpl 'innodb,stmt,trx_id'      w4 [ pass ]   6196
main.alter_table_errors 'innodb'         w3 [ pass ]   1816
sys_vars.relay_log_basename_basic 'stmt' w1 [ pass ]   2669
type_inet.rpl_row_binary_to_inet6 'row'  w7 [ pass ]   5261
main.analyze_stmt_orderby 'innodb'       w3 [ pass ]   3708
main.backup_lock_debug 'innodb'          w6 [ skipped ]  debug_sync is not available
type_inet.rpl_row_inet6_to_binary 'row'  w7 [ pass ]   3359
main.commit 'innodb'                     w3 [ pass ]   2587
main.backup_log 'innodb'                 w2 [ pass ]   5125
main.ctype_uca_innodb 'innodb'           w6 [ pass ]   3181
main.consistent_snapshot 'innodb'        w3 [ pass ]    453
main.alter_table 'heap,innodb'           w8 [ pass ]  69620
main.drop 'innodb'                       w2 [ pass ]   1597
main.endspace 'innodb'                   w6 [ pass ]   1865
main.events_trans_notembedded 'innodb'   w8 [ pass ]    684
main.alter_table_autoinc-5574 'innodb'   w1 [ pass ]   1407
compat/oracle.rpl_sp_package 'stmt'      w5 [ pass ]   5370
main.explain_json_innodb 'innodb'        w2 [ pass ]    624
sys_vars.secure_timestamp_rpl 'stmt'     w4 [ pass ]   5381
main.ext_key_noPK_6794 'innodb'          w6 [ pass ]    566
main.flush_block_commit 'innodb'         w2 [ pass ]   1510
main.deadlock_innodb 'innodb'            w3 [ pass ]   7616
main.fast_prefix_index_fetch_innodb 'innodb' w8 [ pass ]   3584
main.foreign_key 'innodb'                w6 [ pass ]    856
main.cache_innodb 'innodb'               w1 [ pass ]   2605
compat/oracle.rpl_sp_package_variables 'stmt' w5 [ pass ]   2836
main.func_analyse 'innodb'               w2 [ pass ]   1318
main.events_trans 'innodb'               w3 [ pass ]   1135
main.func_rollback 'innodb'              w8 [ pass ]   2042
sys_vars.secure_timestamp_super 'stmt'   w7 [ pass ]   5314
main.invisible_binlog 'stmt'             w5 [ pass ]   2802
main.func_group_innodb 'innodb'          w3 [ pass ]   2945
main.group_min_max_innodb 'innodb'       w2 [ pass ]   4515
main.rpl_mysqldump_slave 'stmt'          w4 [ pass ]   5338
main.innodb_mrr_cpk 'innodb'             w2 [ pass ]   5035
main.function_defaults_innodb 'innodb'   w6 [ pass ]  17287
main.insert_innodb 'innodb'              w2 [ pass ]    848
main.concurrent_innodb_safelog 'innodb'  w1 [ pass ]  20345
roles.rpl_definer 'stmt'                 w4 [ pass ]   3008
main.check_constraint_innodb 'innodb'    w5 [ pass ]   1889
main.index_intersect_innodb 'innodb'     w8 [ pass ]  17224
main.host_cache_size_functionality 'innodb' w3 [ pass ]  12481
main.auth_rpl 'stmt'                     w7 [ pass ]   4862
main.flush-innodb-notembedded 'innodb'   w5 [ pass ]   1261
main.flush-innodb 'innodb'               w1 [ pass ]   3008
main.gis-alter_table_online 'innodb'     w1 [ pass ]    369
main.group_by_innodb 'innodb'            w5 [ pass ]   2261
main.log_tables_upgrade 'innodb'         w8 [ pass ]   5834
main.keyread 'innodb'                    w1 [ pass ]    479
main.innodb_bug878769 'innodb'           w5 [ pass ]    502
main.merge_innodb 'innodb'               w1 [ pass ]    627
main.locked_temporary-5955 'innodb'      w5 [ pass ]    168
main.join_outer_innodb 'innodb'          w2 [ pass ]  15246
main.mrr_derived_crash_4610 'innodb'     w1 [ pass ]    638
main.innodb_group 'innodb'               w3 [ pass ]   1233
main.mdev13607 'innodb'                  w5 [ pass ]   1616
main.alter_table_trans 'innodb'          w7 [ pass ]   2686
main.column_compression 'innodb'         w4 [ pass ]   9515
main.multi_update_innodb 'innodb'        w5 [ pass ]   2742
main.flush_read_lock 'innodb'            w4 [ skipped ]  debug_sync is not available
main.innodb_utf8 'innodb'                w4 [ pass ]    357
main.mysql_upgrade_noengine 'innodb'     w8 [ pass ]  17065
main.loaddata_autocom_innodb 'innodb'    w4 [ pass ]    423
main.reopen_temp_table 'innodb'          w8 [ pass ]    843
main.long_unique_innodb 'innodb'         w3 [ pass ]  13165
main.concurrent_innodb_unsafelog 'innodb' w7 [ pass ]  10790
main.opt_trace_index_merge_innodb 'innodb' w5 [ pass ]   8015
main.simultaneous_assignment 'innodb'    w8 [ pass ]    853
main.mysql_upgrade_ssl 'innodb'          w1 [ pass ]  15162
main.query_cache_innodb 'innodb'         w4 [ pass ]   1819
main.progress_976225 'innodb'            w3 [ pass ]    864
main.ssl_and_innodb 'innodb'             w8 [ pass ]    243
main.order_by_optimizer_innodb 'innodb'  w5 [ pass ]   1615
main.single_delete_update_innodb 'innodb' w3 [ pass ]    613
main.ps_innodb 'innodb'                  w5 [ pass ]    551
main.subselect2 'innodb'                 w8 [ pass ]   2930
main.subselect-crash_15755 'innodb'      w3 [ pass ]   1337
main.system_mysql_db_fix40123 'innodb'   w8 [ skipped ]  Test need MYSQL_FIX_PRIVILEGE_TABLES
main.system_mysql_db_fix50117 'innodb'   w8 [ skipped ]  Test needs MYSQL_FIX_PRIVILEGE_TABLES
main.parser_bug21114_innodb 'innodb'     w2 [ pass ]  30025
main.order_by_innodb 'innodb'            w1 [ pass ]  11493
main.ctype_upgrade 'innodb'              w7 [ pass ]  12468
main.percona_nonflushing_analyze_debug 'innodb' w1 [ skipped ]  debug_sync is not available
main.information_schema_inno 'innodb'    w7 [ pass ]   1929
main.trigger-trans 'innodb'              w2 [ pass ]   4522
main.lowercase_table2 'innodb'           w7 [ skipped ]  Test requires: 'lowercase2'
main.transaction_timeout 'innodb'        w8 [ pass ]   8329
main.ps_qc_innodb 'innodb'               w7 [ pass ]    606
main.type_timestamp_hires 'innodb'       w2 [ pass ]   1714
main.subselect_sj2 'innodb'              w3 [ pass ]  15447
main.sp-group 'innodb'                   w7 [ pass ]    666
main.update_innodb 'innodb'              w2 [ pass ]   1472
main.system_mysql_db_fix50030 'innodb'   w3 [ skipped ]  Test needs MYSQL_FIX_PRIVILEGE_TABLES
main.type_num_innodb 'innodb'            w7 [ pass ]    650
main.unsafe_binlog_innodb 'innodb'       w8 [ pass ]   4731
perfschema.dml_file_instances 'innodb'   w2 [ pass ]    523
main.join_cache 'innodb'                 w6 [ pass ]  69086
perfschema.rollback_table_io 'innodb'    w8 [ pass ]    807
perfschema.sxlock_func 'innodb'          w2 [ pass ]    859
main.type_time_hires 'innodb'            w7 [ pass ]   2014
perfschema.table_name 'innodb'           w6 [ pass ]    437
perfschema.threads_innodb 'innodb'       w8 [ pass ]    187
plugins.processlist 'innodb'             w2 [ pass ]    369
main.unique 'innodb'                     w7 [ pass ]    333
main.xa 'innodb'                         w3 [ pass ]   7557
sql_sequence.mysqldump 'innodb'          w6 [ pass ]    605
sql_sequence.rebuild 'innodb'            w2 [ pass ]    379
sys_vars.completion_type_func 'innodb'   w6 [ pass ]    462
sys_vars.default_storage_engine_basic 'innodb' w2 [ pass ]    339
perfschema.innodb_table_io 'innodb'      w3 [ pass ]   1356
sys_vars.enforce_storage_engine_basic 'innodb' w6 [ pass ]    234
sys_vars.autocommit_func 'innodb'        w3 [ pass ]    327
sys_vars.foreign_key_checks_func 'innodb' w2 [ pass ]   1017
sys_vars.innodb_adaptive_flushing_lwm_basic 'innodb' w6 [ pass ]    306
sys_vars.innodb_adaptive_flushing_basic 'innodb' w3 [ pass ]    464
main.update 'innodb'                     w7 [ pass ]   8808
sys_vars.innodb_adaptive_hash_index_parts_basic 'innodb' w2 [ pass ]    225
sys_vars.innodb_adaptive_max_sleep_delay_basic 'innodb' w6 [ pass ]    252
sys_vars.innodb_adaptive_hash_index_basic 'innodb' w3 [ pass ]    430
sys_vars.innodb_background_scrub_data_check_interval_basic 'innodb' w2 [ pass ]    248
sys_vars.innodb_background_scrub_data_compressed_basic 'innodb' w6 [ pass ]    252
sys_vars.innodb_autoextend_increment_basic 'innodb' w3 [ pass ]    324
main.stat_tables_disabled 'innodb'       w1 [ pass ]  35863
sys_vars.innodb_background_scrub_data_uncompressed_basic 'innodb' w2 [ pass ]    219
sys_vars.innodb_buf_dump_status_frequency_basic 'innodb' w6 [ pass ]    204
sys_vars.innodb_background_scrub_data_interval_basic 'innodb' w3 [ pass ]    223
sys_vars.innodb_buffer_pool_dump_now_basic 'innodb' w2 [ pass ]    245
main.range_mrr_icp 'innodb'              w4 [ pass ]  54503
sys_vars.innodb_buffer_pool_dump_pct_basic 'innodb' w6 [ pass ]    264
main.type_bit_innodb 'innodb'            w1 [ pass ]   1632
sys_vars.innodb_buffer_pool_chunk_size_basic 'innodb' w3 [ pass ]    158
sys_vars.innodb_buffer_pool_load_abort_basic 'innodb' w2 [ pass ]    126
sys_vars.innodb_change_buffer_max_size_basic 'innodb' w6 [ pass ]    294
main.read_only_innodb 'innodb'           w4 [ pass ]   1347
sys_vars.innodb_buffer_pool_instances_basic 'innodb' w3 [ pass ]    142
main.range 'innodb'                      w5 [ pass ]  52767
main.type_temporal_innodb 'innodb'       w1 [ pass ]   1067
main.xtradb_mrr 'innodb'                 w7 [ pass ]  11209
sys_vars.innodb_cmp_per_index_enabled_basic 'innodb' w2 [ pass ]    499
sql_sequence.read_only 'innodb'          w8 [ pass ]  23985
sys_vars.innodb_commit_concurrency_basic 'innodb' w6 [ pass ]    264
sys_vars.innodb_checksum_algorithm_basic 'innodb' w3 [ pass ]    187
main.rowid_order_innodb 'innodb'         w4 [ pass ]    921
sys_vars.innodb_data_home_dir_basic 'innodb' w2 [ pass ]    185
sys_vars.innodb_deadlock_detect_basic 'innodb' w8 [ pass ]    262
sys_vars.innodb_default_row_format_basic 'innodb' w6 [ pass ]    131
sys_vars.innodb_compression_level_basic 'innodb' w3 [ pass ]    317
main.strict_autoinc_2innodb 'innodb'     w4 [ pass ]    248
sys_vars.innodb_defragment_fill_factor_n_recs_basic 'innodb' w2 [ pass ]    150
perfschema.misc 'innodb'                 w7 [ pass ]   3981
sys_vars.innodb_defragment_frequency_basic 'innodb' w8 [ pass ]    181
sys_vars.innodb_defragment_basic 'innodb' w3 [ pass ]    126
sys_vars.innodb_buffer_pool_load_at_startup_basic 'innodb' w4 [ pass ]    121
sql_sequence.kill 'innodb'               w7 [ pass ]    208
sys_vars.innodb_compression_failure_threshold_pct_basic 'innodb' w4 [ pass ]    225
main.sp-innodb 'innodb'                  w5 [ pass ]   8782
sys_vars.innodb_defragment_fill_factor_basic 'innodb' w4 [ pass ]    174
sys_vars.innodb_buffer_pool_dump_at_shutdown_basic 'innodb' w1 [ pass ]  10357
sys_vars.innodb_change_buffering_basic 'innodb' w1 [ pass ]    255
sys_vars.innodb_concurrency_tickets_basic 'innodb' w1 [ pass ]    309
main.subselect_innodb 'innodb'           w5 [ pass ]  19852
main.subselect_sj2_jcl6 'innodb'         w5 [ pass ]  10134
sys_vars.innodb_compression_pad_pct_max_basic 'innodb' w5 [ pass ]    253
stress.ddl_innodb 'innodb'               w7 [ pass ]  37516
sys_vars.innodb_autoinc_lock_mode_basic 'innodb' w7 [ pass ]    188
sys_vars.innodb_data_file_path_basic 'innodb' w7 [ pass ]    141
valgrind_report                          w0 [ pass ]       
--------------------------------------------------------------------------
The servers were restarted 1436 times
Spent 43359.798 of 10344 seconds executing testcases

Completed: Failed 35/5340 tests, 99.34% were successful.

Failing test(s): binlog_encryption.encrypted_master rpl.rpl_parallel_optimistic_xa rpl.rpl_create_drop_index rpl.rpl_ps rpl.rpl_read_only rpl.rpl_stm_000001 rpl.rpl_gtid_basic rpl.rpl_create_drop_trigger rpl.rpl_circular_for_4_hosts rpl.rpl_manual_change_index_file rpl.show_status_stop_slave_race-7126 main.date_formats perfschema.transaction_nested_events main.mysql_client_test mariabackup.xb_rocksdb_datadir mariabackup.incremental_rocksdb main.myisam-blob mariabackup.xb_rocksdb parts.partition_alter2_1_myisam parts.partition_alter2_2_myisam main.mysql_client_test_comp main.key main.myisam maria.maria-gis-rtree-dynamic maria.maria parts.partition_alter1_1_2_myisam parts.partition_alter1_1_myisam parts.partition_alter1_2_myisam parts.partition_basic_myisam main.almost_full parts.partition_engine_myisam main.fulltext3

The log files in var/log may give you some hint of what went wrong.

If you want to report this error, please read first the documentation
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html

Errors/warnings were found in logfiles during server shutdown after running the
following sequence(s) of tests:
    connect.datest connect.json_udf_bin connect.odbc_postgresql connect.general connect.dir connect.json_udf connect.mysql_index connect.alter connect.xml_mdev5261 connect.xml2_mult connect.alter_xml connect.mysql connect.grant connect.odbc_sqlite3_grant connect.mul connect.xml_zip connect.odbc connect.zip connect.type_inet6 connect.csv connect.vec connect.ini_grant connect.bin connect.xml2_zip connect.xml2_grant connect.endian connect.mysql_new connect.infoschema2-9739 connect.odbc_oracle connect.tbl connect.null connect.odbc_firebird connect.occur connect.mysql_discovery connect.xml connect.xcol connect.mrr connect.pivot connect.alter_xml2 connect.mysql_grant connect.xml2_html connect.upd connect.index connect.xml_grant connect.xml2_mdev5261 connect.updelx2 connect.odbc_xls connect.xml_mult connect.infoschema-9739 connect.xml_html connect.temporary connect.fmt connect.dbf connect.unsigned connect.ini connect.odbc_sqlite3 connect.mysql_exec connect.fix connect.vcol connect.updelx connect.mul_new connect.xml2 connect.grant3
    binlog_encryption.encrypted_master
    binlog_encryption.encrypted_master
    rpl.rpl_stm_000001
    rpl.rpl_gtid_basic
    rpl.rpl_circular_for_4_hosts
    main.mysql_client_test
    mariabackup.xb_rocksdb_datadir
    mariabackup.incremental_rocksdb
    mariabackup.xb_rocksdb
    parts.backup_log_rocksdb
    main.mysql_client_test_comp
    plugins.server_audit2 plugins.server_audit
1067 tests were skipped, 344 by the test itself.

mysql-test-run: *** ERROR: there were failing test cases
+ MTR_RETCODE=1
+ [[ 1 -ne 0 ]]
+ tar czf logs.tar.gz /var/tmp/mtr
tar: Removing leading `/' from member names
+ sudo ls -la /tmp/
total 42700
drwxrwxrwt.  9 root  root     86016 Oct  2 15:40 .
dr-xr-xr-x. 17 root  root       224 Oct  2 12:46 ..
-rwxr-xr-x.  1 root  root  41406504 Oct  2 12:34 chef-solo
drwxrwxrwt.  2 root  root         6 Sep  9 18:16 .font-unix
drwxrwxrwt.  2 root  root         6 Sep  9 18:16 .ICE-unix
-rw-r--r--.  1 mysql mysql  1044828 Oct  2 15:40 mtr.xml
drwxrwxrwx.  2 mysql mysql       94 Oct  2 12:48 mysql-unique-ids
drwx------.  3 root  root        17 Oct  2 12:46 systemd-private-67917eec0a324d0c998ff389229c500f-chronyd.service-iSiJhp
drwxrwxrwt.  2 root  root         6 Sep  9 18:16 .Test-unix
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-from-vgdb-to-10250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:40 vgdb-pipe-from-vgdb-to-10544-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-from-vgdb-to-10603-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-from-vgdb-to-10821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:43 vgdb-pipe-from-vgdb-to-11168-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:11 vgdb-pipe-from-vgdb-to-11169-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:11 vgdb-pipe-from-vgdb-to-11171-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-from-vgdb-to-12026-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-from-vgdb-to-12140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12178-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12252-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12341-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12404-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12449-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12685-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-from-vgdb-to-12758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-from-vgdb-to-12868-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12923-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-from-vgdb-to-12984-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-from-vgdb-to-13233-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13245-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13456-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13635-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-from-vgdb-to-13714-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-from-vgdb-to-13816-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13833-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-from-vgdb-to-13890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-from-vgdb-to-13936-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:14 vgdb-pipe-from-vgdb-to-14158-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-from-vgdb-to-14205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-from-vgdb-to-14213-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-from-vgdb-to-14376-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-from-vgdb-to-14464-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-from-vgdb-to-14506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-from-vgdb-to-14690-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-from-vgdb-to-14729-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-14821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-14841-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-from-vgdb-to-14996-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-from-vgdb-to-15001-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:14 vgdb-pipe-from-vgdb-to-15039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-15087-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-from-vgdb-to-15106-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-15144-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-from-vgdb-to-15185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-15362-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-15448-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-from-vgdb-to-15457-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-from-vgdb-to-15470-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-from-vgdb-to-15508-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-from-vgdb-to-15510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:43 vgdb-pipe-from-vgdb-to-15581-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-from-vgdb-to-15670-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-15975-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-from-vgdb-to-16012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:34 vgdb-pipe-from-vgdb-to-1606-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16090-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16093-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16141-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16145-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16146-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:35 vgdb-pipe-from-vgdb-to-16152-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16247-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-from-vgdb-to-16250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16307-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16516-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16576-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-from-vgdb-to-16586-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-from-vgdb-to-16871-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-from-vgdb-to-17235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-from-vgdb-to-17289-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:45 vgdb-pipe-from-vgdb-to-17316-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-from-vgdb-to-17515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-from-vgdb-to-17623-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-from-vgdb-to-17785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-from-vgdb-to-17947-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-from-vgdb-to-18260-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:18 vgdb-pipe-from-vgdb-to-18345-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-from-vgdb-to-18591-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:18 vgdb-pipe-from-vgdb-to-18740-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-from-vgdb-to-18857-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-from-vgdb-to-18863-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:19 vgdb-pipe-from-vgdb-to-18970-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:19 vgdb-pipe-from-vgdb-to-19293-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:47 vgdb-pipe-from-vgdb-to-20170-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-from-vgdb-to-20204-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-from-vgdb-to-20390-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-from-vgdb-to-20403-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-from-vgdb-to-20537-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20698-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20702-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20801-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:01 vgdb-pipe-from-vgdb-to-2080-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20812-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-20817-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:59 vgdb-pipe-from-vgdb-to-21161-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21191-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21258-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21298-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21299-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21302-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21309-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-from-vgdb-to-21317-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21349-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21365-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21445-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21826-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-21912-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-from-vgdb-to-22050-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22264-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:21 vgdb-pipe-from-vgdb-to-22368-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22400-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22414-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-from-vgdb-to-22712-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22768-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-from-vgdb-to-22770-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-from-vgdb-to-22914-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:19 vgdb-pipe-from-vgdb-to-2292-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-from-vgdb-to-22934-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:22 vgdb-pipe-from-vgdb-to-23025-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-from-vgdb-to-23133-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-from-vgdb-to-23184-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:35 vgdb-pipe-from-vgdb-to-2335-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-from-vgdb-to-23548-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-from-vgdb-to-23604-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-from-vgdb-to-23949-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-from-vgdb-to-23950-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-from-vgdb-to-24163-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-from-vgdb-to-24175-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-from-vgdb-to-24177-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:23 vgdb-pipe-from-vgdb-to-24334-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-24417-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-24462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:23 vgdb-pipe-from-vgdb-to-24471-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-from-vgdb-to-24552-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-from-vgdb-to-24580-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-from-vgdb-to-24646-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-24781-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-24798-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-from-vgdb-to-24840-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:04 vgdb-pipe-from-vgdb-to-24855-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:49 vgdb-pipe-from-vgdb-to-24902-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-25020-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-from-vgdb-to-25029-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:49 vgdb-pipe-from-vgdb-to-25056-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-from-vgdb-to-25205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-25322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-25324-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-from-vgdb-to-25370-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:24 vgdb-pipe-from-vgdb-to-25474-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-25567-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:05 vgdb-pipe-from-vgdb-to-25610-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-from-vgdb-to-25663-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:50 vgdb-pipe-from-vgdb-to-25785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-26035-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-26039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-from-vgdb-to-26043-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:50 vgdb-pipe-from-vgdb-to-26063-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:25 vgdb-pipe-from-vgdb-to-26305-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-26418-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-26425-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:07 vgdb-pipe-from-vgdb-to-26467-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-26769-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-26771-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-26775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:26 vgdb-pipe-from-vgdb-to-26829-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:26 vgdb-pipe-from-vgdb-to-27012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:26 vgdb-pipe-from-vgdb-to-27047-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-27118-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-from-vgdb-to-27121-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:27 vgdb-pipe-from-vgdb-to-27231-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27428-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27625-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27640-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27823-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27847-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-from-vgdb-to-27870-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-from-vgdb-to-27890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:27 vgdb-pipe-from-vgdb-to-27985-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-from-vgdb-to-28094-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:28 vgdb-pipe-from-vgdb-to-28217-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:53 vgdb-pipe-from-vgdb-to-28241-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-from-vgdb-to-28313-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:28 vgdb-pipe-from-vgdb-to-28329-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-from-vgdb-to-28701-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:28 vgdb-pipe-from-vgdb-to-29018-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-from-vgdb-to-29032-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-from-vgdb-to-29211-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:55 vgdb-pipe-from-vgdb-to-29243-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29627-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29665-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29667-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29669-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-29756-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-29758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29773-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29777-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-29810-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:02 vgdb-pipe-from-vgdb-to-2986-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-29930-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-30017-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-from-vgdb-to-30028-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-30134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-30136-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-30167-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:57 vgdb-pipe-from-vgdb-to-30288-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:57 vgdb-pipe-from-vgdb-to-30290-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-30385-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-from-vgdb-to-30387-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-30472-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-30492-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-30502-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30509-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30511-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30517-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-30594-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30865-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-30867-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31120-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31125-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31131-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31153-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-from-vgdb-to-31157-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-31261-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-31281-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-from-vgdb-to-31287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31466-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31469-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31481-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31484-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-from-vgdb-to-31488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:32 vgdb-pipe-from-vgdb-to-31784-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:59 vgdb-pipe-from-vgdb-to-31911-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:33 vgdb-pipe-from-vgdb-to-32664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:21 vgdb-pipe-from-vgdb-to-3412-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:23 vgdb-pipe-from-vgdb-to-4326-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:03 vgdb-pipe-from-vgdb-to-4375-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:03 vgdb-pipe-from-vgdb-to-4461-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:23 vgdb-pipe-from-vgdb-to-4488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:59 vgdb-pipe-from-vgdb-to-451-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:59 vgdb-pipe-from-vgdb-to-453-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:04 vgdb-pipe-from-vgdb-to-4673-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:00 vgdb-pipe-from-vgdb-to-488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:35 vgdb-pipe-from-vgdb-to-5036-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:35 vgdb-pipe-from-vgdb-to-5159-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:05 vgdb-pipe-from-vgdb-to-6322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:33 vgdb-pipe-from-vgdb-to-664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:37 vgdb-pipe-from-vgdb-to-6824-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-from-vgdb-to-7894-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-from-vgdb-to-7935-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-from-vgdb-to-8173-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:08 vgdb-pipe-from-vgdb-to-8485-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-from-vgdb-to-8973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:39 vgdb-pipe-from-vgdb-to-8994-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:08 vgdb-pipe-from-vgdb-to-9048-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:41 vgdb-pipe-from-vgdb-to-9235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-from-vgdb-to-9311-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:29 vgdb-pipe-from-vgdb-to-9353-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:09 vgdb-pipe-from-vgdb-to-9446-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-from-vgdb-to-9463-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:41 vgdb-pipe-from-vgdb-to-9500-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-from-vgdb-to-9564-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-from-vgdb-to-9704-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:34 vgdb-pipe-from-vgdb-to-973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:09 vgdb-pipe-from-vgdb-to-9861-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-from-vgdb-to-9905-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:42 vgdb-pipe-shared-mem-vgdb-10250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:40 vgdb-pipe-shared-mem-vgdb-10544-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:42 vgdb-pipe-shared-mem-vgdb-10603-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:42 vgdb-pipe-shared-mem-vgdb-10821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:43 vgdb-pipe-shared-mem-vgdb-11168-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:11 vgdb-pipe-shared-mem-vgdb-11169-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:11 vgdb-pipe-shared-mem-vgdb-11171-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:32 vgdb-pipe-shared-mem-vgdb-12026-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:32 vgdb-pipe-shared-mem-vgdb-12140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12178-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12252-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12341-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12404-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12449-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12685-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:32 vgdb-pipe-shared-mem-vgdb-12758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:32 vgdb-pipe-shared-mem-vgdb-12868-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12923-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:12 vgdb-pipe-shared-mem-vgdb-12984-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:33 vgdb-pipe-shared-mem-vgdb-13233-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13245-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13456-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13635-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:33 vgdb-pipe-shared-mem-vgdb-13714-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:33 vgdb-pipe-shared-mem-vgdb-13816-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13833-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:13 vgdb-pipe-shared-mem-vgdb-13890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:33 vgdb-pipe-shared-mem-vgdb-13936-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:14 vgdb-pipe-shared-mem-vgdb-14158-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:33 vgdb-pipe-shared-mem-vgdb-14205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:14 vgdb-pipe-shared-mem-vgdb-14213-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:42 vgdb-pipe-shared-mem-vgdb-14376-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:34 vgdb-pipe-shared-mem-vgdb-14464-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:14 vgdb-pipe-shared-mem-vgdb-14506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:34 vgdb-pipe-shared-mem-vgdb-14690-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:14 vgdb-pipe-shared-mem-vgdb-14729-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-14821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-14841-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:42 vgdb-pipe-shared-mem-vgdb-14996-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:42 vgdb-pipe-shared-mem-vgdb-15001-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:14 vgdb-pipe-shared-mem-vgdb-15039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-15087-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:34 vgdb-pipe-shared-mem-vgdb-15106-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-15144-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:34 vgdb-pipe-shared-mem-vgdb-15185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-15362-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-15448-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:15 vgdb-pipe-shared-mem-vgdb-15457-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:15 vgdb-pipe-shared-mem-vgdb-15470-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:15 vgdb-pipe-shared-mem-vgdb-15508-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:15 vgdb-pipe-shared-mem-vgdb-15510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:43 vgdb-pipe-shared-mem-vgdb-15581-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:15 vgdb-pipe-shared-mem-vgdb-15670-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-15975-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:16 vgdb-pipe-shared-mem-vgdb-16012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:34 vgdb-pipe-shared-mem-vgdb-1606-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16090-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16093-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16141-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16145-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16146-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:35 vgdb-pipe-shared-mem-vgdb-16152-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16247-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:16 vgdb-pipe-shared-mem-vgdb-16250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16307-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16516-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16576-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:16 vgdb-pipe-shared-mem-vgdb-16586-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:16 vgdb-pipe-shared-mem-vgdb-16871-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:17 vgdb-pipe-shared-mem-vgdb-17235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:17 vgdb-pipe-shared-mem-vgdb-17289-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:45 vgdb-pipe-shared-mem-vgdb-17316-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:17 vgdb-pipe-shared-mem-vgdb-17515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:17 vgdb-pipe-shared-mem-vgdb-17623-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:17 vgdb-pipe-shared-mem-vgdb-17785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:17 vgdb-pipe-shared-mem-vgdb-17947-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:46 vgdb-pipe-shared-mem-vgdb-18260-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:18 vgdb-pipe-shared-mem-vgdb-18345-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:46 vgdb-pipe-shared-mem-vgdb-18591-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:18 vgdb-pipe-shared-mem-vgdb-18740-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:46 vgdb-pipe-shared-mem-vgdb-18857-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:46 vgdb-pipe-shared-mem-vgdb-18863-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:19 vgdb-pipe-shared-mem-vgdb-18970-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:19 vgdb-pipe-shared-mem-vgdb-19293-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:47 vgdb-pipe-shared-mem-vgdb-20170-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:47 vgdb-pipe-shared-mem-vgdb-20180-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:48 vgdb-pipe-shared-mem-vgdb-20204-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:48 vgdb-pipe-shared-mem-vgdb-20390-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:48 vgdb-pipe-shared-mem-vgdb-20403-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:48 vgdb-pipe-shared-mem-vgdb-20537-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20698-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20702-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20729-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20801-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:01 vgdb-pipe-shared-mem-vgdb-2080-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20812-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-20817-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:59 vgdb-pipe-shared-mem-vgdb-21161-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21191-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21258-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21298-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21299-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21302-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21309-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:49 vgdb-pipe-shared-mem-vgdb-21317-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21349-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21365-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21445-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21826-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-21912-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:50 vgdb-pipe-shared-mem-vgdb-22050-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22264-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:21 vgdb-pipe-shared-mem-vgdb-22368-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22400-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22414-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:23 vgdb-pipe-shared-mem-vgdb-22712-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22768-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:51 vgdb-pipe-shared-mem-vgdb-22770-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:23 vgdb-pipe-shared-mem-vgdb-22914-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:19 vgdb-pipe-shared-mem-vgdb-2292-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:23 vgdb-pipe-shared-mem-vgdb-22934-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:22 vgdb-pipe-shared-mem-vgdb-23025-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:52 vgdb-pipe-shared-mem-vgdb-23133-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:52 vgdb-pipe-shared-mem-vgdb-23184-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:52 vgdb-pipe-shared-mem-vgdb-23186-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:35 vgdb-pipe-shared-mem-vgdb-2335-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:23 vgdb-pipe-shared-mem-vgdb-23548-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:52 vgdb-pipe-shared-mem-vgdb-23604-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:48 vgdb-pipe-shared-mem-vgdb-23949-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:48 vgdb-pipe-shared-mem-vgdb-23950-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:48 vgdb-pipe-shared-mem-vgdb-24163-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:48 vgdb-pipe-shared-mem-vgdb-24175-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:48 vgdb-pipe-shared-mem-vgdb-24177-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:23 vgdb-pipe-shared-mem-vgdb-24334-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-24417-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-24462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:23 vgdb-pipe-shared-mem-vgdb-24471-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:24 vgdb-pipe-shared-mem-vgdb-24552-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:24 vgdb-pipe-shared-mem-vgdb-24580-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:24 vgdb-pipe-shared-mem-vgdb-24646-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-24781-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-24798-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:24 vgdb-pipe-shared-mem-vgdb-24840-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:04 vgdb-pipe-shared-mem-vgdb-24855-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:49 vgdb-pipe-shared-mem-vgdb-24902-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-25020-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:53 vgdb-pipe-shared-mem-vgdb-25029-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:49 vgdb-pipe-shared-mem-vgdb-25056-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:25 vgdb-pipe-shared-mem-vgdb-25205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-25322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-25324-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:25 vgdb-pipe-shared-mem-vgdb-25370-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:24 vgdb-pipe-shared-mem-vgdb-25474-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-25567-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:05 vgdb-pipe-shared-mem-vgdb-25610-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:25 vgdb-pipe-shared-mem-vgdb-25663-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:50 vgdb-pipe-shared-mem-vgdb-25785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-26035-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-26039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:54 vgdb-pipe-shared-mem-vgdb-26043-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:50 vgdb-pipe-shared-mem-vgdb-26063-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:25 vgdb-pipe-shared-mem-vgdb-26305-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-26418-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-26425-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:07 vgdb-pipe-shared-mem-vgdb-26467-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-26769-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-26771-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-26775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:26 vgdb-pipe-shared-mem-vgdb-26829-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:26 vgdb-pipe-shared-mem-vgdb-27012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:26 vgdb-pipe-shared-mem-vgdb-27047-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-27118-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:55 vgdb-pipe-shared-mem-vgdb-27121-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:27 vgdb-pipe-shared-mem-vgdb-27231-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27428-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27625-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27640-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27823-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27847-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:27 vgdb-pipe-shared-mem-vgdb-27870-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:52 vgdb-pipe-shared-mem-vgdb-27890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:27 vgdb-pipe-shared-mem-vgdb-27985-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:27 vgdb-pipe-shared-mem-vgdb-28094-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:28 vgdb-pipe-shared-mem-vgdb-28217-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:53 vgdb-pipe-shared-mem-vgdb-28241-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:27 vgdb-pipe-shared-mem-vgdb-28313-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:28 vgdb-pipe-shared-mem-vgdb-28329-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:54 vgdb-pipe-shared-mem-vgdb-28701-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:28 vgdb-pipe-shared-mem-vgdb-29018-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:54 vgdb-pipe-shared-mem-vgdb-29032-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:54 vgdb-pipe-shared-mem-vgdb-29211-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:55 vgdb-pipe-shared-mem-vgdb-29243-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29627-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29665-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29667-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29669-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-29756-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-29758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29773-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29777-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-29810-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:02 vgdb-pipe-shared-mem-vgdb-2986-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-29930-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-30017-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:56 vgdb-pipe-shared-mem-vgdb-30028-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-30134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-30136-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-30167-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:57 vgdb-pipe-shared-mem-vgdb-30288-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:57 vgdb-pipe-shared-mem-vgdb-30290-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-30385-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:56 vgdb-pipe-shared-mem-vgdb-30387-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-30472-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-30492-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-30502-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30509-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30511-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30517-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-30594-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30865-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-30867-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31120-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31125-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31131-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31153-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:57 vgdb-pipe-shared-mem-vgdb-31157-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-31261-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-31281-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:58 vgdb-pipe-shared-mem-vgdb-31287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31466-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31469-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31481-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31484-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:58 vgdb-pipe-shared-mem-vgdb-31488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:32 vgdb-pipe-shared-mem-vgdb-31784-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 12:59 vgdb-pipe-shared-mem-vgdb-31911-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:33 vgdb-pipe-shared-mem-vgdb-32664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:21 vgdb-pipe-shared-mem-vgdb-3412-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:23 vgdb-pipe-shared-mem-vgdb-4326-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:03 vgdb-pipe-shared-mem-vgdb-4375-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:03 vgdb-pipe-shared-mem-vgdb-4461-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:23 vgdb-pipe-shared-mem-vgdb-4488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:59 vgdb-pipe-shared-mem-vgdb-451-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:59 vgdb-pipe-shared-mem-vgdb-453-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:04 vgdb-pipe-shared-mem-vgdb-4673-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:00 vgdb-pipe-shared-mem-vgdb-488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:35 vgdb-pipe-shared-mem-vgdb-5036-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:35 vgdb-pipe-shared-mem-vgdb-5159-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:05 vgdb-pipe-shared-mem-vgdb-6322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:33 vgdb-pipe-shared-mem-vgdb-664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:37 vgdb-pipe-shared-mem-vgdb-6824-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:38 vgdb-pipe-shared-mem-vgdb-7894-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:38 vgdb-pipe-shared-mem-vgdb-7935-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:38 vgdb-pipe-shared-mem-vgdb-8173-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:08 vgdb-pipe-shared-mem-vgdb-8485-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:38 vgdb-pipe-shared-mem-vgdb-8973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:39 vgdb-pipe-shared-mem-vgdb-8994-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:08 vgdb-pipe-shared-mem-vgdb-9048-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:41 vgdb-pipe-shared-mem-vgdb-9235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:09 vgdb-pipe-shared-mem-vgdb-9311-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 15:29 vgdb-pipe-shared-mem-vgdb-9353-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:09 vgdb-pipe-shared-mem-vgdb-9446-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:09 vgdb-pipe-shared-mem-vgdb-9463-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:41 vgdb-pipe-shared-mem-vgdb-9500-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:09 vgdb-pipe-shared-mem-vgdb-9564-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:09 vgdb-pipe-shared-mem-vgdb-9704-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:34 vgdb-pipe-shared-mem-vgdb-973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 13:09 vgdb-pipe-shared-mem-vgdb-9861-by-mysql-on-mdbci-neq4wmfa-1601634791-build
-rw-------.  1 mysql mysql       48 Oct  2 14:42 vgdb-pipe-shared-mem-vgdb-9905-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-to-vgdb-from-10250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:40 vgdb-pipe-to-vgdb-from-10544-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-to-vgdb-from-10603-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-to-vgdb-from-10821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:43 vgdb-pipe-to-vgdb-from-11168-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:11 vgdb-pipe-to-vgdb-from-11169-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:11 vgdb-pipe-to-vgdb-from-11171-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-to-vgdb-from-12026-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-to-vgdb-from-12140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12178-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12252-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12341-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12404-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12449-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12685-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-to-vgdb-from-12758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:32 vgdb-pipe-to-vgdb-from-12868-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12923-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:12 vgdb-pipe-to-vgdb-from-12984-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-to-vgdb-from-13233-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13245-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13456-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13635-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-to-vgdb-from-13714-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-to-vgdb-from-13816-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13833-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:13 vgdb-pipe-to-vgdb-from-13890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-to-vgdb-from-13936-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:14 vgdb-pipe-to-vgdb-from-14158-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:33 vgdb-pipe-to-vgdb-from-14205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-to-vgdb-from-14213-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-to-vgdb-from-14376-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-to-vgdb-from-14464-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-to-vgdb-from-14506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-to-vgdb-from-14690-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:14 vgdb-pipe-to-vgdb-from-14729-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-14821-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-14841-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-to-vgdb-from-14996-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:42 vgdb-pipe-to-vgdb-from-15001-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:14 vgdb-pipe-to-vgdb-from-15039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-15087-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-to-vgdb-from-15106-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-15144-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:34 vgdb-pipe-to-vgdb-from-15185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-15362-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-15448-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-to-vgdb-from-15457-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-to-vgdb-from-15470-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-to-vgdb-from-15508-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:15 vgdb-pipe-to-vgdb-from-15510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:43 vgdb-pipe-to-vgdb-from-15581-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:15 vgdb-pipe-to-vgdb-from-15670-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-15975-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-to-vgdb-from-16012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:34 vgdb-pipe-to-vgdb-from-1606-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16090-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16093-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16141-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16145-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16146-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:35 vgdb-pipe-to-vgdb-from-16152-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16247-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-to-vgdb-from-16250-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16307-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16516-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16576-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:16 vgdb-pipe-to-vgdb-from-16586-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:16 vgdb-pipe-to-vgdb-from-16871-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-to-vgdb-from-17235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-to-vgdb-from-17289-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:45 vgdb-pipe-to-vgdb-from-17316-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-to-vgdb-from-17515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-to-vgdb-from-17623-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:17 vgdb-pipe-to-vgdb-from-17785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:17 vgdb-pipe-to-vgdb-from-17947-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-to-vgdb-from-18260-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:18 vgdb-pipe-to-vgdb-from-18345-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-to-vgdb-from-18591-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:18 vgdb-pipe-to-vgdb-from-18740-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-to-vgdb-from-18857-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:46 vgdb-pipe-to-vgdb-from-18863-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:19 vgdb-pipe-to-vgdb-from-18970-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:19 vgdb-pipe-to-vgdb-from-19293-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:47 vgdb-pipe-to-vgdb-from-20170-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:47 vgdb-pipe-to-vgdb-from-20180-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-to-vgdb-from-20204-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-to-vgdb-from-20390-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-to-vgdb-from-20403-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:48 vgdb-pipe-to-vgdb-from-20537-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20698-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20702-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20799-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20801-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:01 vgdb-pipe-to-vgdb-from-2080-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20812-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-20817-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:59 vgdb-pipe-to-vgdb-from-21161-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21185-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21191-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21258-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21298-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21299-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21302-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21309-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:49 vgdb-pipe-to-vgdb-from-21317-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21347-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21349-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21365-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21445-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21826-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-21912-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:50 vgdb-pipe-to-vgdb-from-22050-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22264-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:21 vgdb-pipe-to-vgdb-from-22368-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22400-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22414-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22506-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22510-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-to-vgdb-from-22712-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22768-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:51 vgdb-pipe-to-vgdb-from-22770-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-to-vgdb-from-22914-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:19 vgdb-pipe-to-vgdb-from-2292-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-to-vgdb-from-22934-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:22 vgdb-pipe-to-vgdb-from-23025-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-to-vgdb-from-23133-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-to-vgdb-from-23184-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-to-vgdb-from-23186-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:35 vgdb-pipe-to-vgdb-from-2335-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:23 vgdb-pipe-to-vgdb-from-23548-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:52 vgdb-pipe-to-vgdb-from-23604-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-to-vgdb-from-23949-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-to-vgdb-from-23950-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-to-vgdb-from-24163-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-to-vgdb-from-24175-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:48 vgdb-pipe-to-vgdb-from-24177-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:23 vgdb-pipe-to-vgdb-from-24334-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-24417-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-24462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:23 vgdb-pipe-to-vgdb-from-24471-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-to-vgdb-from-24552-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-to-vgdb-from-24580-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-to-vgdb-from-24646-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-24781-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-24798-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:24 vgdb-pipe-to-vgdb-from-24840-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:04 vgdb-pipe-to-vgdb-from-24855-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:49 vgdb-pipe-to-vgdb-from-24902-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-25020-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:53 vgdb-pipe-to-vgdb-from-25029-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:49 vgdb-pipe-to-vgdb-from-25056-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-to-vgdb-from-25205-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-25322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-25324-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-to-vgdb-from-25370-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:24 vgdb-pipe-to-vgdb-from-25474-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-25567-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:05 vgdb-pipe-to-vgdb-from-25610-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:25 vgdb-pipe-to-vgdb-from-25663-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:50 vgdb-pipe-to-vgdb-from-25785-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-26035-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-26039-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:54 vgdb-pipe-to-vgdb-from-26043-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:50 vgdb-pipe-to-vgdb-from-26063-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:25 vgdb-pipe-to-vgdb-from-26305-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-26418-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-26425-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:07 vgdb-pipe-to-vgdb-from-26467-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-26769-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-26771-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-26775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:26 vgdb-pipe-to-vgdb-from-26829-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:26 vgdb-pipe-to-vgdb-from-27012-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:26 vgdb-pipe-to-vgdb-from-27047-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-27118-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:55 vgdb-pipe-to-vgdb-from-27121-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:27 vgdb-pipe-to-vgdb-from-27231-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27428-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27625-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27640-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27823-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27847-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-to-vgdb-from-27870-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:52 vgdb-pipe-to-vgdb-from-27890-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:27 vgdb-pipe-to-vgdb-from-27985-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-to-vgdb-from-28094-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:28 vgdb-pipe-to-vgdb-from-28217-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:53 vgdb-pipe-to-vgdb-from-28241-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:27 vgdb-pipe-to-vgdb-from-28313-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:28 vgdb-pipe-to-vgdb-from-28329-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-to-vgdb-from-28701-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:28 vgdb-pipe-to-vgdb-from-29018-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-to-vgdb-from-29032-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:54 vgdb-pipe-to-vgdb-from-29211-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:55 vgdb-pipe-to-vgdb-from-29243-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29627-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29665-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29667-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29669-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-29756-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-29758-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29773-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29775-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29777-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-29810-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:02 vgdb-pipe-to-vgdb-from-2986-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-29930-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-30017-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:56 vgdb-pipe-to-vgdb-from-30028-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-30134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-30136-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-30167-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:57 vgdb-pipe-to-vgdb-from-30288-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:57 vgdb-pipe-to-vgdb-from-30290-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-30385-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:56 vgdb-pipe-to-vgdb-from-30387-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-30472-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-30492-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-30502-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30509-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30511-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30515-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30517-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-30594-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30865-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-30867-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31120-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31125-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31131-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31134-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31140-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31153-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:57 vgdb-pipe-to-vgdb-from-31157-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-31261-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-31281-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:58 vgdb-pipe-to-vgdb-from-31287-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31462-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31466-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31469-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31481-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31484-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:58 vgdb-pipe-to-vgdb-from-31488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:32 vgdb-pipe-to-vgdb-from-31784-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 12:59 vgdb-pipe-to-vgdb-from-31911-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:33 vgdb-pipe-to-vgdb-from-32664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:21 vgdb-pipe-to-vgdb-from-3412-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:23 vgdb-pipe-to-vgdb-from-4326-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:03 vgdb-pipe-to-vgdb-from-4375-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:03 vgdb-pipe-to-vgdb-from-4461-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:23 vgdb-pipe-to-vgdb-from-4488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:59 vgdb-pipe-to-vgdb-from-451-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:59 vgdb-pipe-to-vgdb-from-453-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:04 vgdb-pipe-to-vgdb-from-4673-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:00 vgdb-pipe-to-vgdb-from-488-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:35 vgdb-pipe-to-vgdb-from-5036-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:35 vgdb-pipe-to-vgdb-from-5159-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:05 vgdb-pipe-to-vgdb-from-6322-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:33 vgdb-pipe-to-vgdb-from-664-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:37 vgdb-pipe-to-vgdb-from-6824-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-to-vgdb-from-7894-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-to-vgdb-from-7935-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-to-vgdb-from-8173-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:08 vgdb-pipe-to-vgdb-from-8485-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:38 vgdb-pipe-to-vgdb-from-8973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:39 vgdb-pipe-to-vgdb-from-8994-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:08 vgdb-pipe-to-vgdb-from-9048-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:41 vgdb-pipe-to-vgdb-from-9235-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-to-vgdb-from-9311-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 15:29 vgdb-pipe-to-vgdb-from-9353-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:09 vgdb-pipe-to-vgdb-from-9446-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-to-vgdb-from-9463-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:41 vgdb-pipe-to-vgdb-from-9500-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-to-vgdb-from-9564-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:09 vgdb-pipe-to-vgdb-from-9704-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:34 vgdb-pipe-to-vgdb-from-973-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 13:09 vgdb-pipe-to-vgdb-from-9861-by-mysql-on-mdbci-neq4wmfa-1601634791-build
prw-------.  1 mysql mysql        0 Oct  2 14:42 vgdb-pipe-to-vgdb-from-9905-by-mysql-on-mdbci-neq4wmfa-1601634791-build
drwxrwxrwt.  2 root  root         6 Sep  9 18:16 .X11-unix
drwxrwxrwt.  2 root  root         6 Sep  9 18:16 .XIM-unix
+ sudo mv -vf logs.tar.gz /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../
‘logs.tar.gz’ -> ‘/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../logs.tar.gz’
+ sudo mv -vf /tmp/mtr.xml /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../
‘/tmp/mtr.xml’ -> ‘/home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../mtr.xml’
+ sudo chmod 777 /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../bin /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../COPYING /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../CREDITS /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../data /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../etc /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../EXCEPTIONS-CLIENT /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../include /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../INSTALL-BINARY /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../lib /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../logs.tar.gz /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../man /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../mtr.xml /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../mysql-test /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../README.md /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../scripts /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../share /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../sql-bench /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../support-files /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../THIRDPARTY /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mysql-test/../VERSION
+ exit 1
-rwxrwxrwx. 1 mysql mysql 1044828 Oct  2 15:40 /home/timofey_turenko_mariadb_com/MariaDBEnterprise/mtr.xml
