An error occurred fetching the project authors.
  1. 16 Mar, 2009 1 commit
    • Leonard Zhou's avatar
      BUG#22504 load data infile sql statement in replication architecture get error · 057d90b0
      Leonard Zhou authored
      The problem is issued because we set wrong start position and stop position of query string into binlog.
      That two values are stored as part of head info of query string.
      When we parse binlog, we first get position values then get the query string according position values.
      But seems that two values are not calculated correctly after the parse of Yacc.
      
      We don't want to touch so much of yacc because it may influence other codes.
      So just add one space after 'INTO' key word when parsing.
      This can easily resolve the problem.
      
      mysql-test/suite/rpl/r/rpl_loaddatalocal.result:
        Test result
      mysql-test/suite/rpl/t/rpl_loaddatalocal.test:
        Test case
      sql/log_event.cc:
        Add space after 'INTO'.
      057d90b0
  2. 12 Dec, 2007 1 commit
    • unknown's avatar
      WL#4189 · cddb7ae5
      unknown authored
       - dynamic configuration support
       - safe process
       - cleanups
       - create new suite for fedarated
      
      
      BitKeeper/deleted/.del-basic.test:
        Rename: mysql-test/ndb/basic.test -> BitKeeper/deleted/.del-basic.test
      BitKeeper/deleted/.del-basic_log.result:
        Rename: mysql-test/ndb/basic_log.result -> BitKeeper/deleted/.del-basic_log.result
      mysql-test/suite/federated/federated_transactions.result:
        Rename: mysql-test/r/federated_transactions.result -> mysql-test/suite/federated/federated_transactions.result
      BitKeeper/deleted/.del-have_bug25714.require:
        Rename: mysql-test/r/have_bug25714.require -> BitKeeper/deleted/.del-have_bug25714.require
      BitKeeper/deleted/.del-kill_master.sh:
        Rename: mysql-test/misc/kill_master.sh -> BitKeeper/deleted/.del-kill_master.sh
      BitKeeper/deleted/.del-ndb_config_4_node.ini~d8e572e9b68f933a:
        Rename: mysql-test/ndb/ndb_config_4_node.ini -> BitKeeper/deleted/.del-ndb_config_4_node.ini~d8e572e9b68f933a
      BitKeeper/deleted/.del-restart.result:
        Rename: mysql-test/ndb/restart.result -> BitKeeper/deleted/.del-restart.result
      mysql-test/suite/federated/federated_cleanup.inc:
        Rename: mysql-test/include/federated_cleanup.inc -> mysql-test/suite/federated/federated_cleanup.inc
      mysql-test/suite/rpl/t/rpl_rotate_logs-slave.opt:
        Rename: mysql-test/suite/rpl/t/rpl_rotate_logs.slave-mi -> mysql-test/suite/rpl/t/rpl_rotate_logs-slave.opt
      BitKeeper/deleted/.del-install_test_db.sh:
        Rename: mysql-test/install_test_db.sh -> BitKeeper/deleted/.del-install_test_db.sh
      BitKeeper/deleted/.del-ndb_config_1_node.ini~7ec640ed25570e16:
        Rename: mysql-test/ndb/ndb_config_1_node.ini -> BitKeeper/deleted/.del-ndb_config_1_node.ini~7ec640ed25570e16
      BitKeeper/deleted/.del-mtr_timer.pl:
        Rename: mysql-test/lib/mtr_timer.pl -> BitKeeper/deleted/.del-mtr_timer.pl
      BitKeeper/deleted/.del-create-test-result:
        Rename: mysql-test/create-test-result -> BitKeeper/deleted/.del-create-test-result
      BitKeeper/deleted/.del-fix-result:
        Rename: mysql-test/fix-result -> BitKeeper/deleted/.del-fix-result
      BitKeeper/deleted/.del-mysql-test-run-shell.sh:
        Rename: mysql-test/mysql-test-run-shell.sh -> BitKeeper/deleted/.del-mysql-test-run-shell.sh
      BitKeeper/deleted/.del-mysql-test_V1.9.pl:
        Rename: mysql-test/misc/mysql-test_V1.9.pl -> BitKeeper/deleted/.del-mysql-test_V1.9.pl
      BitKeeper/deleted/.del-resolve-stack:
        Rename: mysql-test/resolve-stack -> BitKeeper/deleted/.del-resolve-stack
      BitKeeper/deleted/.del-restart_log.result:
        Rename: mysql-test/ndb/restart_log.result -> BitKeeper/deleted/.del-restart_log.result
      mysql-test/suite/rpl/t/rpl_000015-slave.opt:
        Rename: mysql-test/suite/rpl/t/rpl_000015.slave-mi -> mysql-test/suite/rpl/t/rpl_000015-slave.opt
      BitKeeper/deleted/.del-ndb_config_2_node.ini:
        Rename: mysql-test/ndb/ndb_config_2_node.ini -> BitKeeper/deleted/.del-ndb_config_2_node.ini
      BitKeeper/deleted/.del-ndbcluster.sh:
        Rename: mysql-test/ndb/ndbcluster.sh -> BitKeeper/deleted/.del-ndbcluster.sh
      BitKeeper/deleted/.del-basic.result:
        Rename: mysql-test/ndb/basic.result -> BitKeeper/deleted/.del-basic.result
      BitKeeper/deleted/.del-restart.test:
        Rename: mysql-test/ndb/restart.test -> BitKeeper/deleted/.del-restart.test
      BitKeeper/deleted/.del-have_bug25714.inc:
        Rename: mysql-test/include/have_bug25714.inc -> BitKeeper/deleted/.del-have_bug25714.inc
      BitKeeper/deleted/.del-mtr_diff.pl:
        Rename: mysql-test/lib/mtr_diff.pl -> BitKeeper/deleted/.del-mtr_diff.pl
      mysql-test/suite/federated/federated_transactions-slave.opt:
        Rename: mysql-test/t/federated_transactions-slave.opt -> mysql-test/suite/federated/federated_transactions-slave.opt
      BitKeeper/deleted/.del-Makefile.am~343467da4d0f211b:
        Rename: mysql-test/ndb/Makefile.am -> BitKeeper/deleted/.del-Makefile.am~343467da4d0f211b
      BitKeeper/deleted/.del-mtr_im.pl~9762b0336c28949:
        Rename: mysql-test/lib/mtr_im.pl -> BitKeeper/deleted/.del-mtr_im.pl~9762b0336c28949
      mysql-test/suite/federated/federated_innodb-slave.opt:
        Rename: mysql-test/t/federated_innodb-slave.opt -> mysql-test/suite/federated/federated_innodb-slave.opt
      client/mysqltest.c:
        Use current files path first when looking for include file
      configure.in:
        Remove mysql-test/nbd
      mysql-test/Makefile.am:
        Cleanup mysql-test/Makefile.am
      mysql-test/extra/binlog_tests/blackhole.test:
        Use new paths
      mysql-test/extra/binlog_tests/ctype_ucs_binlog.test:
        Use new paths
      mysql-test/mysql-test-run.pl:
        Dynamic configuration support
        Safe process
      mysql-test/extra/binlog_tests/mix_innodb_myisam_side_effects.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_EE_err.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_loaddata.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_log.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_row_001.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_row_charset.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_stm_000001.test:
        Use new paths
      mysql-test/extra/rpl_tests/rpl_stm_charset.test:
        Use new paths
      mysql-test/include/have_blackhole.inc:
        Use new paths
      mysql-test/include/have_ndbapi_examples.inc:
        Use new paths
      mysql-test/include/loaddata_autocom.inc:
        Use new paths
      mysql-test/include/mix1.inc:
        Use new paths
      mysql-test/include/ndb_backup.inc:
        Use new paths
      mysql-test/include/ndb_restore_master.inc:
        Use new paths
      mysql-test/include/ndb_restore_slave_eoption.inc:
        Use new paths
      mysql-test/include/testdb_only.inc:
        Use new paths
      mysql-test/lib/My/Config.pm:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_cases.pm:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_io.pl:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_misc.pl:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_process.pl:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_report.pl:
        dynamic configuration
        safe process
        cleanups
      mysql-test/lib/mtr_stress.pl:
        dynamic configuration
        safe process
        cleanups
      mysql-test/r/backup.result:
        Use new paths
      mysql-test/r/ctype_big5.result:
        Use new paths
      mysql-test/r/gis.result:
        Use new paths
      mysql-test/r/loaddata.result:
        Use new paths
      mysql-test/r/loaddata_autocom_innodb.result:
        Use new paths
      mysql-test/r/mysqlbinlog.result:
        Use new paths
      mysql-test/r/mysqlbinlog_base64.result:
        Use new paths
      mysql-test/r/outfile.result:
        Use new paths
      mysql-test/r/partition_error.result:
        Use new paths
      mysql-test/r/partition_not_windows.result:
        Use new paths
      mysql-test/r/partition_symlink.result:
        Use new paths
      mysql-test/r/query_cache.result:
        Use new paths
      mysql-test/r/sp.result:
        Use new paths
      mysql-test/r/symlink.result:
        Use new paths
      mysql-test/r/system_mysql_db.result:
        Use new paths
      mysql-test/r/trigger.result:
        Use new paths
      mysql-test/r/type_blob.result:
        Use new paths
      mysql-test/r/view.result:
        Use new paths
      mysql-test/r/warnings.result:
        Use new paths
      mysql-test/suite/binlog/r/binlog_killed_simulate.result:
        Use new paths
      mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
        Use new paths
      mysql-test/suite/binlog/r/binlog_stm_blackhole.result:
        Use new paths
      mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
        Use new paths
      mysql-test/suite/binlog/t/binlog_killed.test:
        Use new paths
      mysql-test/suite/binlog/t/binlog_killed_simulate.test:
        Use new paths
      mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam.test:
        Use new paths
      mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test:
        Use new paths
      mysql-test/suite/federated/federated.inc:
        Use new paths
      mysql-test/suite/federated/federated.result:
        Use new paths
      mysql-test/suite/federated/federated.test:
        Use new paths
      mysql-test/suite/federated/federated_archive.result:
        Use new paths
      mysql-test/suite/federated/federated_archive.test:
        Use new paths
      mysql-test/suite/federated/federated_bug_13118.result:
        Use new paths
      mysql-test/suite/federated/federated_bug_13118.test:
        Use new paths
      mysql-test/suite/federated/federated_bug_25714.result:
        Use new paths
      mysql-test/suite/federated/federated_bug_25714.test:
        Use new paths
      mysql-test/suite/federated/federated_innodb.result:
        Use new paths
      mysql-test/suite/federated/federated_innodb.test:
        Use new paths
      mysql-test/suite/federated/federated_server.result:
        Use new paths
      mysql-test/suite/federated/federated_server.test:
        Use new paths
      mysql-test/suite/federated/federated_transactions.test:
        Use new paths
      mysql-test/suite/federated/have_federated_db.inc:
        Use new paths
      mysql-test/suite/ndb/r/loaddata_autocom_ndb.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_config.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_dd_backuprestore.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_load.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_loaddatalocal.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_replace.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_restore.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_restore_partition.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_restore_print.result:
        Use new paths
      mysql-test/suite/ndb/r/ndb_trigger.result:
        Use new paths
      mysql-test/suite/ndb/t/ndb_alter_table.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_config.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_load.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_loaddatalocal.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_replace.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_restore.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_single_user.test:
        Use new paths
      mysql-test/suite/ndb/t/ndb_trigger.test:
        Use new paths
      mysql-test/suite/ndb/t/ndbapi.test:
        Use new paths
      mysql-test/suite/rpl/include/rpl_mixed_dml.inc:
        Use new paths
      mysql-test/suite/rpl/r/rpl_LD_INFILE.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_flushlog_loop.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_innodb.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_innodb_mixed_dml.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_load_table_from_master.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata_charset.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata_fatal.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata_m.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata_s.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddata_simple.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loaddatalocal.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_loadfile.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_misc_functions.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_replicate_do.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_rewrt_db.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_row_001.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_row_loaddata_m.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_row_log.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_row_log_innodb.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_row_stop_middle_update.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_stm_000001.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_stm_log.result:
        Use new paths
      mysql-test/suite/rpl/r/rpl_timezone.result:
        Use new paths
      mysql-test/suite/rpl/t/disabled.def:
        Use new paths
      mysql-test/suite/rpl/t/rpl000017-slave.sh:
        Use new paths
      mysql-test/suite/rpl/t/rpl_LD_INFILE.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_drop_db.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_flushlog_loop-master.opt:
        Use new paths
      mysql-test/suite/rpl/t/rpl_flushlog_loop-slave.opt:
        Use new paths
      mysql-test/suite/rpl/t/rpl_flushlog_loop.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_innodb.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_innodb_bug30919.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_load_from_master.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_load_table_from_master.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddata_charset.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddata_fatal.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddata_m.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddata_s.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddata_simple.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loaddatalocal.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_loadfile.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_misc_functions.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_replicate_do.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_rewrt_db.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_rotate_logs-master.opt:
        Use new paths
      mysql-test/suite/rpl/t/rpl_rotate_logs.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_row_charset_innodb.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_row_stop_middle_update.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_timezone.test:
        Use new paths
      mysql-test/suite/rpl/t/rpl_trigger.test:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_advance.result:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb_trans.result:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_multi.result:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result:
        Use new paths
      mysql-test/suite/rpl_ndb/r/rpl_ndb_sync.result:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndb_bank.test:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_advance.test:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb_trans.test:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndb_load.test:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndb_sync.test:
        Use new paths
      mysql-test/suite/rpl_ndb/t/rpl_ndbapi_multi.test:
        Use new paths
      mysql-test/t/backup.test:
        Use new paths
      mysql-test/t/bootstrap.test:
        Use new paths
      mysql-test/t/crash_commit_before.test:
        Use new paths
      mysql-test/t/create_not_windows.test:
        Use new paths
      mysql-test/t/csv.test:
        Use new paths
      mysql-test/t/ctype_big5.test:
        Use new paths
      mysql-test/t/disabled.def:
        Use new paths
      mysql-test/t/distinct.test:
        Use new paths
      mysql-test/t/gis.test:
        Use new paths
      mysql-test/t/grant_cache_no_prot.test:
        Use new paths
      mysql-test/t/grant_cache_ps_prot.test:
        Use new paths
      mysql-test/t/information_schema_chmod.test:
        Use new paths
      mysql-test/t/loaddata.test:
        Use new paths
      mysql-test/t/log_state.test:
        Use new paths
      mysql-test/t/myisam-system.test:
        Use new paths
      mysql-test/t/mysql_upgrade.test:
        Use new paths
      mysql-test/t/mysqlbinlog-cp932.test:
        Use new paths
      mysql-test/t/mysqlbinlog.test:
        Use new paths
      mysql-test/t/mysqlbinlog2.test:
        Use new paths
      mysql-test/t/mysqlbinlog_base64.test:
        Use new paths
      mysql-test/t/mysqldump.test:
        Use new paths
      mysql-test/t/outfile.test:
        Use new paths
      mysql-test/t/partition.test:
        Use new paths
      mysql-test/t/partition_error.test:
        Use new paths
      mysql-test/t/partition_federated.test:
        Use new paths
      mysql-test/t/partition_mgm.test:
        Use new paths
      mysql-test/t/partition_not_windows.test:
        Use new paths
      mysql-test/t/partition_symlink.test:
        Use new paths
      mysql-test/t/query_cache.test:
        Use new paths
      mysql-test/t/repair.test:
        Use new paths
      mysql-test/t/show_check.test:
        Use new paths
      mysql-test/t/sp-destruct.test:
        Use new paths
      mysql-test/t/sp.test:
        Use new paths
      mysql-test/t/symlink.test:
        Use new paths
      mysql-test/t/system_mysql_db.test:
        Use new paths
      mysql-test/t/system_mysql_db_fix30020.test:
        Use new paths
      mysql-test/t/system_mysql_db_fix40123.test:
        Use new paths
      mysql-test/t/system_mysql_db_fix50030.test:
        Use new paths
      mysql-test/t/system_mysql_db_fix50117.test:
        Use new paths
      mysql-test/t/trigger-compat.test:
        Use new paths
      mysql-test/t/trigger-grant.test:
        Use new paths
      mysql-test/t/trigger.test:
        Use new paths
      mysql-test/t/type_blob.test:
        Use new paths
      mysql-test/t/type_varchar.test:
        Use new paths
      mysql-test/t/upgrade.test:
        Use new paths
      mysql-test/t/user_var-binlog.test:
        Use new paths
      mysql-test/t/varbinary.test:
        Use new paths
      mysql-test/t/view.test:
        Use new paths
      mysql-test/t/warnings.test:
        Use new paths
      mysql-test/lib/My/ConfigFactory.pm:
        Initial version
      mysql-test/lib/My/Find.pm:
        Initial version
      mysql-test/lib/My/SafeProcess.pm:
        Initial version
      mysql-test/std_data/ndb_config_config.ini:
        Add "old" style config.ini for ndb
      mysql-test/suite/federated/disabled.def:
        Move disabled federated to it's new suite
      mysql-test/suite/federated/my.cnf:
        Add config for federated
      mysql-test/suite/ndb/my.cnf:
        Add config for ndb
      mysql-test/suite/rpl/my.cnf:
        Add config for rpl
      mysql-test/suite/rpl/rpl_1slave_base.cnf:
        Add base config for rpl
      mysql-test/suite/rpl/t/rpl_000015-master.opt:
        Use new paths
      mysql-test/suite/rpl_ndb/my.cnf:
        Add config for rpl_ndb
      mysql-test/lib/My/File/Path.pm:
        Initial version
      mysql-test/lib/My/SafeProcess/Base.pm:
        Initial version
      mysql-test/lib/My/SafeProcess/safe_kill_win.cc:
        Initial version
      mysql-test/lib/My/SafeProcess/safe_process.pl:
        Initial version
      mysql-test/lib/My/SafeProcess/safe_process_win.cc:
        Initial version
      mysql-test/lib/t/Base.t:
        Initial version
      mysql-test/lib/t/Find.t:
        Initial version
      mysql-test/lib/t/SafeProcess.t:
        Initial version
      mysql-test/lib/t/SafeProcessStress.pl:
        Initial version
      mysql-test/lib/t/copytree.t:
        Initial version
      mysql-test/lib/t/dummyd.pl:
        Initial version
      mysql-test/lib/t/rmtree.t:
        Initial version
      mysql-test/lib/t/testMyConfig.t:
        Initial version
      mysql-test/lib/t/testMyConfigFactory.t:
        Initial version
      mysql-test/lib/t/test_child.pl:
        Initial version
      mysql-test/include/default_my.cnf:
        Add default config file used when no suite specific file is found
      mysql-test/include/default_mysqld.cnf:
        New BitKeeper file ``mysql-test/include/default_mysqld.cnf''
      mysql-test/include/default_ndbd.cnf:
        Add default settings for all ndbds
      mysql-test/lib/mtr_settings.pl:
        Initial version
      cddb7ae5
  3. 27 Jun, 2007 1 commit
    • unknown's avatar
      WL#3933 Split main test suite to rpl, rpl_ndb and ndb · 08f6a4af
      unknown authored
       - Update mysql-test-run.pl to collect tests from several suites
       - Group test into suites
       - Add suite.opt file
      
      
      mysql-test/suite/ndb/r/ndb_multi.result:
        Rename: mysql-test/r/ndb_multi.result -> mysql-test/suite/ndb/r/ndb_multi.result
      mysql-test/suite/rpl/t/rpl_replicate_ignore_db.test:
        Rename: mysql-test/t/rpl_replicate_ignore_db.test -> mysql-test/suite/rpl/t/rpl_replicate_ignore_db.test
      mysql-test/suite/rpl/t/rpl_row_trig001.test:
        Rename: mysql-test/t/rpl_row_trig001.test -> mysql-test/suite/rpl/t/rpl_row_trig001.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result:
        Rename: mysql-test/r/rpl_ndb_sp003.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_sp003.result
      mysql-test/suite/binlog/r/binlog_stm_insert_select.result:
        Rename: mysql-test/r/binlog_stm_insert_select.result -> mysql-test/suite/binlog/r/binlog_stm_insert_select.result
      mysql-test/suite/ndb/t/ndb_condition_pushdown.test:
        Rename: mysql-test/t/ndb_condition_pushdown.test -> mysql-test/suite/ndb/t/ndb_condition_pushdown.test
      mysql-test/suite/ndb/t/ndb_dd_dump.test:
        Rename: mysql-test/t/ndb_dd_dump.test -> mysql-test/suite/ndb/t/ndb_dd_dump.test
      mysql-test/suite/ndb/t/ndb_partition_range.test:
        Rename: mysql-test/t/ndb_partition_range.test -> mysql-test/suite/ndb/t/ndb_partition_range.test
      mysql-test/suite/ndb/t/strict_autoinc_5ndb.test:
        Rename: mysql-test/t/strict_autoinc_5ndb.test -> mysql-test/suite/ndb/t/strict_autoinc_5ndb.test
      mysql-test/suite/rpl/r/rpl_commit_after_flush.result:
        Rename: mysql-test/r/rpl_commit_after_flush.result -> mysql-test/suite/rpl/r/rpl_commit_after_flush.result
      mysql-test/suite/rpl/r/rpl_view.result:
        Rename: mysql-test/r/rpl_view.result -> mysql-test/suite/rpl/r/rpl_view.result
      mysql-test/suite/rpl/t/rpl_insert_select.test:
        Rename: mysql-test/t/rpl_insert_select.test -> mysql-test/suite/rpl/t/rpl_insert_select.test
      mysql-test/suite/rpl/t/rpl_load_from_master-slave.opt:
        Rename: mysql-test/t/rpl_load_from_master-slave.opt -> mysql-test/suite/rpl/t/rpl_load_from_master-slave.opt
      mysql-test/suite/rpl/t/rpl_many_optimize.test:
        Rename: mysql-test/t/rpl_many_optimize.test -> mysql-test/suite/rpl/t/rpl_many_optimize.test
      mysql-test/suite/rpl/t/rpl_mixed_ddl_dml.test:
        Rename: mysql-test/t/rpl_mixed_ddl_dml.test -> mysql-test/suite/rpl/t/rpl_mixed_ddl_dml.test
      mysql-test/suite/rpl/t/rpl_multi_delete.test:
        Rename: mysql-test/t/rpl_multi_delete.test -> mysql-test/suite/rpl/t/rpl_multi_delete.test
      mysql-test/suite/rpl/t/rpl_row_log_innodb.test:
        Rename: mysql-test/t/rpl_row_log_innodb.test -> mysql-test/suite/rpl/t/rpl_row_log_innodb.test
      mysql-test/suite/rpl/t/rpl_row_reset_slave.test:
        Rename: mysql-test/t/rpl_row_reset_slave.test -> mysql-test/suite/rpl/t/rpl_row_reset_slave.test
      mysql-test/suite/rpl/t/rpl_row_stop_middle.test:
        Rename: mysql-test/t/rpl_row_stop_middle.test -> mysql-test/suite/rpl/t/rpl_row_stop_middle.test
      mysql-test/suite/rpl/t/rpl_stm_log-master.opt:
        Rename: mysql-test/t/rpl_stm_log-master.opt -> mysql-test/suite/rpl/t/rpl_stm_log-master.opt
      mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result:
        Rename: mysql-test/r/rpl_ndb_delete_nowhere.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_delete_nowhere.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_sync.test:
        Rename: mysql-test/t/rpl_ndb_sync.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_sync.test
      mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
        Rename: mysql-test/r/binlog_row_mix_innodb_myisam.result -> mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result
      mysql-test/suite/ndb/r/ndb_dd_alter.result:
        Rename: mysql-test/r/ndb_dd_alter.result -> mysql-test/suite/ndb/r/ndb_dd_alter.result
      mysql-test/suite/ndb/r/ndb_index_unique.result:
        Rename: mysql-test/r/ndb_index_unique.result -> mysql-test/suite/ndb/r/ndb_index_unique.result
      mysql-test/suite/ndb/r/ndb_rename.result:
        Rename: mysql-test/r/ndb_rename.result -> mysql-test/suite/ndb/r/ndb_rename.result
      mysql-test/suite/ndb/r/ndb_update.result:
        Rename: mysql-test/r/ndb_update.result -> mysql-test/suite/ndb/r/ndb_update.result
      mysql-test/suite/ndb/r/ndb_view.result:
        Rename: mysql-test/r/ndb_view.result -> mysql-test/suite/ndb/r/ndb_view.result
      mysql-test/suite/ndb/t/ndb_alter_table2.test:
        Rename: mysql-test/t/ndb_alter_table2.test -> mysql-test/suite/ndb/t/ndb_alter_table2.test
      mysql-test/suite/ndb/t/ndb_autodiscover.test:
        Rename: mysql-test/t/ndb_autodiscover.test -> mysql-test/suite/ndb/t/ndb_autodiscover.test
      mysql-test/suite/ndb/t/ndb_binlog_discover.test:
        Rename: mysql-test/t/ndb_binlog_discover.test -> mysql-test/suite/ndb/t/ndb_binlog_discover.test
      mysql-test/suite/ndb/t/ndb_binlog_multi.test:
        Rename: mysql-test/t/ndb_binlog_multi.test -> mysql-test/suite/ndb/t/ndb_binlog_multi.test
      mysql-test/suite/ndb/t/ndb_cache_multi.test:
        Rename: mysql-test/t/ndb_cache_multi.test -> mysql-test/suite/ndb/t/ndb_cache_multi.test
      mysql-test/suite/ndb/t/ndb_partition_error2-master.opt:
        Rename: mysql-test/t/ndb_partition_error2-master.opt -> mysql-test/suite/ndb/t/ndb_partition_error2-master.opt
      mysql-test/suite/rpl/r/rpl000001.a.result:
        Rename: mysql-test/r/rpl000001.a.result -> mysql-test/suite/rpl/r/rpl000001.a.result
      mysql-test/suite/rpl/r/rpl_alter.result:
        Rename: mysql-test/r/rpl_alter.result -> mysql-test/suite/rpl/r/rpl_alter.result
      mysql-test/suite/rpl/r/rpl_insert_ignore.result:
        Rename: mysql-test/r/rpl_insert_ignore.result -> mysql-test/suite/rpl/r/rpl_insert_ignore.result
      mysql-test/suite/rpl/r/rpl_relayspace.result:
        Rename: mysql-test/r/rpl_relayspace.result -> mysql-test/suite/rpl/r/rpl_relayspace.result
      mysql-test/suite/rpl/r/rpl_row_func001.result:
        Rename: mysql-test/r/rpl_row_func001.result -> mysql-test/suite/rpl/r/rpl_row_func001.result
      mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result:
        Rename: mysql-test/r/rpl_row_inexist_tbl.result -> mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result
      mysql-test/suite/rpl/r/rpl_stm_insert_delayed.result:
        Rename: mysql-test/r/rpl_stm_insert_delayed.result -> mysql-test/suite/rpl/r/rpl_stm_insert_delayed.result
      mysql-test/suite/rpl/t/rpl_create_database.test:
        Rename: mysql-test/t/rpl_create_database.test -> mysql-test/suite/rpl/t/rpl_create_database.test
      mysql-test/suite/rpl/t/rpl_dual_pos_advance-master.opt:
        Rename: mysql-test/t/rpl_dual_pos_advance-master.opt -> mysql-test/suite/rpl/t/rpl_dual_pos_advance-master.opt
      mysql-test/suite/rpl/t/rpl_flushlog_loop-slave.sh:
        Rename: mysql-test/t/rpl_flushlog_loop-slave.sh -> mysql-test/suite/rpl/t/rpl_flushlog_loop-slave.sh
      mysql-test/suite/rpl/t/rpl_ignore_grant.test:
        Rename: mysql-test/t/rpl_ignore_grant.test -> mysql-test/suite/rpl/t/rpl_ignore_grant.test
      mysql-test/suite/rpl/t/rpl_multi_update2-slave.opt:
        Rename: mysql-test/t/rpl_multi_update2-slave.opt -> mysql-test/suite/rpl/t/rpl_multi_update2-slave.opt
      mysql-test/suite/rpl/t/rpl_multi_update4.test:
        Rename: mysql-test/t/rpl_multi_update4.test -> mysql-test/suite/rpl/t/rpl_multi_update4.test
      mysql-test/suite/rpl/t/rpl_rewrt_db.test:
        Rename: mysql-test/t/rpl_rewrt_db.test -> mysql-test/suite/rpl/t/rpl_rewrt_db.test
      mysql-test/suite/rpl/t/rpl_rotate_logs-master.opt:
        Rename: mysql-test/t/rpl_rotate_logs-master.opt -> mysql-test/suite/rpl/t/rpl_rotate_logs-master.opt
      mysql-test/suite/rpl/t/rpl_row_4_bytes.test:
        Rename: mysql-test/t/rpl_row_4_bytes.test -> mysql-test/suite/rpl/t/rpl_row_4_bytes.test
      mysql-test/suite/rpl/t/rpl_row_create_table-slave.opt:
        Rename: mysql-test/t/rpl_row_create_table-slave.opt -> mysql-test/suite/rpl/t/rpl_row_create_table-slave.opt
      mysql-test/suite/rpl/t/rpl_row_flsh_tbls.test:
        Rename: mysql-test/t/rpl_row_flsh_tbls.test -> mysql-test/suite/rpl/t/rpl_row_flsh_tbls.test
      mysql-test/suite/rpl/t/rpl_row_func003.test:
        Rename: mysql-test/t/rpl_row_func003.test -> mysql-test/suite/rpl/t/rpl_row_func003.test
      mysql-test/suite/rpl/t/rpl_row_sp007_innodb.test:
        Rename: mysql-test/t/rpl_row_sp007_innodb.test -> mysql-test/suite/rpl/t/rpl_row_sp007_innodb.test
      mysql-test/suite/rpl/t/rpl_row_stop_middle_update-slave.opt:
        Rename: mysql-test/t/rpl_row_stop_middle_update-slave.opt -> mysql-test/suite/rpl/t/rpl_row_stop_middle_update-slave.opt
      mysql-test/suite/rpl/t/rpl_row_tabledefs_3innodb.test:
        Rename: mysql-test/t/rpl_row_tabledefs_3innodb.test -> mysql-test/suite/rpl/t/rpl_row_tabledefs_3innodb.test
      mysql-test/suite/rpl/t/rpl_ssl1.test:
        Rename: mysql-test/t/rpl_ssl1.test -> mysql-test/suite/rpl/t/rpl_ssl1.test
      mysql-test/suite/rpl/t/rpl_stm_max_relay_size.test:
        Rename: mysql-test/t/rpl_stm_max_relay_size.test -> mysql-test/suite/rpl/t/rpl_stm_max_relay_size.test
      mysql-test/suite/rpl/t/rpl_stm_mystery22.test:
        Rename: mysql-test/t/rpl_stm_mystery22.test -> mysql-test/suite/rpl/t/rpl_stm_mystery22.test
      mysql-test/suite/rpl/t/rpl_truncate_7ndb_2.test:
        Rename: mysql-test/t/rpl_truncate_7ndb_2.test -> mysql-test/suite/rpl/t/rpl_truncate_7ndb_2.test
      mysql-test/suite/rpl/t/rpl_variables.test:
        Rename: mysql-test/t/rpl_variables.test -> mysql-test/suite/rpl/t/rpl_variables.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_auto_inc.result:
        Rename: mysql-test/r/rpl_ndb_auto_inc.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_auto_inc.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_do_db.result:
        Rename: mysql-test/r/rpl_ndb_do_db.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_do_db.result
      mysql-test/suite/rpl_ndb/r/rpl_truncate_7ndb.result:
        Rename: mysql-test/r/rpl_truncate_7ndb.result -> mysql-test/suite/rpl_ndb/r/rpl_truncate_7ndb.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_do_table.test:
        Rename: mysql-test/t/rpl_ndb_do_table.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_do_table.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test:
        Rename: mysql-test/t/rpl_ndb_multi.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test
      mysql-test/suite/binlog/r/binlog_row_blackhole.result:
        Rename: mysql-test/r/binlog_row_blackhole.result -> mysql-test/suite/binlog/r/binlog_row_blackhole.result
      mysql-test/suite/binlog/r/binlog_row_ctype_cp932.result:
        Rename: mysql-test/r/binlog_row_ctype_cp932.result -> mysql-test/suite/binlog/r/binlog_row_ctype_cp932.result
      mysql-test/suite/binlog/r/binlog_row_insert_select.result:
        Rename: mysql-test/r/binlog_row_insert_select.result -> mysql-test/suite/binlog/r/binlog_row_insert_select.result
      mysql-test/suite/binlog/r/binlog_stm_ps.result:
        Rename: mysql-test/r/binlog_stm_ps.result -> mysql-test/suite/binlog/r/binlog_stm_ps.result
      mysql-test/suite/binlog/t/binlog_row_binlog-master.opt:
        Rename: mysql-test/t/binlog_row_binlog-master.opt -> mysql-test/suite/binlog/t/binlog_row_binlog-master.opt
      mysql-test/suite/binlog/t/binlog_row_innodb_stat-master.opt:
        Rename: mysql-test/t/binlog_row_innodb_stat-master.opt -> mysql-test/suite/binlog/t/binlog_row_innodb_stat-master.opt
      mysql-test/suite/binlog/t/binlog_row_innodb_stat.test:
        Rename: mysql-test/t/binlog_row_innodb_stat.test -> mysql-test/suite/binlog/t/binlog_row_innodb_stat.test
      mysql-test/suite/binlog/t/binlog_stm_ctype_ucs.test:
        Rename: mysql-test/t/binlog_stm_ctype_ucs.test -> mysql-test/suite/binlog/t/binlog_stm_ctype_ucs.test
      mysql-test/suite/ndb/r/ndb_binlog_ddl_multi.result:
        Rename: mysql-test/r/ndb_binlog_ddl_multi.result -> mysql-test/suite/ndb/r/ndb_binlog_ddl_multi.result
      mysql-test/suite/ndb/r/ndb_dd_backuprestore.result:
        Rename: mysql-test/r/ndb_dd_backuprestore.result -> mysql-test/suite/ndb/r/ndb_dd_backuprestore.result
      mysql-test/suite/ndb/r/ndb_index_ordered.result:
        Rename: mysql-test/r/ndb_index_ordered.result -> mysql-test/suite/ndb/r/ndb_index_ordered.result
      mysql-test/suite/ndb/r/ndb_lock.result:
        Rename: mysql-test/r/ndb_lock.result -> mysql-test/suite/ndb/r/ndb_lock.result
      mysql-test/suite/ndb/r/ndb_partition_range.result:
        Rename: mysql-test/r/ndb_partition_range.result -> mysql-test/suite/ndb/r/ndb_partition_range.result
      mysql-test/suite/ndb/r/ndb_replace.result:
        Rename: mysql-test/r/ndb_replace.result -> mysql-test/suite/ndb/r/ndb_replace.result
      mysql-test/suite/ndb/t/ndb_alter_table3.test:
        Rename: mysql-test/t/ndb_alter_table3.test -> mysql-test/suite/ndb/t/ndb_alter_table3.test
      mysql-test/suite/ndb/t/ndb_binlog_basic.test:
        Rename: mysql-test/t/ndb_binlog_basic.test -> mysql-test/suite/ndb/t/ndb_binlog_basic.test
      mysql-test/suite/ndb/t/ndb_bitfield.test:
        Rename: mysql-test/t/ndb_bitfield.test -> mysql-test/suite/ndb/t/ndb_bitfield.test
      mysql-test/suite/ndb/t/ndb_blob_partition.test:
        Rename: mysql-test/t/ndb_blob_partition.test -> mysql-test/suite/ndb/t/ndb_blob_partition.test
      mysql-test/suite/ndb/t/ndb_cache.test:
        Rename: mysql-test/t/ndb_cache.test -> mysql-test/suite/ndb/t/ndb_cache.test
      mysql-test/suite/ndb/t/ndb_cache2.test:
        Rename: mysql-test/t/ndb_cache2.test -> mysql-test/suite/ndb/t/ndb_cache2.test
      mysql-test/suite/ndb/t/ndb_dd_alter.test:
        Rename: mysql-test/t/ndb_dd_alter.test -> mysql-test/suite/ndb/t/ndb_dd_alter.test
      mysql-test/suite/ndb/t/ndb_dd_backuprestore.test:
        Rename: mysql-test/t/ndb_dd_backuprestore.test -> mysql-test/suite/ndb/t/ndb_dd_backuprestore.test
      mysql-test/suite/ndb/t/ndb_limit.test:
        Rename: mysql-test/t/ndb_limit.test -> mysql-test/suite/ndb/t/ndb_limit.test
      mysql-test/suite/ndb/t/ndb_minmax.test:
        Rename: mysql-test/t/ndb_minmax.test -> mysql-test/suite/ndb/t/ndb_minmax.test
      mysql-test/suite/ndb/t/ndb_partition_list.test:
        Rename: mysql-test/t/ndb_partition_list.test -> mysql-test/suite/ndb/t/ndb_partition_list.test
      mysql-test/suite/ndb/t/ndb_restore_partition.test:
        Rename: mysql-test/t/ndb_restore_partition.test -> mysql-test/suite/ndb/t/ndb_restore_partition.test
      mysql-test/suite/ndb/t/ndb_restore_print.test:
        Rename: mysql-test/t/ndb_restore_print.test -> mysql-test/suite/ndb/t/ndb_restore_print.test
      mysql-test/suite/rpl/r/rpl000001.b.result:
        Rename: mysql-test/r/rpl000001.b.result -> mysql-test/suite/rpl/r/rpl000001.b.result
      mysql-test/suite/rpl/r/rpl000017.result:
        Rename: mysql-test/r/rpl000017.result -> mysql-test/suite/rpl/r/rpl000017.result
      mysql-test/suite/rpl/r/rpl_bit.result:
        Rename: mysql-test/r/rpl_bit.result -> mysql-test/suite/rpl/r/rpl_bit.result
      mysql-test/suite/rpl/r/rpl_dual_pos_advance.result:
        Rename: mysql-test/r/rpl_dual_pos_advance.result -> mysql-test/suite/rpl/r/rpl_dual_pos_advance.result
      mysql-test/suite/rpl/r/rpl_failed_optimize.result:
        Rename: mysql-test/r/rpl_failed_optimize.result -> mysql-test/suite/rpl/r/rpl_failed_optimize.result
      mysql-test/suite/rpl/r/rpl_ignore_table_update.result:
        Rename: mysql-test/r/rpl_ignore_table_update.result -> mysql-test/suite/rpl/r/rpl_ignore_table_update.result
      mysql-test/suite/rpl/r/rpl_insert_id_pk.result:
        Rename: mysql-test/r/rpl_insert_id_pk.result -> mysql-test/suite/rpl/r/rpl_insert_id_pk.result
      mysql-test/suite/rpl/r/rpl_known_bugs_detection.result:
        Rename: mysql-test/r/rpl_known_bugs_detection.result -> mysql-test/suite/rpl/r/rpl_known_bugs_detection.result
      mysql-test/suite/rpl/r/rpl_loaddata.result:
        Rename: mysql-test/r/rpl_loaddata.result -> mysql-test/suite/rpl/r/rpl_loaddata.result
      mysql-test/suite/rpl/r/rpl_redirect.result:
        Rename: mysql-test/r/rpl_redirect.result -> mysql-test/suite/rpl/r/rpl_redirect.result
      mysql-test/suite/rpl/r/rpl_row_NOW.result:
        Rename: mysql-test/r/rpl_row_NOW.result -> mysql-test/suite/rpl/r/rpl_row_NOW.result
      mysql-test/suite/rpl/r/rpl_row_func002.result:
        Rename: mysql-test/r/rpl_row_func002.result -> mysql-test/suite/rpl/r/rpl_row_func002.result
      mysql-test/suite/rpl/r/rpl_row_loaddata_m.result:
        Rename: mysql-test/r/rpl_row_loaddata_m.result -> mysql-test/suite/rpl/r/rpl_row_loaddata_m.result
      mysql-test/suite/rpl/r/rpl_row_stop_middle_update.result:
        Rename: mysql-test/r/rpl_row_stop_middle_update.result -> mysql-test/suite/rpl/r/rpl_row_stop_middle_update.result
      mysql-test/suite/rpl/r/rpl_row_trig001.result:
        Rename: mysql-test/r/rpl_row_trig001.result -> mysql-test/suite/rpl/r/rpl_row_trig001.result
      mysql-test/suite/rpl/r/rpl_stm_no_op.result:
        Rename: mysql-test/r/rpl_stm_no_op.result -> mysql-test/suite/rpl/r/rpl_stm_no_op.result
      mysql-test/suite/rpl/r/rpl_truncate_3innodb.result:
        Rename: mysql-test/r/rpl_truncate_3innodb.result -> mysql-test/suite/rpl/r/rpl_truncate_3innodb.result
      mysql-test/suite/rpl/t/rpl000011.test:
        Rename: mysql-test/t/rpl000011.test -> mysql-test/suite/rpl/t/rpl000011.test
      mysql-test/suite/rpl/t/rpl_alter_db.test:
        Rename: mysql-test/t/rpl_alter_db.test -> mysql-test/suite/rpl/t/rpl_alter_db.test
      mysql-test/suite/rpl/t/rpl_delete_no_where.test:
        Rename: mysql-test/t/rpl_delete_no_where.test -> mysql-test/suite/rpl/t/rpl_delete_no_where.test
      mysql-test/suite/rpl/t/rpl_dual_pos_advance.test:
        Rename: mysql-test/t/rpl_dual_pos_advance.test -> mysql-test/suite/rpl/t/rpl_dual_pos_advance.test
      mysql-test/suite/rpl/t/rpl_flushlog_loop-master.opt:
        Rename: mysql-test/t/rpl_flushlog_loop-master.opt -> mysql-test/suite/rpl/t/rpl_flushlog_loop-master.opt
      mysql-test/suite/rpl/t/rpl_flushlog_loop-master.sh:
        Rename: mysql-test/t/rpl_flushlog_loop-master.sh -> mysql-test/suite/rpl/t/rpl_flushlog_loop-master.sh
      mysql-test/suite/rpl/t/rpl_get_lock.test:
        Rename: mysql-test/t/rpl_get_lock.test -> mysql-test/suite/rpl/t/rpl_get_lock.test
      mysql-test/suite/rpl/t/rpl_ignore_grant-slave.opt:
        Rename: mysql-test/t/rpl_ignore_grant-slave.opt -> mysql-test/suite/rpl/t/rpl_ignore_grant-slave.opt
      mysql-test/suite/rpl/t/rpl_incident.test:
        Rename: mysql-test/t/rpl_incident.test -> mysql-test/suite/rpl/t/rpl_incident.test
      mysql-test/suite/rpl/t/rpl_insert_ignore-slave.opt:
        Rename: mysql-test/t/rpl_insert_ignore-slave.opt -> mysql-test/suite/rpl/t/rpl_insert_ignore-slave.opt
      mysql-test/suite/rpl/t/rpl_known_bugs_detection-master.opt:
        Rename: mysql-test/t/rpl_known_bugs_detection-master.opt -> mysql-test/suite/rpl/t/rpl_known_bugs_detection-master.opt
      mysql-test/suite/rpl/t/rpl_loaddata_m.test:
        Rename: mysql-test/t/rpl_loaddata_m.test -> mysql-test/suite/rpl/t/rpl_loaddata_m.test
      mysql-test/suite/rpl/t/rpl_loaddata_s-slave.opt:
        Rename: mysql-test/t/rpl_loaddata_s-slave.opt -> mysql-test/suite/rpl/t/rpl_loaddata_s-slave.opt
      mysql-test/suite/rpl/t/rpl_loadfile.test:
        Rename: mysql-test/t/rpl_loadfile.test -> mysql-test/suite/rpl/t/rpl_loadfile.test
      mysql-test/suite/rpl/t/rpl_read_only.test:
        Rename: mysql-test/t/rpl_read_only.test -> mysql-test/suite/rpl/t/rpl_read_only.test
      mysql-test/suite/rpl/t/rpl_redirect.test:
        Rename: mysql-test/t/rpl_redirect.test -> mysql-test/suite/rpl/t/rpl_redirect.test
      mysql-test/suite/rpl/t/rpl_relay_space_innodb.test:
        Rename: mysql-test/t/rpl_relay_space_innodb.test -> mysql-test/suite/rpl/t/rpl_relay_space_innodb.test
      mysql-test/suite/rpl/t/rpl_row_basic_11bugs-master.opt:
        Rename: mysql-test/t/rpl_row_basic_11bugs-master.opt -> mysql-test/suite/rpl/t/rpl_row_basic_11bugs-master.opt
      mysql-test/suite/rpl/t/rpl_row_err_daisychain-slave.opt:
        Rename: mysql-test/t/rpl_row_err_daisychain-slave.opt -> mysql-test/suite/rpl/t/rpl_row_err_daisychain-slave.opt
      mysql-test/suite/rpl/t/rpl_row_log-slave.opt:
        Rename: mysql-test/t/rpl_row_log-slave.opt -> mysql-test/suite/rpl/t/rpl_row_log-slave.opt
      mysql-test/suite/rpl/t/rpl_row_mysqlbinlog-master.opt:
        Rename: mysql-test/t/rpl_row_mysqlbinlog-master.opt -> mysql-test/suite/rpl/t/rpl_row_mysqlbinlog-master.opt
      mysql-test/suite/rpl/t/rpl_row_sp006_InnoDB.test:
        Rename: mysql-test/t/rpl_row_sp006_InnoDB.test -> mysql-test/suite/rpl/t/rpl_row_sp006_InnoDB.test
      mysql-test/suite/rpl/t/rpl_row_sp007_innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_sp007_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_sp007_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_row_stop_middle_update-master.opt:
        Rename: mysql-test/t/rpl_row_stop_middle_update-master.opt -> mysql-test/suite/rpl/t/rpl_row_stop_middle_update-master.opt
      mysql-test/suite/rpl/t/rpl_row_tabledefs_3innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_tabledefs_3innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_tabledefs_3innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_sp_effects-slave.opt:
        Rename: mysql-test/t/rpl_sp_effects-slave.opt -> mysql-test/suite/rpl/t/rpl_sp_effects-slave.opt
      mysql-test/suite/rpl/t/rpl_sp_effects.test:
        Rename: mysql-test/t/rpl_sp_effects.test -> mysql-test/suite/rpl/t/rpl_sp_effects.test
      mysql-test/suite/rpl/t/rpl_sporadic_master-master.opt:
        Rename: mysql-test/t/rpl_sporadic_master-master.opt -> mysql-test/suite/rpl/t/rpl_sporadic_master-master.opt
      mysql-test/suite/rpl/t/rpl_switch_stm_row_mixed.test:
        Rename: mysql-test/t/rpl_switch_stm_row_mixed.test -> mysql-test/suite/rpl/t/rpl_switch_stm_row_mixed.test
      mysql-test/suite/rpl/t/rpl_temporary.test:
        Rename: mysql-test/t/rpl_temporary.test -> mysql-test/suite/rpl/t/rpl_temporary.test
      mysql-test/suite/rpl/t/rpl_timezone-master.opt:
        Rename: mysql-test/t/rpl_timezone-master.opt -> mysql-test/suite/rpl/t/rpl_timezone-master.opt
      mysql-test/suite/rpl/t/rpl_trigger.test:
        Rename: mysql-test/t/rpl_trigger.test -> mysql-test/suite/rpl/t/rpl_trigger.test
      mysql-test/suite/rpl/t/rpl_trunc_temp.test:
        Rename: mysql-test/t/rpl_trunc_temp.test -> mysql-test/suite/rpl/t/rpl_trunc_temp.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_bank.result:
        Rename: mysql-test/r/rpl_ndb_bank.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_bank.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_blob.result:
        Rename: mysql-test/r/rpl_ndb_blob.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_blob.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result:
        Rename: mysql-test/r/rpl_ndb_blob2.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_blob2.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result:
        Rename: mysql-test/r/rpl_ndb_relayrotate.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_relayrotate.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb.test:
        Rename: mysql-test/t/rpl_ndb_2innodb.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_charset.test:
        Rename: mysql-test/t/rpl_ndb_charset.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_charset.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_basic.test:
        Rename: mysql-test/t/rpl_ndb_dd_basic.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_basic.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_ddl.test:
        Rename: mysql-test/t/rpl_ndb_ddl.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_ddl.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_delete_nowhere.test:
        Rename: mysql-test/t/rpl_ndb_delete_nowhere.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_delete_nowhere.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_do_db-slave.opt:
        Rename: mysql-test/t/rpl_ndb_do_db-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_do_db-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-master.opt:
        Rename: mysql-test/t/rpl_ndb_innodb2ndb-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-master.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_log-master.opt:
        Rename: mysql-test/t/rpl_ndb_log-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_log-master.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_relayrotate-slave.opt:
        Rename: mysql-test/t/rpl_ndb_relayrotate-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_relayrotate-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_sp006.test:
        Rename: mysql-test/t/rpl_ndb_sp006.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_sp006.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_trig004.test:
        Rename: mysql-test/t/rpl_ndb_trig004.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_trig004.test
      mysql-test/suite/binlog/r/binlog_stm_ctype_cp932.result:
        Rename: mysql-test/r/binlog_stm_ctype_cp932.result -> mysql-test/suite/binlog/r/binlog_stm_ctype_cp932.result
      mysql-test/suite/ndb/r/ndb_basic.result:
        Rename: mysql-test/r/ndb_basic.result -> mysql-test/suite/ndb/r/ndb_basic.result
      mysql-test/suite/ndb/r/ndb_binlog_log_bin.result:
        Rename: mysql-test/r/ndb_binlog_log_bin.result -> mysql-test/suite/ndb/r/ndb_binlog_log_bin.result
      mysql-test/suite/ndb/r/ndb_cursor.result:
        Rename: mysql-test/r/ndb_cursor.result -> mysql-test/suite/ndb/r/ndb_cursor.result
      mysql-test/suite/ndb/r/ndb_dd_basic.result:
        Rename: mysql-test/r/ndb_dd_basic.result -> mysql-test/suite/ndb/r/ndb_dd_basic.result
      mysql-test/suite/ndb/r/ndb_dd_sql_features.result:
        Rename: mysql-test/r/ndb_dd_sql_features.result -> mysql-test/suite/ndb/r/ndb_dd_sql_features.result
      mysql-test/suite/ndb/r/ndb_gis.result:
        Rename: mysql-test/r/ndb_gis.result -> mysql-test/suite/ndb/r/ndb_gis.result
      mysql-test/suite/ndb/r/ndb_load.result:
        Rename: mysql-test/r/ndb_load.result -> mysql-test/suite/ndb/r/ndb_load.result
      mysql-test/suite/ndb/r/ndb_multi_row.result:
        Rename: mysql-test/r/ndb_multi_row.result -> mysql-test/suite/ndb/r/ndb_multi_row.result
      mysql-test/suite/ndb/r/ndb_trigger.result:
        Rename: mysql-test/r/ndb_trigger.result -> mysql-test/suite/ndb/r/ndb_trigger.result
      mysql-test/suite/ndb/r/ndb_types.result:
        Rename: mysql-test/r/ndb_types.result -> mysql-test/suite/ndb/r/ndb_types.result
      mysql-test/suite/ndb/t/ndb_alter_table.test:
        Rename: mysql-test/t/ndb_alter_table.test -> mysql-test/suite/ndb/t/ndb_alter_table.test
      mysql-test/suite/ndb/t/ndb_basic.test:
        Rename: mysql-test/t/ndb_basic.test -> mysql-test/suite/ndb/t/ndb_basic.test
      mysql-test/suite/ndb/t/ndb_binlog_ignore_db-master.opt:
        Rename: mysql-test/t/ndb_binlog_ignore_db-master.opt -> mysql-test/suite/ndb/t/ndb_binlog_ignore_db-master.opt
      mysql-test/suite/ndb/t/ndb_blob.test:
        Rename: mysql-test/t/ndb_blob.test -> mysql-test/suite/ndb/t/ndb_blob.test
      mysql-test/suite/ndb/t/ndb_dd_ddl.test:
        Rename: mysql-test/t/ndb_dd_ddl.test -> mysql-test/suite/ndb/t/ndb_dd_ddl.test
      mysql-test/suite/ndb/t/ndb_dd_disk2memory.test:
        Rename: mysql-test/t/ndb_dd_disk2memory.test -> mysql-test/suite/ndb/t/ndb_dd_disk2memory.test
      mysql-test/suite/ndb/t/ndb_index_unique.test:
        Rename: mysql-test/t/ndb_index_unique.test -> mysql-test/suite/ndb/t/ndb_index_unique.test
      mysql-test/suite/ndb/t/ndb_read_multi_range.test:
        Rename: mysql-test/t/ndb_read_multi_range.test -> mysql-test/suite/ndb/t/ndb_read_multi_range.test
      mysql-test/suite/ndb/t/ndb_row_format.test:
        Rename: mysql-test/t/ndb_row_format.test -> mysql-test/suite/ndb/t/ndb_row_format.test
      mysql-test/suite/rpl/r/rpl_alter_db.result:
        Rename: mysql-test/r/rpl_alter_db.result -> mysql-test/suite/rpl/r/rpl_alter_db.result
      mysql-test/suite/rpl/r/rpl_drop_db.result:
        Rename: mysql-test/r/rpl_drop_db.result -> mysql-test/suite/rpl/r/rpl_drop_db.result
      mysql-test/suite/rpl/r/rpl_log_pos.result:
        Rename: mysql-test/r/rpl_log_pos.result -> mysql-test/suite/rpl/r/rpl_log_pos.result
      mysql-test/suite/rpl/r/rpl_multi_update3.result:
        Rename: mysql-test/r/rpl_multi_update3.result -> mysql-test/suite/rpl/r/rpl_multi_update3.result
      mysql-test/suite/rpl/r/rpl_rewrt_db.result:
        Rename: mysql-test/r/rpl_rewrt_db.result -> mysql-test/suite/rpl/r/rpl_rewrt_db.result
      mysql-test/suite/rpl/r/rpl_row_create_table.result:
        Rename: mysql-test/r/rpl_row_create_table.result -> mysql-test/suite/rpl/r/rpl_row_create_table.result
      mysql-test/suite/rpl/r/rpl_row_flsh_tbls.result:
        Rename: mysql-test/r/rpl_row_flsh_tbls.result -> mysql-test/suite/rpl/r/rpl_row_flsh_tbls.result
      mysql-test/suite/rpl/r/rpl_row_func003.result:
        Rename: mysql-test/r/rpl_row_func003.result -> mysql-test/suite/rpl/r/rpl_row_func003.result
      mysql-test/suite/rpl/r/rpl_row_sp008.result:
        Rename: mysql-test/r/rpl_row_sp008.result -> mysql-test/suite/rpl/r/rpl_row_sp008.result
      mysql-test/suite/rpl/r/rpl_row_trig002.result:
        Rename: mysql-test/r/rpl_row_trig002.result -> mysql-test/suite/rpl/r/rpl_row_trig002.result
      mysql-test/suite/rpl/r/rpl_sp004.result:
        Rename: mysql-test/r/rpl_sp004.result -> mysql-test/suite/rpl/r/rpl_sp004.result
      mysql-test/suite/rpl/r/rpl_ssl.result:
        Rename: mysql-test/r/rpl_ssl.result -> mysql-test/suite/rpl/r/rpl_ssl.result
      mysql-test/suite/rpl/r/rpl_stm_EE_err2.result:
        Rename: mysql-test/r/rpl_stm_EE_err2.result -> mysql-test/suite/rpl/r/rpl_stm_EE_err2.result
      mysql-test/suite/rpl/r/rpl_stm_multi_query.result:
        Rename: mysql-test/r/rpl_stm_multi_query.result -> mysql-test/suite/rpl/r/rpl_stm_multi_query.result
      mysql-test/suite/rpl/t/rpl000013.test:
        Rename: mysql-test/t/rpl000013.test -> mysql-test/suite/rpl/t/rpl000013.test
      mysql-test/suite/rpl/t/rpl000017-slave.opt:
        Rename: mysql-test/t/rpl000017-slave.opt -> mysql-test/suite/rpl/t/rpl000017-slave.opt
      mysql-test/suite/rpl/t/rpl_drop_db.test:
        Rename: mysql-test/t/rpl_drop_db.test -> mysql-test/suite/rpl/t/rpl_drop_db.test
      mysql-test/suite/rpl/t/rpl_flushlog_loop.test:
        Rename: mysql-test/t/rpl_flushlog_loop.test -> mysql-test/suite/rpl/t/rpl_flushlog_loop.test
      mysql-test/suite/rpl/t/rpl_load_from_master.test:
        Rename: mysql-test/t/rpl_load_from_master.test -> mysql-test/suite/rpl/t/rpl_load_from_master.test
      mysql-test/suite/rpl/t/rpl_locale.test:
        Rename: mysql-test/t/rpl_locale.test -> mysql-test/suite/rpl/t/rpl_locale.test
      mysql-test/suite/rpl/t/rpl_multi_delete-slave.opt:
        Rename: mysql-test/t/rpl_multi_delete-slave.opt -> mysql-test/suite/rpl/t/rpl_multi_delete-slave.opt
      mysql-test/suite/rpl/t/rpl_rotate_logs.test:
        Rename: mysql-test/t/rpl_rotate_logs.test -> mysql-test/suite/rpl/t/rpl_rotate_logs.test
      mysql-test/suite/rpl/t/rpl_row_NOW.test:
        Rename: mysql-test/t/rpl_row_NOW.test -> mysql-test/suite/rpl/t/rpl_row_NOW.test
      mysql-test/suite/rpl/t/rpl_row_err_daisychain-master.opt:
        Rename: mysql-test/t/rpl_row_err_daisychain-master.opt -> mysql-test/suite/rpl/t/rpl_row_err_daisychain-master.opt
      mysql-test/suite/rpl/t/rpl_row_inexist_tbl.test:
        Rename: mysql-test/t/rpl_row_inexist_tbl.test -> mysql-test/suite/rpl/t/rpl_row_inexist_tbl.test
      mysql-test/suite/rpl/t/rpl_row_mystery22.test:
        Rename: mysql-test/t/rpl_row_mystery22.test -> mysql-test/suite/rpl/t/rpl_row_mystery22.test
      mysql-test/suite/rpl/t/rpl_row_sp003.test:
        Rename: mysql-test/t/rpl_row_sp003.test -> mysql-test/suite/rpl/t/rpl_row_sp003.test
      mysql-test/suite/rpl/t/rpl_row_sp011.test:
        Rename: mysql-test/t/rpl_row_sp011.test -> mysql-test/suite/rpl/t/rpl_row_sp011.test
      mysql-test/suite/rpl/t/rpl_server_id1.test:
        Rename: mysql-test/t/rpl_server_id1.test -> mysql-test/suite/rpl/t/rpl_server_id1.test
      mysql-test/suite/rpl/t/rpl_session_var.test:
        Rename: mysql-test/t/rpl_session_var.test -> mysql-test/suite/rpl/t/rpl_session_var.test
      mysql-test/suite/rpl/t/rpl_skip_error.test:
        Rename: mysql-test/t/rpl_skip_error.test -> mysql-test/suite/rpl/t/rpl_skip_error.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result:
        Rename: mysql-test/r/rpl_ndb_commit_afterflush.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_do_db.test:
        Rename: mysql-test/t/rpl_ndb_do_db.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_do_db.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-slave.opt:
        Rename: mysql-test/t/rpl_ndb_innodb2ndb-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update2-slave.opt:
        Rename: mysql-test/t/rpl_ndb_multi_update2-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update2-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update2.test:
        Rename: mysql-test/t/rpl_ndb_multi_update2.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update2.test
      mysql-test/suite/binlog/r/binlog_statement_insert_delayed.result:
        Rename: mysql-test/r/binlog_statement_insert_delayed.result -> mysql-test/suite/binlog/r/binlog_statement_insert_delayed.result
      mysql-test/suite/binlog/t/binlog_row_blackhole.test:
        Rename: mysql-test/t/binlog_row_blackhole.test -> mysql-test/suite/binlog/t/binlog_row_blackhole.test
      mysql-test/suite/ndb/r/ndb_limit.result:
        Rename: mysql-test/r/ndb_limit.result -> mysql-test/suite/ndb/r/ndb_limit.result
      mysql-test/suite/ndb/t/ndb_dd_basic.test:
        Rename: mysql-test/t/ndb_dd_basic.test -> mysql-test/suite/ndb/t/ndb_dd_basic.test
      mysql-test/suite/ndb/t/ndb_types.test:
        Rename: mysql-test/t/ndb_types.test -> mysql-test/suite/ndb/t/ndb_types.test
      mysql-test/suite/ndb/t/ndb_update.test:
        Rename: mysql-test/t/ndb_update.test -> mysql-test/suite/ndb/t/ndb_update.test
      mysql-test/suite/rpl/r/rpl_extraCol_innodb.result:
        Rename: mysql-test/r/rpl_extraCol_innodb.result -> mysql-test/suite/rpl/r/rpl_extraCol_innodb.result
      mysql-test/suite/rpl/r/rpl_loaddata_charset.result:
        Rename: mysql-test/r/rpl_loaddata_charset.result -> mysql-test/suite/rpl/r/rpl_loaddata_charset.result
      mysql-test/suite/rpl/r/rpl_loaddata_m.result:
        Rename: mysql-test/r/rpl_loaddata_m.result -> mysql-test/suite/rpl/r/rpl_loaddata_m.result
      mysql-test/suite/rpl/r/rpl_multi_delete.result:
        Rename: mysql-test/r/rpl_multi_delete.result -> mysql-test/suite/rpl/r/rpl_multi_delete.result
      mysql-test/suite/rpl/r/rpl_multi_delete2.result:
        Rename: mysql-test/r/rpl_multi_delete2.result -> mysql-test/suite/rpl/r/rpl_multi_delete2.result
      mysql-test/suite/rpl/r/rpl_row_sp009.result:
        Rename: mysql-test/r/rpl_row_sp009.result -> mysql-test/suite/rpl/r/rpl_row_sp009.result
      mysql-test/suite/rpl/r/rpl_row_sp010.result:
        Rename: mysql-test/r/rpl_row_sp010.result -> mysql-test/suite/rpl/r/rpl_row_sp010.result
      mysql-test/suite/rpl/r/rpl_set_charset.result:
        Rename: mysql-test/r/rpl_set_charset.result -> mysql-test/suite/rpl/r/rpl_set_charset.result
      mysql-test/suite/rpl/r/rpl_skip_error.result:
        Rename: mysql-test/r/rpl_skip_error.result -> mysql-test/suite/rpl/r/rpl_skip_error.result
      mysql-test/suite/rpl/r/rpl_stm_charset.result:
        Rename: mysql-test/r/rpl_stm_charset.result -> mysql-test/suite/rpl/r/rpl_stm_charset.result
      mysql-test/suite/rpl/r/rpl_trigger.result:
        Rename: mysql-test/r/rpl_trigger.result -> mysql-test/suite/rpl/r/rpl_trigger.result
      mysql-test/suite/rpl/t/rpl_auto_increment-master.opt:
        Rename: mysql-test/t/rpl_auto_increment-master.opt -> mysql-test/suite/rpl/t/rpl_auto_increment-master.opt
      mysql-test/suite/rpl/t/rpl_bit_npk.test:
        Rename: mysql-test/t/rpl_bit_npk.test -> mysql-test/suite/rpl/t/rpl_bit_npk.test
      mysql-test/suite/rpl/t/rpl_extraCol_innodb.test:
        Rename: mysql-test/t/rpl_extraCol_innodb.test -> mysql-test/suite/rpl/t/rpl_extraCol_innodb.test
      mysql-test/suite/rpl/t/rpl_free_items-slave.opt:
        Rename: mysql-test/t/rpl_free_items-slave.opt -> mysql-test/suite/rpl/t/rpl_free_items-slave.opt
      mysql-test/suite/rpl/t/rpl_init_slave.test:
        Rename: mysql-test/t/rpl_init_slave.test -> mysql-test/suite/rpl/t/rpl_init_slave.test
      mysql-test/suite/rpl/t/rpl_packet-slave.opt:
        Rename: mysql-test/t/rpl_packet-slave.opt -> mysql-test/suite/rpl/t/rpl_packet-slave.opt
      mysql-test/suite/rpl/t/rpl_relay_space_innodb-slave.opt:
        Rename: mysql-test/t/rpl_relay_space_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_relay_space_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_rotate_logs.slave-mi:
        Rename: mysql-test/t/rpl_rotate_logs.slave-mi -> mysql-test/suite/rpl/t/rpl_rotate_logs.slave-mi
      mysql-test/suite/rpl/t/rpl_row_USER.test:
        Rename: mysql-test/t/rpl_row_USER.test -> mysql-test/suite/rpl/t/rpl_row_USER.test
      mysql-test/suite/rpl/t/rpl_row_delayed_ins.test:
        Rename: mysql-test/t/rpl_row_delayed_ins.test -> mysql-test/suite/rpl/t/rpl_row_delayed_ins.test
      mysql-test/suite/rpl/t/rpl_row_sp002_innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_sp002_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_sp002_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_row_trig002.test:
        Rename: mysql-test/t/rpl_row_trig002.test -> mysql-test/suite/rpl/t/rpl_row_trig002.test
      mysql-test/suite/rpl/t/rpl_sf.test:
        Rename: mysql-test/t/rpl_sf.test -> mysql-test/suite/rpl/t/rpl_sf.test
      mysql-test/suite/rpl/t/rpl_stm_no_op.test:
        Rename: mysql-test/t/rpl_stm_no_op.test -> mysql-test/suite/rpl/t/rpl_stm_no_op.test
      mysql-test/suite/rpl/t/rpl_udf-slave.opt:
        Rename: mysql-test/t/rpl_udf-slave.opt -> mysql-test/suite/rpl/t/rpl_udf-slave.opt
      mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_partitions.result:
        Rename: mysql-test/r/rpl_ndb_dd_partitions.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_partitions.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_multi.result:
        Rename: mysql-test/r/rpl_ndb_multi.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_multi.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_rep_ignore.result:
        Rename: mysql-test/r/rpl_ndb_rep_ignore.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_rep_ignore.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result:
        Rename: mysql-test/r/rpl_ndb_sp006.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam-slave.opt:
        Rename: mysql-test/t/rpl_ndb_2myisam-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_idempotent.test:
        Rename: mysql-test/t/rpl_ndb_idempotent.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_idempotent.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_sp003.test:
        Rename: mysql-test/t/rpl_ndb_sp003.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_sp003.test
      mysql-test/suite/binlog/r/binlog_row_binlog.result:
        Rename: mysql-test/r/binlog_row_binlog.result -> mysql-test/suite/binlog/r/binlog_row_binlog.result
      mysql-test/suite/binlog/r/binlog_stm_blackhole.result:
        Rename: mysql-test/r/binlog_stm_blackhole.result -> mysql-test/suite/binlog/r/binlog_stm_blackhole.result
      mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
        Rename: mysql-test/r/binlog_stm_mix_innodb_myisam.result -> mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result
      mysql-test/suite/binlog/t/binlog_row_drop_tmp_tbl.test:
        Rename: mysql-test/t/binlog_row_drop_tmp_tbl.test -> mysql-test/suite/binlog/t/binlog_row_drop_tmp_tbl.test
      mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam-master.opt:
        Rename: mysql-test/t/binlog_row_mix_innodb_myisam-master.opt -> mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam-master.opt
      mysql-test/suite/binlog/t/binlog_statement_insert_delayed.test:
        Rename: mysql-test/t/binlog_statement_insert_delayed.test -> mysql-test/suite/binlog/t/binlog_statement_insert_delayed.test
      mysql-test/suite/binlog/t/binlog_stm_binlog-master.opt:
        Rename: mysql-test/t/binlog_stm_binlog-master.opt -> mysql-test/suite/binlog/t/binlog_stm_binlog-master.opt
      mysql-test/suite/ndb/r/ndb_alter_table2.result:
        Rename: mysql-test/r/ndb_alter_table2.result -> mysql-test/suite/ndb/r/ndb_alter_table2.result
      mysql-test/suite/ndb/r/ndb_blob.result:
        Rename: mysql-test/r/ndb_blob.result -> mysql-test/suite/ndb/r/ndb_blob.result
      mysql-test/suite/ndb/r/ndb_cache_multi2.result:
        Rename: mysql-test/r/ndb_cache_multi2.result -> mysql-test/suite/ndb/r/ndb_cache_multi2.result
      mysql-test/suite/ndb/r/ndb_config2.result:
        Rename: mysql-test/r/ndb_config2.result -> mysql-test/suite/ndb/r/ndb_config2.result
      mysql-test/suite/ndb/t/ndb_truncate.test:
        Rename: mysql-test/t/ndb_truncate.test -> mysql-test/suite/ndb/t/ndb_truncate.test
      mysql-test/suite/ndb/t/ndbapi.test:
        Rename: mysql-test/t/ndbapi.test -> mysql-test/suite/ndb/t/ndbapi.test
      mysql-test/suite/rpl/r/rpl_charset_sjis.result:
        Rename: mysql-test/r/rpl_charset_sjis.result -> mysql-test/suite/rpl/r/rpl_charset_sjis.result
      mysql-test/suite/rpl/r/rpl_extraCol_myisam.result:
        Rename: mysql-test/r/rpl_extraCol_myisam.result -> mysql-test/suite/rpl/r/rpl_extraCol_myisam.result
      mysql-test/suite/rpl/r/rpl_locale.result:
        Rename: mysql-test/r/rpl_locale.result -> mysql-test/suite/rpl/r/rpl_locale.result
      mysql-test/suite/rpl/r/rpl_multi_update2.result:
        Rename: mysql-test/r/rpl_multi_update2.result -> mysql-test/suite/rpl/r/rpl_multi_update2.result
      mysql-test/suite/rpl/r/rpl_relay_space_innodb.result:
        Rename: mysql-test/r/rpl_relay_space_innodb.result -> mysql-test/suite/rpl/r/rpl_relay_space_innodb.result
      mysql-test/suite/rpl/r/rpl_row_insert_delayed.result:
        Rename: mysql-test/r/rpl_row_insert_delayed.result -> mysql-test/suite/rpl/r/rpl_row_insert_delayed.result
      mysql-test/suite/rpl/r/rpl_row_log_innodb.result:
        Rename: mysql-test/r/rpl_row_log_innodb.result -> mysql-test/suite/rpl/r/rpl_row_log_innodb.result
      mysql-test/suite/rpl/r/rpl_row_multi_query.result:
        Rename: mysql-test/r/rpl_row_multi_query.result -> mysql-test/suite/rpl/r/rpl_row_multi_query.result
      mysql-test/suite/rpl/r/rpl_row_tabledefs_3innodb.result:
        Rename: mysql-test/r/rpl_row_tabledefs_3innodb.result -> mysql-test/suite/rpl/r/rpl_row_tabledefs_3innodb.result
      mysql-test/suite/rpl/r/rpl_row_trig003.result:
        Rename: mysql-test/r/rpl_row_trig003.result -> mysql-test/suite/rpl/r/rpl_row_trig003.result
      mysql-test/suite/rpl/r/rpl_row_until.result:
        Rename: mysql-test/r/rpl_row_until.result -> mysql-test/suite/rpl/r/rpl_row_until.result
      mysql-test/suite/rpl/t/rpl_empty_master_crash-master.opt:
        Rename: mysql-test/t/rpl_empty_master_crash-master.opt -> mysql-test/suite/rpl/t/rpl_empty_master_crash-master.opt
      mysql-test/suite/rpl/t/rpl_free_items.test:
        Rename: mysql-test/t/rpl_free_items.test -> mysql-test/suite/rpl/t/rpl_free_items.test
      mysql-test/suite/rpl/t/rpl_ps.test:
        Rename: mysql-test/t/rpl_ps.test -> mysql-test/suite/rpl/t/rpl_ps.test
      mysql-test/suite/rpl/t/rpl_relay_space_myisam.test:
        Rename: mysql-test/t/rpl_relay_space_myisam.test -> mysql-test/suite/rpl/t/rpl_relay_space_myisam.test
      mysql-test/suite/rpl/t/rpl_relayrotate.test:
        Rename: mysql-test/t/rpl_relayrotate.test -> mysql-test/suite/rpl/t/rpl_relayrotate.test
      mysql-test/suite/rpl/t/rpl_relayspace.test:
        Rename: mysql-test/t/rpl_relayspace.test -> mysql-test/suite/rpl/t/rpl_relayspace.test
      mysql-test/suite/rpl/t/rpl_row_sp003-master.opt:
        Rename: mysql-test/t/rpl_row_sp003-master.opt -> mysql-test/suite/rpl/t/rpl_row_sp003-master.opt
      mysql-test/suite/rpl_ndb/r/rpl_ndb_sync.result:
        Rename: mysql-test/r/rpl_ndb_sync.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_sync.result
      mysql-test/suite/rpl_ndb/r/rpl_ndbapi_multi.result:
        Rename: mysql-test/r/rpl_ndbapi_multi.result -> mysql-test/suite/rpl_ndb/r/rpl_ndbapi_multi.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam.test:
        Rename: mysql-test/t/rpl_ndb_2myisam.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_func003.test:
        Rename: mysql-test/t/rpl_ndb_func003.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_func003.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb_trans.test:
        Rename: mysql-test/t/rpl_ndb_innodb_trans.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb_trans.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_load.test:
        Rename: mysql-test/t/rpl_ndb_load.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_load.test
      mysql-test/suite/rpl_ndb/t/rpl_truncate_7ndb.test:
        Rename: mysql-test/t/rpl_truncate_7ndb.test -> mysql-test/suite/rpl_ndb/t/rpl_truncate_7ndb.test
      mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam.test:
        Rename: mysql-test/t/binlog_row_mix_innodb_myisam.test -> mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam.test
      mysql-test/suite/binlog/t/binlog_stm_binlog.test:
        Rename: mysql-test/t/binlog_stm_binlog.test -> mysql-test/suite/binlog/t/binlog_stm_binlog.test
      mysql-test/suite/binlog/t/binlog_stm_ctype_cp932.test:
        Rename: mysql-test/t/binlog_stm_ctype_cp932.test -> mysql-test/suite/binlog/t/binlog_stm_ctype_cp932.test
      mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam-master.opt:
        Rename: mysql-test/t/binlog_stm_mix_innodb_myisam-master.opt -> mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam-master.opt
      mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test:
        Rename: mysql-test/t/binlog_stm_mix_innodb_myisam.test -> mysql-test/suite/binlog/t/binlog_stm_mix_innodb_myisam.test
      mysql-test/suite/ndb/r/ndb_alter_table3.result:
        Rename: mysql-test/r/ndb_alter_table3.result -> mysql-test/suite/ndb/r/ndb_alter_table3.result
      mysql-test/suite/ndb/r/ndb_autodiscover2.result:
        Rename: mysql-test/r/ndb_autodiscover2.result -> mysql-test/suite/ndb/r/ndb_autodiscover2.result
      mysql-test/suite/ndb/r/ndb_backup_print.result:
        Rename: mysql-test/r/ndb_backup_print.result -> mysql-test/suite/ndb/r/ndb_backup_print.result
      mysql-test/suite/ndb/r/ndb_binlog_basic.result:
        Rename: mysql-test/r/ndb_binlog_basic.result -> mysql-test/suite/ndb/r/ndb_binlog_basic.result
      mysql-test/suite/ndb/r/ndb_condition_pushdown.result:
        Rename: mysql-test/r/ndb_condition_pushdown.result -> mysql-test/suite/ndb/r/ndb_condition_pushdown.result
      mysql-test/suite/ndb/r/ndb_dd_ddl.result:
        Rename: mysql-test/r/ndb_dd_ddl.result -> mysql-test/suite/ndb/r/ndb_dd_ddl.result
      mysql-test/suite/ndb/r/ndb_dd_dump.result:
        Rename: mysql-test/r/ndb_dd_dump.result -> mysql-test/suite/ndb/r/ndb_dd_dump.result
      mysql-test/suite/ndb/r/ndb_loaddatalocal.result:
        Rename: mysql-test/r/ndb_loaddatalocal.result -> mysql-test/suite/ndb/r/ndb_loaddatalocal.result
      mysql-test/suite/ndb/r/ndb_restore_compat.result:
        Rename: mysql-test/r/ndb_restore_compat.result -> mysql-test/suite/ndb/r/ndb_restore_compat.result
      mysql-test/suite/ndb/r/ndb_row_format.result:
        Rename: mysql-test/r/ndb_row_format.result -> mysql-test/suite/ndb/r/ndb_row_format.result
      mysql-test/suite/ndb/r/ndb_sp.result:
        Rename: mysql-test/r/ndb_sp.result -> mysql-test/suite/ndb/r/ndb_sp.result
      mysql-test/suite/ndb/r/ndb_temporary.result:
        Rename: mysql-test/r/ndb_temporary.result -> mysql-test/suite/ndb/r/ndb_temporary.result
      mysql-test/suite/ndb/r/ps_7ndb.result:
        Rename: mysql-test/r/ps_7ndb.result -> mysql-test/suite/ndb/r/ps_7ndb.result
      mysql-test/suite/ndb/t/ndb_binlog_ddl_multi.test:
        Rename: mysql-test/t/ndb_binlog_ddl_multi.test -> mysql-test/suite/ndb/t/ndb_binlog_ddl_multi.test
      mysql-test/suite/ndb/t/ndb_cache_multi2.test:
        Rename: mysql-test/t/ndb_cache_multi2.test -> mysql-test/suite/ndb/t/ndb_cache_multi2.test
      mysql-test/suite/ndb/t/ndb_charset.test:
        Rename: mysql-test/t/ndb_charset.test -> mysql-test/suite/ndb/t/ndb_charset.test
      mysql-test/suite/ndb/t/ndb_dd_sql_features.test:
        Rename: mysql-test/t/ndb_dd_sql_features.test -> mysql-test/suite/ndb/t/ndb_dd_sql_features.test
      mysql-test/suite/ndb/t/ndb_loaddatalocal.test:
        Rename: mysql-test/t/ndb_loaddatalocal.test -> mysql-test/suite/ndb/t/ndb_loaddatalocal.test
      mysql-test/suite/ndb/t/ndb_multi_row.test:
        Rename: mysql-test/t/ndb_multi_row.test -> mysql-test/suite/ndb/t/ndb_multi_row.test
      mysql-test/suite/ndb/t/ndb_restore.test:
        Rename: mysql-test/t/ndb_restore.test -> mysql-test/suite/ndb/t/ndb_restore.test
      mysql-test/suite/ndb/t/partition_03ndb.test:
        Rename: mysql-test/t/partition_03ndb.test -> mysql-test/suite/ndb/t/partition_03ndb.test
      mysql-test/suite/ndb/t/ps_7ndb.test:
        Rename: mysql-test/t/ps_7ndb.test -> mysql-test/suite/ndb/t/ps_7ndb.test
      mysql-test/suite/rpl/r/rpl000013.result:
        Rename: mysql-test/r/rpl000013.result -> mysql-test/suite/rpl/r/rpl000013.result
      mysql-test/suite/rpl/r/rpl_auto_increment_11932.result:
        Rename: mysql-test/r/rpl_auto_increment_11932.result -> mysql-test/suite/rpl/r/rpl_auto_increment_11932.result
      mysql-test/suite/rpl/r/rpl_change_master.result:
        Rename: mysql-test/r/rpl_change_master.result -> mysql-test/suite/rpl/r/rpl_change_master.result
      mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result:
        Rename: mysql-test/r/rpl_foreign_key_innodb.result -> mysql-test/suite/rpl/r/rpl_foreign_key_innodb.result
      mysql-test/suite/rpl/r/rpl_insert_select.result:
        Rename: mysql-test/r/rpl_insert_select.result -> mysql-test/suite/rpl/r/rpl_insert_select.result
      mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result:
        Rename: mysql-test/r/rpl_mixed_ddl_dml.result -> mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result
      mysql-test/suite/rpl/r/rpl_replicate_do.result:
        Rename: mysql-test/r/rpl_replicate_do.result -> mysql-test/suite/rpl/r/rpl_replicate_do.result
      mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result:
        Rename: mysql-test/r/rpl_row_basic_2myisam.result -> mysql-test/suite/rpl/r/rpl_row_basic_2myisam.result
      mysql-test/suite/rpl/r/rpl_row_sp011.result:
        Rename: mysql-test/r/rpl_row_sp011.result -> mysql-test/suite/rpl/r/rpl_row_sp011.result
      mysql-test/suite/rpl/r/rpl_row_trig004.result:
        Rename: mysql-test/r/rpl_row_trig004.result -> mysql-test/suite/rpl/r/rpl_row_trig004.result
      mysql-test/suite/rpl/r/rpl_slave_status.result:
        Rename: mysql-test/r/rpl_slave_status.result -> mysql-test/suite/rpl/r/rpl_slave_status.result
      mysql-test/suite/rpl/r/rpl_stm_log.result:
        Rename: mysql-test/r/rpl_stm_log.result -> mysql-test/suite/rpl/r/rpl_stm_log.result
      mysql-test/suite/rpl/r/rpl_stm_max_relay_size.result:
        Rename: mysql-test/r/rpl_stm_max_relay_size.result -> mysql-test/suite/rpl/r/rpl_stm_max_relay_size.result
      mysql-test/suite/rpl/r/rpl_switch_stm_row_mixed.result:
        Rename: mysql-test/r/rpl_switch_stm_row_mixed.result -> mysql-test/suite/rpl/r/rpl_switch_stm_row_mixed.result
      mysql-test/suite/rpl/r/rpl_temp_table.result:
        Rename: mysql-test/r/rpl_temp_table.result -> mysql-test/suite/rpl/r/rpl_temp_table.result
      mysql-test/suite/rpl/r/rpl_timezone.result:
        Rename: mysql-test/r/rpl_timezone.result -> mysql-test/suite/rpl/r/rpl_timezone.result
      mysql-test/suite/rpl/t/rpl000017-slave.sh:
        Rename: mysql-test/t/rpl000017-slave.sh -> mysql-test/suite/rpl/t/rpl000017-slave.sh
      mysql-test/suite/rpl/t/rpl000018-slave.opt:
        Rename: mysql-test/t/rpl000018-slave.opt -> mysql-test/suite/rpl/t/rpl000018-slave.opt
      mysql-test/suite/rpl/t/rpl_auto_increment_11932.test:
        Rename: mysql-test/t/rpl_auto_increment_11932.test -> mysql-test/suite/rpl/t/rpl_auto_increment_11932.test
      mysql-test/suite/rpl/t/rpl_commit_after_flush.test:
        Rename: mysql-test/t/rpl_commit_after_flush.test -> mysql-test/suite/rpl/t/rpl_commit_after_flush.test
      mysql-test/suite/rpl/t/rpl_create_database-master.opt:
        Rename: mysql-test/t/rpl_create_database-master.opt -> mysql-test/suite/rpl/t/rpl_create_database-master.opt
      mysql-test/suite/rpl/t/rpl_deadlock_innodb-slave.opt:
        Rename: mysql-test/t/rpl_deadlock_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_deadlock_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_drop.test:
        Rename: mysql-test/t/rpl_drop.test -> mysql-test/suite/rpl/t/rpl_drop.test
      mysql-test/suite/rpl/t/rpl_empty_master_crash.test:
        Rename: mysql-test/t/rpl_empty_master_crash.test -> mysql-test/suite/rpl/t/rpl_empty_master_crash.test
      mysql-test/suite/rpl/t/rpl_flushlog_loop-slave.opt:
        Rename: mysql-test/t/rpl_flushlog_loop-slave.opt -> mysql-test/suite/rpl/t/rpl_flushlog_loop-slave.opt
      mysql-test/suite/rpl/t/rpl_ignore_table_update.test:
        Rename: mysql-test/t/rpl_ignore_table_update.test -> mysql-test/suite/rpl/t/rpl_ignore_table_update.test
      mysql-test/suite/rpl/t/rpl_innodb.test:
        Rename: mysql-test/t/rpl_innodb.test -> mysql-test/suite/rpl/t/rpl_innodb.test
      mysql-test/suite/rpl/t/rpl_known_bugs_detection.test:
        Rename: mysql-test/t/rpl_known_bugs_detection.test -> mysql-test/suite/rpl/t/rpl_known_bugs_detection.test
      mysql-test/suite/rpl/t/rpl_multi_update4-slave.opt:
        Rename: mysql-test/t/rpl_multi_update4-slave.opt -> mysql-test/suite/rpl/t/rpl_multi_update4-slave.opt
      mysql-test/suite/rpl/t/rpl_packet-master.opt:
        Rename: mysql-test/t/rpl_packet-master.opt -> mysql-test/suite/rpl/t/rpl_packet-master.opt
      mysql-test/suite/rpl/t/rpl_row_4_bytes-master.opt:
        Rename: mysql-test/t/rpl_row_4_bytes-master.opt -> mysql-test/suite/rpl/t/rpl_row_4_bytes-master.opt
      mysql-test/suite/rpl/t/rpl_row_basic_3innodb.test:
        Rename: mysql-test/t/rpl_row_basic_3innodb.test -> mysql-test/suite/rpl/t/rpl_row_basic_3innodb.test
      mysql-test/suite/rpl/t/rpl_row_func001.test:
        Rename: mysql-test/t/rpl_row_func001.test -> mysql-test/suite/rpl/t/rpl_row_func001.test
      mysql-test/suite/rpl/t/rpl_row_func003-slave.opt:
        Rename: mysql-test/t/rpl_row_func003-slave.opt -> mysql-test/suite/rpl/t/rpl_row_func003-slave.opt
      mysql-test/suite/rpl/t/rpl_row_until.test:
        Rename: mysql-test/t/rpl_row_until.test -> mysql-test/suite/rpl/t/rpl_row_until.test
      mysql-test/suite/rpl/t/rpl_set_charset.test:
        Rename: mysql-test/t/rpl_set_charset.test -> mysql-test/suite/rpl/t/rpl_set_charset.test
      mysql-test/suite/rpl/t/rpl_skip_error-slave.opt:
        Rename: mysql-test/t/rpl_skip_error-slave.opt -> mysql-test/suite/rpl/t/rpl_skip_error-slave.opt
      mysql-test/suite/rpl/t/rpl_slave_status.test:
        Rename: mysql-test/t/rpl_slave_status.test -> mysql-test/suite/rpl/t/rpl_slave_status.test
      mysql-test/suite/rpl/t/rpl_sp-master.opt:
        Rename: mysql-test/t/rpl_sp-master.opt -> mysql-test/suite/rpl/t/rpl_sp-master.opt
      mysql-test/suite/rpl/t/rpl_sp004.test:
        Rename: mysql-test/t/rpl_sp004.test -> mysql-test/suite/rpl/t/rpl_sp004.test
      mysql-test/suite/rpl/t/rpl_start_stop_slave.test:
        Rename: mysql-test/t/rpl_start_stop_slave.test -> mysql-test/suite/rpl/t/rpl_start_stop_slave.test
      mysql-test/suite/rpl/t/rpl_stm_flsh_tbls.test:
        Rename: mysql-test/t/rpl_stm_flsh_tbls.test -> mysql-test/suite/rpl/t/rpl_stm_flsh_tbls.test
      mysql-test/suite/rpl/t/rpl_stm_log.test:
        Rename: mysql-test/t/rpl_stm_log.test -> mysql-test/suite/rpl/t/rpl_stm_log.test
      mysql-test/suite/rpl/t/rpl_truncate_2myisam.test:
        Rename: mysql-test/t/rpl_truncate_2myisam.test -> mysql-test/suite/rpl/t/rpl_truncate_2myisam.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result:
        Rename: mysql-test/r/rpl_ndb_UUID.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_UUID.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result:
        Rename: mysql-test/r/rpl_ndb_insert_ignore.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_insert_ignore.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test:
        Rename: mysql-test/t/rpl_ndb_circular.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_commit_afterflush.test:
        Rename: mysql-test/t/rpl_ndb_commit_afterflush.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_commit_afterflush.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_relayrotate.test:
        Rename: mysql-test/t/rpl_ndb_relayrotate.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_relayrotate.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_rep_ignore-slave.opt:
        Rename: mysql-test/t/rpl_ndb_rep_ignore-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_rep_ignore-slave.opt
      mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result:
        Rename: mysql-test/r/binlog_stm_ctype_ucs.result -> mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result
      mysql-test/suite/binlog/t/binlog_stm_drop_tmp_tbl.test:
        Rename: mysql-test/t/binlog_stm_drop_tmp_tbl.test -> mysql-test/suite/binlog/t/binlog_stm_drop_tmp_tbl.test
      mysql-test/suite/binlog/t/binlog_stm_innodb_stat-master.opt:
        Rename: mysql-test/t/binlog_stm_innodb_stat-master.opt -> mysql-test/suite/binlog/t/binlog_stm_innodb_stat-master.opt
      mysql-test/suite/ndb/r/loaddata_autocom_ndb.result:
        Rename: mysql-test/r/loaddata_autocom_ndb.result -> mysql-test/suite/ndb/r/loaddata_autocom_ndb.result
      mysql-test/suite/ndb/r/ndb_autodiscover3.result:
        Rename: mysql-test/r/ndb_autodiscover3.result -> mysql-test/suite/ndb/r/ndb_autodiscover3.result
      mysql-test/suite/ndb/r/ndb_binlog_basic2.result:
        Rename: mysql-test/r/ndb_binlog_basic2.result -> mysql-test/suite/ndb/r/ndb_binlog_basic2.result
      mysql-test/suite/ndb/r/ndb_blob_partition.result:
        Rename: mysql-test/r/ndb_blob_partition.result -> mysql-test/suite/ndb/r/ndb_blob_partition.result
      mysql-test/suite/ndb/r/ndb_insert.result:
        Rename: mysql-test/r/ndb_insert.result -> mysql-test/suite/ndb/r/ndb_insert.result
      mysql-test/suite/ndb/r/ndb_partition_error2.result:
        Rename: mysql-test/r/ndb_partition_error2.result -> mysql-test/suite/ndb/r/ndb_partition_error2.result
      mysql-test/suite/ndb/r/ndb_partition_list.result:
        Rename: mysql-test/r/ndb_partition_list.result -> mysql-test/suite/ndb/r/ndb_partition_list.result
      mysql-test/suite/ndb/r/ndb_restore_print.result:
        Rename: mysql-test/r/ndb_restore_print.result -> mysql-test/suite/ndb/r/ndb_restore_print.result
      mysql-test/suite/ndb/r/ndb_transaction.result:
        Rename: mysql-test/r/ndb_transaction.result -> mysql-test/suite/ndb/r/ndb_transaction.result
      mysql-test/suite/ndb/r/partition_03ndb.result:
        Rename: mysql-test/r/partition_03ndb.result -> mysql-test/suite/ndb/r/partition_03ndb.result
      mysql-test/suite/ndb/t/loaddata_autocom_ndb.test:
        Rename: mysql-test/t/loaddata_autocom_ndb.test -> mysql-test/suite/ndb/t/loaddata_autocom_ndb.test
      mysql-test/suite/ndb/t/ndb_autodiscover3.test:
        Rename: mysql-test/t/ndb_autodiscover3.test -> mysql-test/suite/ndb/t/ndb_autodiscover3.test
      mysql-test/suite/ndb/t/ndb_config2.test:
        Rename: mysql-test/t/ndb_config2.test -> mysql-test/suite/ndb/t/ndb_config2.test
      mysql-test/suite/ndb/t/ndb_cursor.test:
        Rename: mysql-test/t/ndb_cursor.test -> mysql-test/suite/ndb/t/ndb_cursor.test
      mysql-test/suite/ndb/t/ndb_database.test:
        Rename: mysql-test/t/ndb_database.test -> mysql-test/suite/ndb/t/ndb_database.test
      mysql-test/suite/ndb/t/ndb_index_ordered.test:
        Rename: mysql-test/t/ndb_index_ordered.test -> mysql-test/suite/ndb/t/ndb_index_ordered.test
      mysql-test/suite/ndb/t/ndb_restore_partition-master.opt:
        Rename: mysql-test/t/ndb_restore_partition-master.opt -> mysql-test/suite/ndb/t/ndb_restore_partition-master.opt
      mysql-test/suite/rpl/r/rpl_000015.result:
        Rename: mysql-test/r/rpl_000015.result -> mysql-test/suite/rpl/r/rpl_000015.result
      mysql-test/suite/rpl/r/rpl_bit_npk.result:
        Rename: mysql-test/r/rpl_bit_npk.result -> mysql-test/suite/rpl/r/rpl_bit_npk.result
      mysql-test/suite/rpl/r/rpl_critical_errors.result:
        Rename: mysql-test/r/rpl_critical_errors.result -> mysql-test/suite/rpl/r/rpl_critical_errors.result
      mysql-test/suite/rpl/r/rpl_delete_no_where.result:
        Rename: mysql-test/r/rpl_delete_no_where.result -> mysql-test/suite/rpl/r/rpl_delete_no_where.result
      mysql-test/suite/rpl/r/rpl_do_grant.result:
        Rename: mysql-test/r/rpl_do_grant.result -> mysql-test/suite/rpl/r/rpl_do_grant.result
      mysql-test/suite/rpl/r/rpl_events.result:
        Rename: mysql-test/r/rpl_events.result -> mysql-test/suite/rpl/r/rpl_events.result
      mysql-test/suite/rpl/r/rpl_get_lock.result:
        Rename: mysql-test/r/rpl_get_lock.result -> mysql-test/suite/rpl/r/rpl_get_lock.result
      mysql-test/suite/rpl/r/rpl_incident.result:
        Rename: mysql-test/r/rpl_incident.result -> mysql-test/suite/rpl/r/rpl_incident.result
      mysql-test/suite/rpl/r/rpl_init_slave.result:
        Rename: mysql-test/r/rpl_init_slave.result -> mysql-test/suite/rpl/r/rpl_init_slave.result
      mysql-test/suite/rpl/r/rpl_insert.result:
        Rename: mysql-test/r/rpl_insert.result -> mysql-test/suite/rpl/r/rpl_insert.result
      mysql-test/suite/rpl/r/rpl_insert_id.result:
        Rename: mysql-test/r/rpl_insert_id.result -> mysql-test/suite/rpl/r/rpl_insert_id.result
      mysql-test/suite/rpl/r/rpl_loaddata_s.result:
        Rename: mysql-test/r/rpl_loaddata_s.result -> mysql-test/suite/rpl/r/rpl_loaddata_s.result
      mysql-test/suite/rpl/r/rpl_multi_update4.result:
        Rename: mysql-test/r/rpl_multi_update4.result -> mysql-test/suite/rpl/r/rpl_multi_update4.result
      mysql-test/suite/rpl/r/rpl_optimize.result:
        Rename: mysql-test/r/rpl_optimize.result -> mysql-test/suite/rpl/r/rpl_optimize.result
      mysql-test/suite/rpl/r/rpl_row_blob_innodb.result:
        Rename: mysql-test/r/rpl_row_blob_innodb.result -> mysql-test/suite/rpl/r/rpl_row_blob_innodb.result
      mysql-test/suite/rpl/r/rpl_row_charset.result:
        Rename: mysql-test/r/rpl_row_charset.result -> mysql-test/suite/rpl/r/rpl_row_charset.result
      mysql-test/suite/rpl/r/rpl_row_drop.result:
        Rename: mysql-test/r/rpl_row_drop.result -> mysql-test/suite/rpl/r/rpl_row_drop.result
      mysql-test/suite/rpl/r/rpl_row_sp001.result:
        Rename: mysql-test/r/rpl_row_sp001.result -> mysql-test/suite/rpl/r/rpl_row_sp001.result
      mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result:
        Rename: mysql-test/r/rpl_row_sp006_InnoDB.result -> mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result
      mysql-test/suite/rpl/r/rpl_row_sp012.result:
        Rename: mysql-test/r/rpl_row_sp012.result -> mysql-test/suite/rpl/r/rpl_row_sp012.result
      mysql-test/suite/rpl/r/rpl_row_stop_middle.result:
        Rename: mysql-test/r/rpl_row_stop_middle.result -> mysql-test/suite/rpl/r/rpl_row_stop_middle.result
      mysql-test/suite/rpl/r/rpl_sp_effects.result:
        Rename: mysql-test/r/rpl_sp_effects.result -> mysql-test/suite/rpl/r/rpl_sp_effects.result
      mysql-test/suite/rpl/r/rpl_stm_flsh_tbls.result:
        Rename: mysql-test/r/rpl_stm_flsh_tbls.result -> mysql-test/suite/rpl/r/rpl_stm_flsh_tbls.result
      mysql-test/suite/rpl/r/rpl_stm_mystery22.result:
        Rename: mysql-test/r/rpl_stm_mystery22.result -> mysql-test/suite/rpl/r/rpl_stm_mystery22.result
      mysql-test/suite/rpl/t/rpl000010.test:
        Rename: mysql-test/t/rpl000010.test -> mysql-test/suite/rpl/t/rpl000010.test
      mysql-test/suite/rpl/t/rpl000017.test:
        Rename: mysql-test/t/rpl000017.test -> mysql-test/suite/rpl/t/rpl000017.test
      mysql-test/suite/rpl/t/rpl_000015.slave-mi:
        Rename: mysql-test/t/rpl_000015.slave-mi -> mysql-test/suite/rpl/t/rpl_000015.slave-mi
      mysql-test/suite/rpl/t/rpl_EE_err.test:
        Rename: mysql-test/t/rpl_EE_err.test -> mysql-test/suite/rpl/t/rpl_EE_err.test
      mysql-test/suite/rpl/t/rpl_LD_INFILE.test:
        Rename: mysql-test/t/rpl_LD_INFILE.test -> mysql-test/suite/rpl/t/rpl_LD_INFILE.test
      mysql-test/suite/rpl/t/rpl_charset_sjis.test:
        Rename: mysql-test/t/rpl_charset_sjis.test -> mysql-test/suite/rpl/t/rpl_charset_sjis.test
      mysql-test/suite/rpl/t/rpl_create_database-slave.opt:
        Rename: mysql-test/t/rpl_create_database-slave.opt -> mysql-test/suite/rpl/t/rpl_create_database-slave.opt
      mysql-test/suite/rpl/t/rpl_err_ignoredtable.test:
        Rename: mysql-test/t/rpl_err_ignoredtable.test -> mysql-test/suite/rpl/t/rpl_err_ignoredtable.test
      mysql-test/suite/rpl/t/rpl_extraCol_innodb-master.opt:
        Rename: mysql-test/t/rpl_extraCol_innodb-master.opt -> mysql-test/suite/rpl/t/rpl_extraCol_innodb-master.opt
      mysql-test/suite/rpl/t/rpl_extraCol_myisam.test:
        Rename: mysql-test/t/rpl_extraCol_myisam.test -> mysql-test/suite/rpl/t/rpl_extraCol_myisam.test
      mysql-test/suite/rpl/t/rpl_failed_optimize.test:
        Rename: mysql-test/t/rpl_failed_optimize.test -> mysql-test/suite/rpl/t/rpl_failed_optimize.test
      mysql-test/suite/rpl/t/rpl_foreign_key_innodb-slave.opt:
        Rename: mysql-test/t/rpl_foreign_key_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_foreign_key_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_insert_id-slave.opt:
        Rename: mysql-test/t/rpl_insert_id-slave.opt -> mysql-test/suite/rpl/t/rpl_insert_id-slave.opt
      mysql-test/suite/rpl/t/rpl_load_table_from_master.test:
        Rename: mysql-test/t/rpl_load_table_from_master.test -> mysql-test/suite/rpl/t/rpl_load_table_from_master.test
      mysql-test/suite/rpl/t/rpl_loaddata.test:
        Rename: mysql-test/t/rpl_loaddata.test -> mysql-test/suite/rpl/t/rpl_loaddata.test
      mysql-test/suite/rpl/t/rpl_loaddata_s.test:
        Rename: mysql-test/t/rpl_loaddata_s.test -> mysql-test/suite/rpl/t/rpl_loaddata_s.test
      mysql-test/suite/rpl/t/rpl_master_pos_wait.test:
        Rename: mysql-test/t/rpl_master_pos_wait.test -> mysql-test/suite/rpl/t/rpl_master_pos_wait.test
      mysql-test/suite/rpl/t/rpl_misc_functions-slave.sh:
        Rename: mysql-test/t/rpl_misc_functions-slave.sh -> mysql-test/suite/rpl/t/rpl_misc_functions-slave.sh
      mysql-test/suite/rpl/t/rpl_multi_update2.test:
        Rename: mysql-test/t/rpl_multi_update2.test -> mysql-test/suite/rpl/t/rpl_multi_update2.test
      mysql-test/suite/rpl/t/rpl_packet.test:
        Rename: mysql-test/t/rpl_packet.test -> mysql-test/suite/rpl/t/rpl_packet.test
      mysql-test/suite/rpl/t/rpl_relay_space_innodb-master.opt:
        Rename: mysql-test/t/rpl_relay_space_innodb-master.opt -> mysql-test/suite/rpl/t/rpl_relay_space_innodb-master.opt
      mysql-test/suite/rpl/t/rpl_row_basic_11bugs-slave.opt:
        Rename: mysql-test/t/rpl_row_basic_11bugs-slave.opt -> mysql-test/suite/rpl/t/rpl_row_basic_11bugs-slave.opt
      mysql-test/suite/rpl/t/rpl_row_inexist_tbl-slave.opt:
        Rename: mysql-test/t/rpl_row_inexist_tbl-slave.opt -> mysql-test/suite/rpl/t/rpl_row_inexist_tbl-slave.opt
      mysql-test/suite/rpl/t/rpl_row_insert_delayed.test:
        Rename: mysql-test/t/rpl_row_insert_delayed.test -> mysql-test/suite/rpl/t/rpl_row_insert_delayed.test
      mysql-test/suite/rpl/t/rpl_row_log_innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_log_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_log_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_row_max_relay_size.test:
        Rename: mysql-test/t/rpl_row_max_relay_size.test -> mysql-test/suite/rpl/t/rpl_row_max_relay_size.test
      mysql-test/suite/rpl/t/rpl_row_sp002_innodb.test:
        Rename: mysql-test/t/rpl_row_sp002_innodb.test -> mysql-test/suite/rpl/t/rpl_row_sp002_innodb.test
      mysql-test/suite/rpl/t/rpl_row_sp003-slave.opt:
        Rename: mysql-test/t/rpl_row_sp003-slave.opt -> mysql-test/suite/rpl/t/rpl_row_sp003-slave.opt
      mysql-test/suite/rpl/t/rpl_row_sp006_InnoDB-slave.opt:
        Rename: mysql-test/t/rpl_row_sp006_InnoDB-slave.opt -> mysql-test/suite/rpl/t/rpl_row_sp006_InnoDB-slave.opt
      mysql-test/suite/rpl/t/rpl_row_sp012.test:
        Rename: mysql-test/t/rpl_row_sp012.test -> mysql-test/suite/rpl/t/rpl_row_sp012.test
      mysql-test/suite/rpl/t/rpl_row_stop_middle_update.test:
        Rename: mysql-test/t/rpl_row_stop_middle_update.test -> mysql-test/suite/rpl/t/rpl_row_stop_middle_update.test
      mysql-test/suite/rpl/t/rpl_row_tabledefs_2myisam.test:
        Rename: mysql-test/t/rpl_row_tabledefs_2myisam.test -> mysql-test/suite/rpl/t/rpl_row_tabledefs_2myisam.test
      mysql-test/suite/rpl/t/rpl_row_trig003.test:
        Rename: mysql-test/t/rpl_row_trig003.test -> mysql-test/suite/rpl/t/rpl_row_trig003.test
      mysql-test/suite/rpl/t/rpl_server_id2.test:
        Rename: mysql-test/t/rpl_server_id2.test -> mysql-test/suite/rpl/t/rpl_server_id2.test
      mysql-test/suite/rpl/t/rpl_sporadic_master.test:
        Rename: mysql-test/t/rpl_sporadic_master.test -> mysql-test/suite/rpl/t/rpl_sporadic_master.test
      mysql-test/suite/rpl/t/rpl_stm_000001.test:
        Rename: mysql-test/t/rpl_stm_000001.test -> mysql-test/suite/rpl/t/rpl_stm_000001.test
      mysql-test/suite/rpl/t/rpl_stm_reset_slave.test:
        Rename: mysql-test/t/rpl_stm_reset_slave.test -> mysql-test/suite/rpl/t/rpl_stm_reset_slave.test
      mysql-test/suite/rpl/t/rpl_temp_table.test:
        Rename: mysql-test/t/rpl_temp_table.test -> mysql-test/suite/rpl/t/rpl_temp_table.test
      mysql-test/suite/rpl/t/rpl_timezone-slave.opt:
        Rename: mysql-test/t/rpl_timezone-slave.opt -> mysql-test/suite/rpl/t/rpl_timezone-slave.opt
      mysql-test/suite/rpl_ndb/r/rpl_ndb_2innodb.result:
        Rename: mysql-test/r/rpl_ndb_2innodb.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_2innodb.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.result:
        Rename: mysql-test/r/rpl_ndb_circular.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb_trans.result:
        Rename: mysql-test/r/rpl_ndb_innodb_trans.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb_trans.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_blob2.test:
        Rename: mysql-test/t/rpl_ndb_blob2.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_blob2.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_do_table-slave.opt:
        Rename: mysql-test/t/rpl_ndb_do_table-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_do_table-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb.test:
        Rename: mysql-test/t/rpl_ndb_innodb2ndb.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb2ndb.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_insert_ignore.test:
        Rename: mysql-test/t/rpl_ndb_insert_ignore.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_insert_ignore.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update3.test:
        Rename: mysql-test/t/rpl_ndb_multi_update3.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_multi_update3.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb.test:
        Rename: mysql-test/t/rpl_ndb_myisam2ndb.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb.test
      mysql-test/suite/binlog/r/binlog_stm_drop_tmp_tbl.result:
        Rename: mysql-test/r/binlog_stm_drop_tmp_tbl.result -> mysql-test/suite/binlog/r/binlog_stm_drop_tmp_tbl.result
      mysql-test/suite/binlog/r/binlog_stm_innodb_stat.result:
        Rename: mysql-test/r/binlog_stm_innodb_stat.result -> mysql-test/suite/binlog/r/binlog_stm_innodb_stat.result
      mysql-test/suite/binlog/t/binlog_stm_blackhole.test:
        Rename: mysql-test/t/binlog_stm_blackhole.test -> mysql-test/suite/binlog/t/binlog_stm_blackhole.test
      mysql-test/suite/binlog/t/binlog_stm_insert_select.test:
        Rename: mysql-test/t/binlog_stm_insert_select.test -> mysql-test/suite/binlog/t/binlog_stm_insert_select.test
      mysql-test/suite/ndb/r/ndb_binlog_discover.result:
        Rename: mysql-test/r/ndb_binlog_discover.result -> mysql-test/suite/ndb/r/ndb_binlog_discover.result
      mysql-test/suite/ndb/r/ndb_bitfield.result:
        Rename: mysql-test/r/ndb_bitfield.result -> mysql-test/suite/ndb/r/ndb_bitfield.result
      mysql-test/suite/ndb/r/ndb_minmax.result:
        Rename: mysql-test/r/ndb_minmax.result -> mysql-test/suite/ndb/r/ndb_minmax.result
      mysql-test/suite/ndb/r/ndb_single_user.result:
        Rename: mysql-test/r/ndb_single_user.result -> mysql-test/suite/ndb/r/ndb_single_user.result
      mysql-test/suite/ndb/r/ndb_subquery.result:
        Rename: mysql-test/r/ndb_subquery.result -> mysql-test/suite/ndb/r/ndb_subquery.result
      mysql-test/suite/ndb/t/ndb_binlog_log_bin.test:
        Rename: mysql-test/t/ndb_binlog_log_bin.test -> mysql-test/suite/ndb/t/ndb_binlog_log_bin.test
      mysql-test/suite/ndb/t/ndb_config.test:
        Rename: mysql-test/t/ndb_config.test -> mysql-test/suite/ndb/t/ndb_config.test
      mysql-test/suite/ndb/t/ndb_replace.test:
        Rename: mysql-test/t/ndb_replace.test -> mysql-test/suite/ndb/t/ndb_replace.test
      mysql-test/suite/ndb/t/ndb_transaction.test:
        Rename: mysql-test/t/ndb_transaction.test -> mysql-test/suite/ndb/t/ndb_transaction.test
      mysql-test/suite/ndb/t/ndb_trigger.test:
        Rename: mysql-test/t/ndb_trigger.test -> mysql-test/suite/ndb/t/ndb_trigger.test
      mysql-test/suite/ndb/t/ndb_view.test:
        Rename: mysql-test/t/ndb_view.test -> mysql-test/suite/ndb/t/ndb_view.test
      mysql-test/suite/rpl/r/rpl000011.result:
        Rename: mysql-test/r/rpl000011.result -> mysql-test/suite/rpl/r/rpl000011.result
      mysql-test/suite/rpl/r/rpl_free_items.result:
        Rename: mysql-test/r/rpl_free_items.result -> mysql-test/suite/rpl/r/rpl_free_items.result
      mysql-test/suite/rpl/r/rpl_ignore_revoke.result:
        Rename: mysql-test/r/rpl_ignore_revoke.result -> mysql-test/suite/rpl/r/rpl_ignore_revoke.result
      mysql-test/suite/rpl/r/rpl_innodb.result:
        Rename: mysql-test/r/rpl_innodb.result -> mysql-test/suite/rpl/r/rpl_innodb.result
      mysql-test/suite/rpl/r/rpl_loadfile.result:
        Rename: mysql-test/r/rpl_loadfile.result -> mysql-test/suite/rpl/r/rpl_loadfile.result
      mysql-test/suite/rpl/r/rpl_multi_update.result:
        Rename: mysql-test/r/rpl_multi_update.result -> mysql-test/suite/rpl/r/rpl_multi_update.result
      mysql-test/suite/rpl/r/rpl_ps.result:
        Rename: mysql-test/r/rpl_ps.result -> mysql-test/suite/rpl/r/rpl_ps.result
      mysql-test/suite/rpl/r/rpl_read_only.result:
        Rename: mysql-test/r/rpl_read_only.result -> mysql-test/suite/rpl/r/rpl_read_only.result
      mysql-test/suite/rpl/r/rpl_replicate_ignore_db.result:
        Rename: mysql-test/r/rpl_replicate_ignore_db.result -> mysql-test/suite/rpl/r/rpl_replicate_ignore_db.result
      mysql-test/suite/rpl/r/rpl_row_4_bytes.result:
        Rename: mysql-test/r/rpl_row_4_bytes.result -> mysql-test/suite/rpl/r/rpl_row_4_bytes.result
      mysql-test/suite/rpl/r/rpl_row_USER.result:
        Rename: mysql-test/r/rpl_row_USER.result -> mysql-test/suite/rpl/r/rpl_row_USER.result
      mysql-test/suite/rpl/r/rpl_row_UUID.result:
        Rename: mysql-test/r/rpl_row_UUID.result -> mysql-test/suite/rpl/r/rpl_row_UUID.result
      mysql-test/suite/rpl/r/rpl_row_blob_myisam.result:
        Rename: mysql-test/r/rpl_row_blob_myisam.result -> mysql-test/suite/rpl/r/rpl_row_blob_myisam.result
      mysql-test/suite/rpl/r/rpl_row_err_ignoredtable.result:
        Rename: mysql-test/r/rpl_row_err_ignoredtable.result -> mysql-test/suite/rpl/r/rpl_row_err_ignoredtable.result
      mysql-test/suite/rpl/r/rpl_row_sp002_innodb.result:
        Rename: mysql-test/r/rpl_row_sp002_innodb.result -> mysql-test/suite/rpl/r/rpl_row_sp002_innodb.result
      mysql-test/suite/rpl/r/rpl_row_sp007_innodb.result:
        Rename: mysql-test/r/rpl_row_sp007_innodb.result -> mysql-test/suite/rpl/r/rpl_row_sp007_innodb.result
      mysql-test/suite/rpl/r/rpl_ssl1.result:
        Rename: mysql-test/r/rpl_ssl1.result -> mysql-test/suite/rpl/r/rpl_ssl1.result
      mysql-test/suite/rpl/r/rpl_stm_000001.result:
        Rename: mysql-test/r/rpl_stm_000001.result -> mysql-test/suite/rpl/r/rpl_stm_000001.result
      mysql-test/suite/rpl/r/rpl_truncate_2myisam.result:
        Rename: mysql-test/r/rpl_truncate_2myisam.result -> mysql-test/suite/rpl/r/rpl_truncate_2myisam.result
      mysql-test/suite/rpl/t/rpl000018-master.opt:
        Rename: mysql-test/t/rpl000018-master.opt -> mysql-test/suite/rpl/t/rpl000018-master.opt
      mysql-test/suite/rpl/t/rpl_000015.test:
        Rename: mysql-test/t/rpl_000015.test -> mysql-test/suite/rpl/t/rpl_000015.test
      mysql-test/suite/rpl/t/rpl_drop_temp.test:
        Rename: mysql-test/t/rpl_drop_temp.test -> mysql-test/suite/rpl/t/rpl_drop_temp.test
      mysql-test/suite/rpl/t/rpl_err_ignoredtable-slave.opt:
        Rename: mysql-test/t/rpl_err_ignoredtable-slave.opt -> mysql-test/suite/rpl/t/rpl_err_ignoredtable-slave.opt
      mysql-test/suite/rpl/t/rpl_failed_optimize-master.opt:
        Rename: mysql-test/t/rpl_failed_optimize-master.opt -> mysql-test/suite/rpl/t/rpl_failed_optimize-master.opt
      mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test:
        Rename: mysql-test/t/rpl_foreign_key_innodb.test -> mysql-test/suite/rpl/t/rpl_foreign_key_innodb.test
      mysql-test/suite/rpl/t/rpl_ignore_table.test:
        Rename: mysql-test/t/rpl_ignore_table.test -> mysql-test/suite/rpl/t/rpl_ignore_table.test
      mysql-test/suite/rpl/t/rpl_ignore_table_update-slave.opt:
        Rename: mysql-test/t/rpl_ignore_table_update-slave.opt -> mysql-test/suite/rpl/t/rpl_ignore_table_update-slave.opt
      mysql-test/suite/rpl/t/rpl_incident-master.opt:
        Rename: mysql-test/t/rpl_incident-master.opt -> mysql-test/suite/rpl/t/rpl_incident-master.opt
      mysql-test/suite/rpl/t/rpl_insert_id_pk-slave.opt:
        Rename: mysql-test/t/rpl_insert_id_pk-slave.opt -> mysql-test/suite/rpl/t/rpl_insert_id_pk-slave.opt
      mysql-test/suite/rpl/t/rpl_loaddata_m-master.opt:
        Rename: mysql-test/t/rpl_loaddata_m-master.opt -> mysql-test/suite/rpl/t/rpl_loaddata_m-master.opt
      mysql-test/suite/rpl/t/rpl_loaddatalocal.test:
        Rename: mysql-test/t/rpl_loaddatalocal.test -> mysql-test/suite/rpl/t/rpl_loaddatalocal.test
      mysql-test/suite/rpl/t/rpl_misc_functions.test:
        Rename: mysql-test/t/rpl_misc_functions.test -> mysql-test/suite/rpl/t/rpl_misc_functions.test
      mysql-test/suite/rpl/t/rpl_multi_update.test:
        Rename: mysql-test/t/rpl_multi_update.test -> mysql-test/suite/rpl/t/rpl_multi_update.test
      mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test:
        Rename: mysql-test/t/rpl_row_basic_11bugs.test -> mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
      mysql-test/suite/rpl/t/rpl_row_blob_innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_blob_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_blob_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_row_log-master.opt:
        Rename: mysql-test/t/rpl_row_log-master.opt -> mysql-test/suite/rpl/t/rpl_row_log-master.opt
      mysql-test/suite/rpl/t/rpl_row_sp001.test:
        Rename: mysql-test/t/rpl_row_sp001.test -> mysql-test/suite/rpl/t/rpl_row_sp001.test
      mysql-test/suite/rpl/t/rpl_row_sp002_innodb-master.opt:
        Rename: mysql-test/t/rpl_row_sp002_innodb-master.opt -> mysql-test/suite/rpl/t/rpl_row_sp002_innodb-master.opt
      mysql-test/suite/rpl/t/rpl_row_sp008.test:
        Rename: mysql-test/t/rpl_row_sp008.test -> mysql-test/suite/rpl/t/rpl_row_sp008.test
      mysql-test/suite/rpl/t/rpl_sp-slave.opt:
        Rename: mysql-test/t/rpl_sp-slave.opt -> mysql-test/suite/rpl/t/rpl_sp-slave.opt
      mysql-test/suite/rpl/t/rpl_stm_000001-slave.opt:
        Rename: mysql-test/t/rpl_stm_000001-slave.opt -> mysql-test/suite/rpl/t/rpl_stm_000001-slave.opt
      mysql-test/suite/rpl/t/rpl_timezone.test:
        Rename: mysql-test/t/rpl_timezone.test -> mysql-test/suite/rpl/t/rpl_timezone.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_2myisam.result:
        Rename: mysql-test/r/rpl_ndb_2myisam.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_2myisam.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_basic.result:
        Rename: mysql-test/r/rpl_ndb_basic.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_basic.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result:
        Rename: mysql-test/r/rpl_ndb_extraCol.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_idempotent.result:
        Rename: mysql-test/r/rpl_ndb_idempotent.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_idempotent.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result:
        Rename: mysql-test/r/rpl_ndb_log.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_log.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result:
        Rename: mysql-test/r/rpl_ndb_row_001.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_row_001.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_stm_innodb.result:
        Rename: mysql-test/r/rpl_ndb_stm_innodb.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_stm_innodb.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb-slave.opt:
        Rename: mysql-test/t/rpl_ndb_2innodb-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_blob.test:
        Rename: mysql-test/t/rpl_ndb_blob.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_blob.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_advance.test:
        Rename: mysql-test/t/rpl_ndb_dd_advance.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_advance.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb_trans-slave.opt:
        Rename: mysql-test/t/rpl_ndb_innodb_trans-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_innodb_trans-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-slave.opt:
        Rename: mysql-test/t/rpl_ndb_myisam2ndb-slave.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-slave.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_rep_ignore.test:
        Rename: mysql-test/t/rpl_ndb_rep_ignore.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_rep_ignore.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb.test:
        Rename: mysql-test/t/rpl_ndb_stm_innodb.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb.test
      mysql-test/suite/rpl_ndb/t/rpl_ndbapi_multi.test:
        Rename: mysql-test/t/rpl_ndbapi_multi.test -> mysql-test/suite/rpl_ndb/t/rpl_ndbapi_multi.test
      mysql-test/suite/binlog/r/binlog_killed.result:
        Rename: mysql-test/r/binlog_killed.result -> mysql-test/suite/binlog/r/binlog_killed.result
      mysql-test/suite/binlog/r/binlog_row_ctype_ucs.result:
        Rename: mysql-test/r/binlog_row_ctype_ucs.result -> mysql-test/suite/binlog/r/binlog_row_ctype_ucs.result
      mysql-test/suite/binlog/r/binlog_stm_binlog.result:
        Rename: mysql-test/r/binlog_stm_binlog.result -> mysql-test/suite/binlog/r/binlog_stm_binlog.result
      mysql-test/suite/binlog/t/binlog_row_ctype_ucs.test:
        Rename: mysql-test/t/binlog_row_ctype_ucs.test -> mysql-test/suite/binlog/t/binlog_row_ctype_ucs.test
      mysql-test/suite/binlog/t/binlog_stm_innodb_stat.test:
        Rename: mysql-test/t/binlog_stm_innodb_stat.test -> mysql-test/suite/binlog/t/binlog_stm_innodb_stat.test
      mysql-test/suite/binlog/t/binlog_stm_ps.test:
        Rename: mysql-test/t/binlog_stm_ps.test -> mysql-test/suite/binlog/t/binlog_stm_ps.test
      mysql-test/suite/ndb/r/ndb_cache.result:
        Rename: mysql-test/r/ndb_cache.result -> mysql-test/suite/ndb/r/ndb_cache.result
      mysql-test/suite/ndb/r/ndb_charset.result:
        Rename: mysql-test/r/ndb_charset.result -> mysql-test/suite/ndb/r/ndb_charset.result
      mysql-test/suite/ndb/r/ndb_config.result:
        Rename: mysql-test/r/ndb_config.result -> mysql-test/suite/ndb/r/ndb_config.result
      mysql-test/suite/ndb/r/ndb_dd_disk2memory.result:
        Rename: mysql-test/r/ndb_dd_disk2memory.result -> mysql-test/suite/ndb/r/ndb_dd_disk2memory.result
      mysql-test/suite/ndb/r/ndb_index.result:
        Rename: mysql-test/r/ndb_index.result -> mysql-test/suite/ndb/r/ndb_index.result
      mysql-test/suite/ndb/r/ndb_partition_key.result:
        Rename: mysql-test/r/ndb_partition_key.result -> mysql-test/suite/ndb/r/ndb_partition_key.result
      mysql-test/suite/ndb/r/strict_autoinc_5ndb.result:
        Rename: mysql-test/r/strict_autoinc_5ndb.result -> mysql-test/suite/ndb/r/strict_autoinc_5ndb.result
      mysql-test/suite/ndb/t/ndb_backup_print.test:
        Rename: mysql-test/t/ndb_backup_print.test -> mysql-test/suite/ndb/t/ndb_backup_print.test
      mysql-test/suite/ndb/t/ndb_binlog_basic2.test:
        Rename: mysql-test/t/ndb_binlog_basic2.test -> mysql-test/suite/ndb/t/ndb_binlog_basic2.test
      mysql-test/suite/ndb/t/ndb_binlog_ignore_db.test:
        Rename: mysql-test/t/ndb_binlog_ignore_db.test -> mysql-test/suite/ndb/t/ndb_binlog_ignore_db.test
      mysql-test/suite/ndb/t/ndb_insert.test:
        Rename: mysql-test/t/ndb_insert.test -> mysql-test/suite/ndb/t/ndb_insert.test
      mysql-test/suite/ndb/t/ndb_load.test:
        Rename: mysql-test/t/ndb_load.test -> mysql-test/suite/ndb/t/ndb_load.test
      mysql-test/suite/ndb/t/ndb_multi.test:
        Rename: mysql-test/t/ndb_multi.test -> mysql-test/suite/ndb/t/ndb_multi.test
      mysql-test/suite/ndb/t/ndb_partition_error.test:
        Rename: mysql-test/t/ndb_partition_error.test -> mysql-test/suite/ndb/t/ndb_partition_error.test
      mysql-test/suite/ndb/t/ndb_partition_error2.test:
        Rename: mysql-test/t/ndb_partition_error2.test -> mysql-test/suite/ndb/t/ndb_partition_error2.test
      mysql-test/suite/ndb/t/ndb_partition_key.test:
        Rename: mysql-test/t/ndb_partition_key.test -> mysql-test/suite/ndb/t/ndb_partition_key.test
      mysql-test/suite/ndb/t/ndb_rename.test:
        Rename: mysql-test/t/ndb_rename.test -> mysql-test/suite/ndb/t/ndb_rename.test
      mysql-test/suite/ndb/t/ndb_single_user.test:
        Rename: mysql-test/t/ndb_single_user.test -> mysql-test/suite/ndb/t/ndb_single_user.test
      mysql-test/suite/rpl/r/rpl000010.result:
        Rename: mysql-test/r/rpl000010.result -> mysql-test/suite/rpl/r/rpl000010.result
      mysql-test/suite/rpl/r/rpl_EE_err.result:
        Rename: mysql-test/r/rpl_EE_err.result -> mysql-test/suite/rpl/r/rpl_EE_err.result
      mysql-test/suite/rpl/r/rpl_ddl.result:
        Rename: mysql-test/r/rpl_ddl.result -> mysql-test/suite/rpl/r/rpl_ddl.result
      mysql-test/suite/rpl/r/rpl_deadlock_innodb.result:
        Rename: mysql-test/r/rpl_deadlock_innodb.result -> mysql-test/suite/rpl/r/rpl_deadlock_innodb.result
      mysql-test/suite/rpl/r/rpl_drop.result:
        Rename: mysql-test/r/rpl_drop.result -> mysql-test/suite/rpl/r/rpl_drop.result
      mysql-test/suite/rpl/r/rpl_drop_temp.result:
        Rename: mysql-test/r/rpl_drop_temp.result -> mysql-test/suite/rpl/r/rpl_drop_temp.result
      mysql-test/suite/rpl/r/rpl_many_optimize.result:
        Rename: mysql-test/r/rpl_many_optimize.result -> mysql-test/suite/rpl/r/rpl_many_optimize.result
      mysql-test/suite/rpl/r/rpl_multi_engine.result:
        Rename: mysql-test/r/rpl_multi_engine.result -> mysql-test/suite/rpl/r/rpl_multi_engine.result
      mysql-test/suite/rpl/r/rpl_packet.result:
        Rename: mysql-test/r/rpl_packet.result -> mysql-test/suite/rpl/r/rpl_packet.result
      mysql-test/suite/rpl/r/rpl_relayrotate.result:
        Rename: mysql-test/r/rpl_relayrotate.result -> mysql-test/suite/rpl/r/rpl_relayrotate.result
      mysql-test/suite/rpl/r/rpl_row_basic_8partition.result:
        Rename: mysql-test/r/rpl_row_basic_8partition.result -> mysql-test/suite/rpl/r/rpl_row_basic_8partition.result
      mysql-test/suite/rpl/r/rpl_row_log.result:
        Rename: mysql-test/r/rpl_row_log.result -> mysql-test/suite/rpl/r/rpl_row_log.result
      mysql-test/suite/rpl/r/rpl_row_sp003.result:
        Rename: mysql-test/r/rpl_row_sp003.result -> mysql-test/suite/rpl/r/rpl_row_sp003.result
      mysql-test/suite/rpl/r/rpl_row_view01.result:
        Rename: mysql-test/r/rpl_row_view01.result -> mysql-test/suite/rpl/r/rpl_row_view01.result
      mysql-test/suite/rpl/r/rpl_session_var.result:
        Rename: mysql-test/r/rpl_session_var.result -> mysql-test/suite/rpl/r/rpl_session_var.result
      mysql-test/suite/rpl/r/rpl_sporadic_master.result:
        Rename: mysql-test/r/rpl_sporadic_master.result -> mysql-test/suite/rpl/r/rpl_sporadic_master.result
      mysql-test/suite/rpl/r/rpl_udf.result:
        Rename: mysql-test/r/rpl_udf.result -> mysql-test/suite/rpl/r/rpl_udf.result
      mysql-test/suite/rpl/r/rpl_variables.result:
        Rename: mysql-test/r/rpl_variables.result -> mysql-test/suite/rpl/r/rpl_variables.result
      mysql-test/suite/rpl/t/rpl_auto_increment-slave.opt:
        Rename: mysql-test/t/rpl_auto_increment-slave.opt -> mysql-test/suite/rpl/t/rpl_auto_increment-slave.opt
      mysql-test/suite/rpl/t/rpl_auto_increment.test:
        Rename: mysql-test/t/rpl_auto_increment.test -> mysql-test/suite/rpl/t/rpl_auto_increment.test
      mysql-test/suite/rpl/t/rpl_bit.test:
        Rename: mysql-test/t/rpl_bit.test -> mysql-test/suite/rpl/t/rpl_bit.test
      mysql-test/suite/rpl/t/rpl_critical_errors.test:
        Rename: mysql-test/t/rpl_critical_errors.test -> mysql-test/suite/rpl/t/rpl_critical_errors.test
      mysql-test/suite/rpl/t/rpl_ddl.test:
        Rename: mysql-test/t/rpl_ddl.test -> mysql-test/suite/rpl/t/rpl_ddl.test
      mysql-test/suite/rpl/t/rpl_do_grant.test:
        Rename: mysql-test/t/rpl_do_grant.test -> mysql-test/suite/rpl/t/rpl_do_grant.test
      mysql-test/suite/rpl/t/rpl_extraCol_innodb-slave.opt:
        Rename: mysql-test/t/rpl_extraCol_innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_extraCol_innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_ignore_revoke.test:
        Rename: mysql-test/t/rpl_ignore_revoke.test -> mysql-test/suite/rpl/t/rpl_ignore_revoke.test
      mysql-test/suite/rpl/t/rpl_init_slave-slave.opt:
        Rename: mysql-test/t/rpl_init_slave-slave.opt -> mysql-test/suite/rpl/t/rpl_init_slave-slave.opt
      mysql-test/suite/rpl/t/rpl_log_pos.test:
        Rename: mysql-test/t/rpl_log_pos.test -> mysql-test/suite/rpl/t/rpl_log_pos.test
      mysql-test/suite/rpl/t/rpl_multi_delete2-slave.opt:
        Rename: mysql-test/t/rpl_multi_delete2-slave.opt -> mysql-test/suite/rpl/t/rpl_multi_delete2-slave.opt
      mysql-test/suite/rpl/t/rpl_multi_update3.test:
        Rename: mysql-test/t/rpl_multi_update3.test -> mysql-test/suite/rpl/t/rpl_multi_update3.test
      mysql-test/suite/rpl/t/rpl_optimize.test:
        Rename: mysql-test/t/rpl_optimize.test -> mysql-test/suite/rpl/t/rpl_optimize.test
      mysql-test/suite/rpl/t/rpl_rbr_to_sbr.test:
        Rename: mysql-test/t/rpl_rbr_to_sbr.test -> mysql-test/suite/rpl/t/rpl_rbr_to_sbr.test
      mysql-test/suite/rpl/t/rpl_replicate_do-slave.opt:
        Rename: mysql-test/t/rpl_replicate_do-slave.opt -> mysql-test/suite/rpl/t/rpl_replicate_do-slave.opt
      mysql-test/suite/rpl/t/rpl_rewrt_db-slave.opt:
        Rename: mysql-test/t/rpl_rewrt_db-slave.opt -> mysql-test/suite/rpl/t/rpl_rewrt_db-slave.opt
      mysql-test/suite/rpl/t/rpl_rotate_logs-slave.sh:
        Rename: mysql-test/t/rpl_rotate_logs-slave.sh -> mysql-test/suite/rpl/t/rpl_rotate_logs-slave.sh
      mysql-test/suite/rpl/t/rpl_row_UUID.test:
        Rename: mysql-test/t/rpl_row_UUID.test -> mysql-test/suite/rpl/t/rpl_row_UUID.test
      mysql-test/suite/rpl/t/rpl_row_blob_innodb.test:
        Rename: mysql-test/t/rpl_row_blob_innodb.test -> mysql-test/suite/rpl/t/rpl_row_blob_innodb.test
      mysql-test/suite/rpl/t/rpl_row_create_table.test:
        Rename: mysql-test/t/rpl_row_create_table.test -> mysql-test/suite/rpl/t/rpl_row_create_table.test
      mysql-test/suite/rpl/t/rpl_row_func002.test:
        Rename: mysql-test/t/rpl_row_func002.test -> mysql-test/suite/rpl/t/rpl_row_func002.test
      mysql-test/suite/rpl/t/rpl_row_log.test:
        Rename: mysql-test/t/rpl_row_log.test -> mysql-test/suite/rpl/t/rpl_row_log.test
      mysql-test/suite/rpl/t/rpl_row_log_innodb-master.opt:
        Rename: mysql-test/t/rpl_row_log_innodb-master.opt -> mysql-test/suite/rpl/t/rpl_row_log_innodb-master.opt
      mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test:
        Rename: mysql-test/t/rpl_row_mysqlbinlog.test -> mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test
      mysql-test/suite/rpl/t/rpl_row_sp005.test:
        Rename: mysql-test/t/rpl_row_sp005.test -> mysql-test/suite/rpl/t/rpl_row_sp005.test
      mysql-test/suite/rpl/t/rpl_server_id2-slave.opt:
        Rename: mysql-test/t/rpl_server_id2-slave.opt -> mysql-test/suite/rpl/t/rpl_server_id2-slave.opt
      mysql-test/suite/rpl/t/rpl_sp.test:
        Rename: mysql-test/t/rpl_sp.test -> mysql-test/suite/rpl/t/rpl_sp.test
      mysql-test/suite/rpl/t/rpl_ssl.test:
        Rename: mysql-test/t/rpl_ssl.test -> mysql-test/suite/rpl/t/rpl_ssl.test
      mysql-test/suite/rpl/t/rpl_stm_EE_err2.test:
        Rename: mysql-test/t/rpl_stm_EE_err2.test -> mysql-test/suite/rpl/t/rpl_stm_EE_err2.test
      mysql-test/suite/rpl/t/rpl_stm_multi_query.test:
        Rename: mysql-test/t/rpl_stm_multi_query.test -> mysql-test/suite/rpl/t/rpl_stm_multi_query.test
      mysql-test/suite/rpl/t/rpl_udf-master.opt:
        Rename: mysql-test/t/rpl_udf-master.opt -> mysql-test/suite/rpl/t/rpl_udf-master.opt
      mysql-test/suite/rpl/t/rpl_udf.test:
        Rename: mysql-test/t/rpl_udf.test -> mysql-test/suite/rpl/t/rpl_udf.test
      mysql-test/suite/rpl/t/rpl_user_variables.test:
        Rename: mysql-test/t/rpl_user_variables.test -> mysql-test/suite/rpl/t/rpl_user_variables.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_basic.result:
        Rename: mysql-test/r/rpl_ndb_dd_basic.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_basic.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result:
        Rename: mysql-test/r/rpl_ndb_ddl.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_do_table.result:
        Rename: mysql-test/r/rpl_ndb_do_table.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_do_table.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result:
        Rename: mysql-test/r/rpl_ndb_func003.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_func003.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_load.result:
        Rename: mysql-test/r/rpl_ndb_load.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_load.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result:
        Rename: mysql-test/r/rpl_ndb_multi_update2.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update2.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result:
        Rename: mysql-test/r/rpl_ndb_multi_update3.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_multi_update3.result
      mysql-test/suite/rpl_ndb/r/rpl_row_basic_7ndb.result:
        Rename: mysql-test/r/rpl_row_basic_7ndb.result -> mysql-test/suite/rpl_ndb/r/rpl_row_basic_7ndb.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam-master.opt:
        Rename: mysql-test/t/rpl_ndb_2myisam-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2myisam-master.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_auto_inc.test:
        Rename: mysql-test/t/rpl_ndb_auto_inc.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_auto_inc.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_basic.test:
        Rename: mysql-test/t/rpl_ndb_basic.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_basic.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_partitions.test:
        Rename: mysql-test/t/rpl_ndb_dd_partitions.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_dd_partitions.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_log.test:
        Rename: mysql-test/t/rpl_ndb_log.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_log.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt:
        Rename: mysql-test/t/rpl_ndb_myisam2ndb-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt
      mysql-test/suite/rpl_ndb/t/rpl_row_basic_7ndb.test:
        Rename: mysql-test/t/rpl_row_basic_7ndb.test -> mysql-test/suite/rpl_ndb/t/rpl_row_basic_7ndb.test
      mysql-test/suite/binlog/r/binlog_row_drop_tmp_tbl.result:
        Rename: mysql-test/r/binlog_row_drop_tmp_tbl.result -> mysql-test/suite/binlog/r/binlog_row_drop_tmp_tbl.result
      mysql-test/suite/binlog/r/binlog_row_innodb_stat.result:
        Rename: mysql-test/r/binlog_row_innodb_stat.result -> mysql-test/suite/binlog/r/binlog_row_innodb_stat.result
      mysql-test/suite/binlog/t/binlog_killed.test:
        Rename: mysql-test/t/binlog_killed.test -> mysql-test/suite/binlog/t/binlog_killed.test
      mysql-test/suite/binlog/t/binlog_row_ctype_cp932.test:
        Rename: mysql-test/t/binlog_row_ctype_cp932.test -> mysql-test/suite/binlog/t/binlog_row_ctype_cp932.test
      mysql-test/suite/binlog/t/binlog_row_insert_select.test:
        Rename: mysql-test/t/binlog_row_insert_select.test -> mysql-test/suite/binlog/t/binlog_row_insert_select.test
      mysql-test/suite/ndb/r/ndb_alter_table.result:
        Rename: mysql-test/r/ndb_alter_table.result -> mysql-test/suite/ndb/r/ndb_alter_table.result
      mysql-test/suite/ndb/r/ndb_binlog_multi.result:
        Rename: mysql-test/r/ndb_binlog_multi.result -> mysql-test/suite/ndb/r/ndb_binlog_multi.result
      mysql-test/suite/ndb/r/ndb_cache2.result:
        Rename: mysql-test/r/ndb_cache2.result -> mysql-test/suite/ndb/r/ndb_cache2.result
      mysql-test/suite/ndb/r/ndb_database.result:
        Rename: mysql-test/r/ndb_database.result -> mysql-test/suite/ndb/r/ndb_database.result
      mysql-test/suite/ndb/r/ndb_grant.result:
        Rename: mysql-test/r/ndb_grant.result -> mysql-test/suite/ndb/r/ndb_grant.result
      mysql-test/suite/ndb/r/ndb_restore.result:
        Rename: mysql-test/r/ndb_restore.result -> mysql-test/suite/ndb/r/ndb_restore.result
      mysql-test/suite/ndb/r/ndb_restore_partition.result:
        Rename: mysql-test/r/ndb_restore_partition.result -> mysql-test/suite/ndb/r/ndb_restore_partition.result
      mysql-test/suite/ndb/r/ndbapi.result:
        Rename: mysql-test/r/ndbapi.result -> mysql-test/suite/ndb/r/ndbapi.result
      mysql-test/suite/ndb/t/ndb_autodiscover2-master.opt:
        Rename: mysql-test/t/ndb_autodiscover2-master.opt -> mysql-test/suite/ndb/t/ndb_autodiscover2-master.opt
      mysql-test/suite/ndb/t/ndb_autodiscover2.test:
        Rename: mysql-test/t/ndb_autodiscover2.test -> mysql-test/suite/ndb/t/ndb_autodiscover2.test
      mysql-test/suite/ndb/t/ndb_index.test:
        Rename: mysql-test/t/ndb_index.test -> mysql-test/suite/ndb/t/ndb_index.test
      mysql-test/suite/ndb/t/ndb_lock.test:
        Rename: mysql-test/t/ndb_lock.test -> mysql-test/suite/ndb/t/ndb_lock.test
      mysql-test/suite/ndb/t/ndb_restore_compat.test:
        Rename: mysql-test/t/ndb_restore_compat.test -> mysql-test/suite/ndb/t/ndb_restore_compat.test
      mysql-test/suite/ndb/t/ndb_sp.test:
        Rename: mysql-test/t/ndb_sp.test -> mysql-test/suite/ndb/t/ndb_sp.test
      mysql-test/suite/ndb/t/ndb_subquery.test:
        Rename: mysql-test/t/ndb_subquery.test -> mysql-test/suite/ndb/t/ndb_subquery.test
      mysql-test/suite/ndb/t/ndb_temporary.test:
        Rename: mysql-test/t/ndb_temporary.test -> mysql-test/suite/ndb/t/ndb_temporary.test
      mysql-test/suite/rpl/r/rpl_LD_INFILE.result:
        Rename: mysql-test/r/rpl_LD_INFILE.result -> mysql-test/suite/rpl/r/rpl_LD_INFILE.result
      mysql-test/suite/rpl/r/rpl_auto_increment.result:
        Rename: mysql-test/r/rpl_auto_increment.result -> mysql-test/suite/rpl/r/rpl_auto_increment.result
      mysql-test/suite/rpl/r/rpl_create_database.result:
        Rename: mysql-test/r/rpl_create_database.result -> mysql-test/suite/rpl/r/rpl_create_database.result
      mysql-test/suite/rpl/r/rpl_critical_errors.result.txt:
        Rename: mysql-test/r/rpl_critical_errors.result.txt -> mysql-test/suite/rpl/r/rpl_critical_errors.result.txt
      mysql-test/suite/rpl/r/rpl_empty_master_crash.result:
        Rename: mysql-test/r/rpl_empty_master_crash.result -> mysql-test/suite/rpl/r/rpl_empty_master_crash.result
      mysql-test/suite/rpl/r/rpl_flushlog_loop.result:
        Rename: mysql-test/r/rpl_flushlog_loop.result -> mysql-test/suite/rpl/r/rpl_flushlog_loop.result
      mysql-test/suite/rpl/r/rpl_ignore_table.result:
        Rename: mysql-test/r/rpl_ignore_table.result -> mysql-test/suite/rpl/r/rpl_ignore_table.result
      mysql-test/suite/rpl/r/rpl_load_table_from_master.result:
        Rename: mysql-test/r/rpl_load_table_from_master.result -> mysql-test/suite/rpl/r/rpl_load_table_from_master.result
      mysql-test/suite/rpl/r/rpl_loaddata_simple.result:
        Rename: mysql-test/r/rpl_loaddata_simple.result -> mysql-test/suite/rpl/r/rpl_loaddata_simple.result
      mysql-test/suite/rpl/r/rpl_loaddatalocal.result:
        Rename: mysql-test/r/rpl_loaddatalocal.result -> mysql-test/suite/rpl/r/rpl_loaddatalocal.result
      mysql-test/suite/rpl/r/rpl_rbr_to_sbr.result:
        Rename: mysql-test/r/rpl_rbr_to_sbr.result -> mysql-test/suite/rpl/r/rpl_rbr_to_sbr.result
      mysql-test/suite/rpl/r/rpl_relay_space_myisam.result:
        Rename: mysql-test/r/rpl_relay_space_myisam.result -> mysql-test/suite/rpl/r/rpl_relay_space_myisam.result
      mysql-test/suite/rpl/r/rpl_rotate_logs.result:
        Rename: mysql-test/r/rpl_rotate_logs.result -> mysql-test/suite/rpl/r/rpl_rotate_logs.result
      mysql-test/suite/rpl/r/rpl_row_001.result:
        Rename: mysql-test/r/rpl_row_001.result -> mysql-test/suite/rpl/r/rpl_row_001.result
      mysql-test/suite/rpl/r/rpl_row_basic_11bugs-master.opt:
        Rename: mysql-test/r/rpl_row_basic_11bugs-master.opt -> mysql-test/suite/rpl/r/rpl_row_basic_11bugs-master.opt
      mysql-test/suite/rpl/r/rpl_row_basic_11bugs-slave.opt:
        Rename: mysql-test/r/rpl_row_basic_11bugs-slave.opt -> mysql-test/suite/rpl/r/rpl_row_basic_11bugs-slave.opt
      mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result:
        Rename: mysql-test/r/rpl_row_basic_3innodb.result -> mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result
      mysql-test/suite/rpl/r/rpl_row_delayed_ins.result:
        Rename: mysql-test/r/rpl_row_delayed_ins.result -> mysql-test/suite/rpl/r/rpl_row_delayed_ins.result
      mysql-test/suite/rpl/r/rpl_row_mysqlbinlog.result:
        Rename: mysql-test/r/rpl_row_mysqlbinlog.result -> mysql-test/suite/rpl/r/rpl_row_mysqlbinlog.result
      mysql-test/suite/rpl/r/rpl_row_mystery22.result:
        Rename: mysql-test/r/rpl_row_mystery22.result -> mysql-test/suite/rpl/r/rpl_row_mystery22.result
      mysql-test/suite/rpl/r/rpl_row_reset_slave.result:
        Rename: mysql-test/r/rpl_row_reset_slave.result -> mysql-test/suite/rpl/r/rpl_row_reset_slave.result
      mysql-test/suite/rpl/r/rpl_row_sp005.result:
        Rename: mysql-test/r/rpl_row_sp005.result -> mysql-test/suite/rpl/r/rpl_row_sp005.result
      mysql-test/suite/rpl/r/rpl_row_tabledefs_7ndb.result:
        Rename: mysql-test/r/rpl_row_tabledefs_7ndb.result -> mysql-test/suite/rpl/r/rpl_row_tabledefs_7ndb.result
      mysql-test/suite/rpl/r/rpl_server_id2.result:
        Rename: mysql-test/r/rpl_server_id2.result -> mysql-test/suite/rpl/r/rpl_server_id2.result
      mysql-test/suite/rpl/r/rpl_sp.result:
        Rename: mysql-test/r/rpl_sp.result -> mysql-test/suite/rpl/r/rpl_sp.result
      mysql-test/suite/rpl/r/rpl_temporary.result:
        Rename: mysql-test/r/rpl_temporary.result -> mysql-test/suite/rpl/r/rpl_temporary.result
      mysql-test/suite/rpl/r/rpl_trunc_temp.result:
        Rename: mysql-test/r/rpl_trunc_temp.result -> mysql-test/suite/rpl/r/rpl_trunc_temp.result
      mysql-test/suite/rpl/r/rpl_truncate_7ndb_2.result:
        Rename: mysql-test/r/rpl_truncate_7ndb_2.result -> mysql-test/suite/rpl/r/rpl_truncate_7ndb_2.result
      mysql-test/suite/rpl/r/rpl_user_variables.result:
        Rename: mysql-test/r/rpl_user_variables.result -> mysql-test/suite/rpl/r/rpl_user_variables.result
      mysql-test/suite/rpl/t/rpl000010-slave.opt:
        Rename: mysql-test/t/rpl000010-slave.opt -> mysql-test/suite/rpl/t/rpl000010-slave.opt
      mysql-test/suite/rpl/t/rpl_alter.test:
        Rename: mysql-test/t/rpl_alter.test -> mysql-test/suite/rpl/t/rpl_alter.test
      mysql-test/suite/rpl/t/rpl_deadlock_innodb.test:
        Rename: mysql-test/t/rpl_deadlock_innodb.test -> mysql-test/suite/rpl/t/rpl_deadlock_innodb.test
      mysql-test/suite/rpl/t/rpl_events.test:
        Rename: mysql-test/t/rpl_events.test -> mysql-test/suite/rpl/t/rpl_events.test
      mysql-test/suite/rpl/t/rpl_ignore_revoke-slave.opt:
        Rename: mysql-test/t/rpl_ignore_revoke-slave.opt -> mysql-test/suite/rpl/t/rpl_ignore_revoke-slave.opt
      mysql-test/suite/rpl/t/rpl_ignore_table-slave.opt:
        Rename: mysql-test/t/rpl_ignore_table-slave.opt -> mysql-test/suite/rpl/t/rpl_ignore_table-slave.opt
      mysql-test/suite/rpl/t/rpl_insert.test:
        Rename: mysql-test/t/rpl_insert.test -> mysql-test/suite/rpl/t/rpl_insert.test
      mysql-test/suite/rpl/t/rpl_insert_id.test:
        Rename: mysql-test/t/rpl_insert_id.test -> mysql-test/suite/rpl/t/rpl_insert_id.test
      mysql-test/suite/rpl/t/rpl_insert_id_pk.test:
        Rename: mysql-test/t/rpl_insert_id_pk.test -> mysql-test/suite/rpl/t/rpl_insert_id_pk.test
      mysql-test/suite/rpl/t/rpl_insert_ignore.test:
        Rename: mysql-test/t/rpl_insert_ignore.test -> mysql-test/suite/rpl/t/rpl_insert_ignore.test
      mysql-test/suite/rpl/t/rpl_loaddata_charset.test:
        Rename: mysql-test/t/rpl_loaddata_charset.test -> mysql-test/suite/rpl/t/rpl_loaddata_charset.test
      mysql-test/suite/rpl/t/rpl_loaddata_simple.test:
        Rename: mysql-test/t/rpl_loaddata_simple.test -> mysql-test/suite/rpl/t/rpl_loaddata_simple.test
      mysql-test/suite/rpl/t/rpl_multi_delete2.test:
        Rename: mysql-test/t/rpl_multi_delete2.test -> mysql-test/suite/rpl/t/rpl_multi_delete2.test
      mysql-test/suite/rpl/t/rpl_multi_engine-slave.opt:
        Rename: mysql-test/t/rpl_multi_engine-slave.opt -> mysql-test/suite/rpl/t/rpl_multi_engine-slave.opt
      mysql-test/suite/rpl/t/rpl_read_only-slave.opt:
        Rename: mysql-test/t/rpl_read_only-slave.opt -> mysql-test/suite/rpl/t/rpl_read_only-slave.opt
      mysql-test/suite/rpl/t/rpl_relayrotate-slave.opt:
        Rename: mysql-test/t/rpl_relayrotate-slave.opt -> mysql-test/suite/rpl/t/rpl_relayrotate-slave.opt
      mysql-test/suite/rpl/t/rpl_replicate_do.test:
        Rename: mysql-test/t/rpl_replicate_do.test -> mysql-test/suite/rpl/t/rpl_replicate_do.test
      mysql-test/suite/rpl/t/rpl_replicate_ignore_db-slave.opt:
        Rename: mysql-test/t/rpl_replicate_ignore_db-slave.opt -> mysql-test/suite/rpl/t/rpl_replicate_ignore_db-slave.opt
      mysql-test/suite/rpl/t/rpl_row_001.test:
        Rename: mysql-test/t/rpl_row_001.test -> mysql-test/suite/rpl/t/rpl_row_001.test
      mysql-test/suite/rpl/t/rpl_row_basic_2myisam.test:
        Rename: mysql-test/t/rpl_row_basic_2myisam.test -> mysql-test/suite/rpl/t/rpl_row_basic_2myisam.test
      mysql-test/suite/rpl/t/rpl_row_basic_3innodb-slave.opt:
        Rename: mysql-test/t/rpl_row_basic_3innodb-slave.opt -> mysql-test/suite/rpl/t/rpl_row_basic_3innodb-slave.opt
      mysql-test/suite/rpl/t/rpl_row_basic_8partition.test:
        Rename: mysql-test/t/rpl_row_basic_8partition.test -> mysql-test/suite/rpl/t/rpl_row_basic_8partition.test
      mysql-test/suite/rpl/t/rpl_row_charset.test:
        Rename: mysql-test/t/rpl_row_charset.test -> mysql-test/suite/rpl/t/rpl_row_charset.test
      mysql-test/suite/rpl/t/rpl_row_drop.test:
        Rename: mysql-test/t/rpl_row_drop.test -> mysql-test/suite/rpl/t/rpl_row_drop.test
      mysql-test/suite/rpl/t/rpl_row_trig004.test:
        Rename: mysql-test/t/rpl_row_trig004.test -> mysql-test/suite/rpl/t/rpl_row_trig004.test
      mysql-test/suite/rpl/t/rpl_row_view01.test:
        Rename: mysql-test/t/rpl_row_view01.test -> mysql-test/suite/rpl/t/rpl_row_view01.test
      mysql-test/suite/rpl/t/rpl_sp_effects-master.opt:
        Rename: mysql-test/t/rpl_sp_effects-master.opt -> mysql-test/suite/rpl/t/rpl_sp_effects-master.opt
      mysql-test/suite/rpl/t/rpl_stm_charset.test:
        Rename: mysql-test/t/rpl_stm_charset.test -> mysql-test/suite/rpl/t/rpl_stm_charset.test
      mysql-test/suite/rpl/t/rpl_stm_log-slave.opt:
        Rename: mysql-test/t/rpl_stm_log-slave.opt -> mysql-test/suite/rpl/t/rpl_stm_log-slave.opt
      mysql-test/suite/rpl/t/rpl_truncate_7ndb_2-master.opt:
        Rename: mysql-test/t/rpl_truncate_7ndb_2-master.opt -> mysql-test/suite/rpl/t/rpl_truncate_7ndb_2-master.opt
      mysql-test/suite/rpl/t/rpl_variables-master.opt:
        Rename: mysql-test/t/rpl_variables-master.opt -> mysql-test/suite/rpl/t/rpl_variables-master.opt
      mysql-test/suite/rpl/t/rpl_view-slave.opt:
        Rename: mysql-test/t/rpl_view-slave.opt -> mysql-test/suite/rpl/t/rpl_view-slave.opt
      mysql-test/suite/rpl/t/rpl_view.test:
        Rename: mysql-test/t/rpl_view.test -> mysql-test/suite/rpl/t/rpl_view.test
      mysql-test/suite/rpl_ndb/r/rpl_ndb_charset.result:
        Rename: mysql-test/r/rpl_ndb_charset.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_charset.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result:
        Rename: mysql-test/r/rpl_ndb_circular_simplex.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_advance.result:
        Rename: mysql-test/r/rpl_ndb_dd_advance.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_advance.result
      mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result:
        Rename: mysql-test/r/rpl_ndb_trig004.result -> mysql-test/suite/rpl_ndb/r/rpl_ndb_trig004.result
      mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb-master.opt:
        Rename: mysql-test/t/rpl_ndb_2innodb-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_2innodb-master.opt
      mysql-test/suite/rpl_ndb/t/rpl_ndb_UUID.test:
        Rename: mysql-test/t/rpl_ndb_UUID.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_UUID.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test:
        Rename: mysql-test/t/rpl_ndb_circular_simplex.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_extraCol.test:
        Rename: mysql-test/t/rpl_ndb_extraCol.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_extraCol.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb-master.opt:
        Rename: mysql-test/t/rpl_ndb_stm_innodb-master.opt -> mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb-master.opt
      mysql-test/suite/binlog/t/binlog_row_binlog.test:
        Rename: mysql-test/t/binlog_row_binlog.test -> mysql-test/suite/binlog/t/binlog_row_binlog.test
      mysql-test/suite/ndb/r/ndb_autodiscover.result:
        Rename: mysql-test/r/ndb_autodiscover.result -> mysql-test/suite/ndb/r/ndb_autodiscover.result
      mysql-test/suite/ndb/r/ndb_binlog_ignore_db.result:
        Rename: mysql-test/r/ndb_binlog_ignore_db.result -> mysql-test/suite/ndb/r/ndb_binlog_ignore_db.result
      mysql-test/suite/ndb/r/ndb_cache_multi.result:
        Rename: mysql-test/r/ndb_cache_multi.result -> mysql-test/suite/ndb/r/ndb_cache_multi.result
      mysql-test/suite/ndb/r/ndb_partition_error.result:
        Rename: mysql-test/r/ndb_partition_error.result -> mysql-test/suite/ndb/r/ndb_partition_error.result
      mysql-test/suite/ndb/r/ndb_read_multi_range.result:
        Rename: mysql-test/r/ndb_read_multi_range.result -> mysql-test/suite/ndb/r/ndb_read_multi_range.result
      mysql-test/suite/ndb/r/ndb_truncate.result:
        Rename: mysql-test/r/ndb_truncate.result -> mysql-test/suite/ndb/r/ndb_truncate.result
      mysql-test/suite/ndb/t/ndb_gis.test:
        Rename: mysql-test/t/ndb_gis.test -> mysql-test/suite/ndb/t/ndb_gis.test
      mysql-test/suite/ndb/t/ndb_grant.later:
        Rename: mysql-test/t/ndb_grant.later -> mysql-test/suite/ndb/t/ndb_grant.later
      mysql-test/suite/rpl/r/rpl_err_ignoredtable.result:
        Rename: mysql-test/r/rpl_err_ignoredtable.result -> mysql-test/suite/rpl/r/rpl_err_ignoredtable.result
      mysql-test/suite/rpl/r/rpl_ignore_grant.result:
        Rename: mysql-test/r/rpl_ignore_grant.result -> mysql-test/suite/rpl/r/rpl_ignore_grant.result
      mysql-test/suite/rpl/r/rpl_load_from_master.result:
        Rename: mysql-test/r/rpl_load_from_master.result -> mysql-test/suite/rpl/r/rpl_load_from_master.result
      mysql-test/suite/rpl/r/rpl_master_pos_wait.result:
        Rename: mysql-test/r/rpl_master_pos_wait.result -> mysql-test/suite/rpl/r/rpl_master_pos_wait.result
      mysql-test/suite/rpl/r/rpl_misc_functions.result:
        Rename: mysql-test/r/rpl_misc_functions.result -> mysql-test/suite/rpl/r/rpl_misc_functions.result
      mysql-test/suite/rpl/r/rpl_row_basic_11bugs.result:
        Rename: mysql-test/r/rpl_row_basic_11bugs.result -> mysql-test/suite/rpl/r/rpl_row_basic_11bugs.result
      mysql-test/suite/rpl/r/rpl_row_max_relay_size.result:
        Rename: mysql-test/r/rpl_row_max_relay_size.result -> mysql-test/suite/rpl/r/rpl_row_max_relay_size.result
      mysql-test/suite/rpl/r/rpl_row_tabledefs_2myisam.result:
        Rename: mysql-test/r/rpl_row_tabledefs_2myisam.result -> mysql-test/suite/rpl/r/rpl_row_tabledefs_2myisam.result
      mysql-test/suite/rpl/r/rpl_server_id1.result:
        Rename: mysql-test/r/rpl_server_id1.result -> mysql-test/suite/rpl/r/rpl_server_id1.result
      mysql-test/suite/rpl/r/rpl_sf.result:
        Rename: mysql-test/r/rpl_sf.result -> mysql-test/suite/rpl/r/rpl_sf.result
      mysql-test/suite/rpl/r/rpl_start_stop_slave.result:
        Rename: mysql-test/r/rpl_start_stop_slave.result -> mysql-test/suite/rpl/r/rpl_start_stop_slave.result
      mysql-test/suite/rpl/r/rpl_stm_reset_slave.result:
        Rename: mysql-test/r/rpl_stm_reset_slave.result -> mysql-test/suite/rpl/r/rpl_stm_reset_slave.result
      mysql-test/suite/rpl/r/rpl_stm_until.result:
        Rename: mysql-test/r/rpl_stm_until.result -> mysql-test/suite/rpl/r/rpl_stm_until.result
      mysql-test/suite/rpl/t/rpl_000015-slave.sh:
        Rename: mysql-test/t/rpl_000015-slave.sh -> mysql-test/suite/rpl/t/rpl_000015-slave.sh
      mysql-test/suite/rpl/t/rpl_change_master.test:
        Rename: mysql-test/t/rpl_change_master.test -> mysql-test/suite/rpl/t/rpl_change_master.test
      mysql-test/suite/rpl/t/rpl_drop_temp-slave.opt:
        Rename: mysql-test/t/rpl_drop_temp-slave.opt -> mysql-test/suite/rpl/t/rpl_drop_temp-slave.opt
      mysql-test/suite/rpl/t/rpl_multi_engine.test:
        Rename: mysql-test/t/rpl_multi_engine.test -> mysql-test/suite/rpl/t/rpl_multi_engine.test
      mysql-test/suite/rpl/t/rpl_relayspace-slave.opt:
        Rename: mysql-test/t/rpl_relayspace-slave.opt -> mysql-test/suite/rpl/t/rpl_relayspace-slave.opt
      mysql-test/suite/rpl/t/rpl_row_blob_myisam.test:
        Rename: mysql-test/t/rpl_row_blob_myisam.test -> mysql-test/suite/rpl/t/rpl_row_blob_myisam.test
      mysql-test/suite/rpl/t/rpl_row_sp009.test:
        Rename: mysql-test/t/rpl_row_sp009.test -> mysql-test/suite/rpl/t/rpl_row_sp009.test
      mysql-test/suite/rpl/t/rpl_row_sp010.test:
        Rename: mysql-test/t/rpl_row_sp010.test -> mysql-test/suite/rpl/t/rpl_row_sp010.test
      mysql-test/suite/rpl/t/rpl_stm_insert_delayed.test:
        Rename: mysql-test/t/rpl_stm_insert_delayed.test -> mysql-test/suite/rpl/t/rpl_stm_insert_delayed.test
      mysql-test/suite/rpl/t/rpl_stm_until.test:
        Rename: mysql-test/t/rpl_stm_until.test -> mysql-test/suite/rpl/t/rpl_stm_until.test
      mysql-test/suite/rpl/t/rpl_truncate_3innodb.test:
        Rename: mysql-test/t/rpl_truncate_3innodb.test -> mysql-test/suite/rpl/t/rpl_truncate_3innodb.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_bank.test:
        Rename: mysql-test/t/rpl_ndb_bank.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_bank.test
      mysql-test/suite/rpl_ndb/t/rpl_ndb_row_001.test:
        Rename: mysql-test/t/rpl_ndb_row_001.test -> mysql-test/suite/rpl_ndb/t/rpl_ndb_row_001.test
      mysql-test/lib/mtr_cases.pl:
        Reorganize collect function to collect from more than one suite
        Add new function collect_one_suite
        Set name of test to <suite>.<testname>
      mysql-test/lib/mtr_report.pl:
        Determine name of files from "result_file" name
      mysql-test/mysql-test-run.pl:
        Collect tests from suites main, binlog, rpl, rpl_ndb and ndb as default.
        Add --suites as a synonym of --suite and allow a semicolon separated
        list of suite names to be passed to it.
        Determine name of files to cleanup from "result_file" name
        Update usage
        Add possibility to add a suite.opt file
      mysql-test/t/disabled.def:
        Move disabled testcases to their respective suite
      mysql-test/suite/funcs_1/t/suite.opt:
        New BitKeeper file ``mysql-test/suite/funcs_1/t/suite.opt''
      mysql-test/suite/funcs_2/t/suite.opt:
        New BitKeeper file ``mysql-test/suite/funcs_2/t/suite.opt''
      mysql-test/suite/ndb/t/disabled.def:
        New BitKeeper file ``mysql-test/suite/ndb/t/disabled.def''
      mysql-test/suite/rpl/t/disabled.def:
        New BitKeeper file ``mysql-test/suite/rpl/t/disabled.def''
      mysql-test/suite/rpl_ndb/t/disabled.def:
        New BitKeeper file ``mysql-test/suite/rpl_ndb/t/disabled.def''
      08f6a4af
  4. 16 Apr, 2007 1 commit
    • unknown's avatar
      Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc) · 03cf9a57
      unknown authored
      Change to use remove_file instead of 'system rm' in a lot of tests. (Should fix some windows test problems)
      Removed memory leak in mysql_test if sync_with_master fails.
      Do not terminate ndb_cluster_binary_log before the util thread has finnished. This should fix a shutdown bug where a thread is accessing injector_mutex after it's freed.
      Patch may fix Bug#27622 "mysqld shutdown, util thread continues, while binlog thread exits"
      
      
      client/mysqltest.c:
        Added missing 'mysql_free_result' (fixed confusing memory leak when sync_with_master fails)ug
      mysql-test/mysql-test-run.pl:
        Add the test case name to the instance manager log files
      mysql-test/r/rpl_log_pos.result:
        Made test more portable (for powermac)
      mysql-test/t/disabled.def:
        Disabled im_life_cycle (added bug#27851)
      mysql-test/t/myisam-system.test:
        Use remove_file instead of "system rm"
      mysql-test/t/ndb_autodiscover.test:
        Use remove_file instead of "system rm"
      mysql-test/t/ndb_loaddatalocal.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_loaddatalocal.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_log_pos.test:
        Made test more portable (for powermac)
      mysql-test/t/rpl_misc_functions.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_rbr_to_sbr.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_row_NOW.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_row_sp001.test:
        Use remove_file instead of "system rm"
      mysql-test/t/rpl_row_sp011.test:
        Use remove_file instead of "system rm"
      mysql-test/t/show_check.test:
        Use remove_file instead of "system rm"
      mysys/my_alloc.c:
        Don't return on zero argument, as this may hide other errors
      server-tools/instance-manager/log.cc:
        Log errors to both stdout and stderr (to know in which context we got the error)
      server-tools/instance-manager/thread_registry.cc:
        Log error before common assert (to know in which context we fail)
      sql/ha_ndbcluster.cc:
        Do not terminate ndb_cluster_binary_log before the util thread has finnished.
      sql/ha_ndbcluster.h:
        Do not terminate ndb_cluster_binary_log before the util thread has finnished.
      sql/ha_ndbcluster_binlog.cc:
        Do not terminate ndb_cluster_binary_log before the util thread has finnished.
      sql-common/client.c:
        Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc)
      03cf9a57
  5. 05 Oct, 2006 1 commit
    • unknown's avatar
      Use same --slave-load-tmpdir in all versions(backport from 5.0) · c80f489d
      unknown authored
      mysql-test/mysql-test-run.pl:
        Use same location for slave-load-tmpdir in all versions
      mysql-test/mysql-test-run.sh:
        Use same location for slave-load-tmpdir in all versions
      mysql-test/r/rpl_loaddata.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/r/rpl_loaddatalocal.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/r/rpl_log.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/t/rpl_loaddatalocal.test:
        Use MYSQLTEST_VARDIR when specifying path to load from(backport from 5.0)
        Use new command "remove_file" instead of s"ystem rm"
      c80f489d
  6. 02 May, 2006 1 commit
  7. 24 Jan, 2006 1 commit
    • unknown's avatar
      Make it possible to run mysql-test-run.pl with default test suite in different vardir. · 219af34a
      unknown authored
      mysql-test/include/have_outfile.inc:
        Use MYSQLTEST_VARDIR
      mysql-test/include/test_outfile.inc:
        Use MYSQLTEST_VARDIR
      mysql-test/mysql-test-run.pl:
        Create variable $MYSQLTEST_VARDIR that points to  the vardir
        Don't create a symlink from var/ to the physical vardir if it's somewhere else
        Setup a symlink(or copy dir on windows) for std_data so it is available in the physical vardir
        Use "../tmp" as slave-load-tmpdir, since the server is started in var/master-data and slave in var/slave-data they will both find the dumps in "../tmp"
      mysql-test/mysql-test-run.sh:
        Export MYSQLTEST_VARDIR, always pointing at mysql-test/var
      mysql-test/r/backup.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/blackhole.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/loaddata.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/mysqlbinlog.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/mysqltest.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/outfile.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/query_cache.result:
        Add missing drop function
      mysql-test/r/rpl000001.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl000004.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_innodb.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_loaddata.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_loaddata_rule_m.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_loaddata_rule_s.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_loaddatalocal.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/rpl_log.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_misc_functions.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/rpl_replicate_do.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_rewrite_db.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/rpl_timezone.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/symlink.result:
        Use MYSQLTEST_VARDIR
      mysql-test/r/trigger.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/view.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/r/warnings.result:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/backup-master.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/backup.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/blackhole.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/ctype_ucs_binlog.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/im_daemon_life_cycle-im.opt:
        Use MYSQLTEST_VARDIR
      mysql-test/t/im_options_set.imtest:
        Use MYSQLTEST_VARDIR
      mysql-test/t/im_options_unset.imtest:
        Use MYSQLTEST_VARDIR
      mysql-test/t/loaddata.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/myisam.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/mysqlbinlog.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/mysqlbinlog2.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/mysqldump.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/mysqltest.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/ndb_autodiscover.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/outfile.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/query_cache.test:
        Add missing drop function
      mysql-test/t/repair.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl000001.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl000004.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl000009.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl000015-slave.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl000017-slave.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_EE_error.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_charset.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_drop_db.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_flush_log_loop-master.opt:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_flush_log_loop-master.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_flush_log_loop-slave.opt:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_flush_log_loop-slave.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_innodb.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_loaddata.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_loaddata_rule_m.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_loaddata_rule_s.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_loaddatalocal.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_log.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_misc_functions-slave.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_misc_functions.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_replicate_do.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_rewrite_db.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/rpl_rotate_logs-slave.sh:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_rotate_logs.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/rpl_timezone.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/show_check.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/sp-destruct.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/symlink.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/temp_table-master.opt:
        Use MYSQLTEST_VARDIR
      mysql-test/t/trigger-compat.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/trigger-grant.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/trigger.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/type_varchar.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/user_var-binlog.test:
        Use MYSQLTEST_VARDIR
      mysql-test/t/view.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/t/warnings.test:
        Use "../std_data_ln" to find std_data files
      mysql-test/include/sourced.inc:
        New BitKeeper file ``mysql-test/include/sourced.inc''
      mysql-test/include/sourced1.inc:
        New BitKeeper file ``mysql-test/include/sourced1.inc''
      219af34a
  8. 28 Jul, 2005 1 commit
    • unknown's avatar
      Added end marker for tests to make future merges easier · 0062e643
      unknown authored
      mysql-test/t/alias.test:
        Added end marker for test to make future merges easier
      mysql-test/t/alter_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/analyse.test:
        Added end marker for test to make future merges easier
      mysql-test/t/analyze.test:
        Added end marker for test to make future merges easier
        Fixed length of comment lines
      mysql-test/t/ansi.test:
        Added end marker for test to make future merges easier
      mysql-test/t/archive.test:
        Added end marker for test to make future merges easier
      mysql-test/t/auto_increment.test:
        Added end marker for test to make future merges easier
      mysql-test/t/backup.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb-alter-table-1.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb-alter-table-2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb-crash.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb-deadlock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb-deadlock.tminus:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bdb_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bench_count_distinct.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bigint.test:
        Added end marker for test to make future merges easier
      mysql-test/t/binary.test:
        Added end marker for test to make future merges easier
      mysql-test/t/blackhole.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bool.test:
        Added end marker for test to make future merges easier
      mysql-test/t/bulk_replace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/case.test:
        Added end marker for test to make future merges easier
      mysql-test/t/cast.test:
        Added end marker for test to make future merges easier
      mysql-test/t/check.test:
        Added end marker for test to make future merges easier
      mysql-test/t/comments.test:
        Added end marker for test to make future merges easier
      mysql-test/t/compare.test:
        Added end marker for test to make future merges easier
      mysql-test/t/connect.test:
        Added end marker for test to make future merges easier
      mysql-test/t/consistent_snapshot.test:
        Added end marker for test to make future merges easier
      mysql-test/t/constraints.test:
        Added end marker for test to make future merges easier
      mysql-test/t/count_distinct.test:
        Added end marker for test to make future merges easier
      mysql-test/t/count_distinct2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/count_distinct3.test:
        Added end marker for test to make future merges easier
      mysql-test/t/create.test:
        Added end marker for test to make future merges easier
      mysql-test/t/create_select_tmp.test:
        Added end marker for test to make future merges easier
      mysql-test/t/csv.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_big5.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_collate.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_cp1250_ch.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_cp1251.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_cp932.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_create.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_gbk.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_latin1.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_latin1_de.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_latin2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_many.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_mb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_recoding.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_sjis.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_tis620.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_uca.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_ucs.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_ucs_binlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_ujis.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ctype_utf8.test:
        Added end marker for test to make future merges easier
      mysql-test/t/date_formats.test:
        Added end marker for test to make future merges easier
      mysql-test/t/delayed.test:
        Added end marker for test to make future merges easier
      mysql-test/t/delete.test:
        Added end marker for test to make future merges easier
      mysql-test/t/derived.test:
        Added end marker for test to make future merges easier
      mysql-test/t/dirty_close.test:
        Added end marker for test to make future merges easier
      mysql-test/t/distinct.test:
        Added end marker for test to make future merges easier
      mysql-test/t/drop.test:
        Added end marker for test to make future merges easier
      mysql-test/t/drop_temp_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/empty_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/endspace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/errors.test:
        Added end marker for test to make future merges easier
      mysql-test/t/exampledb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/explain.test:
        Added end marker for test to make future merges easier
      mysql-test/t/flush.test:
        Added end marker for test to make future merges easier
      mysql-test/t/flush_block_commit.test:
        Added end marker for test to make future merges easier
      mysql-test/t/flush_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/foreign_key.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_distinct.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_left_join.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_multi.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_order_by.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/fulltext_var.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_compress.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_concat.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_crypt.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_date_add.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_default.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_des_encrypt.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_encrypt.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_encrypt_nossl.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_equal.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_gconcat.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_group.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_if.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_in.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_isnull.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_like.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_math.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_misc.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_op.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_regexp.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_sapdb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_set.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_str.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_system.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_test.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_time.test:
        Added end marker for test to make future merges easier
      mysql-test/t/func_timestamp.test:
        Added end marker for test to make future merges easier
      mysql-test/t/gcc296.test:
        Added end marker for test to make future merges easier
      mysql-test/t/gis-rtree.test:
        Added end marker for test to make future merges easier
      mysql-test/t/gis.test:
        Added end marker for test to make future merges easier
      mysql-test/t/grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/grant2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/grant_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/group_by.test:
        Added end marker for test to make future merges easier
      mysql-test/t/handler.test:
        Added end marker for test to make future merges easier
      mysql-test/t/having.test:
        Added end marker for test to make future merges easier
      mysql-test/t/heap.test:
        Added end marker for test to make future merges easier
      mysql-test/t/heap_auto_increment.test:
        Added end marker for test to make future merges easier
      mysql-test/t/heap_btree.test:
        Added end marker for test to make future merges easier
      mysql-test/t/heap_hash.test:
        Added end marker for test to make future merges easier
      mysql-test/t/help.test:
        Added end marker for test to make future merges easier
      mysql-test/t/init_connect.test:
        Added end marker for test to make future merges easier
      mysql-test/t/init_file.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb-deadlock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb-lock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb-replace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/innodb_handler.test:
        Added end marker for test to make future merges easier
      mysql-test/t/insert.test:
        Added end marker for test to make future merges easier
      mysql-test/t/insert_select-binlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/insert_select.test:
        Added end marker for test to make future merges easier
      mysql-test/t/insert_update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/isam.test:
        Added end marker for test to make future merges easier
      mysql-test/t/join.test:
        Added end marker for test to make future merges easier
      mysql-test/t/join_crash.test:
        Added end marker for test to make future merges easier
      mysql-test/t/join_outer.test:
        Added end marker for test to make future merges easier
      mysql-test/t/key.test:
        Added end marker for test to make future merges easier
      mysql-test/t/key_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/key_diff.test:
        Added end marker for test to make future merges easier
      mysql-test/t/key_primary.test:
        Added end marker for test to make future merges easier
      mysql-test/t/keywords.test:
        Added end marker for test to make future merges easier
      mysql-test/t/kill.test:
        Added end marker for test to make future merges easier
      mysql-test/t/limit.test:
        Added end marker for test to make future merges easier
      mysql-test/t/loaddata.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lock_multi.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lock_tables_lost_commit.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lowercase_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lowercase_table2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lowercase_table3.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lowercase_table_grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/lowercase_table_qcache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/merge.test:
        Added end marker for test to make future merges easier
      mysql-test/t/metadata.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mix_innodb_myisam_binlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/multi_statement.test:
        Added end marker for test to make future merges easier
      mysql-test/t/multi_update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/myisam-blob.test:
        Added end marker for test to make future merges easier
      mysql-test/t/myisam.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysql_client_test.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysql_protocols.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysqlbinlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysqlbinlog2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysqldump.test:
        Added end marker for test to make future merges easier
      mysql-test/t/mysqltest.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_alter_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_autodiscover.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_autodiscover2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_basic.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_blob.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_charset.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_config.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_database.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_grant.later:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_index.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_index_ordered.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_index_unique.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_insert.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_limit.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_lock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_minmax.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_multi.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_replace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_restore.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_subquery.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_transaction.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_truncate.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_types.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ndb_update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/negation_elimination.test:
        Added end marker for test to make future merges easier
      mysql-test/t/not_embedded_server.test:
        Added end marker for test to make future merges easier
      mysql-test/t/null.test:
        Added end marker for test to make future merges easier
      mysql-test/t/null_key.test:
        Added end marker for test to make future merges easier
      mysql-test/t/odbc.test:
        Added end marker for test to make future merges easier
      mysql-test/t/olap.test:
        Added end marker for test to make future merges easier
      mysql-test/t/openssl_1.test:
        Added end marker for test to make future merges easier
      mysql-test/t/order_by.test:
        Added end marker for test to make future merges easier
      mysql-test/t/order_fill_sortbuf.test:
        Added end marker for test to make future merges easier
      mysql-test/t/outfile.test:
        Added end marker for test to make future merges easier
      mysql-test/t/overflow.test:
        Added end marker for test to make future merges easier
      mysql-test/t/packet.test:
        Added end marker for test to make future merges easier
      mysql-test/t/preload.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_10nestset.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_11bugs.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_1general.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_2myisam.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_3innodb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_4heap.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_5merge.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_6bdb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_7ndb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/ps_grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/query_cache.test:
        Added end marker for test to make future merges easier
      mysql-test/t/query_cache_merge.test:
        Added end marker for test to make future merges easier
      mysql-test/t/raid.test:
        Added end marker for test to make future merges easier
      mysql-test/t/range.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rename.test:
        Added end marker for test to make future merges easier
      mysql-test/t/repair.test:
        Added end marker for test to make future merges easier
      mysql-test/t/replace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rollback.test:
        Added end marker for test to make future merges easier
      mysql-test/t/row.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000001.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000002.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000004.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000005.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000006.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000008.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000009.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000010.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000011.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000012.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000013.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000015.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000017.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl000018.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_EE_error.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_alter.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_chain_temp_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_change_master.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_charset.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_commit_after_flush.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_create_database.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_ddl.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_deadlock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_delete_all.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_do_grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_drop.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_drop_temp.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_empty_master_crash.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_error_ignored_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_failed_optimize.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_failsafe.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_flush_log_loop.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_flush_tables.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_free_items.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_get_lock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_heap.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_ignore_grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_init_slave.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_innodb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_insert_id.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_insert_ignore.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_loaddata.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_loaddata_rule_m.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_loaddata_rule_s.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_loaddatalocal.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_log.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_log_pos.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_many_optimize.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_master_pos_wait.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_max_relay_size.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_misc_functions.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_delete.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_delete2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_query.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_update2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_multi_update3.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_mystery22.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_openssl.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_optimize.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_ps.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_redirect.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_relayrotate.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_relayspace.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_replicate_do.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_reset_slave.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_rewrite_db.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_rotate_logs.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_server_id1.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_server_id2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_set_charset.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_skip_error.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_sporadic_master.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_start_stop_slave.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_temporary.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_timezone.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_trunc_binlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_until.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_user_variables.test:
        Added end marker for test to make future merges easier
      mysql-test/t/rpl_variables.test:
        Added end marker for test to make future merges easier
      mysql-test/t/select.test:
        Added end marker for test to make future merges easier
      mysql-test/t/select_found.test:
        Added end marker for test to make future merges easier
      mysql-test/t/select_safe.test:
        Added end marker for test to make future merges easier
      mysql-test/t/show_check.test:
        Added end marker for test to make future merges easier
      mysql-test/t/skip_name_resolve.test:
        Added end marker for test to make future merges easier
      mysql-test/t/sql_mode.test:
        Added end marker for test to make future merges easier
      mysql-test/t/status.test:
        Added end marker for test to make future merges easier
      mysql-test/t/subselect.test:
        Added end marker for test to make future merges easier
      mysql-test/t/subselect2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/subselect_gis.test:
        Added end marker for test to make future merges easier
      mysql-test/t/subselect_innodb.test:
        Added end marker for test to make future merges easier
      mysql-test/t/symlink.test:
        Added end marker for test to make future merges easier
      mysql-test/t/synchronization.test:
        Added end marker for test to make future merges easier
      mysql-test/t/system_mysql_db.test:
        Added end marker for test to make future merges easier
      mysql-test/t/system_mysql_db_fix.test:
        Added end marker for test to make future merges easier
      mysql-test/t/system_mysql_db_refs.test:
        Added end marker for test to make future merges easier
      mysql-test/t/tablelock.test:
        Added end marker for test to make future merges easier
      mysql-test/t/temp_table.test:
        Added end marker for test to make future merges easier
      mysql-test/t/timezone.test:
        Added end marker for test to make future merges easier
      mysql-test/t/timezone2.test:
        Added end marker for test to make future merges easier
      mysql-test/t/timezone3.test:
        Added end marker for test to make future merges easier
      mysql-test/t/timezone_grant.test:
        Added end marker for test to make future merges easier
      mysql-test/t/truncate.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_blob.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_date.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_datetime.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_decimal.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_enum.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_float.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_nchar.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_ranges.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_set.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_time.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_timestamp.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_uint.test:
        Added end marker for test to make future merges easier
      mysql-test/t/type_year.test:
        Added end marker for test to make future merges easier
      mysql-test/t/union.test:
        Added end marker for test to make future merges easier
      mysql-test/t/update.test:
        Added end marker for test to make future merges easier
      mysql-test/t/user_var-binlog.test:
        Added end marker for test to make future merges easier
      mysql-test/t/user_var.test:
        Added end marker for test to make future merges easier
      mysql-test/t/varbinary.test:
        Added end marker for test to make future merges easier
      mysql-test/t/variables.test:
        Added end marker for test to make future merges easier
      mysql-test/t/warnings.test:
        Added end marker for test to make future merges easier
      0062e643
  9. 16 Mar, 2005 1 commit
    • unknown's avatar
      WL#874 "Extended LOAD DATA". · fc573786
      unknown authored
      Now one can use user variables as target for data loaded from file
      (besides table's columns). Also LOAD DATA got new SET-clause in which
      one can specify values for table columns as expressions.
      
      For example the following is possible:
      LOAD DATA INFILE 'words.dat' INTO TABLE t1 (a, @b) SET c = @b + 1;
      
      This patch also implements new way of replicating LOAD DATA.
      Now we do it similarly to other queries.
      We store LOAD DATA query in new Execute_load_query event
      (which is last in the sequence of events representing LOAD DATA).
      When we are executing this event we simply rewrite part of query which
      holds name of file (we use name of temporary file) and then execute it
      as usual query. In the beggining of this sequence we use Begin_load_query
      event which is almost identical to Append_file event
      
      
      client/mysqlbinlog.cc:
        Added support of two new binary log events Begin_load_query_log_event and
        Execute_load_query_log_Event which are used to replicate LOAD DATA INFILE.
      mysql-test/r/ctype_ucs.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/insert_select.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/loaddata.result:
        Added tests for new LOAD DATA features.
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results (don't dare to get rid from binlog positions
        completely since it seems that this test uses them).
      mysql-test/r/mysqlbinlog.result:
        New approach for binlogging of LOAD DATA statement. Now we store it as
        usual query and rewrite part in which file is specified when needed.
        So now mysqlbinlog output for LOAD DATA much more closer to its initial
        form. Updated test'd results accordingly.
      mysql-test/r/mysqldump.result:
        Made test more robust to other tests failures.
      mysql-test/r/rpl000015.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_change_master.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results.
      mysql-test/r/rpl_charset.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly
      mysql-test/r/rpl_deadlock.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly
      mysql-test/r/rpl_error_ignored_table.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/rpl_flush_log_loop.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_flush_tables.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/rpl_loaddata.result:
        New way of replicating LOAD DATA. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event...
        
        Updated test's results wwith new binlog positions.
      mysql-test/r/rpl_loaddata_rule_m.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
        Since now LOAD DATA is replicated much in the same way as usual query
        --binlog_do/ignore_db work for it inthe same way as for usual queries.
      mysql-test/r/rpl_loaddata_rule_s.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_loaddatalocal.result:
        Added nice test for case when it is important that LOAD DATA LOCAL
        ignores duplicates.
      mysql-test/r/rpl_log.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly (don't dare to get rid from binlog 
        positions completely since it seems that this test uses them).
      mysql-test/r/rpl_log_pos.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_max_relay_size.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_multi_query.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_relayrotate.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_replicate_do.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_reset_slave.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_rotate_logs.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_server_id1.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_server_id2.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly.
      mysql-test/r/rpl_temporary.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/rpl_timezone.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/rpl_until.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results accordingly and tweaked test a bit to bring it
        back to good shape.
      mysql-test/r/rpl_user_variables.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/r/user_var.result:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test's results and made it more robust for future similar 
        changes.
      mysql-test/t/ctype_ucs.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar
        changes.
      mysql-test/t/insert_select.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar
        changes.
      mysql-test/t/loaddata.test:
        Added test cases for new LOAD DATA functionality.
      mysql-test/t/mix_innodb_myisam_binlog.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/mysqlbinlog.test:
        New way of replicating LOAD DATA local. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event...
        
        Thus we need new binlog positions for LOAD DATA events.
      mysql-test/t/mysqlbinlog2.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/mysqldump.test:
        Made test more robust for failures of other tests.
      mysql-test/t/rpl_charset.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/rpl_deadlock.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/rpl_error_ignored_table.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar
        changes.
      mysql-test/t/rpl_flush_tables.test:
        Addition of two new types of binary log events shifted binlog positions.
        Made test more robust for future similar changes.
      mysql-test/t/rpl_loaddata.test:
        New way of replicating LOAD DATA. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event...
        
        Apropritely updated comments in test.
      mysql-test/t/rpl_loaddata_rule_m.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar 
        changes.
        Since now LOAD DATA is replicated much in the same way as usual query
        --binlog_do/ignore_db work for it inthe same way as for usual queries.
      mysql-test/t/rpl_loaddata_rule_s.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/rpl_loaddatalocal.test:
        Added nice test for case when it is important that LOAD DATA LOCAL
        ignores duplicates.
      mysql-test/t/rpl_log.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly (don't dare to get rid from binlog positions
        completely since it seems that this test uses them).
      mysql-test/t/rpl_log_pos.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/rpl_multi_query.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly.
      mysql-test/t/rpl_temporary.test:
        Addition of two new types of binary log events shifted binlog positions.
        Made test more robust for future similar changes.
      mysql-test/t/rpl_timezone.test:
        Addition of two new types of binary log events shifted binlog positions.
        Made test more robust for future similar changes.
      mysql-test/t/rpl_until.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and tweaked it a bit to bring it back to good
        shape.
      mysql-test/t/rpl_user_variables.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar
        changes.
      mysql-test/t/user_var.test:
        Addition of two new types of binary log events shifted binlog positions.
        Updated test accordingly and made it more robust for future similar
        changes.
      sql/item_func.cc:
        Added Item_user_var_as_out_param class that represents user variable
        which used as out parameter in LOAD DATA.
        
        Moved code from Item_func_set_user_var::update_hash() function to
        separate static function to be able to reuse it in this new class.
      sql/item_func.h:
        Added Item_user_var_as_out_param class that represents user variable
        which used as out parameter in LOAD DATA.
      sql/log_event.cc:
        New way of replicating LOAD DATA. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event.
      sql/log_event.h:
        New way of replicating LOAD DATA. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event.
      sql/mysql_priv.h:
        Now mysql_load() has two more arguments. They are needed to pass list of
        columns and corresponding expressions from new LOAD DATA's SET clause.
      sql/share/errmsg.txt:
        Added new error message which is used to forbid loading of data from
        fixed length rows to variables.
      sql/sql_lex.h:
        Added LEX::fname_start/fname_end members. 
        They are pointers to part of LOAD DATA statement which should be
        rewritten during replication (file name + little extra).
      sql/sql_load.cc:
        Added support for extended LOAD DATA. 
        Now one can use user variables as target for data loaded from file 
        (besides table's columns). Also LOAD DATA got new SET-clause in which
        one can specify values for table columns as expressions.
        
        Updated mysql_load()/read_fixed_length()/read_sep_field() to support
        this functionality (now they can read data from file to both columns and
        variables and assign do calculations and assignments specified in SET
        clause).
        
        We also use new approach for LOAD DATA binlogging/replication.
      sql/sql_parse.cc:
        mysql_execute_command():
          Since now we have SET clause in LOAD DATA we should also check
          permissions for tables used in its expressions. Also mysql_load()
          has two more arguments to pass information about this clause.
      sql/sql_repl.cc:
        New way of replicating LOAD DATA. Now we do it similarly to other
        queries. We store LOAD DATA query in new Execute_load_query event
        (which is last in the sequence of events representing LOAD DATA).
        When we are executing this event we simply rewrite part of query which
        holds name of file (we use name of temporary file) and then execute it
        as usual query. In the beggining of this sequence we use Begin_load_query
        event which is almost identical to Append_file event.
      sql/sql_repl.h:
        struct st_load_file_info:
          Removed memebers which are no longer needed for LOAD DATA binnlogging.
      sql/sql_yacc.yy:
        Added support for extended LOAD DATA syntax. Now one can use
        user variables as target for data loaded from file (besides table's 
        columns). Also LOAD DATA got new SET-clause in which one can specify
        values for table columns as expressions.
        
        For example the following is possible:
        LOAD DATA INFILE 'words.dat' INTO TABLE t1 (a, @b) SET c = @b + 1;
        
        Also now we save pointers to the beginning and to the end of part of 
        LOAD DATA statement which should be rewritten during replication.
      fc573786
  10. 02 Mar, 2003 1 commit
  11. 28 Feb, 2003 1 commit
    • unknown's avatar
      LOAD DATA INFILE is not replicated if replicate_*_table is set · 47181eda
      unknown authored
      LOAD DATA LOCAL INFILE was not replicated correctly
      
      
      VC++Files/bdb/bdb.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/Berkeley_DB.dsw:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_archive.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_buildall.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_checkpoint.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_deadlock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_dll.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_dump.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_java.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_load.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_printlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_recover.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_stat.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_static.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_static1.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_tcl.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_upgrade.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/db_verify.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_access.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_btrec.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_env.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_lock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_mpool.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/ex_tpcb.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_access.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_btrec.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_env.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_lock.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_mpool.dsp:
        Updated VC++ files +end space removed
      VC++Files/bdb/build_win32/excxx_tpcb.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqladmin.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlcheck.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlclient.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlclient.dsw:
        Updated VC++ files +end space removed
      VC++Files/client/mysqldump.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlimport.dsp:
        Updated VC++ files +end space removed
      VC++Files/client/mysqlshow.dsp:
        Updated VC++ files +end space removed
      VC++Files/comp_err/comp_err.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/asm386/zlibvc.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/asm386/zlibvc.dsw:
        Updated VC++ files +end space removed
      VC++Files/contrib/minizip/zlibvc.dsp:
        Updated VC++ files +end space removed
      VC++Files/contrib/minizip/zlibvc.dsw:
        Updated VC++ files +end space removed
      VC++Files/dbug/dbug.dsp:
        Updated VC++ files +end space removed
      VC++Files/dbug/dbug.dsw:
        Updated VC++ files +end space removed
      VC++Files/heap/heap.dsp:
        Updated VC++ files +end space removed
      VC++Files/innobase/innobase.dsp:
        Updated VC++ files +end space removed
      VC++Files/isam/isam.dsp:
        Updated VC++ files +end space removed
      VC++Files/isam/isam.dsw:
        Updated VC++ files +end space removed
      VC++Files/isamchk/isamchk.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysql/libmysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysql/libmysql.dsw:
        Updated VC++ files +end space removed
      VC++Files/libmysqld/examples/test_libmysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqld/libmysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqltest/myTest.dsp:
        Updated VC++ files +end space removed
      VC++Files/libmysqltest/mytest.dsw:
        Updated VC++ files +end space removed
      VC++Files/merge/merge.dsp:
        Updated VC++ files +end space removed
      VC++Files/merge/merge.dsw:
        Updated VC++ files +end space removed
      VC++Files/my_print_defaults/my_print_defaults.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisam/myisam.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisamchk/myisamchk.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisamlog/myisamlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisammrg/myisammrg.dsp:
        Updated VC++ files +end space removed
      VC++Files/myisampack/myisampack.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysql.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysql.dsw:
        Updated VC++ files +end space removed
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqldemb/mysqldemb.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlmanager/MySqlManager.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlmanager/mysqlmanager.dsw:
        Updated VC++ files +end space removed
      VC++Files/mysqlserver/mysqlserver.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlshutdown/myshutdown.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlshutdown/mysqlshutdown.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysqlwatch/mysqlwatch.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysys/mysys.dsp:
        Updated VC++ files +end space removed
      VC++Files/mysys/mysys.dsw:
        Updated VC++ files +end space removed
      VC++Files/pack_isam/pack_isam.dsp:
        Updated VC++ files +end space removed
      VC++Files/perror/perror.dsp:
        Updated VC++ files +end space removed
      VC++Files/regex/regex.dsp:
        Updated VC++ files +end space removed
      VC++Files/regex/regex.dsw:
        Updated VC++ files +end space removed
      VC++Files/replace/replace.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqld.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqld.dsw:
        Updated VC++ files +end space removed
      VC++Files/sql/mysqldmax.dsp:
        Updated VC++ files +end space removed
      VC++Files/sql/old/mysqld.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/MASM6x/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/MASM6x/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/backup/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/backup/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/noMASM/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/noMASM/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/strings/strings.dsp:
        Updated VC++ files +end space removed
      VC++Files/strings/strings.dsw:
        Updated VC++ files +end space removed
      VC++Files/test1/test1.dsp:
        Updated VC++ files +end space removed
      VC++Files/thr_insert_test/thr_insert_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/thr_test/thr_test.dsp:
        Updated VC++ files +end space removed
      VC++Files/vio/vio.dsp:
        Updated VC++ files +end space removed
      VC++Files/zlib/zlib.dsp:
        Updated VC++ files +end space removed
      include/my_global.h:
        Always include errno.h
      sql/log_event.cc:
        LOAD DATA INFILE is not replicated if replicate_*_table is set
      sql/mf_iocache.cc:
        LOAD DATA LOCAL INFILE was not replicated correctly
      47181eda
  12. 31 Dec, 2000 1 commit
    • unknown's avatar
      manual.texi Added book images in books section. · 067d2769
      unknown authored
      msql.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/msql.txt
      prof.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/prof.txt
      algor.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/algor.txt
      realmen.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/realmen.txt
      dbi.txt 	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/dbi.txt
      ecomm.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/ecomm.txt
      dubois.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/dubois.txt
      sql-99.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/sql-99.txt
      pthreads.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/pthreads.txt
      manual.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/manual.txt
      in_21.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/in_21.txt
      argentina.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/argentina.txt
      argentina.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/argentina.gif
      prof.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/prof.gif
      realmen.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/realmen.gif
      msql.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/msql.gif
      manual.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/manual.gif
      pthreads.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/pthreads.gif
      ecomm.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/ecomm.gif
      dbi.gif 	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/dbi.gif
      in_21.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/in_21.gif
      dubois.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/dubois.gif
      algor.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/algor.gif
      sql-99.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Books/sql-99.gif
      
      
      Docs/manual.texi:
        Added book images in books section.
      067d2769
  13. 31 Jul, 2000 1 commit
    • unknown's avatar
      Import changeset · 2e94af46
      unknown authored
      Docs/Flags/australia.eps:
        First import - 3.23.10
      Docs/Flags/australia.gif:
        First import - 3.23.10
      Docs/Flags/australia.txt:
        First import - 3.23.10
      Docs/Flags/austria.eps:
        First import - 3.23.10
      Docs/Flags/austria.gif:
        First import - 3.23.10
      Docs/Flags/austria.txt:
        First import - 3.23.10
      Docs/Flags/brazil.eps:
        First import - 3.23.10
      Docs/Flags/brazil.gif:
        First import - 3.23.10
      Docs/Flags/brazil.txt:
        First import - 3.23.10
      Docs/Flags/bulgaria.eps:
        First import - 3.23.10
      Docs/Flags/bulgaria.gif:
        First import - 3.23.10
      Docs/Flags/bulgaria.txt:
        First import - 3.23.10
      Docs/Flags/canada.eps:
        First import - 3.23.10
      Docs/Flags/canada.gif:
        First import - 3.23.10
      Docs/Flags/canada.txt:
        First import - 3.23.10
      Docs/Flags/chile.eps:
        First import - 3.23.10
      Docs/Flags/chile.gif:
        First import - 3.23.10
      Docs/Flags/chile.txt:
        First import - 3.23.10
      Docs/Flags/china.eps:
        First import - 3.23.10
      Docs/Flags/china.gif:
        First import - 3.23.10
      Docs/Flags/china.txt:
        First import - 3.23.10
      Docs/Flags/croatia.eps:
        First import - 3.23.10
      Docs/Flags/croatia.gif:
        First import - 3.23.10
      Docs/Flags/croatia.txt:
        First import - 3.23.10
      Docs/Flags/czech-republic.eps:
        First import - 3.23.10
      Docs/Flags/czech-republic.gif:
        First import - 3.23.10
      Docs/Flags/czech-republic.txt:
        First import - 3.23.10
      Docs/Flags/denmark.eps:
        First import - 3.23.10
      Docs/Flags/denmark.gif:
        First import - 3.23.10
      Docs/Flags/denmark.txt:
        First import - 3.23.10
      Docs/Flags/estonia.eps:
        First import - 3.23.10
      Docs/Flags/estonia.gif:
        First import - 3.23.10
      Docs/Flags/estonia.txt:
        First import - 3.23.10
      Docs/Flags/finland.eps:
        First import - 3.23.10
      Docs/Flags/finland.gif:
        First import - 3.23.10
      Docs/Flags/finland.txt:
        First import - 3.23.10
      Docs/Flags/france.eps:
        First import - 3.23.10
      Docs/Flags/france.gif:
        First import - 3.23.10
      Docs/Flags/france.txt:
        First import - 3.23.10
      Docs/Flags/germany.eps:
        First import - 3.23.10
      Docs/Flags/germany.gif:
        First import - 3.23.10
      Docs/Flags/germany.txt:
        First import - 3.23.10
      Docs/Flags/great-britain.eps:
        First import - 3.23.10
      Docs/Flags/great-britain.gif:
        First import - 3.23.10
      Docs/Flags/great-britain.txt:
        First import - 3.23.10
      Docs/Flags/greece.eps:
        First import - 3.23.10
      Docs/Flags/greece.gif:
        First import - 3.23.10
      Docs/Flags/greece.txt:
        First import - 3.23.10
      Docs/Flags/hungary.eps:
        First import - 3.23.10
      Docs/Flags/hungary.gif:
        First import - 3.23.10
      Docs/Flags/hungary.txt:
        First import - 3.23.10
      Docs/Flags/iceland.eps:
        First import - 3.23.10
      Docs/Flags/iceland.gif:
        First import - 3.23.10
      Docs/Flags/iceland.txt:
        First import - 3.23.10
      Docs/Flags/ireland.eps:
        First import - 3.23.10
      Docs/Flags/ireland.gif:
        First import - 3.23.10
      Docs/Flags/ireland.txt:
        First import - 3.23.10
      Docs/Flags/island.eps:
        First import - 3.23.10
      Docs/Flags/island.gif:
        First import - 3.23.10
      Docs/Flags/island.txt:
        First import - 3.23.10
      Docs/Flags/israel.eps:
        First import - 3.23.10
      Docs/Flags/israel.gif:
        First import - 3.23.10
      Docs/Flags/israel.txt:
        First import - 3.23.10
      Docs/Flags/italy.eps:
        First import - 3.23.10
      Docs/Flags/italy.gif:
        First import - 3.23.10
      Docs/Flags/italy.txt:
        First import - 3.23.10
      Docs/Flags/japan.eps:
        First import - 3.23.10
      Docs/Flags/japan.gif:
        First import - 3.23.10
      Docs/Flags/japan.txt:
        First import - 3.23.10
      Docs/Flags/kroatia.eps:
        First import - 3.23.10
      Docs/Flags/kroatia.gif:
        First import - 3.23.10
      Docs/Flags/kroatia.txt:
        First import - 3.23.10
      Docs/Flags/netherlands.eps:
        First import - 3.23.10
      Docs/Flags/netherlands.gif:
        First import - 3.23.10
      Docs/Flags/netherlands.txt:
        First import - 3.23.10
      Docs/Flags/poland.eps:
        First import - 3.23.10
      Docs/Flags/poland.gif:
        First import - 3.23.10
      Docs/Flags/poland.txt:
        First import - 3.23.10
      Docs/Flags/portugal.eps:
        First import - 3.23.10
      Docs/Flags/portugal.gif:
        First import - 3.23.10
      Docs/Flags/portugal.txt:
        First import - 3.23.10
      Docs/Flags/romania.eps:
        First import - 3.23.10
      Docs/Flags/romania.gif:
        First import - 3.23.10
      Docs/Flags/romania.txt:
        First import - 3.23.10
      Docs/Flags/russia.eps:
        First import - 3.23.10
      Docs/Flags/russia.gif:
        First import - 3.23.10
      Docs/Flags/russia.txt:
        First import - 3.23.10
      Docs/Flags/singapore.eps:
        First import - 3.23.10
      Docs/Flags/singapore.gif:
        First import - 3.23.10
      Docs/Flags/singapore.txt:
        First import - 3.23.10
      Docs/Flags/south-africa.eps:
        First import - 3.23.10
      Docs/Flags/south-africa.gif:
        First import - 3.23.10
      Docs/Flags/south-africa.txt:
        First import - 3.23.10
      Docs/Flags/south-africa1.eps:
        First import - 3.23.10
      Docs/Flags/south-africa1.gif:
        First import - 3.23.10
      Docs/Flags/south-africa1.txt:
        First import - 3.23.10
      Docs/Flags/south-korea.eps:
        First import - 3.23.10
      Docs/Flags/south-korea.gif:
        First import - 3.23.10
      Docs/Flags/south-korea.txt:
        First import - 3.23.10
      Docs/Flags/spain.eps:
        First import - 3.23.10
      Docs/Flags/spain.gif:
        First import - 3.23.10
      Docs/Flags/spain.txt:
        First import - 3.23.10
      Docs/Flags/sweden.eps:
        First import - 3.23.10
      Docs/Flags/sweden.gif:
        First import - 3.23.10
      Docs/Flags/sweden.txt:
        First import - 3.23.10
      Docs/Flags/switzerland.eps:
        First import - 3.23.10
      Docs/Flags/switzerland.gif:
        First import - 3.23.10
      Docs/Flags/switzerland.txt:
        First import - 3.23.10
      Docs/Flags/taiwan.eps:
        First import - 3.23.10
      Docs/Flags/taiwan.gif:
        First import - 3.23.10
      Docs/Flags/taiwan.txt:
        First import - 3.23.10
      Docs/Flags/ukraine.eps:
        First import - 3.23.10
      Docs/Flags/ukraine.gif:
        First import - 3.23.10
      Docs/Flags/ukraine.txt:
        First import - 3.23.10
      Docs/Flags/usa.eps:
        First import - 3.23.10
      Docs/Flags/usa.gif:
        First import - 3.23.10
      Docs/Flags/usa.txt:
        First import - 3.23.10
      Docs/Images/mysql-logo.gif:
        First import - 3.23.10
      Docs/To-be-included-in-the-manual/MySQL-for-dummies:
        First import - 3.23.10
      README:
        First import - 3.23.10
      config.guess:
        First import - 3.23.10
      dbug/dbug_long.h:
        First import - 3.23.10
      dbug/example1.c:
        First import - 3.23.10
      dbug/example2.c:
        First import - 3.23.10
      dbug/example3.c:
        First import - 3.23.10
      dbug/factorial.c:
        First import - 3.23.10
      dbug/main.c:
        First import - 3.23.10
      dbug/monty.doc:
        First import - 3.23.10
      dbug/readme.prof:
        First import - 3.23.10
      dbug/sanity.c:
        First import - 3.23.10
      dbug/user.r:
        First import - 3.23.10
      heap/ChangeLog:
        First import - 3.23.10
      install-sh:
        First import - 3.23.10
      ltconfig:
        First import - 3.23.10
      ltmain.sh:
        First import - 3.23.10
      missing:
        First import - 3.23.10
      mit-pthreads/COPYRIGHT:
        First import - 3.23.10
      mit-pthreads/FAQ:
        First import - 3.23.10
      mit-pthreads/NOTES_OSR5_BUILD_SKUNKWARE97:
        First import - 3.23.10
      mit-pthreads/NOTES:
        First import - 3.23.10
      mit-pthreads/README:
        First import - 3.23.10
      mit-pthreads/TODO-mysql:
        First import - 3.23.10
      mit-pthreads/Whats_New:
        First import - 3.23.10
      mit-pthreads/bin/Makefile.in:
        First import - 3.23.10
      mit-pthreads/bin/finger/Makefile.in:
        First import - 3.23.10
      mit-pthreads/bin/finger/finger.c:
        First import - 3.23.10
      mit-pthreads/bin/finger/net.c:
        First import - 3.23.10
      mit-pthreads/config/COPYING.GNU:
        First import - 3.23.10
      mit-pthreads/config/COPYRIGHT:
        First import - 3.23.10
      mit-pthreads/config/GNUmakefile.in:
        First import - 3.23.10
      mit-pthreads/config/Makefile.in:
        First import - 3.23.10
      mit-pthreads/config/acconfig.h:
        First import - 3.23.10
      mit-pthreads/config/aclocal.m4:
        First import - 3.23.10
      mit-pthreads/config/config.flags.in:
        First import - 3.23.10
      mit-pthreads/config/config.guess:
        First import - 3.23.10
      mit-pthreads/config/config.sub:
        First import - 3.23.10
      mit-pthreads/config/configure.org:
        First import - 3.23.10
      mit-pthreads/config/install-sh:
        First import - 3.23.10
      mit-pthreads/configure:
        First import - 3.23.10
      mit-pthreads/gen/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/gen/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/gen/ctime.c:
        First import - 3.23.10
      mit-pthreads/gen/difftime.c:
        First import - 3.23.10
      mit-pthreads/gen/directory.c:
        First import - 3.23.10
      mit-pthreads/gen/eprintf.c:
        First import - 3.23.10
      mit-pthreads/gen/getcwd.c:
        First import - 3.23.10
      mit-pthreads/gen/getpwent.c:
        First import - 3.23.10
      mit-pthreads/gen/getpwnamuid.c:
        First import - 3.23.10
      mit-pthreads/gen/getwd.c:
        First import - 3.23.10
      mit-pthreads/gen/isatty.c:
        First import - 3.23.10
      mit-pthreads/gen/popen.c:
        First import - 3.23.10
      mit-pthreads/gen/pwd_internal.c:
        First import - 3.23.10
      mit-pthreads/gen/pwd_internal.h:
        First import - 3.23.10
      mit-pthreads/gen/syslog.c:
        First import - 3.23.10
      mit-pthreads/gen/time.c:
        First import - 3.23.10
      mit-pthreads/include/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/include/arpa/inet.h:
        First import - 3.23.10
      mit-pthreads/include/arpa/nameser.h:
        First import - 3.23.10
      mit-pthreads/include/dirent.h:
        First import - 3.23.10
      mit-pthreads/include/endian.h:
        First import - 3.23.10
      mit-pthreads/include/errno.h:
        First import - 3.23.10
      mit-pthreads/include/math.h:
        First import - 3.23.10
      mit-pthreads/include/netdb.h:
        First import - 3.23.10
      mit-pthreads/include/pthread.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/cleanup.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/debug_out.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/fd.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/fd_pipe.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/kernel.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/kthread.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/mutex.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/prio_queue.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/pthread_attr.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/pthread_once.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/queue.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/sleep.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/specific.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/state.def:
        First import - 3.23.10
      mit-pthreads/include/pthread/types.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/unistd.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/util.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/version.h:
        First import - 3.23.10
      mit-pthreads/include/pthread/xtypes.h:
        First import - 3.23.10
      mit-pthreads/include/pwd.h:
        First import - 3.23.10
      mit-pthreads/include/resolv.h:
        First import - 3.23.10
      mit-pthreads/include/sched.h:
        First import - 3.23.10
      mit-pthreads/include/signal.h:
        First import - 3.23.10
      mit-pthreads/include/stdio.h:
        First import - 3.23.10
      mit-pthreads/include/stdlib.h:
        First import - 3.23.10
      mit-pthreads/include/string.h:
        First import - 3.23.10
      mit-pthreads/include/syslog.h:
        First import - 3.23.10
      mit-pthreads/include/time.h:
        First import - 3.23.10
      mit-pthreads/include/timers.h:
        First import - 3.23.10
      mit-pthreads/include/tzfile.h:
        First import - 3.23.10
      mit-pthreads/include/unistd.h:
        First import - 3.23.10
      mit-pthreads/lib/Makefile.in:
        First import - 3.23.10
      mit-pthreads/lib/libpthreadutil/Makefile.in:
        First import - 3.23.10
      mit-pthreads/lib/libpthreadutil/pthread_atexit.c:
        First import - 3.23.10
      mit-pthreads/lib/libpthreadutil/pthread_tad.c:
        First import - 3.23.10
      mit-pthreads/lib/libpthreadutil/pthreadutil.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/alpha-osf1/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-1.1/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-1.1/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-1.1/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-1.1/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-1.1/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/bsdi-2.0/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-netbsd-1.1.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-netbsd-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-netbsd-1.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-netbsd-1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-osf1.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-alpha-osf1.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-arm32-netbsd-1.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-arm32-netbsd-1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-hppa-hpux-10.20.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-hppa-hpux-10.20.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-hppa-hpux-9.03.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-hppa-hpux-9.03.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-bsdi-1.1.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-bsdi-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-bsdi-2.0.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-bsdi-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-freebsd-1.1.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-freebsd-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-freebsd-2.0.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-freebsd-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-linux-1.0.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-linux-1.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-0.9.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-0.9.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-1.0.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-1.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-1.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-netbsd-1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-openbsd-2.0.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-openbsd-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-sco-3.2v5.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-i386-sco-3.2v5.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-ip22-irix-5.2.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-ip22-irix-5.2.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-m68000-netbsd.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-m68000-netbsd.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-r2000-ultrix-4.2.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-r2000-ultrix-4.2.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-romp-bsd.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-romp-bsd.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-netbsd-1.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-netbsd-1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-sunos-4.1.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-sunos-4.1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-sunos-5.3.c:
        First import - 3.23.10
      mit-pthreads/machdep/engine-sparc-sunos-5.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-1.1/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-1.1/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-1.1/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-1.1/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/freebsd-2.0/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/stdtypes.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-10.20/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/stdtypes.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/hpux-9.03/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/posix/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/syscall.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/i386-sco-3.2v5/trash.can:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/irix-5.2/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/linux-1.0/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-0.9/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.0/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/netbsd-1.1/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/openbsd-2.0/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-alpha-osf1.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-bsdi-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-bsdi-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-freebsd-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-freebsd-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-hpux-10.20.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-hpux-9.03.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-i386-sco-3.2v5.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-irix-5.2.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-linux-1.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-netbsd-0.9.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-netbsd-1.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-netbsd-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-openbsd-2.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-romp-bsd.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-sco-3.2v5.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-sunos-4.1.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-sunos-5.3.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-sunos-5.5.h:
        First import - 3.23.10
      mit-pthreads/machdep/posix-ultrix-4.2.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/posix/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/syscall.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/sco-3.2v5/trash.can:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__path.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/fcntlcom.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/stat.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-4.1.3/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.3/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/socket.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/sunos-5.5/uio.h:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-alpha-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-alpha-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-alpha-osf1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-arm32-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-hppa-hpux-10.20.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-hppa-hpux-9.03.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-bsdi-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-bsdi-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-freebsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-freebsd-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-linux-1.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-netbsd-0.9.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-netbsd-1.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-openbsd-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-i386-sco-3.2v5.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-ip22-irix-5.2.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-m68000-netbsd.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-r2000-ultrix-4.2.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-romp-bsd.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-sparc-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-sparc-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-sparc-sunos-4.1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-sparc-sunos-5.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-sparc-sunos4.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-alpha-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-alpha-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-alpha-osf1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-arm32-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-hppa-hpux-10.20.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-hppa-hpux-9.03.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-bsdi-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-freebsd-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-netbsd1.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-openbsd-2.0.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-i386-sco-3.2v5.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-ip22-irix-5.2.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-m68000-netbsd.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-r2000-ultrix-4.2.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-sparc-netbsd-1.1.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-sparc-netbsd-1.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-sparc-sunos-5.3.S:
        First import - 3.23.10
      mit-pthreads/machdep/syscall-template-sparc-sunos4.S:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__math.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__signal.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__stdio.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__stdlib.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__string.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__time.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/__unistd.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/cdefs.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/compat.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/dirent.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/errno.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/time.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/timers.h:
        First import - 3.23.10
      mit-pthreads/machdep/ultrix-4.2/wait.h:
        First import - 3.23.10
      mit-pthreads/machdep/unistd-i386-freebsd-1.1.h:
        First import - 3.23.10
      mit-pthreads/machdep/unistd-i386-linux-1.0.h:
        First import - 3.23.10
      mit-pthreads/machdep/unistd-sparc-sunos-4.1.3.h:
        First import - 3.23.10
      mit-pthreads/net/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/net/gethostbyaddr.c:
        First import - 3.23.10
      mit-pthreads/net/gethostbyname.c:
        First import - 3.23.10
      mit-pthreads/net/gethostent.c:
        First import - 3.23.10
      mit-pthreads/net/getnetbyaddr.c:
        First import - 3.23.10
      mit-pthreads/net/getnetbyname.c:
        First import - 3.23.10
      mit-pthreads/net/getnetent.c:
        First import - 3.23.10
      mit-pthreads/net/getproto.c:
        First import - 3.23.10
      mit-pthreads/net/getprotoent.c:
        First import - 3.23.10
      mit-pthreads/net/getprotoname.c:
        First import - 3.23.10
      mit-pthreads/net/getservbyname.c:
        First import - 3.23.10
      mit-pthreads/net/getservbyport.c:
        First import - 3.23.10
      mit-pthreads/net/getservent.c:
        First import - 3.23.10
      mit-pthreads/net/herror.c:
        First import - 3.23.10
      mit-pthreads/net/inet_addr.c:
        First import - 3.23.10
      mit-pthreads/net/inet_lnaof.c:
        First import - 3.23.10
      mit-pthreads/net/inet_makeaddr.c:
        First import - 3.23.10
      mit-pthreads/net/inet_netof.c:
        First import - 3.23.10
      mit-pthreads/net/inet_network.c:
        First import - 3.23.10
      mit-pthreads/net/inet_ntoa.c:
        First import - 3.23.10
      mit-pthreads/net/net_internal.c:
        First import - 3.23.10
      mit-pthreads/net/net_internal.h:
        First import - 3.23.10
      mit-pthreads/net/proto_internal.c:
        First import - 3.23.10
      mit-pthreads/net/proto_internal.h:
        First import - 3.23.10
      mit-pthreads/net/res_comp.c:
        First import - 3.23.10
      mit-pthreads/net/res_debug.c:
        First import - 3.23.10
      mit-pthreads/net/res_init.c:
        First import - 3.23.10
      mit-pthreads/net/res_internal.c:
        First import - 3.23.10
      mit-pthreads/net/res_internal.h:
        First import - 3.23.10
      mit-pthreads/net/res_mkquery.c:
        First import - 3.23.10
      mit-pthreads/net/res_query.c:
        First import - 3.23.10
      mit-pthreads/net/res_querydomain.c:
        First import - 3.23.10
      mit-pthreads/net/res_search.c:
        First import - 3.23.10
      mit-pthreads/net/res_send.c:
        First import - 3.23.10
      mit-pthreads/net/serv_internal.c:
        First import - 3.23.10
      mit-pthreads/net/serv_internal.h:
        First import - 3.23.10
      mit-pthreads/patches/Streepy.html:
        First import - 3.23.10
      mit-pthreads/patches/Streepy2.html:
        First import - 3.23.10
      mit-pthreads/patches/bill_lear:
        First import - 3.23.10
      mit-pthreads/patches/chris_demetriou:
        First import - 3.23.10
      mit-pthreads/patches/mevans:
        First import - 3.23.10
      mit-pthreads/patches/p153:
        First import - 3.23.10
      mit-pthreads/patches/p155:
        First import - 3.23.10
      mit-pthreads/pg++:
        First import - 3.23.10
      mit-pthreads/pgcc:
        First import - 3.23.10
      mit-pthreads/pthreads/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/pthreads/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/pthreads/_exit.c:
        First import - 3.23.10
      mit-pthreads/pthreads/cleanup.c:
        First import - 3.23.10
      mit-pthreads/pthreads/cond.c:
        First import - 3.23.10
      mit-pthreads/pthreads/condattr.c:
        First import - 3.23.10
      mit-pthreads/pthreads/dump_state.c:
        First import - 3.23.10
      mit-pthreads/pthreads/errno.c:
        First import - 3.23.10
      mit-pthreads/pthreads/fd_pipe.c:
        First import - 3.23.10
      mit-pthreads/pthreads/file.c:
        First import - 3.23.10
      mit-pthreads/pthreads/globals.c:
        First import - 3.23.10
      mit-pthreads/pthreads/info.c:
        First import - 3.23.10
      mit-pthreads/pthreads/init.cc:
        First import - 3.23.10
      mit-pthreads/pthreads/malloc.c:
        First import - 3.23.10
      mit-pthreads/pthreads/mutex.c:
        First import - 3.23.10
      mit-pthreads/pthreads/mutexattr.c:
        First import - 3.23.10
      mit-pthreads/pthreads/panic.c:
        First import - 3.23.10
      mit-pthreads/pthreads/prio_queue.c:
        First import - 3.23.10
      mit-pthreads/pthreads/process.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_attr.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_cancel.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_detach.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_init.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_join.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_kill.c:
        First import - 3.23.10
      mit-pthreads/pthreads/pthread_once.c:
        First import - 3.23.10
      mit-pthreads/pthreads/queue.c:
        First import - 3.23.10
      mit-pthreads/pthreads/readv.c:
        First import - 3.23.10
      mit-pthreads/pthreads/schedparam.c:
        First import - 3.23.10
      mit-pthreads/pthreads/select.c:
        First import - 3.23.10
      mit-pthreads/pthreads/sig.c:
        First import - 3.23.10
      mit-pthreads/pthreads/sleep.c:
        First import - 3.23.10
      mit-pthreads/pthreads/specific.c:
        First import - 3.23.10
      mit-pthreads/pthreads/stat.c:
        First import - 3.23.10
      mit-pthreads/pthreads/wait.c:
        First import - 3.23.10
      mit-pthreads/pthreads/writev.c:
        First import - 3.23.10
      mit-pthreads/scripts/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/scripts/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/scripts/pgcc.sh:
        First import - 3.23.10
      mit-pthreads/stdio/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/stdio/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/stdio/README:
        First import - 3.23.10
      mit-pthreads/stdio/clrerr.c:
        First import - 3.23.10
      mit-pthreads/stdio/fclose.c:
        First import - 3.23.10
      mit-pthreads/stdio/fdopen.c:
        First import - 3.23.10
      mit-pthreads/stdio/feof.c:
        First import - 3.23.10
      mit-pthreads/stdio/ferror.c:
        First import - 3.23.10
      mit-pthreads/stdio/fflush.c:
        First import - 3.23.10
      mit-pthreads/stdio/fgetc.c:
        First import - 3.23.10
      mit-pthreads/stdio/fgetline.c:
        First import - 3.23.10
      mit-pthreads/stdio/fgetpos.c:
        First import - 3.23.10
      mit-pthreads/stdio/fgets.c:
        First import - 3.23.10
      mit-pthreads/stdio/fileno.c:
        First import - 3.23.10
      mit-pthreads/stdio/findfp.c:
        First import - 3.23.10
      mit-pthreads/stdio/flags.c:
        First import - 3.23.10
      mit-pthreads/stdio/floatio.h:
        First import - 3.23.10
      mit-pthreads/stdio/fopen.c:
        First import - 3.23.10
      mit-pthreads/stdio/fprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/fpurge.c:
        First import - 3.23.10
      mit-pthreads/stdio/fputc.c:
        First import - 3.23.10
      mit-pthreads/stdio/fputs.c:
        First import - 3.23.10
      mit-pthreads/stdio/fread.c:
        First import - 3.23.10
      mit-pthreads/stdio/freopen.c:
        First import - 3.23.10
      mit-pthreads/stdio/fscanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/fseek.c:
        First import - 3.23.10
      mit-pthreads/stdio/fsetpos.c:
        First import - 3.23.10
      mit-pthreads/stdio/ftell.c:
        First import - 3.23.10
      mit-pthreads/stdio/funopen.c:
        First import - 3.23.10
      mit-pthreads/stdio/fvwrite.c:
        First import - 3.23.10
      mit-pthreads/stdio/fvwrite.h:
        First import - 3.23.10
      mit-pthreads/stdio/fwalk.c:
        First import - 3.23.10
      mit-pthreads/stdio/fwrite.c:
        First import - 3.23.10
      mit-pthreads/stdio/getc.c:
        First import - 3.23.10
      mit-pthreads/stdio/getc_unlocked.c:
        First import - 3.23.10
      mit-pthreads/stdio/getchar.c:
        First import - 3.23.10
      mit-pthreads/stdio/getchar_unlocked.c:
        First import - 3.23.10
      mit-pthreads/stdio/gets.c:
        First import - 3.23.10
      mit-pthreads/stdio/getw.c:
        First import - 3.23.10
      mit-pthreads/stdio/glue.h:
        First import - 3.23.10
      mit-pthreads/stdio/local.h:
        First import - 3.23.10
      mit-pthreads/stdio/makebuf.c:
        First import - 3.23.10
      mit-pthreads/stdio/mktemp.c:
        First import - 3.23.10
      mit-pthreads/stdio/perror.c:
        First import - 3.23.10
      mit-pthreads/stdio/printf.c:
        First import - 3.23.10
      mit-pthreads/stdio/putc.c:
        First import - 3.23.10
      mit-pthreads/stdio/putc_unlocked.c:
        First import - 3.23.10
      mit-pthreads/stdio/putchar.c:
        First import - 3.23.10
      mit-pthreads/stdio/putchar_unlocked.c:
        First import - 3.23.10
      mit-pthreads/stdio/puts.c:
        First import - 3.23.10
      mit-pthreads/stdio/putw.c:
        First import - 3.23.10
      mit-pthreads/stdio/refill.c:
        First import - 3.23.10
      mit-pthreads/stdio/remove.c:
        First import - 3.23.10
      mit-pthreads/stdio/rewind.c:
        First import - 3.23.10
      mit-pthreads/stdio/rget.c:
        First import - 3.23.10
      mit-pthreads/stdio/scanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/setbuf.c:
        First import - 3.23.10
      mit-pthreads/stdio/setbuffer.c:
        First import - 3.23.10
      mit-pthreads/stdio/setvbuf.c:
        First import - 3.23.10
      mit-pthreads/stdio/snprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/sprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/sscanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/stdio.c:
        First import - 3.23.10
      mit-pthreads/stdio/strerror.c:
        First import - 3.23.10
      mit-pthreads/stdio/tempnam.c:
        First import - 3.23.10
      mit-pthreads/stdio/tmpfile.c:
        First import - 3.23.10
      mit-pthreads/stdio/tmpnam.c:
        First import - 3.23.10
      mit-pthreads/stdio/ungetc.c:
        First import - 3.23.10
      mit-pthreads/stdio/vfprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vfscanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vscanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vsnprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vsprintf.c:
        First import - 3.23.10
      mit-pthreads/stdio/vsscanf.c:
        First import - 3.23.10
      mit-pthreads/stdio/wbuf.c:
        First import - 3.23.10
      mit-pthreads/stdio/wsetup.c:
        First import - 3.23.10
      mit-pthreads/stdio/xprintf.c:
        First import - 3.23.10
      mit-pthreads/stdlib/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/stdlib/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/stdlib/abort.c:
        First import - 3.23.10
      mit-pthreads/stdlib/atexit.h:
        First import - 3.23.10
      mit-pthreads/stdlib/exit.c:
        First import - 3.23.10
      mit-pthreads/stdlib/rand.c:
        First import - 3.23.10
      mit-pthreads/stdlib/random.c:
        First import - 3.23.10
      mit-pthreads/stdlib/strtod.c:
        First import - 3.23.10
      mit-pthreads/stdlib/strtol.c:
        First import - 3.23.10
      mit-pthreads/stdlib/strtoul.c:
        First import - 3.23.10
      mit-pthreads/stdlib/system.c:
        First import - 3.23.10
      mit-pthreads/string/GNUmakefile.inc:
        First import - 3.23.10
      mit-pthreads/string/Makefile.inc:
        First import - 3.23.10
      mit-pthreads/string/strtok.c:
        First import - 3.23.10
      mit-pthreads/tests/Makefile.in:
        First import - 3.23.10
      mit-pthreads/tests/README:
        First import - 3.23.10
      mit-pthreads/tests/bench_fcntl.c:
        First import - 3.23.10
      mit-pthreads/tests/bench_pipe.c:
        First import - 3.23.10
      mit-pthreads/tests/bench_read.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_getpid.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_mutex.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_pthread_create.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_read.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_semaphore.c:
        First import - 3.23.10
      mit-pthreads/tests/p_bench_yield.c:
        First import - 3.23.10
      mit-pthreads/tests/test_create.c:
        First import - 3.23.10
      mit-pthreads/tests/test_cwd.c:
        First import - 3.23.10
      mit-pthreads/tests/test_execve.c:
        First import - 3.23.10
      mit-pthreads/tests/test_fcntl.c:
        First import - 3.23.10
      mit-pthreads/tests/test_fork.c:
        First import - 3.23.10
      mit-pthreads/tests/test_netdb.c:
        First import - 3.23.10
      mit-pthreads/tests/test_pause.c:
        First import - 3.23.10
      mit-pthreads/tests/test_preemption.c:
        First import - 3.23.10
      mit-pthreads/tests/test_preemption_float.c:
        First import - 3.23.10
      mit-pthreads/tests/test_pthread_cond_timedwait.c:
        First import - 3.23.10
      mit-pthreads/tests/test_pthread_join.c:
        First import - 3.23.10
      mit-pthreads/tests/test_pthread_mutex.c:
        First import - 3.23.10
      mit-pthreads/tests/test_pw.c:
        First import - 3.23.10
      mit-pthreads/tests/test_readdir.c:
        First import - 3.23.10
      mit-pthreads/tests/test_select.c:
        First import - 3.23.10
      mit-pthreads/tests/test_setjmp.c:
        First import - 3.23.10
      mit-pthreads/tests/test_sleep.c:
        First import - 3.23.10
      mit-pthreads/tests/test_sock_1.c:
        First import - 3.23.10
      mit-pthreads/tests/test_sock_2.c:
        First import - 3.23.10
      mit-pthreads/tests/test_sock_2a.c:
        First import - 3.23.10
      mit-pthreads/tests/test_stdio_1.c:
        First import - 3.23.10
      mit-pthreads/tests/test_switch.c:
        First import - 3.23.10
      mysys/COPYING.LIB:
        First import - 3.23.10
      mysys/getopt.c:
        First import - 3.23.10
      readline/COPYING:
        First import - 3.23.10
      readline/INSTALL:
        First import - 3.23.10
      readline/Makefile.am:
        First import - 3.23.10
      readline/README:
        First import - 3.23.10
      readline/ansi_stdlib.h:
        First import - 3.23.10
      readline/bind.c:
        First import - 3.23.10
      readline/callback.c:
        First import - 3.23.10
      readline/chardefs.h:
        First import - 3.23.10
      readline/configure.in:
        First import - 3.23.10
      readline/configure:
        First import - 3.23.10
      readline/display.c:
        First import - 3.23.10
      readline/emacs_keymap.c:
        First import - 3.23.10
      readline/funmap.c:
        First import - 3.23.10
      readline/histexpand.c:
        First import - 3.23.10
      readline/histfile.c:
        First import - 3.23.10
      readline/histlib.h:
        First import - 3.23.10
      readline/history.c:
        First import - 3.23.10
      readline/history.h:
        First import - 3.23.10
      readline/histsearch.c:
        First import - 3.23.10
      readline/input.c:
        First import - 3.23.10
      readline/isearch.c:
        First import - 3.23.10
      readline/keymaps.c:
        First import - 3.23.10
      readline/keymaps.h:
        First import - 3.23.10
      readline/kill.c:
        First import - 3.23.10
      readline/macro.c:
        First import - 3.23.10
      readline/nls.c:
        First import - 3.23.10
      readline/parens.c:
        First import - 3.23.10
      readline/posixdir.h:
        First import - 3.23.10
      readline/posixjmp.h:
        First import - 3.23.10
      readline/posixstat.h:
        First import - 3.23.10
      readline/readline.c:
        First import - 3.23.10
      readline/readline.h:
        First import - 3.23.10
      readline/rlconf.h:
        First import - 3.23.10
      readline/rldefs.h:
        First import - 3.23.10
      readline/rltty.c:
        First import - 3.23.10
      readline/rltty.h:
        First import - 3.23.10
      readline/rlwinsize.h:
        First import - 3.23.10
      readline/search.c:
        First import - 3.23.10
      readline/shell.c:
        First import - 3.23.10
      readline/signals.c:
        First import - 3.23.10
      readline/tcap.h:
        First import - 3.23.10
      readline/terminal.c:
        First import - 3.23.10
      readline/tilde.c:
        First import - 3.23.10
      readline/tilde.h:
        First import - 3.23.10
      readline/undo.c:
        First import - 3.23.10
      readline/util.c:
        First import - 3.23.10
      readline/vi_keymap.c:
        First import - 3.23.10
      readline/vi_mode.c:
        First import - 3.23.10
      readline/xmalloc.c:
        First import - 3.23.10
      regex/CHANGES:
        First import - 3.23.10
      regex/COPYRIGHT:
        First import - 3.23.10
      regex/README:
        First import - 3.23.10
      regex/WHATSNEW:
        First import - 3.23.10
      regex/cclass.h:
        First import - 3.23.10
      regex/cname.h:
        First import - 3.23.10
      regex/debug.c:
        First import - 3.23.10
      regex/debug.ih:
        First import - 3.23.10
      regex/engine.c:
        First import - 3.23.10
      regex/engine.ih:
        First import - 3.23.10
      regex/main.ih:
        First import - 3.23.10
      regex/regcomp.ih:
        First import - 3.23.10
      regex/regerror.c:
        First import - 3.23.10
      regex/regerror.ih:
        First import - 3.23.10
      regex/regex.3:
        First import - 3.23.10
      regex/regex.7:
        First import - 3.23.10
      regex/regex.h:
        First import - 3.23.10
      regex/regfree.c:
        First import - 3.23.10
      regex/reginit.c:
        First import - 3.23.10
      regex/split.c:
        First import - 3.23.10
      regex/tests:
        First import - 3.23.10
      scripts/msql2mysql.sh:
        First import - 3.23.10
      scripts/mysql_fix_privilege_tables.sh:
        First import - 3.23.10
      scripts/mysql_setpermission.sh:
        First import - 3.23.10
      scripts/mysqlaccess.conf:
        First import - 3.23.10
      scripts/mysqlbug.sh:
        First import - 3.23.10
      sql-bench/Data/ATIS/aircraft.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/airline.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/airport.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/airport_service.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/city.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/class_of_service.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/code_description.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/compound_class.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/connect_leg.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/connection.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/date_day.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/day_name.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/dual_carrier.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/fare.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/flight.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/flight_class.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/flight_day.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/flight_fare.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/food_service.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/ground_service.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/month_name.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/restrict_carrier.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/restrict_class.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/restriction.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/state.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/stop.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/stop1.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/time_interval.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/time_zone.txt:
        First import - 3.23.10
      sql-bench/Data/ATIS/transport.txt:
        First import - 3.23.10
      sql-bench/Data/Wisconsin/onek.data:
        First import - 3.23.10
      sql-bench/Data/Wisconsin/tenk.data:
        First import - 3.23.10
      sql-bench/README:
        First import - 3.23.10
      sql-bench/Results/ATIS-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-AdabasD-Linux_2.0.35_i686-cmp-adabasd,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/ATIS-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/ATIS-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/ATIS-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/ATIS-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/ATIS-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/ATIS-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/ATIS-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/RUN-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/RUN-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/RUN-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/RUN-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/RUN-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/RUN-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/RUN-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/alter-table-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-AdabasD-Linux_2.0.35_i686-cmp-adabasd,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/alter-table-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/alter-table-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/alter-table-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/alter-table-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/alter-table-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/alter-table-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/big-tables-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/big-tables-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/big-tables-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/big-tables-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/big-tables-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/big-tables-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/big-tables-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/connect-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/connect-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/connect-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/connect-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/connect-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/connect-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/connect-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/connect-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/connect-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/connect-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/create-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/create-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/create-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/create-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/create-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/create-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/create-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/create-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/create-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/create-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/create-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/create-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/create-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/create-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/create-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/create-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/create-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/create-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/create-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/create-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/select-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-HP_UX_B.10.20_9000_778:
        First import - 3.23.10
      sql/md5.c:
        First import - 3.23.10
      sql/share/norwegian-ny/.cvsignore:
        First import - 3.23.10
      sql/share/norwegian/.cvsignore:
        First import - 3.23.10
      stamp-h.in:
        First import - 3.23.10
      strings/ChangeLog:
        First import - 3.23.10
      strings/bfill.c:
        First import - 3.23.10
      strings/bmove.c:
        First import - 3.23.10
      strings/strend.c:
        First import - 3.23.10
      strings/strstr.c:
        First import - 3.23.10
      strings/strxnmov.c:
        First import - 3.23.10
      tests/auto_increment.res:
        First import - 3.23.10
      tests/auto_increment.tst:
        First import - 3.23.10
      tests/function.res:
        First import - 3.23.10
      tests/function.tst:
        First import - 3.23.10
      tests/grant.res:
        First import - 3.23.10
      tests/lock_test.res:
        First import - 3.23.10
      tests/table_types.pl:
        First import - 3.23.10
      tests/udf_test.res:
        First import - 3.23.10
      tests/udf_test:
        First import - 3.23.10
      sql-bench/Results-linux/ATIS-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.0.33_i586-cmp-access,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.0.33_i586-cmp-ms-sql,mysql,sybase:
        ***MISSING WEAVE***
      sql-bench/Results-win32/ATIS-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/ATIS-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/RUN-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/alter-table-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/big-tables-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/connect-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/create-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/insert-sybase_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/select-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-db2_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-informix_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-ms-sql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-mysql-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-mysql_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-oracle_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results-win32/wisconsin-solid_odbc-NT_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase:
        First import - 3.23.10
      sql-bench/Results/create-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/insert-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/insert-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/insert-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/insert-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/insert-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/insert-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/insert-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/insert-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/insert-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/insert-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/insert-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/select-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/select-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/select-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/select-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/select-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/select-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/select-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/select-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/select-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/select-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/select-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/select-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/select-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/select-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/select-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/select-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/select-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/select-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/select-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/select-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/wisconsin-Adabas-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-msql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-3.21-Linux_2.2.1_i686:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-Linux_2.0.35_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-Linux_2.2.10_i686:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-Linux_2.2.1_i686-cmp-adabas,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-SunOS_5.5.1_sun4u:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-SunOS_5.6_sun4m:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-mysql-SunOS_5.7_sun4m:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql-SunOS_5.7_sun4u:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql_3.21-Linux_2.0.35_i686:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql_fast-Linux_2.2.10_i686-cmp-msql,mysql:
        First import - 3.23.10
      sql-bench/Results/wisconsin-mysql_odbc-win98:
        First import - 3.23.10
      sql-bench/Results/wisconsin-oracle-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/wisconsin-oracle_fast-Linux_2.0.36_i686-cmp-mysql,oracle:
        First import - 3.23.10
      sql-bench/Results/wisconsin-pg-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/wisconsin-pg_fast-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/Results/wisconsin-solid-Linux_2.0.36_i686-cmp-mysql,pg,solid:
        First import - 3.23.10
      sql-bench/limits/Adabas.cfg:
        First import - 3.23.10
      sql-bench/limits/Adabas.comment:
        First import - 3.23.10
      sql-bench/limits/Informix.cfg:
        First import - 3.23.10
      sql-bench/limits/Informix.comment:
        First import - 3.23.10
      sql-bench/limits/access.comment:
        First import - 3.23.10
      sql-bench/limits/access_odbc.cfg:
        First import - 3.23.10
      sql-bench/limits/db2.cfg:
        First import - 3.23.10
      sql-bench/limits/empress.cfg:
        First import - 3.23.10
      sql-bench/limits/empress.comment:
        First import - 3.23.10
      sql-bench/limits/ms-sql65.cfg:
        First import - 3.23.10
      sql-bench/limits/msql.cfg:
        First import - 3.23.10
      sql-bench/limits/mysql-3.22.cfg:
        First import - 3.23.10
      sql-bench/limits/pg.comment:
        First import - 3.23.10
      sql-bench/limits/solid-nt4.cfg:
        First import - 3.23.10
      sql-bench/limits/solid.cfg:
        First import - 3.23.10
      sql-bench/limits/sybase.cfg:
        First import - 3.23.10
      support-files/binary-configure.sh:
        First import - 3.23.10
      support-files/mysql-log-rotate.sh:
        First import - 3.23.10
      mkinstalldirs:
        Update to 3.23.11
      Docs/mysqld_error.txt:
        Update to 3.23.11
      man/mysql.1:
        Update to 3.23.11
      mysys/ChangeLog:
        Update to 3.23.11
      scripts/mysqlaccess.sh:
        Update to 3.23.11
      strings/Attic/ptr_cmp.c:
        Update to 3.23.11
      dbug/dbug_analyze.c:
        Update for 3.23.12
      dbug/doinstall.sh:
        Update for 3.23.12
      dbug/install.sh:
        Update for 3.23.12
      dbug/mklintlib.sh:
        Update for 3.23.12
      dbug/qmake.cmd:
        Update for 3.23.12
      dbug/vargs.h:
        Update for 3.23.12
      isam/test_all.res:
        Update for 3.23.12
      isam/test_all:
        Update for 3.23.12
      myisam/NEWS:
        Update for 3.23.12
      myisam/common_words:
        ***MISSING WEAVE***
      myisam/mi_test_all.res:
        Update for 3.23.12
      myisam/test_pack:
        Update for 3.23.12
      scripts/safe_mysqld-watch.sh:
        Update for 3.23.12
      sql/ha_hash.h:
        Update for 3.23.12
      sql/nt_servc.h:
        Update for 3.23.12
      strings/READ-ME:
        Update for 3.23.12
      strings/bzero.c:
        Update for 3.23.12
      strings/latin2.def:
        Update for 3.23.12
      strings/memset.c:
        Update for 3.23.12
      strings/strcat.c:
        Update for 3.23.12
      strings/strchr.c:
        Update for 3.23.12
      strings/strcmp.c:
        Update for 3.23.12
      strings/string.doc:
        Update for 3.23.12
      strings/strings-not-used.h:
        Update for 3.23.12
      strings/strlen.c:
        Update for 3.23.12
      strings/strrchr.c:
        Update for 3.23.12
      strings/t_ctype.h:
        Update for 3.23.12
      Build-tools/Do-create-perl-rpms:
        Initial checkin of MySQL build environment.
      Build-tools/Do-local-patch-file:
        Initial checkin of MySQL build environment.
      Build-tools/newest:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-01.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-02.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-03.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-04.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-05.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-06.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-07.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-08.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-09.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-10.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-11.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-12.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-13.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-14.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-15.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-16.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-17.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql-compatible.jpg:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-01.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-02.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-03.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-04.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-05.gif:
        Initial checkin of MySQL build environment.
      Docs/MySQL-logos/mysql_anim-06.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/afghanistan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/albania.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/algeria.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/andorra.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/angola.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/antartica.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/antigua-and-barbuda.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/argentina.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/armenia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/australia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/austria.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/azerbaijan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bahamas.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bahrein.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bangladesh.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/barbados.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/belarus.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/belgium.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/belize.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/benin.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bermuda.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bhutan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bolivia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bosnia-and-herzegovina.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/botswana.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/brazil.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/brunei.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/bulgaria.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/burkina-faso.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/burma.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/burundi.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cambodia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cameroon.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/canada.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cape-verde.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/central-african-republic.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/chad.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/chile.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/china.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/colombia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/comoros.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/congo.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/costa-rica.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cote-d-ivoire.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/croatia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cuba.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/cyprus.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/czech-republic.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/denmark-original-incorrect.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/denmark.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/djibouti.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/dominica.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/dominican-republic.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/ecuador.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/egypt.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/el-salvador.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/equatorial-guinea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/eritrea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/estonia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/ethiopia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/fiji.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/finland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/france.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/gabon.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/gambia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/georgia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/germany.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/ghana.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/great-britain.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/greece.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/greenland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/grenada.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/guatemala.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/guinea-bissau.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/guinea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/guyana.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/haiti.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/honduras.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/hungary.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/iceland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/india.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/indonesia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/iran.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/iraq.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/ireland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/israel.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/italy.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/jamaica.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/japan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/jordan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/kazakhstan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/kenya.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/kiribati.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/kuwait.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/kyrgyzstan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/laos.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/latvia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/lebanon.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/lesotho.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/liberia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/libya.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/liechtenstein.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/lithuania.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/luxembourg.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/macedonia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/madagascar.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/malawi.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/malaysia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/maldives.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mali.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/malta.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/marshall.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mauritania.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mauritius.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mexico.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/micronesia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/moldova.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/monaco.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mongolia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/morocco.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/mozambique.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/namibia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/nauru.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/nepal.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/netherlands.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/new-zealand.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/nicaragua.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/niger.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/nigeria.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/north-korea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/norway.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/oman.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/pakistan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/panama.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/papua-new-guinea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/paraguay.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/peru.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/philippines.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/poland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/portugal.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/qatar.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/romania.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/russia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/rwanda.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/saint-kitts-and-nevis.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/saint-lucia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/samoa.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sao-tome-and-principe.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/saudi-arabia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/senegal.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/seychelles.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sierra-leone.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/singapore.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/slovakia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/slovenia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/solomon-islands.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/somalia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/south-africa.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/south-korea.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/spain.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sri-lanka.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sudan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/suriname.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/swaziland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sweden.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/sweden2.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/switzerland.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/syria.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/taiwan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/tajikistan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/tanzania.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/thailand.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/togo.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/tonga.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/trinidad-and-tobago.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/tunisia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/turkey.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/turkmenistan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/tuvalu.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/uganda.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/ukraine.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/united-arab-emirates.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/united-states-of-america.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/uruguay.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/usa.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/uzbekistan.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/vanuatu.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/venezuela.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/vietnam.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/vincent-and-grenadines.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/yemen.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/yugoslavia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/zaire.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/zambia.gif:
        Initial checkin of MySQL build environment.
      Docs/Raw-Flags/zimbabwe.gif:
        Initial checkin of MySQL build environment.
      Docs/Support/generate-flag-images:
        Initial checkin of MySQL build environment.
      Docs/Support/generate-mirror-listing.pl:
        Initial checkin of MySQL build environment.
      Docs/Support/generate-text-files.pl:
        Initial checkin of MySQL build environment.
      Docs/Support/make-makefile:
        Initial checkin of MySQL build environment.
      Docs/Support/texinfo.tex:
        Initial checkin of MySQL build environment.
      Docs/Translations/myodbc-br.texi:
        Initial checkin of MySQL build environment.
      man/.cvsignore:
        Initial checkin of MySQL build environment.
      mit-pthreads/include/pthread/config.h:
        Initial checkin of MySQL build environment.
      readline/.cvsignore:
        Initial checkin of MySQL build environment.
      sql/share/.cvsignore:
        Initial checkin of MySQL build environment.
      tests/.cvsignore:
        Initial checkin of MySQL build environment.
      libmysql/acconfig.h:
        ***MISSING WEAVE***
      libmysql/acinclude.m4:
        Configure stuff for libmysql.
      libmysql/configure.in:
        Configure stuff for libmysql.
      mit-pthreads/.cvsignore:
        More work on initial build
      mit-pthreads/include/pthread/cond.h:
        Update to 3.23.12
      mit-pthreads/machdep/engine-i386-linux-2.0.c:
        Update to 3.23.12
      mit-pthreads/machdep/engine-i386-linux-2.0.h:
        Update to 3.23.12
      mit-pthreads/machdep/posix-linux-2.0.h:
        Update to 3.23.12
      mit-pthreads/machdep/unistd-i386-linux-2.0.h:
        Update to 3.23.12
      sql/add_errmsg:
        Update to 3.23.12
      sql/watchdog_mysqld:
        Update to 3.23.12
      strings/Attic/memory.h:
        Update to 3.23.12
      dbug/.cvsignore:
        Update to 3.23.12
      heap/.cvsignore:
        Update to 3.23.12
      merge/.cvsignore:
        Update to 3.23.12
      mit-pthreads/bin/.cvsignore:
        Update to 3.23.12
      mit-pthreads/bin/finger/.cvsignore:
        Update to 3.23.12
      mit-pthreads/lib/.cvsignore:
        Update to 3.23.12
      mit-pthreads/lib/libpthreadutil/.cvsignore:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__math.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__path.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__signal.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__stdio.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__stdlib.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__string.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/__time.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/cdefs.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/compat.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/dirent.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/errno.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/socket.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/socketcall.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/timers.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/uio.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/wait.h:
        Update to 3.23.12
      mit-pthreads/tests/.cvsignore:
        Update to 3.23.12
      myisammrg/.cvsignore:
        Update to 3.23.12
      regex/.cvsignore:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/extra/bits/local_lim.h:
        Update to 3.23.12
      mit-pthreads/machdep/linux-2.0/extra/bits/socket.h:
        Update to 3.23.12
      vio/.cvsignore:
        Update for 3.23.12
      vio/Vio.cc:
        Update for 3.23.12
      vio/VioAcceptorFd.cc:
        Update for 3.23.12
      vio/VioAcceptorFd.h:
        Update for 3.23.12
      vio/VioConnectorFd.cc:
        Update for 3.23.12
      vio/VioConnectorFd.h:
        Update for 3.23.12
      vio/VioFd.cc:
        Update for 3.23.12
      vio/VioFd.h:
        Update for 3.23.12
      vio/VioPipe.cc:
        Update for 3.23.12
      vio/VioSSL.cc:
        Update for 3.23.12
      vio/VioSSL.h:
        Update for 3.23.12
      vio/VioSSLAcceptorFd.cc:
        Update for 3.23.12
      vio/VioSSLFactoriesFd.cc:
        Update for 3.23.12
      vio/VioSSLFactoriesFd.h:
        Update for 3.23.12
      vio/VioSocket.cc:
        Update for 3.23.12
      vio/VioSocket.h:
        Update for 3.23.12
      vio/version.cc:
        Update for 3.23.12
      vio/vio-global.h:
        Update for 3.23.12
      vio/vioelitexx.cc:
        Update for 3.23.12
      vio/viotest-ssl.cc:
        Update for 3.23.12
      vio/viotest-sslconnect.cc:
        Update for 3.23.12
      vio/viotest.cc:
        Update for 3.23.12
      vio/viotypes.h:
        Update for 3.23.12
      strings/strxmov.c:
        Update to 3.23.12a
      sql/md5.h:
        Lots of patches for Alpha-Linux
      Docs/Images/empty.png:
        *** empty log message ***
      Docs/Images/flag-background.pnm:
        *** empty log message ***
      NEW-RPMS/.cvsignore:
        Changes for new build environment
      sql-bench/example.bat:
        Update for 3.23.12a
      sql-bench/pwd.bat:
        Update for 3.23.12a
      sql-bench/uname.bat:
        Update for 3.23.12a
      sql-bench/Results/Attic/ATIS-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/ATIS-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/RUN-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/big-tables-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/connect-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/create-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/insert-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/select-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql-Linux_dynamic:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql-Linux_pgcc:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql-Linux_static:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql_fast-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql_local_tcp-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/Attic/wisconsin-mysql_new-Linux_2.0.33_i586:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/.cvsignore:
        Update of benchmarks
      sql-bench/Results-win32/ATIS-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/ATIS-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/RUN-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/RUN-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/alter-table-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/alter-table-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/big-tables-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/big-tables-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/connect-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/connect-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/create-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/create-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/insert-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/insert-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/select-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/select-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/wisconsin-access_odbc-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-win32/wisconsin-mysql-win98-cmp-access,mysql:
        Update of benchmarks
      sql-bench/Results-linux/RUN-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.2.12_20smp_i686:
        ***MISSING WEAVE***
      Docs/Images/Attic/mysql5.gif:
        Second copy
      Docs/Images/Attic/html-fs.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-01.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-02.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-03.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-04.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-05.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-06.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-07.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-08.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-09.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-10.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-11.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-12.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-13.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-14.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-15.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-16.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-17.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-18.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-19.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql-compatible.jpg:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-01.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-02.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-03.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-04.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-05.gif:
        Moved to web...icons
      Docs/Images/Attic/mysql_anim-06.gif:
        Moved to web...icons
      Docs/Images/Attic/powered-by-MySQL-transparent.gif:
        Moved to web...icons
      scripts/mysql_zap.sh:
        Fixes from the Debian maintainer
      Build-tools/Do-patch-file:
        Update at work
      myisam/TODO:
        Fixes for raid + other things
      regex/utils.h:
        Renamed some portability defines
      heap/make-ccc:
        First version
      isam/make-ccc:
        First version
      merge/make-ccc:
        First version
      myisam/make-ccc:
        First version
      myisammrg/make-ccc:
        First version
      mysys/make-ccc:
        First version
      regex/make-ccc:
        First version
      strings/make-ccc:
        First version
      sql/share/romanian/errmsg.sys:
        ***MISSING WEAVE***
      Docs/manual-license-spanish.texi:
        Update to 3.23.13
      BUILD/test-alpha-ccc:
        Bug patches from mailing list
      sql-bench/Results-win32/ATIS-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/RUN-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/alter-table-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/big-tables-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/connect-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/create-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/insert-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/select-mysql-win98:
        Bug patches from mailing list
      sql-bench/Results-win32/wisconsin-mysql-win98:
        Bug patches from mailing list
      mit-pthreads/Changes-mysql:
        Updated for Linux
      mit-pthreads/config/config.h.in:
        Updated for Linux
      mit-pthreads/config/configure.in:
        Updated for Linux
      mit-pthreads/config/configure:
        Updated for Linux
      mit-pthreads/gen/ttyname.c:
        Updated for Linux
      mit-pthreads/machdep/syscall-i386-linux-2.0.S:
        Updated for Linux
      mit-pthreads/machdep/linux-2.0/__unistd.h:
        Updated for Linux
      mit-pthreads/net/Makefile.inc:
        Updated for Linux
      mit-pthreads/pthreads/fd.c:
        Updated for Linux
      mit-pthreads/pthreads/fd_kern.c:
        Updated for Linux
      mit-pthreads/pthreads/fd_sysv.c:
        Updated for Linux
      mit-pthreads/pthreads/signal.c:
        Updated for Linux
      mit-pthreads/pthreads/wrapper.c:
        Updated for Linux
      mit-pthreads/stdlib/getopt.c:
        Updated for Linux
      sql/share/charsets/cp1251.conf:
        Updates for 3.23.14
      sql/share/charsets/croat.conf:
        Updates for 3.23.14
      sql/share/charsets/danish.conf:
        Updates for 3.23.14
      sql/share/charsets/dec8.conf:
        Updates for 3.23.14
      sql/share/charsets/dos.conf:
        Updates for 3.23.14
      sql/share/charsets/german1.conf:
        Updates for 3.23.14
      sql/share/charsets/greek.conf:
        Updates for 3.23.14
      sql/share/charsets/hebrew.conf:
        Updates for 3.23.14
      sql/share/charsets/hp8.conf:
        Updates for 3.23.14
      sql/share/charsets/hungarian.conf:
        Updates for 3.23.14
      sql/share/charsets/koi8_ru.conf:
        Updates for 3.23.14
      sql/share/charsets/koi8_ukr.conf:
        Updates for 3.23.14
      sql/share/charsets/latin1.conf:
        Updates for 3.23.14
      sql/share/charsets/latin2.conf:
        Updates for 3.23.14
      sql/share/charsets/swe7.conf:
        Updates for 3.23.14
      sql/share/charsets/usa7.conf:
        Updates for 3.23.14
      sql/share/charsets/win1251.conf:
        Updates for 3.23.14
      sql/share/charsets/win1251ukr.conf:
        Updates for 3.23.14
      sql/Attic/mybinlogdump.cc:
        Fix for binary log
      include/Attic/m_ctype.h.in:
        Update for dynamic character sets
      strings/Attic/ct_init.c:
        Update for dynamic character sets
      strings/Attic/ctype-cp1251.c:
        Update for dynamic character sets
      strings/Attic/ctype-cp1257.c:
        Update for dynamic character sets
      strings/Attic/ctype-croat.c:
        Update for dynamic character sets
      strings/Attic/ctype-danish.c:
        Update for dynamic character sets
      strings/Attic/ctype-dec8.c:
        Update for dynamic character sets
      strings/Attic/ctype-dos.c:
        Update for dynamic character sets
      strings/Attic/ctype-estonia.c:
        Update for dynamic character sets
      strings/Attic/ctype-german1.c:
        Update for dynamic character sets
      strings/Attic/ctype-greek.c:
        Update for dynamic character sets
      strings/Attic/ctype-hebrew.c:
        Update for dynamic character sets
      strings/Attic/ctype-hp8.c:
        Update for dynamic character sets
      strings/Attic/ctype-hungarian.c:
        Update for dynamic character sets
      strings/Attic/ctype-koi8_ru.c:
        Update for dynamic character sets
      strings/Attic/ctype-koi8_ukr.c:
        Update for dynamic character sets
      strings/Attic/ctype-latin1.c:
        Update for dynamic character sets
      strings/Attic/ctype-latin2.c:
        Update for dynamic character sets
      strings/Attic/ctype-swe7.c:
        Update for dynamic character sets
      strings/Attic/ctype-usa7.c:
        Update for dynamic character sets
      strings/Attic/ctype-win1250.c:
        Update for dynamic character sets
      strings/Attic/ctype-win1251.c:
        Update for dynamic character sets
      strings/Attic/ctype-win1251ukr.c:
        Update for dynamic character sets
      mysys/.cvsignore:
        Update for dynamic character set handling
      client/Attic/libmysql.c:
        Update of new character sets.
      sql/share/charsets/Index:
        Update to 3.23.14
      sql/share/charsets/README:
        Update to 3.23.14
      sql/share/charsets/cp1257.conf:
        Update to 3.23.14
      sql/share/charsets/estonia.conf:
        Update to 3.23.14
      sql/share/charsets/win1250.conf:
        Update to 3.23.14
      strings/.cvsignore:
        Update to 3.23.14
      strings/Attic/bootstrap-ctype.c:
        Update to 3.23.14
      strings/Attic/ctype.c.in:
        Update to 3.23.14
      strings/ctype-ujis.c:
        Update to 3.23.14
      BUILD/.cvsignore:
        Portability changes
      libmysql/.cvsignore:
        Portability changes
      mit-pthreads/GNUmakefile:
        Modifications to get MySQL 3.23.14 to build
      mit-pthreads/config.flags:
        ***MISSING WEAVE***
      mit-pthreads/include/pthread/ac-types.h:
        Modifications to get MySQL 3.23.14 to build
      mit-pthreads/include/pthread/paths.h:
        Modifications to get MySQL 3.23.14 to build
      regex/main.c:
        Portability fixes
      sql/Attic/mini_client_errors.c:
        fixed up dependencies and symlinking in mini_client
      Build-tools/cvs-sanity-check:
        added a script to do a build from fresh CVS for sanity checking - make Tim, Tonu, and everybody else who has had problems with the stuff out of CVS not compiling happy
      include/t_ctype.h:
        Small updates by monty
      include/.cvsignore:
        Update to 3.23.15
      include/mysql_version.h.in:
        Update to 3.23.15
      isam/ChangeLog:
        Update to 3.23.15
      sql-bench/limits/interbase.cfg:
        character sets patches + fix of order by
      sql-bench/Results-linux/ATIS-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      Docs/net_doc.txt:
        Fixes for Win32
      sql/share/Makefile.am:
        Update at work to get MySQL to configure
      include/Attic/mysql_com.h.in:
        Update of benchmarks and other small stuff
      sql-bench/Results-linux/ATIS-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-interbase-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-interbase-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.14_5.0_i686-cmp-interbase,mysql:
        ***MISSING WEAVE***
      sql-bench/limits/mimer.cfg:
        Update of benchmarks and other small stuff
      sql/Attic/mini_client.c:
        Update to get Berkeley db to work.
      sql/Attic/net_serv.c:
        Update to get Berkeley db to work.
      sql/Attic/lex_hash.h:
        lex_hash.h is a pain in the neck for cvs diff
      scripts/mysql_convert_table_format.sh:
        Update for 3.23.16
      include/getopt.h:
        Update for 3.23.16
      Docs/Support/.cvsignore:
        Update for build
      scripts/mysqlhotcopy.sh:
        Update for 3.23.16
      Docs/Attic/myisam.doc:
        Mirror addition, Broken Image fix, renamed myisam.doc -> myisam.txt (because it's really text. :).
      Docs/myisam.txt:
        Mirror addition, Broken Image fix, renamed myisam.doc -> myisam.txt (because it's really text. :).
      sql-bench/ChangeLog:
        Updates for 3.23.17
      tests/big_record.pl:
        Updates for 3.23.17
      tests/export.pl:
        Updates for 3.23.17
      tests/fork2_test.pl:
        Updates for 3.23.17
      tests/fork3_test.pl:
        Updates for 3.23.17
      tests/fork_test.pl:
        Updates for 3.23.17
      tests/grant.pl:
        Updates for 3.23.17
      tests/insert_and_repair.pl:
        Updates for 3.23.17
      tests/lock_test.pl:
        Updates for 3.23.17
      tests/pmail.pl:
        Updates for 3.23.17
      sql/.cvsignore:
        Update for 3.23.17
      sql-bench/Results/Attic/ATIS-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/ATIS-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/ATIS-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/ATIS-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/ATIS-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/RUN-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/alter-table-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/big-tables-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/connect-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/create-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/insert-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/select-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-mysql-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-mysql-Linux_2.2.1_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-mysql_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-pg-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/Attic/wisconsin-pg_fast-Linux_2.2.10_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/ATIS-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/connect-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/create-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/insert-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/select-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-pg-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      support-files/Attic/my-example.cnf.sh:
        Updates to 3.23.17
      support-files/Attic/my-huge.cfg.sh:
        Update for 3.23.17
      support-files/Attic/my-large.cfg.sh:
        Update for 3.23.17
      support-files/Attic/my-medium.cfg.sh:
        Update for 3.23.17
      support-files/Attic/my-small.cfg.sh:
        Update for 3.23.17
      sql-bench/limits/pg.cfg:
        Updates to 3.23.17
      support-files/my-small.cnf.sh:
        Updates to 3.23.17
      dbug/dbug.c:
        update 3.23.17 for Monty
      mysys/getopt1.c:
        update 3.23.17 for Monty
      readline/complete.c:
        update 3.23.17 for Monty
      regex/regcomp.c:
        update 3.23.17 for Monty
      regex/regex2.h:
        update 3.23.17 for Monty
      regex/regexec.c:
        update 3.23.17 for Monty
      regex/regexp.c:
        update 3.23.17 for Monty
      sql-bench/Results/ATIS-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/RUN-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/alter-table-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/big-tables-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/connect-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/create-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/insert-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/select-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results/wisconsin-mysql-win98:
        update 3.23.17 for Monty
      sql-bench/Results-linux/ATIS-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      tests/test_delayed_insert.pl:
        update 3.23.17 for Monty
      vio/Vio.h:
        update 3.23.17 for Monty
      vio/VioPipe.h:
        update 3.23.17 for Monty
      vio/violite.h:
        update 3.23.17 for Monty
      sql-bench/limits/access.cfg:
        Update for 3.23.17
      sql-bench/limits/ms-sql.cfg:
        Update for 3.23.17
      sql-bench/limits/oracle.cfg:
        Update for 3.23.17
      BUILD/compile-alpha-ccc:
        Update to 3.23.18
      BUILD/compile-alpha-debug:
        Update to 3.23.18
      BUILD/compile-alpha:
        Update to 3.23.18
      BUILD/compile-pentium-gcov:
        Update to 3.23.18
      BUILD/compile-pentium-myodbc:
        Update to 3.23.18
      BUILD/compile-pentium:
        Update to 3.23.18
      BUILD/compile-solaris-sparc-purify:
        Update to 3.23.18
      BUILD/compile-solaris-sparc:
        Update to 3.23.18
      client/Attic/net.c:
        Update to 3.23.18
      sql-bench/Results/ATIS-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/RUN-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/alter-table-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/big-tables-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/connect-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/create-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/insert-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/select-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results/wisconsin-mysql-Linux_2.2.14_i686_xeon:
        Update to 3.23.18
      sql-bench/Results-linux/RUN-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_fast-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      mysql-test/mybin/mysql-test_install_db:
        Initial checkin of mysql-test subdir.
      mysql-test/mysql-test-run:
        Quick commit before I checkout a new tree.
      Docs/Tutorial-MySQL-final.txt:
        Update for 3.23.19-beta
      Build-tools/Do-rpm:
        Fix of wrong CVS update
      sql-bench/Results/ATIS-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/RUN-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/alter-table-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/big-tables-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/connect-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/create-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/insert-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/select-mysql-NT_4.0:
        Fix of wrong CVS update
      sql-bench/Results/wisconsin-mysql-NT_4.0:
        Fix of wrong CVS update
      acconfig.h:
        Change of copyright to GPL/LGPL
      client/.cvsignore:
        Change of copyright to GPL/LGPL
      client/completion_hash.h:
        Change of copyright to GPL/LGPL
      client/connect_test.c:
        Change of copyright to GPL/LGPL
      client/errmsg.c:
        Change of copyright to GPL/LGPL
      client/insert_test.c:
        Change of copyright to GPL/LGPL
      client/list_test.c:
        Change of copyright to GPL/LGPL
      client/my_readline.h:
        Change of copyright to GPL/LGPL
      client/password.c:
        Change of copyright to GPL/LGPL
      client/readline.cc:
        Change of copyright to GPL/LGPL
      client/select_test.c:
        Change of copyright to GPL/LGPL
      client/showdb_test.c:
        Change of copyright to GPL/LGPL
      client/sql_string.cc:
        Change of copyright to GPL/LGPL
      client/sql_string.h:
        Change of copyright to GPL/LGPL
      client/ssl_test.c:
        Change of copyright to GPL/LGPL
      client/thread_test.c:
        Change of copyright to GPL/LGPL
      client/violite.c:
        Change of copyright to GPL/LGPL
      dbug/Makefile.am:
        Change of copyright to GPL/LGPL
      extra/comp_err.c:
        Change of copyright to GPL/LGPL
      extra/perror.c:
        Change of copyright to GPL/LGPL
      extra/replace.c:
        Change of copyright to GPL/LGPL
      extra/resolveip.c:
        Change of copyright to GPL/LGPL
      heap/Makefile.am:
        Change of copyright to GPL/LGPL
      heap/_check.c:
        Change of copyright to GPL/LGPL
      heap/_rectest.c:
        Change of copyright to GPL/LGPL
      heap/heapdef.h:
        Change of copyright to GPL/LGPL
      heap/hp_block.c:
        Change of copyright to GPL/LGPL
      heap/hp_clear.c:
        Change of copyright to GPL/LGPL
      heap/hp_close.c:
        Change of copyright to GPL/LGPL
      heap/hp_create.c:
        Change of copyright to GPL/LGPL
      heap/hp_delete.c:
        Change of copyright to GPL/LGPL
      heap/hp_extra.c:
        Change of copyright to GPL/LGPL
      heap/hp_hash.c:
        Change of copyright to GPL/LGPL
      heap/hp_info.c:
        Change of copyright to GPL/LGPL
      heap/hp_open.c:
        Change of copyright to GPL/LGPL
      heap/hp_panic.c:
        Change of copyright to GPL/LGPL
      heap/hp_rename.c:
        Change of copyright to GPL/LGPL
      heap/hp_rfirst.c:
        Change of copyright to GPL/LGPL
      heap/hp_rlast.c:
        Change of copyright to GPL/LGPL
      heap/hp_rnext.c:
        Change of copyright to GPL/LGPL
      heap/hp_rprev.c:
        Change of copyright to GPL/LGPL
      heap/hp_rrnd.c:
        Change of copyright to GPL/LGPL
      heap/hp_rsame.c:
        Change of copyright to GPL/LGPL
      heap/hp_scan.c:
        Change of copyright to GPL/LGPL
      heap/hp_static.c:
        Change of copyright to GPL/LGPL
      heap/hp_test1.c:
        Change of copyright to GPL/LGPL
      heap/hp_test2.c:
        Change of copyright to GPL/LGPL
      heap/hp_update.c:
        Change of copyright to GPL/LGPL
      heap/hp_write.c:
        Change of copyright to GPL/LGPL
      include/dbug.h:
        Change of copyright to GPL/LGPL
      include/hash.h:
        Change of copyright to GPL/LGPL
      include/heap.h:
        Change of copyright to GPL/LGPL
      include/m_ctype.h:
        Change of copyright to GPL/LGPL
      include/m_string.h:
        Change of copyright to GPL/LGPL
      include/merge.h:
        Change of copyright to GPL/LGPL
      include/my_alarm.h:
        Change of copyright to GPL/LGPL
      include/my_dir.h:
        Change of copyright to GPL/LGPL
      include/my_list.h:
        Change of copyright to GPL/LGPL
      include/my_net.h:
        Change of copyright to GPL/LGPL
      include/my_no_pthread.h:
        Change of copyright to GPL/LGPL
      include/my_nosys.h:
        Change of copyright to GPL/LGPL
      include/my_pthread.h:
        Change of copyright to GPL/LGPL
      include/my_sys.h:
        Change of copyright to GPL/LGPL
      include/my_tree.h:
        Change of copyright to GPL/LGPL
      include/myisammrg.h:
        Change of copyright to GPL/LGPL
      include/myisampack.h:
        Change of copyright to GPL/LGPL
      include/mysys_err.h:
        Change of copyright to GPL/LGPL
      include/nisam.h:
        Change of copyright to GPL/LGPL
      include/queues.h:
        Change of copyright to GPL/LGPL
      include/raid.h:
        Change of copyright to GPL/LGPL
      include/sslopt-case.h:
        Change of copyright to GPL/LGPL
      include/sslopt-longopts.h:
        Change of copyright to GPL/LGPL
      include/sslopt-usage.h:
        Change of copyright to GPL/LGPL
      include/sslopt-vars.h:
        Change of copyright to GPL/LGPL
      include/thr_alarm.h:
        Change of copyright to GPL/LGPL
      include/thr_lock.h:
        Change of copyright to GPL/LGPL
      include/violite.h:
        Change of copyright to GPL/LGPL
      isam/Makefile.am:
        Change of copyright to GPL/LGPL
      isam/_cache.c:
        Change of copyright to GPL/LGPL
      isam/_dynrec.c:
        Change of copyright to GPL/LGPL
      isam/_key.c:
        Change of copyright to GPL/LGPL
      isam/_locking.c:
        Change of copyright to GPL/LGPL
      isam/_packrec.c:
        Change of copyright to GPL/LGPL
      isam/_page.c:
        Change of copyright to GPL/LGPL
      isam/_search.c:
        Change of copyright to GPL/LGPL
      isam/_statrec.c:
        Change of copyright to GPL/LGPL
      isam/changed.c:
        Change of copyright to GPL/LGPL
      isam/close.c:
        Change of copyright to GPL/LGPL
      isam/create.c:
        Change of copyright to GPL/LGPL
      isam/delete.c:
        Change of copyright to GPL/LGPL
      isam/extra.c:
        Change of copyright to GPL/LGPL
      isam/isamchk.c:
        Change of copyright to GPL/LGPL
      isam/isamlog.c:
        Change of copyright to GPL/LGPL
      isam/log.c:
        Change of copyright to GPL/LGPL
      isam/open.c:
        Change of copyright to GPL/LGPL
      isam/pack_isam.c:
        Change of copyright to GPL/LGPL
      isam/panic.c:
        Change of copyright to GPL/LGPL
      isam/range.c:
        Change of copyright to GPL/LGPL
      isam/rfirst.c:
        Change of copyright to GPL/LGPL
      isam/rkey.c:
        Change of copyright to GPL/LGPL
      isam/rlast.c:
        Change of copyright to GPL/LGPL
      isam/rnext.c:
        Change of copyright to GPL/LGPL
      isam/rprev.c:
        Change of copyright to GPL/LGPL
      isam/rrnd.c:
        Change of copyright to GPL/LGPL
      isam/rsame.c:
        Change of copyright to GPL/LGPL
      isam/rsamepos.c:
        Change of copyright to GPL/LGPL
      isam/sort.c:
        Change of copyright to GPL/LGPL
      isam/static.c:
        Change of copyright to GPL/LGPL
      isam/test1.c:
        Change of copyright to GPL/LGPL
      isam/test3.c:
        Change of copyright to GPL/LGPL
      libmysql/Makefile.am:
        Change of copyright to GPL/LGPL
      libmysql/conf_to_src.c:
        Change of copyright to GPL/LGPL
      libmysql/dll.c:
        Change of copyright to GPL/LGPL
      libmysql/get_password.c:
        Change of copyright to GPL/LGPL
      libmysql/password.c:
        Change of copyright to GPL/LGPL
      libmysql/violite.c:
        Change of copyright to GPL/LGPL
      man/Makefile.am:
        Change of copyright to GPL/LGPL
      merge/Makefile.am:
        Change of copyright to GPL/LGPL
      merge/_locking.c:
        Change of copyright to GPL/LGPL
      merge/close.c:
        Change of copyright to GPL/LGPL
      merge/create.c:
        Change of copyright to GPL/LGPL
      merge/delete.c:
        Change of copyright to GPL/LGPL
      merge/extra.c:
        Change of copyright to GPL/LGPL
      merge/info.c:
        Change of copyright to GPL/LGPL
      merge/mrgdef.h:
        Change of copyright to GPL/LGPL
      merge/open.c:
        Change of copyright to GPL/LGPL
      merge/panic.c:
        Change of copyright to GPL/LGPL
      merge/rrnd.c:
        Change of copyright to GPL/LGPL
      merge/rsame.c:
        Change of copyright to GPL/LGPL
      merge/static.c:
        Change of copyright to GPL/LGPL
      merge/update.c:
        Change of copyright to GPL/LGPL
      myisam/ft_eval.c:
        Change of copyright to GPL/LGPL
      myisam/ft_eval.h:
        Change of copyright to GPL/LGPL
      myisam/ft_parser.c:
        Change of copyright to GPL/LGPL
      myisam/ft_static.c:
        Change of copyright to GPL/LGPL
      myisam/ft_stem.c:
        Change of copyright to GPL/LGPL
      myisam/ft_stopwords.c:
        Change of copyright to GPL/LGPL
      myisam/ft_test1.c:
        Change of copyright to GPL/LGPL
      myisam/ft_test1.h:
        Change of copyright to GPL/LGPL
      myisam/ftdefs.h:
        Change of copyright to GPL/LGPL
      myisam/fulltext.h:
        Change of copyright to GPL/LGPL
      myisam/mi_cache.c:
        Change of copyright to GPL/LGPL
      myisam/mi_changed.c:
        Change of copyright to GPL/LGPL
      myisam/mi_checksum.c:
        Change of copyright to GPL/LGPL
      myisam/mi_dbug.c:
        Change of copyright to GPL/LGPL
      myisam/mi_delete_all.c:
        Change of copyright to GPL/LGPL
      myisam/mi_delete_table.c:
        Change of copyright to GPL/LGPL
      myisam/mi_dynrec.c:
        Change of copyright to GPL/LGPL
      myisam/mi_info.c:
        Change of copyright to GPL/LGPL
      myisam/mi_key.c:
        Change of copyright to GPL/LGPL
      myisam/mi_packrec.c:
        Change of copyright to GPL/LGPL
      myisam/mi_page.c:
        Change of copyright to GPL/LGPL
      myisam/mi_range.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rename.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rfirst.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rkey.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rlast.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rnext.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rprev.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rrnd.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rsame.c:
        Change of copyright to GPL/LGPL
      myisam/mi_rsamepos.c:
        Change of copyright to GPL/LGPL
      myisam/mi_scan.c:
        Change of copyright to GPL/LGPL
      myisam/mi_static.c:
        Change of copyright to GPL/LGPL
      myisam/mi_statrec.c:
        Change of copyright to GPL/LGPL
      myisam/mi_test1.c:
        Change of copyright to GPL/LGPL
      myisam/mi_test2.c:
        Change of copyright to GPL/LGPL
      myisam/mi_test3.c:
        Change of copyright to GPL/LGPL
      myisam/mi_unique.c:
        Change of copyright to GPL/LGPL
      myisam/myisamlog.c:
        Change of copyright to GPL/LGPL
      myisam/sort.c:
        Change of copyright to GPL/LGPL
      myisammrg/Makefile.am:
        Change of copyright to GPL/LGPL
      myisammrg/mymrgdef.h:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_close.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_create.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_delete.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_extra.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_info.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_locking.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_open.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_panic.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_rrnd.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_rsame.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_static.c:
        Change of copyright to GPL/LGPL
      myisammrg/myrg_update.c:
        Change of copyright to GPL/LGPL
      mysys/Makefile.am:
        Change of copyright to GPL/LGPL
      mysys/array.c:
        Change of copyright to GPL/LGPL
      mysys/charset.c:
        Change of copyright to GPL/LGPL
      mysys/checksum.c:
        Change of copyright to GPL/LGPL
      mysys/default.c:
        Change of copyright to GPL/LGPL
      mysys/errors.c:
        Change of copyright to GPL/LGPL
      mysys/getvar.c:
        Change of copyright to GPL/LGPL
      mysys/hash.c:
        Change of copyright to GPL/LGPL
      mysys/list.c:
        Change of copyright to GPL/LGPL
      mysys/make-conf.c:
        Change of copyright to GPL/LGPL
      mysys/mf_brkhant.c:
        Change of copyright to GPL/LGPL
      mysys/mf_cache.c:
        Change of copyright to GPL/LGPL
      mysys/mf_casecnv.c:
        Change of copyright to GPL/LGPL
      mysys/mf_dirname.c:
        Change of copyright to GPL/LGPL
      mysys/mf_fn_ext.c:
        Change of copyright to GPL/LGPL
      mysys/mf_format.c:
        Change of copyright to GPL/LGPL
      mysys/mf_getdate.c:
        Change of copyright to GPL/LGPL
      mysys/mf_iocache.c:
        Change of copyright to GPL/LGPL
      mysys/mf_keycache.c:
        Change of copyright to GPL/LGPL
      mysys/mf_loadpath.c:
        Change of copyright to GPL/LGPL
      mysys/mf_pack2.c:
        Change of copyright to GPL/LGPL
      mysys/mf_path.c:
        Change of copyright to GPL/LGPL
      mysys/mf_qsort.c:
        Change of copyright to GPL/LGPL
      mysys/mf_qsort2.c:
        Change of copyright to GPL/LGPL
      mysys/mf_radix.c:
        Change of copyright to GPL/LGPL
      mysys/mf_reccache.c:
        ***MISSING WEAVE***
      mysys/mf_same.c:
        Change of copyright to GPL/LGPL
      mysys/mf_sleep.c:
        Change of copyright to GPL/LGPL
      mysys/mf_sort.c:
        Change of copyright to GPL/LGPL
      mysys/mf_soundex.c:
        Change of copyright to GPL/LGPL
      mysys/mf_stripp.c:
        Change of copyright to GPL/LGPL
      mysys/mf_unixpath.c:
        Change of copyright to GPL/LGPL
      mysys/mf_util.c:
        Change of copyright to GPL/LGPL
      mysys/mf_wcomp.c:
        Change of copyright to GPL/LGPL
      mysys/mf_wfile.c:
        Change of copyright to GPL/LGPL
      mysys/mulalloc.c:
        Change of copyright to GPL/LGPL
      mysys/my_alarm.c:
        Change of copyright to GPL/LGPL
      mysys/my_alloc.c:
        Change of copyright to GPL/LGPL
      mysys/my_append.c:
        Change of copyright to GPL/LGPL
      mysys/my_chsize.c:
        Change of copyright to GPL/LGPL
      mysys/my_clock.c:
        Change of copyright to GPL/LGPL
      mysys/my_compress.c:
        Change of copyright to GPL/LGPL
      mysys/my_copy.c:
        Change of copyright to GPL/LGPL
      mysys/my_create.c:
        Change of copyright to GPL/LGPL
      mysys/my_delete.c:
        Change of copyright to GPL/LGPL
      mysys/my_div.c:
        Change of copyright to GPL/LGPL
      mysys/my_error.c:
        Change of copyright to GPL/LGPL
      mysys/my_fopen.c:
        Change of copyright to GPL/LGPL
      mysys/my_fstream.c:
        Change of copyright to GPL/LGPL
      mysys/my_getwd.c:
        Change of copyright to GPL/LGPL
      mysys/my_init.c:
        Change of copyright to GPL/LGPL
      mysys/my_lib.c:
        Change of copyright to GPL/LGPL
      mysys/my_lock.c:
        Change of copyright to GPL/LGPL
      mysys/my_lockmem.c:
        Change of copyright to GPL/LGPL
      mysys/my_lread.c:
        Change of copyright to GPL/LGPL
      mysys/my_lwrite.c:
        Change of copyright to GPL/LGPL
      mysys/my_malloc.c:
        Change of copyright to GPL/LGPL
      mysys/my_messnc.c:
        Change of copyright to GPL/LGPL
      mysys/my_mkdir.c:
        Change of copyright to GPL/LGPL
      mysys/my_net.c:
        Change of copyright to GPL/LGPL
      mysys/my_once.c:
        Change of copyright to GPL/LGPL
      mysys/my_open.c:
        Change of copyright to GPL/LGPL
      mysys/my_pread.c:
        Change of copyright to GPL/LGPL
      mysys/my_pthread.c:
        Change of copyright to GPL/LGPL
      mysys/my_quick.c:
        Change of copyright to GPL/LGPL
      mysys/my_read.c:
        Change of copyright to GPL/LGPL
      mysys/my_realloc.c:
        Change of copyright to GPL/LGPL
      mysys/my_redel.c:
        Change of copyright to GPL/LGPL
      mysys/my_rename.c:
        Change of copyright to GPL/LGPL
      mysys/my_seek.c:
        Change of copyright to GPL/LGPL
      mysys/my_static.c:
        Change of copyright to GPL/LGPL
      mysys/my_static.h:
        Change of copyright to GPL/LGPL
      mysys/my_tempnam.c:
        Change of copyright to GPL/LGPL
      mysys/my_vsnprintf.c:
        Change of copyright to GPL/LGPL
      mysys/my_wincond.c:
        Change of copyright to GPL/LGPL
      mysys/my_winthread.c:
        Change of copyright to GPL/LGPL
      mysys/my_write.c:
        Change of copyright to GPL/LGPL
      mysys/mysys_priv.h:
        Change of copyright to GPL/LGPL
      mysys/ptr_cmp.c:
        Change of copyright to GPL/LGPL
      mysys/queues.c:
        Change of copyright to GPL/LGPL
      mysys/raid.cc:
        Change of copyright to GPL/LGPL
      mysys/safemalloc.c:
        Change of copyright to GPL/LGPL
      mysys/string.c:
        Change of copyright to GPL/LGPL
      mysys/test_charset.c:
        Change of copyright to GPL/LGPL
      mysys/test_dir.c:
        Change of copyright to GPL/LGPL
      mysys/test_fn.c:
        Change of copyright to GPL/LGPL
      mysys/test_vsnprintf.c:
        Change of copyright to GPL/LGPL
      mysys/testhash.c:
        Change of copyright to GPL/LGPL
      mysys/thr_alarm.c:
        Change of copyright to GPL/LGPL
      mysys/thr_lock.c:
        Change of copyright to GPL/LGPL
      mysys/thr_mutex.c:
        Change of copyright to GPL/LGPL
      mysys/thr_rwlock.c:
        Change of copyright to GPL/LGPL
      mysys/tree.c:
        Change of copyright to GPL/LGPL
      mysys/typelib.c:
        Change of copyright to GPL/LGPL
      regex/Makefile.am:
        Change of copyright to GPL/LGPL
      sql/cache_manager.cc:
        Change of copyright to GPL/LGPL
      sql/cache_manager.h:
        Change of copyright to GPL/LGPL
      sql/convert.cc:
        Change of copyright to GPL/LGPL
      sql/custom_conf.h:
        Change of copyright to GPL/LGPL
      sql/derror.cc:
        Change of copyright to GPL/LGPL
      sql/field_conv.cc:
        Change of copyright to GPL/LGPL
      sql/frm_crypt.cc:
        Change of copyright to GPL/LGPL
      sql/ha_heap.cc:
        Change of copyright to GPL/LGPL
      sql/ha_heap.h:
        Change of copyright to GPL/LGPL
      sql/ha_isam.cc:
        Change of copyright to GPL/LGPL
      sql/ha_isammrg.cc:
        Change of copyright to GPL/LGPL
      sql/hash_filo.cc:
        Change of copyright to GPL/LGPL
      sql/hash_filo.h:
        Change of copyright to GPL/LGPL
      sql/hostname.cc:
        Change of copyright to GPL/LGPL
      sql/init.cc:
        Change of copyright to GPL/LGPL
      sql/item_buff.cc:
        Change of copyright to GPL/LGPL
      sql/item_cmpfunc.h:
        Change of copyright to GPL/LGPL
      sql/item_create.cc:
        Change of copyright to GPL/LGPL
      sql/item_create.h:
        Change of copyright to GPL/LGPL
      sql/item_strfunc.cc:
        Change of copyright to GPL/LGPL
      sql/item_strfunc.h:
        Change of copyright to GPL/LGPL
      sql/item_sum.cc:
        Change of copyright to GPL/LGPL
      sql/item_sum.h:
        Change of copyright to GPL/LGPL
      sql/item_uniq.cc:
        Change of copyright to GPL/LGPL
      sql/item_uniq.h:
        Change of copyright to GPL/LGPL
      sql/key.cc:
        Change of copyright to GPL/LGPL
      sql/lex_symbol.h:
        Change of copyright to GPL/LGPL
      sql/lock.cc:
        Change of copyright to GPL/LGPL
      sql/matherr.c:
        Change of copyright to GPL/LGPL
      sql/mf_iocache.cc:
        Change of copyright to GPL/LGPL
      sql/mini_client.h:
        Change of copyright to GPL/LGPL
      sql/my_lock.c:
        Change of copyright to GPL/LGPL
      sql/opt_sum.cc:
        Change of copyright to GPL/LGPL
      sql/password.c:
        Change of copyright to GPL/LGPL
      sql/procedure.cc:
        Change of copyright to GPL/LGPL
      sql/procedure.h:
        Change of copyright to GPL/LGPL
      sql/sql_acl.h:
        Change of copyright to GPL/LGPL
      sql/sql_analyse.cc:
        Change of copyright to GPL/LGPL
      sql/sql_cache.cc:
        Change of copyright to GPL/LGPL
      sql/sql_crypt.cc:
        Change of copyright to GPL/LGPL
      sql/sql_crypt.h:
        Change of copyright to GPL/LGPL
      sql/sql_list.cc:
        Change of copyright to GPL/LGPL
      sql/sql_list.h:
        Change of copyright to GPL/LGPL
      sql/sql_map.cc:
        Change of copyright to GPL/LGPL
      sql/sql_map.h:
        Change of copyright to GPL/LGPL
      sql/sql_string.h:
        Change of copyright to GPL/LGPL
      sql/sql_test.cc:
        Change of copyright to GPL/LGPL
      sql/sql_udf.cc:
        Change of copyright to GPL/LGPL
      sql/sql_udf.h:
        Change of copyright to GPL/LGPL
      sql/thr_malloc.cc:
        Change of copyright to GPL/LGPL
      sql/udf_example.cc:
        Change of copyright to GPL/LGPL
      sql/unireg.cc:
        Change of copyright to GPL/LGPL
      sql/unireg.h:
        Change of copyright to GPL/LGPL
      sql/violite.c:
        Change of copyright to GPL/LGPL
      sql-bench/Makefile.am:
        Change of copyright to GPL/LGPL
      sql-bench/bench-init.pl.sh:
        Change of copyright to GPL/LGPL
      sql-bench/copy-db.sh:
        Change of copyright to GPL/LGPL
      sql-bench/run-all-tests.sh:
        Change of copyright to GPL/LGPL
      sql-bench/server-cfg.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-ATIS.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-alter-table.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-big-tables.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-connect.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-create.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-insert.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-select.sh:
        Change of copyright to GPL/LGPL
      sql-bench/test-wisconsin.sh:
        Change of copyright to GPL/LGPL
      sql-bench/Results/ATIS-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/ATIS-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/ATIS-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/ATIS-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/RUN-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/alter-table-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/big-tables-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/connect-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/connect-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/connect-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/connect-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/create-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/create-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/create-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/create-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/insert-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/insert-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/insert-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/select-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/select-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/select-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-mysql-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-mysql_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-pg_fast-Linux_2.2.14_5.0_i686-cmp-mysql,pg:
        ***MISSING WEAVE***
      strings/Makefile.am:
        Change of copyright to GPL/LGPL
      strings/README:
        Change of copyright to GPL/LGPL
      strings/atof.c:
        Change of copyright to GPL/LGPL
      strings/bchange.c:
        Change of copyright to GPL/LGPL
      strings/bcmp.c:
        Change of copyright to GPL/LGPL
      strings/bcopy-duff.c:
        Change of copyright to GPL/LGPL
      strings/bmove512.c:
        Change of copyright to GPL/LGPL
      strings/bmove_upp-sparc.s:
        Change of copyright to GPL/LGPL
      strings/bmove_upp.c:
        Change of copyright to GPL/LGPL
      strings/conf_to_src.c:
        Change of copyright to GPL/LGPL
      strings/ctype-big5.c:
        Change of copyright to GPL/LGPL
      strings/ctype-euc_kr.c:
        Change of copyright to GPL/LGPL
      strings/ctype-gb2312.c:
        Change of copyright to GPL/LGPL
      strings/ctype-sjis.c:
        Change of copyright to GPL/LGPL
      strings/ctype.c:
        Change of copyright to GPL/LGPL
      strings/do_ctype.c:
        Change of copyright to GPL/LGPL
      strings/int2str.c:
        Change of copyright to GPL/LGPL
      strings/is_prefix.c:
        Change of copyright to GPL/LGPL
      strings/llstr.c:
        Change of copyright to GPL/LGPL
      strings/longlong2str-x86.s:
        Change of copyright to GPL/LGPL
      strings/longlong2str.c:
        Change of copyright to GPL/LGPL
      strings/macros.asm:
        Change of copyright to GPL/LGPL
      strings/memcmp.c:
        Change of copyright to GPL/LGPL
      strings/memcpy.c:
        Change of copyright to GPL/LGPL
      strings/ptr_cmp.asm:
        Change of copyright to GPL/LGPL
      strings/str2int.c:
        Change of copyright to GPL/LGPL
      strings/str_test.c:
        Change of copyright to GPL/LGPL
      strings/strappend-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strappend.c:
        Change of copyright to GPL/LGPL
      strings/strcend.c:
        Change of copyright to GPL/LGPL
      strings/strcont.c:
        Change of copyright to GPL/LGPL
      strings/strend-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strfill.c:
        Change of copyright to GPL/LGPL
      strings/strings-x86.s:
        Change of copyright to GPL/LGPL
      strings/strings.asm:
        Change of copyright to GPL/LGPL
      strings/strinstr-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strinstr.c:
        Change of copyright to GPL/LGPL
      strings/strmake-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strmake.c:
        Change of copyright to GPL/LGPL
      strings/strmov-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strmov.c:
        Change of copyright to GPL/LGPL
      strings/strnmov-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strnmov.c:
        Change of copyright to GPL/LGPL
      strings/strstr-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strto.c:
        Change of copyright to GPL/LGPL
      strings/strtol.c:
        Change of copyright to GPL/LGPL
      strings/strtoll.c:
        Change of copyright to GPL/LGPL
      strings/strtoul.c:
        Change of copyright to GPL/LGPL
      strings/strtoull.c:
        Change of copyright to GPL/LGPL
      strings/strxmov-sparc.s:
        Change of copyright to GPL/LGPL
      strings/strxmov.asm:
        Change of copyright to GPL/LGPL
      strings/udiv.c:
        Change of copyright to GPL/LGPL
      support-files/Makefile.am:
        Change of copyright to GPL/LGPL
      tests/Makefile.am:
        Change of copyright to GPL/LGPL
      vio/Makefile.am:
        Change of copyright to GPL/LGPL
      isam/.cvsignore:
        Updates for 3.23.19
      myisam/.cvsignore:
        Updates for 3.23.19
      sql-bench/Results/insert-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/select-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql-bench/Results/wisconsin-pg_fast-Linux_2.2.14_5.0_i686:
        ***MISSING WEAVE***
      sql/sql_analyse.h:
        Fix bug when memory wasn't freed
      sql/mysqlbinlog.cc:
        Small fixes
      sql/share/romanian/errmsg.txt:
        ***MISSING WEAVE***
      include/mysql_com.h:
        Replication update/LOAD TABLE FROM MASTER + other fixes
      client/mysql-test.c:
        ***MISSING WEAVE***
      myisam/Attic/ft_global.h:
        This file is now in include/
      extra/Attic/print_defaults.c:
        Updates for text search + ORDER BY
      extra/Makefile.am:
        Updates for text search + ORDER BY
      extra/my_print_defaults.c:
        Updates for text search + ORDER BY
      include/mysqld_error.h:
        Updates for text search + ORDER BY
      sql/item_cmpfunc.cc:
        Updates for text search + ORDER BY
      sql/opt_range.h:
        Updates for text search + ORDER BY
      sql/sql_lex.cc:
        Updates for text search + ORDER BY
      sql-bench/crash-me.sh:
        Updates for text search + ORDER BY
      sql-bench/limits/mysql.cfg:
        Updates for text search + ORDER BY
      sql/share/czech/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/czech/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/danish/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/danish/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/dutch/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/dutch/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/english/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/english/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/estonia/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/estonia/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/french/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/french/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/german/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/german/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/greek/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/greek/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/hungarian/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/hungarian/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/japanese/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/japanese/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/korean/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/korean/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/norwegian/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/norwegian-ny/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/polish/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/polish/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/portuguese/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/portuguese/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/romania/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/romania/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/russian/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/russian/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/slovak/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/slovak/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/spanish/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/spanish/errmsg.txt:
        Updates for text search + ORDER BY
      sql/share/swedish/errmsg.OLD:
        Updates for text search + ORDER BY
      sql/share/swedish/errmsg.sys:
        Updates for text search + ORDER BY
      sql/share/swedish/errmsg.txt:
        Updates for text search + ORDER BY
      support-files/mysql.server-sys5.sh:
        Updates for text search + ORDER BY
      extra/.cvsignore:
        Fix for update + BDB tables
      isam/_dbug.c:
        Fix for update + BDB tables
      myisam/mi_delete.c:
        Fix for update + BDB tables
      myisam/mi_rnext_same.c:
        Fix for update + BDB tables
      myisam/mi_search.c:
        Fix for update + BDB tables
      sql/table.cc:
        Fix of core dump bugs
      myisam/Makefile.am:
        Aded missing file
      sql/ha_berkeley.h:
        Fix DELETE FROM table_name problem
      Build-tools/Do-all-build-steps:
        Update to final 3.23.20
      Build-tools/mysql-copyright-2:
        Update to final 3.23.20
      Build-tools/mysql-copyright:
        Update to final 3.23.20
      Docs/.cvsignore:
        Update to final 3.23.20
      scripts/make_binary_distribution.sh:
        Update to final 3.23.20
      Docs/internals.texi:
        Fix of licenses issues.
      sql/ha_isam.h:
        Added patch by Sergei for MATCH + some bug fixes.
      sql/ha_isammrg.h:
        Added patch by Sergei for MATCH + some bug fixes.
      sql/ha_myisammrg.h:
        Added patch by Sergei for MATCH + some bug fixes.
      myisam/ft_search.c:
        Fix of portability bug
      include/ft_global.h:
        Fix of portability bug
      sql/log_event.cc:
        One more safety fix
      sql/log_event.h:
        One more safety fix
      isam/test2.c:
        Update to 3.23.21
      isam/update.c:
        Update to 3.23.21
      myisam/ChangeLog:
        Update to 3.23.21
      myisam/mi_test_all.sh:
        Update to 3.23.21
      myisam/mi_update.c:
        Update to 3.23.21
      myisam/mi_write.c:
        Update to 3.23.21
      scripts/.cvsignore:
        Update to 3.23.21
      scripts/mysql_config.sh:
        Update to 3.23.21
      sql/filesort.cc:
        Update to 3.23.21
      Docs/Support/texi2html:
        removed NOSAVE attrib from TABLE tags, non-standard HTML.
      include/Attic/config-win32.h:
        Made update log ASCII 0 safe
      myisam/mi_test_all:
        ***MISSING WEAVE***
      sql/sql_acl.cc:
        Made update log ASCII 0 safe
      sql/sql_db.cc:
        Made update log ASCII 0 safe
      sql/sql_delete.cc:
        Made update log ASCII 0 safe
      sql/sql_insert.cc:
        Made update log ASCII 0 safe
      sql/sql_load.cc:
        Made update log ASCII 0 safe
      sql/sql_select.h:
        Made update log ASCII 0 safe
      sql/sql_update.cc:
        Made update log ASCII 0 safe
      sql/table.h:
        Made update log ASCII 0 safe
      strings/ctype-czech.c:
        Made update log ASCII 0 safe
      support-files/maxsql.spec.sh:
        Made update log ASCII 0 safe
      client/mysqlimport.c:
        Update to 3.23.21
      client/mysqlshow.c:
        Update to 3.23.21
      include/mysql.h:
        Added mysql_character_set_name()
      mit-pthreads/net/gethostname.c:
        Added mysql_character_set_name()
      scripts/Makefile.am:
        Added mysql_character_set_name()
      client/Makefile.am:
        portability fixes
      scripts/mysql_install_db.sh:
        portability fixes
      support-files/mysql.spec.sh:
        Added mysql_config
      config.h.in:
        ***MISSING WEAVE***
      client/mysqldump.c:
        Small fixes
      heap/hp_rkey.c:
        Small fixes
      sql-bench/compare-results.sh:
        Small fixes
      tests/mail_to_db.pl:
        Small fixes
      acinclude.m4:
        Configure updates for 3.23.22
      BUILD/compile-pentium-debug:
        Configure updates for 3.23.22
      Docs/Makefile.am:
        Configure updates for 3.23.22
      client/get_password.c:
        Configure updates for 3.23.22
      client/mysqladmin.c:
        Configure updates for 3.23.22
      include/Makefile.am:
        Configure updates for 3.23.22
      include/my_global.h:
        ***MISSING WEAVE***
      isam/info.c:
        Configure updates for 3.23.22
      isam/isamdef.h:
        Configure updates for 3.23.22
      isam/write.c:
        Configure updates for 3.23.22
      sql/records.cc:
        Configure updates for 3.23.22
      sql-bench/print-limit-table:
        Configure updates for 3.23.22
      sql-bench/limits/mysql-3.23.cfg:
        Configure updates for 3.23.22
      support-files/my-huge.cnf.sh:
        Configure updates for 3.23.22
      support-files/my-large.cnf.sh:
        Configure updates for 3.23.22
      support-files/my-medium.cnf.sh:
        Configure updates for 3.23.22
      myisam/ft_update.c:
        This is to make ft-code to ignore keyseg.length at all
        and to index the whole VARCHAR/BLOB instead...
      Makefile.am:
        Fixed gen_lex_hash recursion
      myisam/myisampack.c:
        Fixes for 3.23.22
      sql/ChangeLog:
        Fixes for 3.23.22
      sql/nt_servc.cc:
        Fixes for 3.23.22
      sql/sql_class.cc:
        Fixes for 3.23.22
      include/my_base.h:
        Fix for BDB and MERGE tables
      sql/ha_myisammrg.cc:
        Fix for BDB and MERGE tables
      Docs/LICENSE:
        Update for 3.23.22
      config.sub:
        Update for ia64
      Build-tools/Do-compile-all:
        ***MISSING WEAVE***
      scripts/safe_mysqld.sh:
        Small bug fixes for 3.23.22
      support-files/.cvsignore:
        Small bug fixes for 3.23.22
      scripts/mysql_find_rows.sh:
        Critical bug fixes
      sql/sql_class.h:
        SHOW SLAVE STATUS, change in SHOW MASTER STATUS
      repl-tests/include/master-slave.inc:
        Replication test cases
      repl-tests/test-dump/run.test:
        Replication test cases
      repl-tests/test-dump/table-dump-check.master:
        Replication test cases
      repl-tests/test-dump/table-dump-select.master:
        Replication test cases
      repl-tests/test-repl-ts/repl-timestamp.master:
        Replication test cases
      repl-tests/test-repl-ts/run.test:
        Replication test cases
      repl-tests/test-repl/foo-dump-master.master:
        Replication test cases
      repl-tests/test-repl/foo-dump-slave.master:
        Replication test cases
      repl-tests/test-repl/run.test:
        Replication test cases
      repl-tests/test-repl/sum-wlen-master.master:
        Replication test cases
      repl-tests/test-repl/sum-wlen-slave.master:
        Replication test cases
      Images/.cvsignore:
        Update of div reported bugs
      include/config-win.h:
        Update of div reported bugs
      mysys/mf_pack.c:
        Update of div reported bugs
      sql/field.cc:
        Update of div reported bugs
      sql/field.h:
        Update of div reported bugs
      sql/ha_myisam.h:
        Update of div reported bugs
      sql/handler.h:
        Update of div reported bugs
      sql/item.cc:
        Update of div reported bugs
      sql/item_func.h:
        Update of div reported bugs
      sql/item_timefunc.cc:
        Update of div reported bugs
      sql/item_timefunc.h:
        Update of div reported bugs
      sql/sql_string.cc:
        Update of div reported bugs
      sql/sql_table.cc:
        Update of div reported bugs
      sql/structs.h:
        Update of div reported bugs
      sql/time.cc:
        Update of div reported bugs
      strings/ctype-gbk.c:
        Update of div reported bugs
      strings/ctype-tis620.c:
        Update of div reported bugs
      strings/r_strinstr.c:
        Update of div reported bugs
      strings/strnlen.c:
        Update of div reported bugs
      support-files/mysql.server.sh:
        Update of div reported bugs
      myisam/mi_locking.c:
        Small bug fixes
      myisam/myisamdef.h:
        Small bug fixes
      mysys/my_thr_init.c:
        Small bug fixes
      myisam/mi_close.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/mi_create.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/mi_extra.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/mi_log.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/mi_open.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/mi_panic.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      myisam/myisamchk.c:
        Changed mutex THR_lock_isam -> THR_lock_myisam
      sql/item_func.cc:
        
        Don't let MySQL use ft-keys in non-ft way
      sql/opt_range.cc:
        
        Don't let MySQL use ft-keys in non-ft way
      sql-bench/Results-linux/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        ***MISSING WEAVE***
      sql/share/italian/errmsg.sys:
        new translated error messages
      sql/share/italian/errmsg.txt:
        new translated error messages
      libmysql/errmsg.c:
        Fix to get 'Too big packet' error + fixes for Ia64
      libmysql/libmysql.c:
        Fix to get 'Too big packet' error + fixes for Ia64
      libmysql/net.c:
        Fix to get 'Too big packet' error + fixes for Ia64
      include/errmsg.h:
        Fix to get 'Too big packet'
      mysql.proj:
        Update for 3.23.22
      client/mysql.cc:
        Fix for rehash on reconnect (By Jeremey)
      readline/rlstdc.h:
        portability fixes
      sql/Makefile.am:
        Hack to force lex_hash.h to be generated
      sql/ha_berkeley.cc:
        Fixes for Berekely DB
      sql/handler.cc:
        Fixes for Berekely DB
      sql/item.h:
        Small fixes for 3.23.22
      sql/net_serv.cc:
        Small fixes for 3.23.22
      client/completion_hash.cc:
        Fixes for Ia64
      sql/mini_client.cc:
        Fixes for Ia64
      sql/sql_select.cc:
        Fixes for Ia64
      .cvsignore:
        Update at work for release
      myisam/mi_check.c:
        Fix bug in ANALYZE TABLE
      sql/ha_myisam.cc:
        Fix bug in ANALYZE TABLE
      include/myisam.h:
        Fix bug in ANALYZE TABLE
      configure.in:
        Fix for AIX 4.3
      Build-tools/Do-compile:
        Fix for local perl libraries
      sql/sql_show.cc:
        Fix for show processlist on SCO
      include/global.h:
        Fix for AIX 4.3
      BUILD/compile-ia64-O0-sgicc:
        Last minute updates for 3.23.22
      BUILD/compile-ia64-O0:
        Last minute updates for 3.23.22
      BUILD/compile-ia64-O2-sgicc:
        Last minute updates for 3.23.22
      BUILD/compile-ia64-O2:
        Last minute updates for 3.23.22
      BUILD/compile-ia64-O6:
        Last minute updates for 3.23.22
      Docs/manual.texi:
        Added paragraph in introduction pointing to SQL and MySQL books, for newbies.
      sql/gen_lex_hash.cc:
        CHANGE MASTER TO and other fixes
      sql/lex.h:
        CHANGE MASTER TO and other fixes
      sql/log.cc:
        CHANGE MASTER TO and other fixes
      sql/mysql_priv.h:
        CHANGE MASTER TO and other fixes
      sql/mysqld.cc:
        CHANGE MASTER TO and other fixes
      sql/net_pkg.cc:
        CHANGE MASTER TO and other fixes
      sql/slave.cc:
        CHANGE MASTER TO and other fixes
      sql/sql_base.cc:
        CHANGE MASTER TO and other fixes
      sql/sql_lex.h:
        CHANGE MASTER TO and other fixes
      sql/sql_parse.cc:
        CHANGE MASTER TO and other fixes
      sql/sql_yacc.yy:
        CHANGE MASTER TO and other fixes
      2e94af46