Merge lp:~laurynas-biveinis/percona-server/merge-5.6.15 into lp:percona-server/5.6

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 515
Proposed branch: lp:~laurynas-biveinis/percona-server/merge-5.6.15
Merge into: lp:percona-server/5.6
Diff against target: 42252 lines (+13311/-5921)
1050 files modified
Makefile (+1/-1)
Percona-Server/CMakeLists.txt (+80/-1)
Percona-Server/VERSION (+1/-1)
Percona-Server/client/mysql.cc (+2/-2)
Percona-Server/client/mysql_plugin.c (+1/-1)
Percona-Server/client/mysqldump.c (+1/-1)
Percona-Server/cmake/build_configurations/compiler_options.cmake (+1/-1)
Percona-Server/cmake/build_configurations/feature_set.cmake (+1/-1)
Percona-Server/cmake/os/AIX.cmake (+1/-1)
Percona-Server/cmake/os/Linux.cmake (+5/-2)
Percona-Server/configure.cmake (+4/-0)
Percona-Server/extra/yassl/CMakeLists.txt (+4/-1)
Percona-Server/extra/yassl/taocrypt/CMakeLists.txt (+4/-0)
Percona-Server/include/big_endian.h (+1/-1)
Percona-Server/include/hash.h (+18/-4)
Percona-Server/include/little_endian.h (+1/-1)
Percona-Server/include/my_base.h (+2/-1)
Percona-Server/include/my_check_opt.h (+69/-0)
Percona-Server/include/my_compare.h (+1/-1)
Percona-Server/include/my_default.h (+1/-1)
Percona-Server/include/my_global.h (+1/-1)
Percona-Server/include/my_murmur3.h (+27/-0)
Percona-Server/include/myisam.h (+5/-50)
Percona-Server/include/mysql/innodb_priv.h (+1/-1)
Percona-Server/include/mysql/service_thread_scheduler.h (+1/-1)
Percona-Server/libevent/CMakeLists.txt (+1/-1)
Percona-Server/libmysql/CMakeLists.txt (+2/-0)
Percona-Server/libmysql/authentication_win/CMakeLists.txt (+5/-0)
Percona-Server/libmysql/authentication_win/common.cc (+1/-1)
Percona-Server/libmysql/authentication_win/common.h (+1/-1)
Percona-Server/libmysql/authentication_win/handshake_client.cc (+1/-1)
Percona-Server/libmysql/authentication_win/log_client.cc (+1/-1)
Percona-Server/libmysql/authentication_win/plugin_client.cc (+1/-1)
Percona-Server/libmysql/libmysql.c (+28/-21)
Percona-Server/libmysqld/lib_sql.cc (+3/-3)
Percona-Server/libservices/my_thread_scheduler_service.c (+1/-1)
Percona-Server/libservices/thd_wait_service.c (+1/-1)
Percona-Server/man/comp_err.1 (+14/-36)
Percona-Server/man/innochecksum.1 (+3/-3)
Percona-Server/man/msql2mysql.1 (+3/-3)
Percona-Server/man/my_print_defaults.1 (+14/-35)
Percona-Server/man/myisam_ftdump.1 (+10/-23)
Percona-Server/man/myisamchk.1 (+45/-124)
Percona-Server/man/myisamlog.1 (+3/-3)
Percona-Server/man/myisampack.1 (+15/-39)
Percona-Server/man/mysql-stress-test.pl.1 (+29/-81)
Percona-Server/man/mysql-test-run.pl.1 (+118/-348)
Percona-Server/man/mysql.1 (+94/-275)
Percona-Server/man/mysql.server.1 (+10/-22)
Percona-Server/man/mysql_client_test.1 (+18/-48)
Percona-Server/man/mysql_config.1 (+13/-36)
Percona-Server/man/mysql_config_editor.1 (+15/-39)
Percona-Server/man/mysql_convert_table_format.1 (+13/-33)
Percona-Server/man/mysql_find_rows.1 (+8/-18)
Percona-Server/man/mysql_fix_extensions.1 (+3/-3)
Percona-Server/man/mysql_install_db.1 (+14/-37)
Percona-Server/man/mysql_plugin.1 (+14/-36)
Percona-Server/man/mysql_secure_installation.1 (+4/-4)
Percona-Server/man/mysql_setpermission.1 (+9/-21)
Percona-Server/man/mysql_tzinfo_to_sql.1 (+3/-3)
Percona-Server/man/mysql_upgrade.1 (+46/-46)
Percona-Server/man/mysql_waitpid.1 (+6/-12)
Percona-Server/man/mysql_zap.1 (+3/-3)
Percona-Server/man/mysqlaccess.1 (+23/-63)
Percona-Server/man/mysqladmin.1 (+41/-111)
Percona-Server/man/mysqlbinlog.1 (+50/-143)
Percona-Server/man/mysqlbug.1 (+3/-3)
Percona-Server/man/mysqlcheck.1 (+45/-129)
Percona-Server/man/mysqld.8 (+3/-3)
Percona-Server/man/mysqld_multi.1 (+20/-47)
Percona-Server/man/mysqld_safe.1 (+27/-76)
Percona-Server/man/mysqldump.1 (+107/-279)
Percona-Server/man/mysqldumpslow.1 (+6/-12)
Percona-Server/man/mysqlhotcopy.1 (+27/-75)
Percona-Server/man/mysqlimport.1 (+39/-111)
Percona-Server/man/mysqlshow.1 (+27/-75)
Percona-Server/man/mysqlslap.1 (+51/-147)
Percona-Server/man/mysqltest.1 (+44/-126)
Percona-Server/man/ndb-common-options.1 (+12/-27)
Percona-Server/man/ndb_blob_tool.1 (+8/-18)
Percona-Server/man/ndb_config.1 (+28/-73)
Percona-Server/man/ndb_cpcd.1 (+3/-3)
Percona-Server/man/ndb_delete_all.1 (+4/-6)
Percona-Server/man/ndb_desc.1 (+10/-24)
Percona-Server/man/ndb_drop_index.1 (+4/-4)
Percona-Server/man/ndb_drop_table.1 (+3/-3)
Percona-Server/man/ndb_error_reporter.1 (+205/-11)
Percona-Server/man/ndb_index_stat.1 (+17/-32)
Percona-Server/man/ndb_mgm.1 (+4/-6)
Percona-Server/man/ndb_mgmd.8 (+59/-46)
Percona-Server/man/ndb_print_backup_file.1 (+3/-3)
Percona-Server/man/ndb_print_schema_file.1 (+3/-3)
Percona-Server/man/ndb_print_sys_file.1 (+3/-3)
Percona-Server/man/ndb_restore.1 (+45/-114)
Percona-Server/man/ndb_select_all.1 (+18/-45)
Percona-Server/man/ndb_select_count.1 (+3/-3)
Percona-Server/man/ndb_setup.py.1 (+14/-36)
Percona-Server/man/ndb_show_tables.1 (+9/-21)
Percona-Server/man/ndb_size.pl.1 (+3/-3)
Percona-Server/man/ndb_waiter.1 (+9/-21)
Percona-Server/man/ndbd.8 (+13/-35)
Percona-Server/man/ndbd_redo_log_reader.1 (+42/-3)
Percona-Server/man/ndbinfo_select_all.1 (+5/-8)
Percona-Server/man/ndbmtd.8 (+4/-4)
Percona-Server/man/perror.1 (+8/-18)
Percona-Server/man/replace.1 (+3/-3)
Percona-Server/man/resolve_stack_dump.1 (+7/-15)
Percona-Server/man/resolveip.1 (+6/-12)
Percona-Server/mysql-test/collections/default.experimental (+1/-0)
Percona-Server/mysql-test/collections/default.weekly (+6/-4)
Percona-Server/mysql-test/collections/default.weekly.basic (+72/-0)
Percona-Server/mysql-test/extra/rpl_tests/rpl_drop_create_temp_table.inc (+7/-3)
Percona-Server/mysql-test/extra/rpl_tests/rpl_innodb.test (+1/-1)
Percona-Server/mysql-test/extra/rpl_tests/rpl_reset_slave.test (+3/-0)
Percona-Server/mysql-test/include/have_QC_Disabled.inc (+5/-0)
Percona-Server/mysql-test/include/mtr_check.sql (+2/-0)
Percona-Server/mysql-test/include/restart_readonly_mysqld.inc (+7/-0)
Percona-Server/mysql-test/include/sync_slave_io.inc (+1/-1)
Percona-Server/mysql-test/include/wait_innodb_all_purged.inc (+59/-0)
Percona-Server/mysql-test/lib/My/Memcache.pm (+1/-1)
Percona-Server/mysql-test/lib/My/SafeProcess/CMakeLists.txt (+11/-0)
Percona-Server/mysql-test/lib/My/SafeProcess/safe_process.cc (+2/-1)
Percona-Server/mysql-test/mysql-test-run.pl (+2/-2)
Percona-Server/mysql-test/r/change_user_notembedded.result (+3/-4)
Percona-Server/mysql-test/r/ctype_cp1250_ch.result (+48/-48)
Percona-Server/mysql-test/r/grant.result (+1/-0)
Percona-Server/mysql-test/r/grant2.result (+4/-0)
Percona-Server/mysql-test/r/grant3.result (+2/-0)
Percona-Server/mysql-test/r/multi_update.result (+5/-0)
Percona-Server/mysql-test/r/mysqld--help-notwin.result (+1/-1)
Percona-Server/mysql-test/r/mysqld--help-win.result (+1/-1)
Percona-Server/mysql-test/r/openssl_1.result (+1/-1)
Percona-Server/mysql-test/r/partition_locking.result (+0/-3)
Percona-Server/mysql-test/r/percona_utility_user.result (+1/-0)
Percona-Server/mysql-test/r/plugin_auth.result (+1/-0)
Percona-Server/mysql-test/r/plugin_auth_qa.result (+2/-0)
Percona-Server/mysql-test/suite/funcs_1/r/innodb_trig_03e.result (+3/-0)
Percona-Server/mysql-test/suite/funcs_1/r/memory_trig_03e.result (+3/-0)
Percona-Server/mysql-test/suite/funcs_1/r/myisam_trig_03e.result (+3/-0)
Percona-Server/mysql-test/suite/funcs_1/triggers/triggers_03e_db_table_mix.inc (+3/-0)
Percona-Server/mysql-test/suite/innodb/r/innodb-2byte-collation.result (+1/-1)
Percona-Server/mysql-test/suite/innodb/r/innodb-wl5980-windows.result (+10/-0)
Percona-Server/mysql-test/suite/innodb/r/innodb_bug56680.result (+2/-2)
Percona-Server/mysql-test/suite/innodb/r/innodb_bug59733.result (+2/-1)
Percona-Server/mysql-test/suite/innodb/r/innodb_corrupt_bit.result (+1/-1)
Percona-Server/mysql-test/suite/innodb/r/innodb_monitor.result (+6/-2)
Percona-Server/mysql-test/suite/innodb/t/innodb-2byte-collation.test (+1/-1)
Percona-Server/mysql-test/suite/innodb/t/innodb-wl5980-windows.test (+38/-0)
Percona-Server/mysql-test/suite/innodb/t/innodb.test (+0/-5)
Percona-Server/mysql-test/suite/innodb/t/innodb_bug14676111.test (+5/-9)
Percona-Server/mysql-test/suite/innodb/t/innodb_bug56680.test (+2/-2)
Percona-Server/mysql-test/suite/innodb/t/innodb_bug59733.test (+2/-1)
Percona-Server/mysql-test/suite/innodb/t/innodb_corrupt_bit.test (+1/-1)
Percona-Server/mysql-test/suite/innodb_fts/r/innodb_fts_index_table.result (+268/-0)
Percona-Server/mysql-test/suite/innodb_fts/r/innodb_fts_savepoint.result (+318/-0)
Percona-Server/mysql-test/suite/innodb_fts/t/innodb_fts_index_table.test (+120/-0)
Percona-Server/mysql-test/suite/innodb_fts/t/innodb_fts_savepoint.test (+475/-0)
Percona-Server/mysql-test/suite/innodb_fts/t/innodb_fts_stopword_charset.test (+3/-7)
Percona-Server/mysql-test/suite/opt_trace/validate_json.py (+1/-1)
Percona-Server/mysql-test/suite/parts/t/disabled.def (+21/-0)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_hash_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_hash_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_inv_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_inv_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_key_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_key_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_list_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_list_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_range_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_parts_range_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_key_list_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_key_list_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_key_range_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_key_range_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_list_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_list_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_range_innodb-master.opt (+0/-1)
Percona-Server/mysql-test/suite/parts/t/partition_max_sub_parts_range_myisam-master.opt (+0/-1)
Percona-Server/mysql-test/suite/perfschema/include/event_aggregate_setup.inc (+2/-2)
Percona-Server/mysql-test/suite/perfschema/r/dml_setup_instruments.result (+3/-3)
Percona-Server/mysql-test/suite/perfschema/r/ortho_iter.result (+37/-1)
Percona-Server/mysql-test/suite/perfschema/r/privilege_table_io.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/rpl_statements.result (+3/-3)
Percona-Server/mysql-test/suite/perfschema/r/sizing_default.result (+14/-14)
Percona-Server/mysql-test/suite/perfschema/r/sizing_high.result (+14/-14)
Percona-Server/mysql-test/suite/perfschema/r/sizing_low.result (+14/-14)
Percona-Server/mysql-test/suite/perfschema/r/sizing_med.result (+14/-14)
Percona-Server/mysql-test/suite/perfschema/r/sizing_off.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_disable_idle.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_disable_stages.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_disable_statements.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_disable_waits.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_innodb.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_account.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_cond_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_file_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_file_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_host.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_mutex_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_mutex_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_rwlock_inst.result (+2/-2)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_setup_actors.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_setup_objects.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_socket_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_socket_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_stage_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_stages_history.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_stages_history_long.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_statement_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_statements_history.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_statements_history_long.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_table_hdl.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_table_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_thread_class.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_thread_inst.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_user.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_waits_history.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_no_waits_history_long.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_off.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/start_server_on.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_global_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_global_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_global_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_global_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_hist_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_hist_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_hist_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_hist_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_off.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_thread_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_thread_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_thread_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_aggregate_thread_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_global_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_global_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_hist_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_hist_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_hist_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_hist_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_thread_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_thread_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_thread_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_io_aggregate_thread_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_global_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_global_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_global_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_global_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_hist_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_hist_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_hist_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_hist_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_thread_2u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_thread_2u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_thread_4u_2t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/r/table_lock_aggregate_thread_4u_3t.result (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/aggregate.test (+1/-0)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_a.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_a_no_h.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_a_no_u.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_a_no_u_no_h.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_h.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_u.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/event_aggregate_no_u_no_h.test (+1/-1)
Percona-Server/mysql-test/suite/perfschema/t/nesting.test (+3/-2)
Percona-Server/mysql-test/suite/perfschema/t/ortho_iter.test (+3/-1)
Percona-Server/mysql-test/suite/perfschema/t/rpl_statements.test (+3/-3)
Percona-Server/mysql-test/suite/perfschema/t/view_table_io.test (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_create_tmp_table_if_not_exists.result (+3/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_do_grant.result (+10/-13)
Percona-Server/mysql-test/suite/rpl/r/rpl_grant.result (+5/-10)
Percona-Server/mysql-test/suite/rpl/r/rpl_gtid_mode.result (+1/-3)
Percona-Server/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result (+17/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_mixed_drop_create_temp_table.result (+6/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_parallel_temp_query.result (+4/-16)
Percona-Server/mysql-test/suite/rpl/r/rpl_rotate_logs.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_row_drop_create_temp_table.result (+6/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_row_reset_slave.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_stm_000001.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_stm_drop_create_temp_table.result (+6/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_stm_innodb.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_stm_reset_slave.result (+1/-0)
Percona-Server/mysql-test/suite/rpl/t/rpl_create_tmp_table_if_not_exists.test (+4/-0)
Percona-Server/mysql-test/suite/rpl/t/rpl_do_grant.test (+8/-19)
Percona-Server/mysql-test/suite/rpl/t/rpl_grant.test (+6/-20)
Percona-Server/mysql-test/suite/rpl/t/rpl_gtid_mode.test (+4/-4)
Percona-Server/mysql-test/suite/rpl/t/rpl_lost_events_on_rotate.test (+51/-0)
Percona-Server/mysql-test/suite/rpl/t/rpl_mixed_ddl_dml.test (+1/-0)
Percona-Server/mysql-test/suite/rpl/t/rpl_parallel_temp_query.test (+30/-11)
Percona-Server/mysql-test/suite/rpl/t/rpl_rotate_logs.test (+1/-0)
Percona-Server/mysql-test/suite/rpl/t/rpl_stm_000001.test (+1/-1)
Percona-Server/mysql-test/suite/sys_vars/r/innodb_monitor_disable_basic.result (+6/-2)
Percona-Server/mysql-test/suite/sys_vars/r/innodb_monitor_enable_basic.result (+6/-2)
Percona-Server/mysql-test/suite/sys_vars/r/innodb_monitor_reset_all_basic.result (+6/-2)
Percona-Server/mysql-test/suite/sys_vars/r/innodb_monitor_reset_basic.result (+6/-2)
Percona-Server/mysql-test/suite/sys_vars/t/identity_func.test (+0/-6)
Percona-Server/mysql-test/suite/sys_vars/t/innodb_autoinc_lock_mode_func.test (+0/-6)
Percona-Server/mysql-test/suite/sys_vars/t/last_insert_id_func.test (+0/-6)
Percona-Server/mysql-test/suite/sys_vars/t/storage_engine_basic.test (+0/-6)
Percona-Server/mysql-test/suite/sys_vars/t/tx_isolation_func.test (+0/-6)
Percona-Server/mysql-test/t/change_user_notembedded.test (+3/-3)
Percona-Server/mysql-test/t/connect.test (+5/-0)
Percona-Server/mysql-test/t/file_contents.test (+8/-0)
Percona-Server/mysql-test/t/grant.test (+1/-0)
Percona-Server/mysql-test/t/grant2.test (+4/-0)
Percona-Server/mysql-test/t/grant3.test (+2/-1)
Percona-Server/mysql-test/t/max_statement_time_func.test (+1/-1)
Percona-Server/mysql-test/t/multi_update.test (+5/-0)
Percona-Server/mysql-test/t/percona_utility_user.test (+2/-0)
Percona-Server/mysql-test/t/plugin_auth.test (+1/-0)
Percona-Server/mysql-test/t/plugin_auth_qa.test (+2/-0)
Percona-Server/mysys/CMakeLists.txt (+6/-1)
Percona-Server/mysys/hash.c (+20/-1)
Percona-Server/mysys/mf_iocache.c (+1/-1)
Percona-Server/mysys/my_compare.c (+1/-1)
Percona-Server/mysys/my_copy.c (+6/-2)
Percona-Server/mysys/my_gethwaddr.c (+46/-15)
Percona-Server/mysys/my_getwd.c (+3/-3)
Percona-Server/mysys/my_handler_errors.h (+2/-1)
Percona-Server/mysys/my_isnan.c (+1/-1)
Percona-Server/mysys/my_malloc.c (+6/-3)
Percona-Server/mysys/my_thr_init.c (+26/-12)
Percona-Server/mysys_ssl/CMakeLists.txt (+9/-1)
Percona-Server/mysys_ssl/crypt_genhash_impl.cc (+1/-1)
Percona-Server/mysys_ssl/my_murmur3.cc (+134/-0)
Percona-Server/packaging/WiX/CPackWixConfig.cmake (+1/-1)
Percona-Server/packaging/WiX/ca/CustomAction.cpp (+1/-1)
Percona-Server/packaging/WiX/extra.wxs.in (+1/-1)
Percona-Server/packaging/WiX/mysql_server.wxs.in (+27/-15)
Percona-Server/packaging/WiX/mysql_server_extra.wxs.in (+1/-1)
Percona-Server/packaging/rpm-fedora/CMakeLists.txt (+36/-0)
Percona-Server/packaging/rpm-fedora/my.cnf (+31/-0)
Percona-Server/packaging/rpm-fedora/my_config.h (+30/-0)
Percona-Server/packaging/rpm-fedora/mysql-5.6-libmysqlclient-symbols.patch (+1038/-0)
Percona-Server/packaging/rpm-fedora/mysql-5.6.14-mysql-install.patch (+239/-0)
Percona-Server/packaging/rpm-fedora/mysql-embedded-check.c (+26/-0)
Percona-Server/packaging/rpm-fedora/mysql-systemd-start (+52/-0)
Percona-Server/packaging/rpm-fedora/mysql.conf (+1/-0)
Percona-Server/packaging/rpm-fedora/mysql.spec.in (+1629/-0)
Percona-Server/packaging/rpm-fedora/mysql_config.sh (+28/-0)
Percona-Server/packaging/rpm-fedora/mysqld.service (+48/-0)
Percona-Server/packaging/rpm-oel/CMakeLists.txt (+37/-0)
Percona-Server/packaging/rpm-oel/filter-provides.sh (+6/-0)
Percona-Server/packaging/rpm-oel/filter-requires.sh (+6/-0)
Percona-Server/packaging/rpm-oel/my.cnf (+31/-0)
Percona-Server/packaging/rpm-oel/my_config.h (+30/-0)
Percona-Server/packaging/rpm-oel/mysql-5.6.14-mysql-install.patch (+239/-0)
Percona-Server/packaging/rpm-oel/mysql-embedded-check.c (+26/-0)
Percona-Server/packaging/rpm-oel/mysql-systemd-start (+52/-0)
Percona-Server/packaging/rpm-oel/mysql.conf (+1/-0)
Percona-Server/packaging/rpm-oel/mysql.init (+209/-0)
Percona-Server/packaging/rpm-oel/mysql.spec.in (+1564/-0)
Percona-Server/packaging/rpm-oel/mysql_config.sh (+28/-0)
Percona-Server/packaging/rpm-oel/mysqld.service (+48/-0)
Percona-Server/plugin/audit_null/audit_null.c (+1/-1)
Percona-Server/plugin/auth/dialog.c (+1/-1)
Percona-Server/plugin/auth/qa_auth_interface.c (+1/-1)
Percona-Server/plugin/auth/qa_auth_server.c (+1/-1)
Percona-Server/plugin/innodb_memcached/CMakeLists.txt (+1/-1)
Percona-Server/plugin/innodb_memcached/daemon_memcached/CMakeLists.txt (+1/-1)
Percona-Server/plugin/innodb_memcached/daemon_memcached/daemon/cache.c (+11/-0)
Percona-Server/plugin/innodb_memcached/daemon_memcached/daemon/memcached.c (+31/-0)
Percona-Server/plugin/innodb_memcached/daemon_memcached/daemon/memcached_mysql.cc (+1/-1)
Percona-Server/plugin/innodb_memcached/daemon_memcached/daemon/memcached_mysql.h (+1/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/CMakeLists.txt (+1/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/cache-src/items.c (+57/-0)
Percona-Server/plugin/innodb_memcached/innodb_memcache/include/handler_api.h (+1/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/include/innodb_api.h (+2/-9)
Percona-Server/plugin/innodb_memcached/innodb_memcache/include/innodb_cb_api.h (+18/-4)
Percona-Server/plugin/innodb_memcached/innodb_memcache/include/innodb_config.h (+1/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/include/innodb_engine.h (+15/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/src/handler_api.cc (+1/-1)
Percona-Server/plugin/innodb_memcached/innodb_memcache/src/innodb_api.c (+61/-86)
Percona-Server/plugin/innodb_memcached/innodb_memcache/src/innodb_config.c (+20/-13)
Percona-Server/plugin/innodb_memcached/innodb_memcache/src/innodb_engine.c (+488/-173)
Percona-Server/plugin/innodb_memcached/innodb_memcache/src/innodb_engine_private.h (+1/-1)
Percona-Server/plugin/semisync/semisync_master.cc (+15/-16)
Percona-Server/scripts/CMakeLists.txt (+0/-1)
Percona-Server/scripts/mysql_system_tables_data.sql (+3/-4)
Percona-Server/scripts/mysql_system_tables_fix.sql (+14/-3)
Percona-Server/sql-common/client.c (+6/-3)
Percona-Server/sql-common/client_authentication.cc (+1/-1)
Percona-Server/sql/binlog.cc (+30/-13)
Percona-Server/sql/binlog.h (+4/-1)
Percona-Server/sql/datadict.cc (+1/-1)
Percona-Server/sql/dynamic_ids.h (+1/-1)
Percona-Server/sql/event_db_repository.cc (+6/-6)
Percona-Server/sql/field.cc (+4/-12)
Percona-Server/sql/field.h (+5/-15)
Percona-Server/sql/field_conv.cc (+2/-2)
Percona-Server/sql/filesort.cc (+16/-5)
Percona-Server/sql/gcalc_slicescan.cc (+6/-5)
Percona-Server/sql/gcalc_slicescan.h (+3/-2)
Percona-Server/sql/global_threads.h (+1/-1)
Percona-Server/sql/ha_ndb_index_stat.cc (+1/-1)
Percona-Server/sql/ha_ndb_index_stat.h (+1/-1)
Percona-Server/sql/ha_ndbcluster.cc (+1/-1)
Percona-Server/sql/ha_ndbcluster_glue.h (+1/-1)
Percona-Server/sql/ha_ndbcluster_push.cc (+1/-1)
Percona-Server/sql/ha_ndbcluster_push.h (+1/-1)
Percona-Server/sql/ha_partition.cc (+24/-7)
Percona-Server/sql/ha_partition.h (+2/-1)
Percona-Server/sql/handler.cc (+22/-6)
Percona-Server/sql/handler.h (+1/-1)
Percona-Server/sql/hostname.cc (+2/-3)
Percona-Server/sql/hostname.h (+2/-5)
Percona-Server/sql/item.cc (+4/-3)
Percona-Server/sql/item.h (+4/-8)
Percona-Server/sql/item_cmpfunc.cc (+17/-17)
Percona-Server/sql/item_cmpfunc.h (+2/-2)
Percona-Server/sql/item_func.cc (+4/-4)
Percona-Server/sql/item_geofunc.cc (+1/-1)
Percona-Server/sql/item_inetfunc.h (+1/-1)
Percona-Server/sql/item_strfunc.cc (+4/-0)
Percona-Server/sql/item_subselect.cc (+2/-2)
Percona-Server/sql/item_subselect.h (+1/-1)
Percona-Server/sql/item_sum.cc (+7/-3)
Percona-Server/sql/item_timefunc.cc (+1/-1)
Percona-Server/sql/item_xmlfunc.cc (+27/-2)
Percona-Server/sql/key.cc (+5/-5)
Percona-Server/sql/lock.h (+1/-1)
Percona-Server/sql/log_event.cc (+9/-4)
Percona-Server/sql/mdl.cc (+25/-2)
Percona-Server/sql/mdl.h (+5/-0)
Percona-Server/sql/mem_root_array.h (+1/-1)
Percona-Server/sql/mysqld.cc (+52/-23)
Percona-Server/sql/mysqld.h (+2/-0)
Percona-Server/sql/ndb_dist_priv_util.h (+1/-1)
Percona-Server/sql/ndb_global_schema_lock.cc (+1/-1)
Percona-Server/sql/ndb_global_schema_lock.h (+1/-1)
Percona-Server/sql/ndb_global_schema_lock_guard.h (+1/-1)
Percona-Server/sql/ndb_local_connection.cc (+1/-1)
Percona-Server/sql/ndb_local_connection.h (+1/-1)
Percona-Server/sql/ndb_mi.cc (+1/-1)
Percona-Server/sql/ndb_mi.h (+1/-1)
Percona-Server/sql/ndb_share.cc (+1/-1)
Percona-Server/sql/ndb_share.h (+1/-1)
Percona-Server/sql/ndb_table_guard.h (+1/-1)
Percona-Server/sql/ndb_thd.cc (+1/-1)
Percona-Server/sql/ndb_thd.h (+1/-1)
Percona-Server/sql/ndb_thd_ndb.cc (+1/-1)
Percona-Server/sql/ndb_thd_ndb.h (+1/-1)
Percona-Server/sql/net_serv.cc (+12/-6)
Percona-Server/sql/opt_explain.h (+1/-1)
Percona-Server/sql/opt_range.cc (+27/-21)
Percona-Server/sql/opt_range.h (+1/-1)
Percona-Server/sql/opt_sum.cc (+6/-6)
Percona-Server/sql/opt_trace.cc (+1/-1)
Percona-Server/sql/opt_trace_Doxyfile (+1/-1)
Percona-Server/sql/opt_trace_context.h (+1/-1)
Percona-Server/sql/password.c (+1/-1)
Percona-Server/sql/rpl_gtid.h (+14/-0)
Percona-Server/sql/rpl_gtid_cache.cc (+1/-1)
Percona-Server/sql/rpl_gtid_misc.cc (+1/-1)
Percona-Server/sql/rpl_gtid_mutex_cond_array.cc (+1/-1)
Percona-Server/sql/rpl_gtid_owned.cc (+1/-1)
Percona-Server/sql/rpl_gtid_set.cc (+6/-19)
Percona-Server/sql/rpl_gtid_sid_map.cc (+1/-1)
Percona-Server/sql/rpl_gtid_specification.cc (+1/-1)
Percona-Server/sql/rpl_handler.h (+71/-10)
Percona-Server/sql/rpl_info_dummy.cc (+1/-1)
Percona-Server/sql/rpl_info_dummy.h (+1/-1)
Percona-Server/sql/rpl_info_values.h (+1/-1)
Percona-Server/sql/rpl_master.h (+1/-1)
Percona-Server/sql/rpl_mi.cc (+8/-6)
Percona-Server/sql/rpl_rli.cc (+11/-2)
Percona-Server/sql/rpl_rli.h (+4/-0)
Percona-Server/sql/rpl_slave.cc (+54/-2)
Percona-Server/sql/set_var.cc (+1/-1)
Percona-Server/sql/share/errmsg-utf8.txt (+3/-0)
Percona-Server/sql/sp_head.h (+3/-3)
Percona-Server/sql/sp_instr.cc (+1/-9)
Percona-Server/sql/sp_instr.h (+4/-4)
Percona-Server/sql/sp_rcontext.h (+1/-1)
Percona-Server/sql/sql_acl.cc (+116/-21)
Percona-Server/sql/sql_admin.cc (+1/-1)
Percona-Server/sql/sql_base.cc (+3/-3)
Percona-Server/sql/sql_bitmap.h (+2/-2)
Percona-Server/sql/sql_bootstrap.cc (+1/-1)
Percona-Server/sql/sql_bootstrap.h (+1/-1)
Percona-Server/sql/sql_cache.cc (+13/-13)
Percona-Server/sql/sql_callback.h (+1/-1)
Percona-Server/sql/sql_class.cc (+6/-7)
Percona-Server/sql/sql_class.h (+12/-10)
Percona-Server/sql/sql_const.h (+9/-3)
Percona-Server/sql/sql_delete.cc (+1/-1)
Percona-Server/sql/sql_executor.cc (+23/-22)
Percona-Server/sql/sql_get_diagnostics.cc (+1/-1)
Percona-Server/sql/sql_get_diagnostics.h (+1/-1)
Percona-Server/sql/sql_hset.h (+1/-1)
Percona-Server/sql/sql_insert.cc (+4/-4)
Percona-Server/sql/sql_join_buffer.cc (+6/-6)
Percona-Server/sql/sql_lex.cc (+3/-2)
Percona-Server/sql/sql_lex.h (+1/-1)
Percona-Server/sql/sql_load.cc (+4/-4)
Percona-Server/sql/sql_optimizer.cc (+5/-5)
Percona-Server/sql/sql_optimizer.h (+1/-1)
Percona-Server/sql/sql_parse.cc (+5/-5)
Percona-Server/sql/sql_partition.cc (+8/-6)
Percona-Server/sql/sql_partition_admin.h (+1/-1)
Percona-Server/sql/sql_planner.cc (+7/-7)
Percona-Server/sql/sql_prepare.cc (+6/-4)
Percona-Server/sql/sql_prepare.h (+2/-2)
Percona-Server/sql/sql_select.cc (+8/-8)
Percona-Server/sql/sql_select.h (+1/-1)
Percona-Server/sql/sql_show.cc (+7/-7)
Percona-Server/sql/sql_table.cc (+19/-11)
Percona-Server/sql/sql_time.cc (+3/-3)
Percona-Server/sql/sql_tmp_table.cc (+9/-7)
Percona-Server/sql/sql_trigger.cc (+4/-2)
Percona-Server/sql/sql_union.cc (+2/-2)
Percona-Server/sql/sql_update.cc (+1/-1)
Percona-Server/sql/sql_yacc.yy (+0/-1)
Percona-Server/sql/sys_vars.cc (+3/-3)
Percona-Server/sql/table.cc (+7/-7)
Percona-Server/sql/transaction.cc (+13/-13)
Percona-Server/sql/tztime.cc (+1/-1)
Percona-Server/sql/unireg.cc (+2/-2)
Percona-Server/sql/uuid.cc (+1/-1)
Percona-Server/storage/federated/ha_federated.cc (+2/-2)
Percona-Server/storage/heap/ha_heap.cc (+2/-2)
Percona-Server/storage/heap/hp_hash.c (+3/-3)
Percona-Server/storage/innobase/api/api0api.cc (+45/-19)
Percona-Server/storage/innobase/btr/btr0btr.cc (+11/-0)
Percona-Server/storage/innobase/btr/btr0cur.cc (+21/-10)
Percona-Server/storage/innobase/btr/btr0pcur.cc (+18/-26)
Percona-Server/storage/innobase/dict/dict0crea.cc (+9/-5)
Percona-Server/storage/innobase/dict/dict0load.cc (+1/-1)
Percona-Server/storage/innobase/dict/dict0mem.cc (+4/-2)
Percona-Server/storage/innobase/dict/dict0stats.cc (+15/-12)
Percona-Server/storage/innobase/fts/fts0config.cc (+2/-2)
Percona-Server/storage/innobase/fts/fts0fts.cc (+38/-23)
Percona-Server/storage/innobase/fts/fts0opt.cc (+28/-6)
Percona-Server/storage/innobase/fts/fts0que.cc (+9/-8)
Percona-Server/storage/innobase/handler/ha_innodb.cc (+79/-96)
Percona-Server/storage/innobase/handler/handler0alter.cc (+8/-1)
Percona-Server/storage/innobase/handler/i_s.cc (+237/-80)
Percona-Server/storage/innobase/ibuf/ibuf0ibuf.cc (+20/-8)
Percona-Server/storage/innobase/include/api0api.h (+13/-3)
Percona-Server/storage/innobase/include/btr0cur.h (+14/-0)
Percona-Server/storage/innobase/include/btr0pcur.h (+24/-20)
Percona-Server/storage/innobase/include/btr0pcur.ic (+2/-2)
Percona-Server/storage/innobase/include/btr0sea.h (+0/-2)
Percona-Server/storage/innobase/include/db0err.h (+1/-0)
Percona-Server/storage/innobase/include/dict0stats.ic (+1/-1)
Percona-Server/storage/innobase/include/dict0types.h (+5/-0)
Percona-Server/storage/innobase/include/fts0fts.h (+3/-7)
Percona-Server/storage/innobase/include/fts0types.h (+1/-0)
Percona-Server/storage/innobase/include/ibuf0ibuf.h (+0/-5)
Percona-Server/storage/innobase/include/log0log.h (+2/-0)
Percona-Server/storage/innobase/include/mtr0mtr.h (+1/-1)
Percona-Server/storage/innobase/include/mtr0mtr.ic (+20/-19)
Percona-Server/storage/innobase/include/row0ftsort.h (+5/-1)
Percona-Server/storage/innobase/include/srv0conc.h (+1/-1)
Percona-Server/storage/innobase/include/srv0mon.h (+5/-1)
Percona-Server/storage/innobase/include/srv0mon.ic (+1/-1)
Percona-Server/storage/innobase/include/sync0arr.h (+20/-3)
Percona-Server/storage/innobase/include/sync0arr.ic (+39/-1)
Percona-Server/storage/innobase/include/sync0sync.h (+2/-0)
Percona-Server/storage/innobase/include/trx0trx.h (+4/-0)
Percona-Server/storage/innobase/include/ut0bh.h (+1/-1)
Percona-Server/storage/innobase/include/ut0bh.ic (+1/-1)
Percona-Server/storage/innobase/log/log0log.cc (+108/-1)
Percona-Server/storage/innobase/mtr/mtr0mtr.cc (+19/-16)
Percona-Server/storage/innobase/os/os0file.cc (+25/-11)
Percona-Server/storage/innobase/os/os0thread.cc (+4/-1)
Percona-Server/storage/innobase/row/row0ftsort.cc (+99/-63)
Percona-Server/storage/innobase/row/row0log.cc (+60/-76)
Percona-Server/storage/innobase/row/row0merge.cc (+91/-19)
Percona-Server/storage/innobase/row/row0mysql.cc (+1/-1)
Percona-Server/storage/innobase/row/row0quiesce.cc (+1/-1)
Percona-Server/storage/innobase/row/row0sel.cc (+78/-31)
Percona-Server/storage/innobase/srv/srv0mon.cc (+25/-5)
Percona-Server/storage/innobase/srv/srv0start.cc (+37/-20)
Percona-Server/storage/innobase/sync/sync0arr.cc (+7/-7)
Percona-Server/storage/innobase/sync/sync0rw.cc (+17/-18)
Percona-Server/storage/innobase/sync/sync0sync.cc (+8/-6)
Percona-Server/storage/innobase/trx/trx0purge.cc (+2/-0)
Percona-Server/storage/innobase/trx/trx0sys.cc (+2/-2)
Percona-Server/storage/innobase/trx/trx0trx.cc (+26/-6)
Percona-Server/storage/innobase/ut/ut0ut.cc (+2/-0)
Percona-Server/storage/myisam/ft_boolean_search.c (+1/-1)
Percona-Server/storage/myisam/ha_myisam.cc (+6/-6)
Percona-Server/storage/myisam/mi_check.c (+7/-7)
Percona-Server/storage/myisam/mi_create.c (+3/-3)
Percona-Server/storage/myisam/mi_delete.c (+2/-2)
Percona-Server/storage/myisam/mi_dynrec.c (+5/-5)
Percona-Server/storage/myisam/mi_extra.c (+2/-2)
Percona-Server/storage/myisam/mi_locking.c (+1/-1)
Percona-Server/storage/myisam/mi_open.c (+3/-3)
Percona-Server/storage/myisam/mi_search.c (+2/-2)
Percona-Server/storage/myisam/mi_test1.c (+3/-3)
Percona-Server/storage/myisam/myisamchk.c (+1/-1)
Percona-Server/storage/ndb/clusterj/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LikePredicateImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/pom.xml (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/AbstractResultSetInternalMethods.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ConnectionLifecycleInterceptor.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/DomainFieldHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/InterceptorImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/QueryExecutionContextJDBCImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ResultSetInternalMethodsImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ResultSetInternalMethodsUpdateCount.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/SQLExecutor.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/StatementInterceptor.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ValueHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ANTLRNoCaseFileStream.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ANTLRNoCaseStringStream.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/BaseErrorListener.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ErrorListener.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/MySQLLexer.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/MySQLParser.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/QueuingErrorListener.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/RecognizerErrorDelegate.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/AndNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BetweenNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BinaryOperatorNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BooleanOperatorNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/CommandNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/DeleteNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/EqualsNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/GreaterEqualsNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/GreaterThanNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/InsertNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/LessEqualsNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/LessThanNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/Node.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/NotNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/OrNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/ParensNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/PlaceholderNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/PredicateNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/SelectNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/WhereNode.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BadConnectionLifecycleInterceptor.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BatchDeleteQueryAllPrimitivesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BigIntegerTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/CoordinatedTransactionIdVariableTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/DecimalTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/DeleteQueryAllPrimitivesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeBadConnectionLifecycleInterceptorTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeMissingConnectionLifecycleInterceptorTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeMissingStatementInterceptorTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-jpatest/src/main/resources/META-INF/persistence.xml (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/crundRun.properties (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/logging.properties (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/main/resources/com/mysql/clusterj/openjpa/Bundle.properties (+2/-2)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-openjpa/src/test/resources/META-INF/persistence.xml (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ConnectionPoolTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteQueryAllPrimitivesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicBinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongvarbinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryLikeByteArrayTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryLikeTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryMultiColumnIndexInTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryMultipleParameterTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarbinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarbinaryTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryPK.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DynamicPK.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongvarbinaryPK.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/VarbinaryPK.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/VarbinaryTypes.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/ConnectionPoolTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicBinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LongvarbinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryLikeByteArrayTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryLikeTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryMultipleParameterTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarbinaryPKTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarbinaryTypesTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java (+1/-1)
Percona-Server/storage/ndb/clusterj/clusterj-tie/src/test/resources/clusterj.properties (+1/-1)
Percona-Server/storage/ndb/cmake/ndb_require_variable.cmake (+2/-2)
Percona-Server/storage/ndb/cmake/os/Windows.cmake (+1/-1)
Percona-Server/storage/ndb/cmake/os/WindowsCache.cmake (+1/-1)
Percona-Server/storage/ndb/config/type_JAVA.cmake (+1/-1)
Percona-Server/storage/ndb/include/kernel/signaldata/DihGetTabInfo.hpp (+1/-1)
Percona-Server/storage/ndb/include/kernel/signaldata/DihRestart.hpp (+1/-1)
Percona-Server/storage/ndb/include/kernel/signaldata/GetConfig.hpp (+1/-1)
Percona-Server/storage/ndb/include/kernel/signaldata/NodePing.hpp (+1/-1)
Percona-Server/storage/ndb/include/kernel/signaldata/Sync.hpp (+1/-1)
Percona-Server/storage/ndb/include/portlib/NdbNuma.h (+1/-1)
Percona-Server/storage/ndb/include/portlib/ndb_socket_poller.h (+1/-1)
Percona-Server/storage/ndb/include/util/NdbPack.hpp (+1/-1)
Percona-Server/storage/ndb/include/util/NdbTypesUtil.hpp (+1/-1)
Percona-Server/storage/ndb/include/util/SparseBitmask.hpp (+1/-1)
Percona-Server/storage/ndb/include/util/ndb_base64.h (+1/-1)
Percona-Server/storage/ndb/include/util/ndbzio.h (+1/-1)
Percona-Server/storage/ndb/src/common/debugger/signaldata/GetConfig.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/debugger/signaldata/NodePing.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/logger/EventLogHandler.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/logger/EventLogHandler.hpp (+1/-1)
Percona-Server/storage/ndb/src/common/logger/message.h (+1/-1)
Percona-Server/storage/ndb/src/common/portlib/NdbNuma.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/transporter/Loopback_Transporter.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/transporter/Loopback_Transporter.hpp (+1/-1)
Percona-Server/storage/ndb/src/common/util/NdbPack.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/util/SparseBitmask.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/util/Vector.cpp (+1/-1)
Percona-Server/storage/ndb/src/common/util/ndbzio.c (+1/-1)
Percona-Server/storage/ndb/src/common/util/parse_mask.hpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/blocks/dbtc/DbtcProxy.cpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/blocks/dbtc/DbtcProxy.hpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/ArenaPool.cpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/ArenaPool.hpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/DataBuffer2.hpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/NdbSeqLock.hpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/mt_thr_config.cpp (+1/-1)
Percona-Server/storage/ndb/src/kernel/vm/mt_thr_config.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbIndexStatFrmData.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryBuilder.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryBuilder.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryBuilderImpl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryOperation.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryOperation.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/NdbQueryOperationImpl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/ndb_internal.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/trp_node.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbapi/trp_node.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/NdbApiWrapper.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_stdint.h (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/CMakeLists.txt (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/ndbapi_jtie.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/ndbjtie_defs.hpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/ndbjtie_lib.cpp (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java (+1/-1)
Percona-Server/storage/ndb/src/ndbjtie/utils/mystdint.h (+1/-1)
Percona-Server/storage/ndb/test/crund/Makefile.defaults (+1/-1)
Percona-Server/storage/ndb/test/crund/config_samples/crundResult.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c (+1/-1)
Percona-Server/storage/ndb/test/crund/process.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/load_shema.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/mytwscxx.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/mytwsjava.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/restart_cluster.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/restart_mysqld.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/restart_ndb.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/slay.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/start_cluster.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/start_mysqld.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/stop_cluster.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/stop_mysqld.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/scripts/stop_ndb.sh (+1/-1)
Percona-Server/storage/ndb/test/crund/src/com/mysql/cluster/crund/A.java (+1/-1)
Percona-Server/storage/ndb/test/crund/src/com/mysql/cluster/crund/Driver.java (+1/-1)
Percona-Server/storage/ndb/test/crund/src/com/mysql/cluster/crund/NdbBase.java (+1/-1)
Percona-Server/storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java (+1/-1)
Percona-Server/storage/ndb/test/crund/src/crundndb/Driver.cpp (+1/-1)
Percona-Server/storage/ndb/test/crund/src/crundndb/Driver.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/src/tables_mysql.sql (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/schema.sql (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/Driver.cpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/Driver.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/NdbApiTwsDriver.cpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/NdbApiTwsDriver.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/TwsDriver.cpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_cpp/TwsDriver.hpp (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/build.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/build-impl.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/configs_sample/server-dbg.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/configs_sample/server-opt.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/genfiles.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/config.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/configs/server-dbg.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/configs/server-opt.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/private.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/private.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/profiler/configurations.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/profiler-build-impl.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/project.properties (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/nbproject/project.xml (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/ClusterjLoad.java (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/Driver.java (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/JdbcLoad.java (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/NdbjtieLoad.java (+2/-2)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/TwsDriver.java (+1/-1)
Percona-Server/storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/TwsLoad.java (+1/-1)
Percona-Server/storage/ndb/test/ndbapi/testNativeDefault.cpp (+1/-1)
Percona-Server/storage/ndb/test/ndbapi/testSpj.cpp (+1/-1)
Percona-Server/storage/ndb/test/tools/hugoJoin.cpp (+1/-1)
Percona-Server/storage/ndb/test/tools/spj_performance_test.cpp (+1/-1)
Percona-Server/storage/ndb/test/tools/spj_sanity_test.cpp (+1/-1)
Percona-Server/storage/ndb/test/tools/test_spj.cpp (+1/-1)
Percona-Server/storage/ndb/tools/ndb_dist_priv.sql (+1/-1)
Percona-Server/storage/perfschema/cursor_by_account.cc (+1/-1)
Percona-Server/storage/perfschema/cursor_by_account.h (+1/-1)
Percona-Server/storage/perfschema/cursor_by_host.cc (+1/-1)
Percona-Server/storage/perfschema/cursor_by_host.h (+1/-1)
Percona-Server/storage/perfschema/cursor_by_thread.cc (+1/-1)
Percona-Server/storage/perfschema/cursor_by_thread.h (+1/-1)
Percona-Server/storage/perfschema/cursor_by_user.cc (+1/-1)
Percona-Server/storage/perfschema/cursor_by_user.h (+1/-1)
Percona-Server/storage/perfschema/pfs.cc (+4/-2)
Percona-Server/storage/perfschema/pfs_defaults.cc (+1/-1)
Percona-Server/storage/perfschema/pfs_instr.cc (+1/-1)
Percona-Server/storage/perfschema/pfs_instr.h (+1/-1)
Percona-Server/storage/perfschema/pfs_instr_class.h (+6/-0)
Percona-Server/storage/perfschema/pfs_server.h (+2/-2)
Percona-Server/storage/perfschema/pfs_setup_object.cc (+1/-1)
Percona-Server/storage/perfschema/pfs_user.cc (+1/-1)
Percona-Server/storage/perfschema/pfs_user.h (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_account_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_account_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_host_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_host_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_user_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_esgs_by_user_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esms_by_account_by_event_name.cc (+4/-1)
Percona-Server/storage/perfschema/table_esms_by_account_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esms_by_host_by_event_name.cc (+4/-1)
Percona-Server/storage/perfschema/table_esms_by_host_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esms_by_thread_by_event_name.cc (+4/-1)
Percona-Server/storage/perfschema/table_esms_by_user_by_event_name.cc (+4/-1)
Percona-Server/storage/perfschema/table_esms_by_user_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_esms_global_by_event_name.cc (+6/-1)
Percona-Server/storage/perfschema/table_ews_by_account_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_ews_by_account_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_ews_by_host_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_ews_by_host_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_ews_by_user_by_event_name.cc (+1/-1)
Percona-Server/storage/perfschema/table_ews_by_user_by_event_name.h (+1/-1)
Percona-Server/storage/perfschema/table_host_cache.cc (+1/-1)
Percona-Server/storage/perfschema/table_host_cache.h (+1/-1)
Percona-Server/storage/perfschema/table_os_global_by_type.cc (+1/-1)
Percona-Server/storage/perfschema/table_os_global_by_type.h (+1/-1)
Percona-Server/storage/perfschema/table_session_connect.cc (+59/-11)
Percona-Server/storage/perfschema/table_session_connect.h (+6/-3)
Percona-Server/storage/perfschema/table_setup_actors.cc (+1/-1)
Percona-Server/storage/perfschema/unittest/pfs_account-oom-t.cc (+1/-1)
Percona-Server/storage/perfschema/unittest/pfs_host-oom-t.cc (+1/-1)
Percona-Server/storage/perfschema/unittest/stub_pfs_defaults.h (+1/-1)
Percona-Server/storage/perfschema/unittest/stub_server_misc.h (+1/-1)
Percona-Server/strings/CMakeLists.txt (+5/-0)
Percona-Server/strings/ctype-ucs2.c (+9/-3)
Percona-Server/strings/ctype-win1250ch.c (+3/-3)
Percona-Server/strings/decimal.c (+2/-2)
Percona-Server/support-files/mysql.spec.sh (+5/-0)
Percona-Server/unittest/gunit/CMakeLists.txt (+1/-0)
Percona-Server/unittest/gunit/alignment-t.cc (+1/-1)
Percona-Server/unittest/gunit/bounded_queue-t.cc (+1/-1)
Percona-Server/unittest/gunit/bounds_checked_array-t.cc (+1/-1)
Percona-Server/unittest/gunit/byteorder-t.cc (+1/-1)
Percona-Server/unittest/gunit/client_string-t.cc (+1/-1)
Percona-Server/unittest/gunit/cost_estimate-t.cc (+1/-1)
Percona-Server/unittest/gunit/dynarray-t.cc (+6/-6)
Percona-Server/unittest/gunit/field_date-t.cc (+1/-1)
Percona-Server/unittest/gunit/field_datetime-t.cc (+1/-1)
Percona-Server/unittest/gunit/field_long-t.cc (+1/-1)
Percona-Server/unittest/gunit/field_newdecimal-t.cc (+1/-1)
Percona-Server/unittest/gunit/field_temporal_utils.h (+1/-1)
Percona-Server/unittest/gunit/filesort_buffer-t.cc (+1/-1)
Percona-Server/unittest/gunit/filesort_compare-t.cc (+1/-1)
Percona-Server/unittest/gunit/handler-t.cc (+1/-1)
Percona-Server/unittest/gunit/handler-t.h (+1/-1)
Percona-Server/unittest/gunit/item-t.cc (+44/-2)
Percona-Server/unittest/gunit/join_tab_sort-t.cc (+1/-1)
Percona-Server/unittest/gunit/make_sortkey-t.cc (+1/-1)
Percona-Server/unittest/gunit/mock_create_field.h (+1/-1)
Percona-Server/unittest/gunit/mock_field_timestamp.h (+1/-1)
Percona-Server/unittest/gunit/mock_field_timestampf.h (+1/-1)
Percona-Server/unittest/gunit/my_decimal-t.cc (+1/-1)
Percona-Server/unittest/gunit/my_error-t.cc (+1/-1)
Percona-Server/unittest/gunit/my_fileutils-t.cc (+1/-1)
Percona-Server/unittest/gunit/my_murmur3-t.cc (+108/-0)
Percona-Server/unittest/gunit/my_regex-t.cc (+1/-1)
Percona-Server/unittest/gunit/mysys_my_rdtsc-t.cc (+1/-1)
Percona-Server/unittest/gunit/opt_trace-t.cc (+1/-1)
Percona-Server/unittest/gunit/rpl_group_set-t.cc (+1/-1)
Percona-Server/unittest/gunit/sql_plist-t.cc (+1/-1)
Percona-Server/unittest/gunit/sql_string-t.cc (+1/-1)
Percona-Server/unittest/gunit/stdcxx-t.cc (+1/-1)
Percona-Server/unittest/gunit/string-tests.cc (+1/-1)
Percona-Server/unittest/gunit/table_cache-t.cc (+1/-1)
Percona-Server/unittest/gunit/test_mdl_context_owner.h (+2/-1)
Percona-Server/unittest/gunit/yassl/yassl-t.cc (+1/-1)
Percona-Server/vio/CMakeLists.txt (+5/-0)
Percona-Server/vio/vio.c (+1/-1)
Percona-Server/vio/viopipe.c (+1/-1)
Percona-Server/vio/viosocket.c (+5/-5)
Percona-Server/vio/viosslfactories.c (+1/-1)
Percona-Server/zlib/CMakeLists.txt (+4/-0)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/merge-5.6.15
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+197950@code.launchpad.net

Description of the change

Merge MySQL 5.6.15, implementing
https://blueprints.launchpad.net/percona-server/+spec/merge-5.6.15,
and taking the upstream fixes for bug 1203050 and bug 1186748.

At the same time fix bug 1258154 /
http://bugs.mysql.com/bug.php?id=71092 (InnoDB FTS introduced new
mutex sync level in 5.6.15, broke UNIV_SYNC_DEBUG) by handling
newly-introduced SYNC_FTS_TOKENIZE sync level support to
sync_thread_add_level().

Also, make the statement timeout feature compatible with the upstream
change [1] that adjusted MDL_context::acquire_lock() to return
ER_QUERY_INTERRUPTED error to the client for any killed THDs,
resulting that error being returned intset of ER_QUERY_TIMEOUT for the
statements that exceed the statement timeout while waiting for the MDL
lock. Fix by introducing new method MDL_context_owner::is_timedout(),
providing its implementation THD::is_timedout() that returns true on
the statement timeout, and using this in MDL_context::acquire_lock()
not to return ER_QUERY_INTERRUPTED to the client.

Revert our fixes for:
- bug 1180481;
- bug 1050758 / http://bugs.mysql.com/bug.php?id=69653;

InnoDB priority mutex and rwlocks were adjusted for the new function
sync_array_get_and_reserve_cell().

Adjusted percona_utility_user testcase to ignore "did not write failed
GRANT to binlog" warning.

Adjusted change_user_notembedded testcase to account for spurious
"ERROR 42000: Unknown database 'mysql_native_password'" error that was
fixed in [2] but was previously recorded in the testcase.

As in the 5.5.35 merge, the upstream fix for bug 1223196 was
reverted. The upstream fixes for bug 1223196, bug 1049871, bug
1083377
will be verified and our fixes will be reverted separately.

Imported man pages from mysql-5.6.15.tar.gz.

[1]

5.6$ bzr log -r 5577
------------------------------------------------------------
revno: 5577
committer: Joao Gramacho <email address hidden>
branch nick: mysql-5.6
timestamp: Thu 2013-10-31 21:42:33 +0000
message:
  Bug#16861624 KILLING WAITING SLAVE SQL THREAD:
               M_STATUS == DA_ERROR || M_STATUS == DA_OK

  Problem:
  =======

  An assert will fail when the replication sql thread on a slave server
  is killed while waiting for commit lock will.

  Analysis:
  ========

  In the case of a failed commit attempt at
  Xid_log_event::do_apply_event(), an error message will be reported
  informing the reason why the commit could not be completed.

  The error message to be reported is collected using message() at
  sql_error.h that contains an assert expecting that current m_status
  must be DA_ERROR or DA_OK before returning the message.

  The problem happens when the SQL thread is waiting for the commit lock
  at MDL_context::acquire_lock and is killed.

  In this case, the resulting wait_status will be MDL_wait::KILLED, and
  will result in acquire_lock() returning an error but without throwing
  one (both other cases, MDL_wait::VICTIM and MDL_wait::TIMEOUT, throw
  errors using my_error()).

  So, in the case of a thread being deliberate killed while waiting for
  a lock would lead to a case where no error was flagged, but also no
  success was flagged, making the assert expecting DA_ERROR or DA_OK to
  fail.

  Fix:
  ===

  The code in MDL_context::acquire_lock in mysql-5.7 already throws an
  error for MDL_wait::KILLED. This patch just back-ported this behavior.

  Added also some debug sync points to easy putting sql thread in
  "Waiting for commit lock" state.

[2]

5.6$ bzr log -r 5460
------------------------------------------------------------
revno: 5460
committer: Igor Solodovnikov <email address hidden>
branch nick: mysql-5.6
timestamp: Thu 2013-09-19 02:27:49 +0300
message:
  Bug #17351732 MYSQL_CHANGE_USER() API RETURNS ERROR
                  UNKNOWN DATABASE 'MYSQL_NATIVE_PASSWORD'

  Malformed packed was created in send_client_reply_packet()
  due to wrong handling of CLIENT_CONNECT_WITH_DB flag.
  Fixed problem in mysql_change_user()'s handling of mysql
  handle which could lead to free()ing static string literal.

http://jenkins.percona.com/job/percona-server-5.6-param/436/

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve
Revision history for this message
Stewart Smith (stewart) :
review: Approve
Revision history for this message
Stewart Smith (stewart) wrote :

Clicked approve in the wrong window, still looking for a bit longer...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2013-11-19 11:53:55 +0000
+++ Makefile 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION=5.6.141MYSQL_VERSION=5.6.15
2PERCONA_SERVER_VERSION=rel62.02PERCONA_SERVER_VERSION=rel62.0
3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
55
=== modified file 'Percona-Server/CMakeLists.txt'
--- Percona-Server/CMakeLists.txt 2013-10-23 08:48:28 +0000
+++ Percona-Server/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -217,6 +217,82 @@
217OPTION (WITH_UNIT_TESTS "Compile MySQL with unit tests" ON)217OPTION (WITH_UNIT_TESTS "Compile MySQL with unit tests" ON)
218MARK_AS_ADVANCED(CYBOZU BACKUP_TEST WITHOUT_SERVER DISABLE_SHARED)218MARK_AS_ADVANCED(CYBOZU BACKUP_TEST WITHOUT_SERVER DISABLE_SHARED)
219219
220
221include(CheckCSourceCompiles)
222include(CheckCXXSourceCompiles)
223# We need some extra FAIL_REGEX patterns
224# Note that CHECK_C_SOURCE_COMPILES is a misnomer, it will also link.
225MACRO (MY_CHECK_C_COMPILER_FLAG FLAG RESULT)
226 SET(SAVE_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
227 SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${FLAG}")
228 CHECK_C_SOURCE_COMPILES("int main(void) { return 0; }" ${RESULT}
229 FAIL_REGEX "argument unused during compilation"
230 FAIL_REGEX "unsupported .*option"
231 FAIL_REGEX "unknown .*option"
232 FAIL_REGEX "unrecognized .*option"
233 FAIL_REGEX "ignoring unknown option"
234 FAIL_REGEX "[Ww]arning: [Oo]ption"
235 )
236 SET(CMAKE_REQUIRED_FLAGS "${SAVE_CMAKE_REQUIRED_FLAGS}")
237ENDMACRO()
238
239MACRO (MY_CHECK_CXX_COMPILER_FLAG FLAG RESULT)
240 SET(SAVE_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
241 SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${FLAG}")
242 CHECK_CXX_SOURCE_COMPILES("int main(void) { return 0; }" ${RESULT}
243 FAIL_REGEX "argument unused during compilation"
244 FAIL_REGEX "unsupported .*option"
245 FAIL_REGEX "unknown .*option"
246 FAIL_REGEX "unrecognized .*option"
247 FAIL_REGEX "ignoring unknown option"
248 FAIL_REGEX "[Ww]arning: [Oo]ption"
249 )
250 SET(CMAKE_REQUIRED_FLAGS "${SAVE_CMAKE_REQUIRED_FLAGS}")
251ENDMACRO()
252
253OPTION(WITH_ASAN "Enable address sanitizer" OFF)
254IF (WITH_ASAN)
255 # gcc 4.8.1 and new versions of clang
256 MY_CHECK_C_COMPILER_FLAG("-fsanitize=address" HAVE_C_FSANITIZE)
257 MY_CHECK_CXX_COMPILER_FLAG("-fsanitize=address" HAVE_CXX_FSANITIZE)
258
259 IF(HAVE_C_FSANITIZE AND HAVE_CXX_FSANITIZE)
260 # We switch on basic optimization also for debug builds.
261 # With optimization we may get some warnings, so we switch off -Werror
262 SET(CMAKE_C_FLAGS_DEBUG
263 "${CMAKE_C_FLAGS_DEBUG} -fsanitize=address -O1 -Wno-error -fPIC")
264 SET(CMAKE_C_FLAGS_RELWITHDEBINFO
265 "${CMAKE_C_FLAGS_RELWITHDEBINFO} -fsanitize=address -fPIC")
266 SET(CMAKE_CXX_FLAGS_DEBUG
267 "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address -O1 -Wno-error -fPIC")
268 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO
269 "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -fsanitize=address -fPIC")
270 SET(WITH_ASAN_OK 1)
271 ELSE()
272 # older versions of clang
273 MY_CHECK_C_COMPILER_FLAG("-faddress-sanitizer" HAVE_C_FADDRESS)
274 MY_CHECK_CXX_COMPILER_FLAG("-faddress-sanitizer" HAVE_CXX_FFADDRESS)
275
276 IF(HAVE_C_FADDRESS AND HAVE_CXX_FFADDRESS)
277 # We switch on basic optimization also for debug builds.
278 SET(CMAKE_C_FLAGS_DEBUG
279 "${CMAKE_C_FLAGS_DEBUG} -faddress-sanitizer -O1 -fPIC")
280 SET(CMAKE_C_FLAGS_RELWITHDEBINFO
281 "${CMAKE_C_FLAGS_RELWITHDEBINFO} -faddress-sanitizer -fPIC")
282 SET(CMAKE_CXX_FLAGS_DEBUG
283 "${CMAKE_CXX_FLAGS_DEBUG} -faddress-sanitizer -O1 -fPIC")
284 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO
285 "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -faddress-sanitizer -fPIC")
286 SET(WITH_ASAN_OK 1)
287 ENDIF()
288 ENDIF()
289
290 IF(NOT WITH_ASAN_OK)
291 MESSAGE(FATAL_ERROR "Do not know how to enable address sanitizer")
292 ENDIF()
293ENDIF()
294
295
220OPTION(ENABLE_DEBUG_SYNC "Enable debug sync (debug builds only)" ON) 296OPTION(ENABLE_DEBUG_SYNC "Enable debug sync (debug builds only)" ON)
221IF(ENABLE_DEBUG_SYNC) 297IF(ENABLE_DEBUG_SYNC)
222 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DENABLED_DEBUG_SYNC") 298 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DENABLED_DEBUG_SYNC")
@@ -414,6 +490,8 @@
414 ADD_SUBDIRECTORY(internal)490 ADD_SUBDIRECTORY(internal)
415 ENDIF()491 ENDIF()
416 ADD_SUBDIRECTORY(packaging/rpm-uln)492 ADD_SUBDIRECTORY(packaging/rpm-uln)
493 ADD_SUBDIRECTORY(packaging/rpm-oel)
494 ADD_SUBDIRECTORY(packaging/rpm-fedora)
417ENDIF()495ENDIF()
418496
419INCLUDE(cmake/abi_check.cmake)497INCLUDE(cmake/abi_check.cmake)
@@ -457,7 +535,6 @@
457# (see http://public.kitware.com/Bug/view.php?id=11452)535# (see http://public.kitware.com/Bug/view.php?id=11452)
458SET(CPACK_MONOLITHIC_INSTALL 1 CACHE INTERNAL "")536SET(CPACK_MONOLITHIC_INSTALL 1 CACHE INTERNAL "")
459537
460INCLUDE(CPack)
461IF(UNIX)538IF(UNIX)
462 INSTALL(FILES Docs/mysql.info DESTINATION ${INSTALL_INFODIR} OPTIONAL COMPONENT Info)539 INSTALL(FILES Docs/mysql.info DESTINATION ${INSTALL_INFODIR} OPTIONAL COMPONENT Info)
463ENDIF()540ENDIF()
@@ -489,3 +566,5 @@
489 PATTERN "sp-imp-spec.txt" EXCLUDE566 PATTERN "sp-imp-spec.txt" EXCLUDE
490 )567 )
491ENDIF()568ENDIF()
569
570INCLUDE(CPack)
492571
=== modified file 'Percona-Server/VERSION'
--- Percona-Server/VERSION 2013-10-23 08:48:28 +0000
+++ Percona-Server/VERSION 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION_MAJOR=51MYSQL_VERSION_MAJOR=5
2MYSQL_VERSION_MINOR=62MYSQL_VERSION_MINOR=6
3MYSQL_VERSION_PATCH=143MYSQL_VERSION_PATCH=15
4MYSQL_VERSION_EXTRA=4MYSQL_VERSION_EXTRA=
55
=== modified file 'Percona-Server/client/mysql.cc'
--- Percona-Server/client/mysql.cc 2013-08-14 03:57:21 +0000
+++ Percona-Server/client/mysql.cc 2013-12-05 18:50:37 +0000
@@ -238,8 +238,8 @@
238 The same is true for stderr.238 The same is true for stderr.
239*/239*/
240static uint win_is_console_cache= 240static uint win_is_console_cache=
241 (test(my_win_is_console(stdout)) * (1 << _fileno(stdout))) |241 (MY_TEST(my_win_is_console(stdout)) * (1 << _fileno(stdout))) |
242 (test(my_win_is_console(stderr)) * (1 << _fileno(stderr)));242 (MY_TEST(my_win_is_console(stderr)) * (1 << _fileno(stderr)));
243243
244static inline my_bool244static inline my_bool
245my_win_is_console_cached(FILE *file)245my_win_is_console_cached(FILE *file)
246246
=== modified file 'Percona-Server/client/mysql_plugin.c'
--- Percona-Server/client/mysql_plugin.c 2013-03-20 05:56:02 +0000
+++ Percona-Server/client/mysql_plugin.c 2013-12-05 18:50:37 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'Percona-Server/client/mysqldump.c'
--- Percona-Server/client/mysqldump.c 2013-11-25 07:17:28 +0000
+++ Percona-Server/client/mysqldump.c 2013-12-05 18:50:37 +0000
@@ -2564,7 +2564,7 @@
2564 Check only the first (for PRIMARY KEY) or the second (for secondary keys)2564 Check only the first (for PRIMARY KEY) or the second (for secondary keys)
2565 quoted identifier.2565 quoted identifier.
2566 */2566 */
2567 if ((idnum == 1 + test(type != KEY_TYPE_PRIMARY)))2567 if ((idnum == 1 + MY_TEST(type != KEY_TYPE_PRIMARY)))
2568 break;2568 break;
25692569
2570 keydef= to + 1;2570 keydef= to + 1;
25712571
=== modified file 'Percona-Server/cmake/build_configurations/compiler_options.cmake'
--- Percona-Server/cmake/build_configurations/compiler_options.cmake 2013-06-11 06:50:33 +0000
+++ Percona-Server/cmake/build_configurations/compiler_options.cmake 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/cmake/build_configurations/feature_set.cmake'
--- Percona-Server/cmake/build_configurations/feature_set.cmake 2013-06-11 06:50:33 +0000
+++ Percona-Server/cmake/build_configurations/feature_set.cmake 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/cmake/os/AIX.cmake'
--- Percona-Server/cmake/os/AIX.cmake 2011-06-30 15:46:53 +0000
+++ Percona-Server/cmake/os/AIX.cmake 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/cmake/os/Linux.cmake'
--- Percona-Server/cmake/os/Linux.cmake 2011-06-30 15:46:53 +0000
+++ Percona-Server/cmake/os/Linux.cmake 2013-12-05 18:50:37 +0000
@@ -1,5 +1,5 @@
11
2# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3# 3#
4# This program is free software; you can redistribute it and/or modify4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by5# it under the terms of the GNU General Public License as published by
@@ -33,7 +33,10 @@
3333
34# Ensure we have clean build for shared libraries34# Ensure we have clean build for shared libraries
35# without unresolved symbols35# without unresolved symbols
36SET(LINK_FLAG_NO_UNDEFINED "-Wl,--no-undefined")36# Not supported with AddressSanitizer
37IF(NOT WITH_ASAN)
38 SET(LINK_FLAG_NO_UNDEFINED "-Wl,--no-undefined")
39ENDIF()
3740
38# 64 bit file offset support flag41# 64 bit file offset support flag
39SET(_FILE_OFFSET_BITS 64)42SET(_FILE_OFFSET_BITS 64)
4043
=== modified file 'Percona-Server/configure.cmake'
--- Percona-Server/configure.cmake 2013-10-15 11:37:57 +0000
+++ Percona-Server/configure.cmake 2013-12-05 18:50:37 +0000
@@ -202,6 +202,10 @@
202202
203 SET(CMAKE_REQUIRED_LIBRARIES 203 SET(CMAKE_REQUIRED_LIBRARIES
204 ${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT} ${LIBRT})204 ${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT} ${LIBRT})
205 # Need explicit pthread for gcc -fsanitize=address
206 IF(CMAKE_USE_PTHREADS_INIT AND CMAKE_C_FLAGS MATCHES "-fsanitize=")
207 SET(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} pthread)
208 ENDIF()
205209
206 LIST(LENGTH CMAKE_REQUIRED_LIBRARIES required_libs_length)210 LIST(LENGTH CMAKE_REQUIRED_LIBRARIES required_libs_length)
207 IF(${required_libs_length} GREATER 0)211 IF(${required_libs_length} GREATER 0)
208212
=== modified file 'Percona-Server/extra/yassl/CMakeLists.txt'
--- Percona-Server/extra/yassl/CMakeLists.txt 2013-02-26 05:45:28 +0000
+++ Percona-Server/extra/yassl/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -33,4 +33,7 @@
33ADD_CONVENIENCE_LIBRARY(yassl ${YASSL_SOURCES})33ADD_CONVENIENCE_LIBRARY(yassl ${YASSL_SOURCES})
34RESTRICT_SYMBOL_EXPORTS(yassl)34RESTRICT_SYMBOL_EXPORTS(yassl)
3535
3636INSTALL_DEBUG_SYMBOLS(yassl)
37IF(MSVC)
38 INSTALL_DEBUG_TARGET(yassl DESTINATION ${INSTALL_LIBDIR}/debug)
39ENDIF()
3740
=== modified file 'Percona-Server/extra/yassl/taocrypt/CMakeLists.txt'
--- Percona-Server/extra/yassl/taocrypt/CMakeLists.txt 2012-07-24 13:24:00 +0000
+++ Percona-Server/extra/yassl/taocrypt/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -36,3 +36,7 @@
36ADD_CONVENIENCE_LIBRARY(taocrypt ${TAOCRYPT_SOURCES})36ADD_CONVENIENCE_LIBRARY(taocrypt ${TAOCRYPT_SOURCES})
37RESTRICT_SYMBOL_EXPORTS(taocrypt)37RESTRICT_SYMBOL_EXPORTS(taocrypt)
3838
39INSTALL_DEBUG_SYMBOLS(taocrypt)
40IF(MSVC)
41 INSTALL_DEBUG_TARGET(taocrypt DESTINATION ${INSTALL_LIBDIR}/debug)
42ENDIF()
3943
=== modified file 'Percona-Server/include/big_endian.h'
--- Percona-Server/include/big_endian.h 2013-06-11 06:50:33 +0000
+++ Percona-Server/include/big_endian.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/include/hash.h'
--- Percona-Server/include/hash.h 2011-09-07 10:08:09 +0000
+++ Percona-Server/include/hash.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -45,9 +45,19 @@
45/* flags for hash_init */45/* flags for hash_init */
46#define HASH_UNIQUE 1 /* hash_insert fails on duplicate key */46#define HASH_UNIQUE 1 /* hash_insert fails on duplicate key */
4747
48struct st_hash;
48typedef uint my_hash_value_type;49typedef uint my_hash_value_type;
49typedef uchar *(*my_hash_get_key)(const uchar *,size_t*,my_bool);50typedef uchar *(*my_hash_get_key)(const uchar *,size_t*,my_bool);
50typedef void (*my_hash_free_key)(void *);51typedef void (*my_hash_free_key)(void *);
52/**
53 Function type representing a hash function to be used with the HASH
54 container.
55 Should accept pointer to HASH, pointer to key buffer and key length
56 as parameters.
57*/
58typedef my_hash_value_type (*my_hash_function)(const struct st_hash *,
59 const uchar *,
60 size_t);
5161
52typedef struct st_hash {62typedef struct st_hash {
53 size_t key_offset,key_length; /* Length of key if const length */63 size_t key_offset,key_length; /* Length of key if const length */
@@ -58,16 +68,20 @@
58 my_hash_get_key get_key;68 my_hash_get_key get_key;
59 void (*free)(void *);69 void (*free)(void *);
60 CHARSET_INFO *charset;70 CHARSET_INFO *charset;
71 my_hash_function hash_function;
61} HASH;72} HASH;
6273
63/* A search iterator state */74/* A search iterator state */
64typedef uint HASH_SEARCH_STATE;75typedef uint HASH_SEARCH_STATE;
6576
66#define my_hash_init(A,B,C,D,E,F,G,H) \77#define my_hash_init(A,B,C,D,E,F,G,H) \
67 _my_hash_init(A,0,B,C,D,E,F,G,H)78 _my_hash_init(A,0,B,NULL,C,D,E,F,G,H)
68#define my_hash_init2(A,B,C,D,E,F,G,H,I) \79#define my_hash_init2(A,B,C,D,E,F,G,H,I) \
69 _my_hash_init(A,B,C,D,E,F,G,H,I)80 _my_hash_init(A,B,C,NULL,D,E,F,G,H,I)
81#define my_hash_init3(A,B,C,D,E,F,G,H,I,J) \
82 _my_hash_init(A,B,C,D,E,F,G,H,I,J)
70my_bool _my_hash_init(HASH *hash, uint growth_size, CHARSET_INFO *charset,83my_bool _my_hash_init(HASH *hash, uint growth_size, CHARSET_INFO *charset,
84 my_hash_function hash_function,
71 ulong default_array_elements, size_t key_offset,85 ulong default_array_elements, size_t key_offset,
72 size_t key_length, my_hash_get_key get_key,86 size_t key_length, my_hash_get_key get_key,
73 void (*free_element)(void*),87 void (*free_element)(void*),
@@ -100,7 +114,7 @@
100#define my_hash_clear(H) memset((H), 0, sizeof(*(H)))114#define my_hash_clear(H) memset((H), 0, sizeof(*(H)))
101#define my_hash_inited(H) ((H)->blength != 0)115#define my_hash_inited(H) ((H)->blength != 0)
102#define my_hash_init_opt(A,B,C,D,E,F,G,H) \116#define my_hash_init_opt(A,B,C,D,E,F,G,H) \
103 (!my_hash_inited(A) && _my_hash_init(A,0,B,C,D,E,F,G,H))117 (!my_hash_inited(A) && _my_hash_init(A,0,B,NULL,C,D,E,F,G,H))
104118
105#ifdef __cplusplus119#ifdef __cplusplus
106}120}
107121
=== modified file 'Percona-Server/include/little_endian.h'
--- Percona-Server/include/little_endian.h 2013-06-11 06:50:33 +0000
+++ Percona-Server/include/little_endian.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/include/my_base.h'
--- Percona-Server/include/my_base.h 2013-08-06 15:16:34 +0000
+++ Percona-Server/include/my_base.h 2013-12-05 18:50:37 +0000
@@ -481,7 +481,8 @@
481#define HA_ERR_ROW_IN_WRONG_PARTITION 186 /* Row in wrong partition */481#define HA_ERR_ROW_IN_WRONG_PARTITION 186 /* Row in wrong partition */
482#define HA_ERR_INNODB_READ_ONLY 187 /* InnoDB is in read only mode. */482#define HA_ERR_INNODB_READ_ONLY 187 /* InnoDB is in read only mode. */
483#define HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT 188 /* FTS query exceeds result cache limit */483#define HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT 188 /* FTS query exceeds result cache limit */
484#define HA_ERR_LAST 188 /* Copy of last error nr */484#define HA_ERR_TEMP_FILE_WRITE_FAILURE 189 /* Temporary file write failure */
485#define HA_ERR_LAST 189 /* Copy of last error nr */
485486
486/* Number of different errors */487/* Number of different errors */
487#define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)488#define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)
488489
=== added file 'Percona-Server/include/my_check_opt.h'
--- Percona-Server/include/my_check_opt.h 1970-01-01 00:00:00 +0000
+++ Percona-Server/include/my_check_opt.h 2013-12-05 18:50:37 +0000
@@ -0,0 +1,69 @@
1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
2
3This program is free software; you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by
5the Free Software Foundation; version 2 of the License.
6
7This program is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with this program; if not, write to the Free Software
14Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */
15
16#ifndef _my_check_opt_h
17#define _my_check_opt_h
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/*
24 All given definitions needed for MyISAM storage engine:
25 myisamchk.c or/and ha_myisam.cc or/and micheck.c
26 Some definitions are needed by the MySQL parser.
27*/
28
29#define T_AUTO_INC (1UL << 0)
30#define T_AUTO_REPAIR (1UL << 1)
31#define T_BACKUP_DATA (1UL << 2)
32#define T_CALC_CHECKSUM (1UL << 3)
33#define T_CHECK (1UL << 4)
34#define T_CHECK_ONLY_CHANGED (1UL << 5)
35#define T_CREATE_MISSING_KEYS (1UL << 6)
36#define T_DESCRIPT (1UL << 7)
37#define T_DONT_CHECK_CHECKSUM (1UL << 8)
38#define T_EXTEND (1UL << 9)
39#define T_FAST (1UL << 10)
40#define T_FORCE_CREATE (1UL << 11)
41#define T_FORCE_UNIQUENESS (1UL << 12)
42#define T_INFO (1UL << 13)
43/** CHECK TABLE...MEDIUM (the default) */
44#define T_MEDIUM (1UL << 14)
45/** CHECK TABLE...QUICK */
46#define T_QUICK (1UL << 15)
47#define T_READONLY (1UL << 16)
48#define T_REP (1UL << 17)
49#define T_REP_BY_SORT (1UL << 18)
50#define T_REP_PARALLEL (1UL << 19)
51#define T_RETRY_WITHOUT_QUICK (1UL << 20)
52#define T_SAFE_REPAIR (1UL << 21)
53#define T_SILENT (1UL << 22)
54#define T_SORT_INDEX (1UL << 23)
55#define T_SORT_RECORDS (1UL << 24)
56#define T_STATISTICS (1UL << 25)
57#define T_UNPACK (1UL << 26)
58#define T_UPDATE_STATE (1UL << 27)
59#define T_VERBOSE (1UL << 28)
60#define T_VERY_SILENT (1UL << 29)
61#define T_WAIT_FOREVER (1UL << 30)
62#define T_WRITE_LOOP (1UL << 31)
63
64#define T_REP_ANY (T_REP | T_REP_BY_SORT | T_REP_PARALLEL)
65
66#ifdef __cplusplus
67}
68#endif
69#endif
070
=== modified file 'Percona-Server/include/my_compare.h'
--- Percona-Server/include/my_compare.h 2013-03-20 05:56:02 +0000
+++ Percona-Server/include/my_compare.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/include/my_default.h'
--- Percona-Server/include/my_default.h 2013-06-11 06:50:33 +0000
+++ Percona-Server/include/my_default.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/include/my_global.h'
--- Percona-Server/include/my_global.h 2013-09-09 15:24:45 +0000
+++ Percona-Server/include/my_global.h 2013-12-05 18:50:37 +0000
@@ -474,7 +474,7 @@
474#endif474#endif
475475
476#define swap_variables(t, a, b) { t dummy; dummy= a; a= b; b= dummy; }476#define swap_variables(t, a, b) { t dummy; dummy= a; a= b; b= dummy; }
477#define test(a) ((a) ? 1 : 0)477#define MY_TEST(a) ((a) ? 1 : 0)
478#define set_if_bigger(a,b) do { if ((a) < (b)) (a)=(b); } while(0)478#define set_if_bigger(a,b) do { if ((a) < (b)) (a)=(b); } while(0)
479#define set_if_smaller(a,b) do { if ((a) > (b)) (a)=(b); } while(0)479#define set_if_smaller(a,b) do { if ((a) > (b)) (a)=(b); } while(0)
480#define test_all_bits(a,b) (((a) & (b)) == (b))480#define test_all_bits(a,b) (((a) & (b)) == (b))
481481
=== added file 'Percona-Server/include/my_murmur3.h'
--- Percona-Server/include/my_murmur3.h 1970-01-01 00:00:00 +0000
+++ Percona-Server/include/my_murmur3.h 2013-12-05 18:50:37 +0000
@@ -0,0 +1,27 @@
1#ifndef MY_MURMUR3_INCLUDED
2#define MY_MURMUR3_INCLUDED
3
4/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; version 2 of the License.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */
18
19#include <my_global.h>
20
21C_MODE_START
22
23uint32 murmur3_32(const uchar * key, size_t len, uint32 seed);
24
25C_MODE_END
26
27#endif /* MY_MURMUR3_INCLUDED */
028
=== modified file 'Percona-Server/include/myisam.h'
--- Percona-Server/include/myisam.h 2012-03-06 14:29:42 +0000
+++ Percona-Server/include/myisam.h 2013-12-05 18:50:37 +0000
@@ -33,7 +33,7 @@
33#endif33#endif
34#include "my_compare.h"34#include "my_compare.h"
35#include <mysql/plugin.h>35#include <mysql/plugin.h>
3636#include <my_check_opt.h>
37/*37/*
38 Limit max keys according to HA_MAX_POSSIBLE_KEY38 Limit max keys according to HA_MAX_POSSIBLE_KEY
39*/39*/
@@ -80,8 +80,8 @@
8080
81#define mi_is_key_active(_keymap_,_keyno_) \81#define mi_is_key_active(_keymap_,_keyno_) \
82 (((_keyno_) < MI_KEYMAP_BITS) ? \82 (((_keyno_) < MI_KEYMAP_BITS) ? \
83 test((_keymap_) & (ULL(1) << (_keyno_))) : \83 MY_TEST((_keymap_) & (ULL(1) << (_keyno_))) : \
84 test((_keymap_) & MI_KEYMAP_HIGH_MASK))84 MY_TEST((_keymap_) & MI_KEYMAP_HIGH_MASK))
85#define mi_set_key_active(_keymap_,_keyno_) \85#define mi_set_key_active(_keymap_,_keyno_) \
86 (_keymap_)|= (((_keyno_) < MI_KEYMAP_BITS) ? \86 (_keymap_)|= (((_keyno_) < MI_KEYMAP_BITS) ? \
87 (ULL(1) << (_keyno_)) : \87 (ULL(1) << (_keyno_)) : \
@@ -94,7 +94,7 @@
94#else94#else
9595
96#define mi_is_key_active(_keymap_,_keyno_) \96#define mi_is_key_active(_keymap_,_keyno_) \
97 test((_keymap_) & (ULL(1) << (_keyno_)))97 MY_TEST((_keymap_) & (ULL(1) << (_keyno_)))
98#define mi_set_key_active(_keymap_,_keyno_) \98#define mi_set_key_active(_keymap_,_keyno_) \
99 (_keymap_)|= (ULL(1) << (_keyno_))99 (_keymap_)|= (ULL(1) << (_keyno_))
100#define mi_clear_key_active(_keymap_,_keyno_) \100#define mi_clear_key_active(_keymap_,_keyno_) \
@@ -103,7 +103,7 @@
103#endif103#endif
104104
105#define mi_is_any_key_active(_keymap_) \105#define mi_is_any_key_active(_keymap_) \
106 test((_keymap_))106 MY_TEST((_keymap_))
107#define mi_is_all_keys_active(_keymap_,_keys_) \107#define mi_is_all_keys_active(_keymap_,_keys_) \
108 ((_keymap_) == mi_get_mask_all_keys_active(_keys_))108 ((_keymap_) == mi_get_mask_all_keys_active(_keys_))
109#define mi_set_all_keys_active(_keymap_,_keys_) \109#define mi_set_all_keys_active(_keymap_,_keys_) \
@@ -312,51 +312,6 @@
312#define MYISAMCHK_VERIFY 2 /* Verify, run repair if failure */312#define MYISAMCHK_VERIFY 2 /* Verify, run repair if failure */
313313
314/*314/*
315 Definitions needed for myisamchk.c
316
317 Entries marked as "QQ to be removed" are NOT used to
318 pass check/repair options to mi_check.c. They are used
319 internally by myisamchk.c or/and ha_myisam.cc and should NOT
320 be stored together with other flags. They should be removed
321 from the following list to make addition of new flags possible.
322*/
323
324#define T_AUTO_INC 1
325#define T_AUTO_REPAIR 2 /* QQ to be removed */
326#define T_BACKUP_DATA 4
327#define T_CALC_CHECKSUM 8
328#define T_CHECK 16 /* QQ to be removed */
329#define T_CHECK_ONLY_CHANGED 32 /* QQ to be removed */
330#define T_CREATE_MISSING_KEYS 64
331#define T_DESCRIPT 128
332#define T_DONT_CHECK_CHECKSUM 256
333#define T_EXTEND 512
334#define T_FAST (1L << 10) /* QQ to be removed */
335#define T_FORCE_CREATE (1L << 11) /* QQ to be removed */
336#define T_FORCE_UNIQUENESS (1L << 12)
337#define T_INFO (1L << 13)
338#define T_MEDIUM (1L << 14)
339#define T_QUICK (1L << 15) /* QQ to be removed */
340#define T_READONLY (1L << 16) /* QQ to be removed */
341#define T_REP (1L << 17)
342#define T_REP_BY_SORT (1L << 18) /* QQ to be removed */
343#define T_REP_PARALLEL (1L << 19) /* QQ to be removed */
344#define T_RETRY_WITHOUT_QUICK (1L << 20)
345#define T_SAFE_REPAIR (1L << 21)
346#define T_SILENT (1L << 22)
347#define T_SORT_INDEX (1L << 23) /* QQ to be removed */
348#define T_SORT_RECORDS (1L << 24) /* QQ to be removed */
349#define T_STATISTICS (1L << 25)
350#define T_UNPACK (1L << 26)
351#define T_UPDATE_STATE (1L << 27)
352#define T_VERBOSE (1L << 28)
353#define T_VERY_SILENT (1L << 29)
354#define T_WAIT_FOREVER (1L << 30)
355#define T_WRITE_LOOP ((ulong) 1L << 31)
356
357#define T_REP_ANY (T_REP | T_REP_BY_SORT | T_REP_PARALLEL)
358
359/*
360 Flags used by myisamchk.c or/and ha_myisam.cc that are NOT passed315 Flags used by myisamchk.c or/and ha_myisam.cc that are NOT passed
361 to mi_check.c follows:316 to mi_check.c follows:
362*/317*/
363318
=== modified file 'Percona-Server/include/mysql/innodb_priv.h'
--- Percona-Server/include/mysql/innodb_priv.h 2013-03-20 05:56:02 +0000
+++ Percona-Server/include/mysql/innodb_priv.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/include/mysql/service_thread_scheduler.h'
--- Percona-Server/include/mysql/service_thread_scheduler.h 2011-06-30 15:46:53 +0000
+++ Percona-Server/include/mysql/service_thread_scheduler.h 2013-12-05 18:50:37 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'Percona-Server/libevent/CMakeLists.txt'
--- Percona-Server/libevent/CMakeLists.txt 2012-03-19 01:24:49 +0000
+++ Percona-Server/libevent/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2#2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/CMakeLists.txt'
--- Percona-Server/libmysql/CMakeLists.txt 2013-10-15 11:37:57 +0000
+++ Percona-Server/libmysql/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -183,8 +183,10 @@
183MERGE_LIBRARIES(mysqlclient STATIC ${LIBS} COMPONENT Development)183MERGE_LIBRARIES(mysqlclient STATIC ${LIBS} COMPONENT Development)
184184
185# Visual Studio users need debug static library for debug projects185# Visual Studio users need debug static library for debug projects
186INSTALL_DEBUG_SYMBOLS(clientlib)
186IF(MSVC)187IF(MSVC)
187 INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug)188 INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug)
189 INSTALL_DEBUG_TARGET(clientlib DESTINATION ${INSTALL_LIBDIR}/debug)
188ENDIF()190ENDIF()
189191
190MACRO(GET_TARGET_NAME target out_name)192MACRO(GET_TARGET_NAME target out_name)
191193
=== modified file 'Percona-Server/libmysql/authentication_win/CMakeLists.txt'
--- Percona-Server/libmysql/authentication_win/CMakeLists.txt 2011-04-29 21:53:46 +0000
+++ Percona-Server/libmysql/authentication_win/CMakeLists.txt 2013-12-05 18:50:37 +0000
@@ -31,3 +31,8 @@
31# In IDE, group headers in a separate folder.31# In IDE, group headers in a separate folder.
3232
33SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")33SOURCE_GROUP(Headers REGULAR_EXPRESSION ".*h$")
34
35INSTALL_DEBUG_SYMBOLS(auth_win_client)
36IF(MSVC)
37 INSTALL_DEBUG_TARGET(auth_win_client DESTINATION ${INSTALL_LIBDIR}/debug)
38ENDIF()
3439
=== modified file 'Percona-Server/libmysql/authentication_win/common.cc'
--- Percona-Server/libmysql/authentication_win/common.cc 2013-03-20 05:56:02 +0000
+++ Percona-Server/libmysql/authentication_win/common.cc 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/authentication_win/common.h'
--- Percona-Server/libmysql/authentication_win/common.h 2013-03-20 05:56:02 +0000
+++ Percona-Server/libmysql/authentication_win/common.h 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/authentication_win/handshake_client.cc'
--- Percona-Server/libmysql/authentication_win/handshake_client.cc 2013-03-20 05:56:02 +0000
+++ Percona-Server/libmysql/authentication_win/handshake_client.cc 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/authentication_win/log_client.cc'
--- Percona-Server/libmysql/authentication_win/log_client.cc 2013-03-20 05:56:02 +0000
+++ Percona-Server/libmysql/authentication_win/log_client.cc 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/authentication_win/plugin_client.cc'
--- Percona-Server/libmysql/authentication_win/plugin_client.cc 2013-03-20 05:56:02 +0000
+++ Percona-Server/libmysql/authentication_win/plugin_client.cc 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'Percona-Server/libmysql/libmysql.c'
--- Percona-Server/libmysql/libmysql.c 2013-06-25 13:13:06 +0000
+++ Percona-Server/libmysql/libmysql.c 2013-12-05 18:50:37 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -357,10 +357,13 @@
357 DBUG_RETURN(TRUE);357 DBUG_RETURN(TRUE);
358 }358 }
359359
360 /* Use an empty string instead of NULL. */360 /*
361361 Use an empty string instead of NULL.
362 mysql->user= (char*)(user ? user : "");362 Alloc user and password on heap because mysql_reconnect()
363 mysql->passwd= (char*)(passwd ? passwd : "");363 calls mysql_close() on success.
364 */
365 mysql->user= my_strdup(user ? user : "", MYF(MY_WME));
366 mysql->passwd= my_strdup(passwd ? passwd : "", MYF(MY_WME));
364 mysql->db= 0;367 mysql->db= 0;
365368
366 rc= run_plugin_auth(mysql, 0, 0, 0, db);369 rc= run_plugin_auth(mysql, 0, 0, 0, db);
@@ -378,12 +381,16 @@
378 my_free(saved_db);381 my_free(saved_db);
379382
380 /* alloc new connect information */383 /* alloc new connect information */
381 mysql->user= my_strdup(mysql->user, MYF(MY_WME));
382 mysql->passwd= my_strdup(mysql->passwd, MYF(MY_WME));
383 mysql->db= db ? my_strdup(db, MYF(MY_WME)) : 0;384 mysql->db= db ? my_strdup(db, MYF(MY_WME)) : 0;
384 }385 }
385 else386 else
386 {387 {
388 /* Free temporary connect information */
389 my_free(mysql->user);
390 my_free(mysql->passwd);
391 my_free(mysql->db);
392
393 /* Restore saved state */
387 mysql->charset= saved_cs;394 mysql->charset= saved_cs;
388 mysql->user= saved_user;395 mysql->user= saved_user;
389 mysql->passwd= saved_passwd;396 mysql->passwd= saved_passwd;
@@ -2071,9 +2078,9 @@
2071 buff[4]= (char) stmt->flags;2078 buff[4]= (char) stmt->flags;
2072 int4store(buff+5, 1); /* iteration count */2079 int4store(buff+5, 1); /* iteration count */
20732080
2074 res= test(cli_advanced_command(mysql, COM_STMT_EXECUTE, buff, sizeof(buff),2081 res= MY_TEST(cli_advanced_command(mysql, COM_STMT_EXECUTE, buff, sizeof(buff),
2075 (uchar*) packet, length, 1, stmt) ||2082 (uchar*) packet, length, 1, stmt) ||
2076 (*mysql->methods->read_query_result)(mysql));2083 (*mysql->methods->read_query_result)(mysql));
2077 stmt->affected_rows= mysql->affected_rows;2084 stmt->affected_rows= mysql->affected_rows;
2078 stmt->server_status= mysql->server_status;2085 stmt->server_status= mysql->server_status;
2079 stmt->insert_id= mysql->insert_id;2086 stmt->insert_id= mysql->insert_id;
@@ -2559,7 +2566,7 @@
2559 reinit_result_set_metadata(stmt);2566 reinit_result_set_metadata(stmt);
2560 prepare_to_fetch_result(stmt);2567 prepare_to_fetch_result(stmt);
2561 }2568 }
2562 DBUG_RETURN(test(stmt->last_errno));2569 DBUG_RETURN(MY_TEST(stmt->last_errno));
2563}2570}
25642571
25652572
@@ -3179,7 +3186,7 @@
3179 int err;3186 int err;
3180 double data= my_strntod(&my_charset_latin1, value, length, &endptr, &err);3187 double data= my_strntod(&my_charset_latin1, value, length, &endptr, &err);
3181 float fdata= (float) data;3188 float fdata= (float) data;
3182 *param->error= (fdata != data) | test(err);3189 *param->error= (fdata != data) | MY_TEST(err);
3183 floatstore(buffer, fdata);3190 floatstore(buffer, fdata);
3184 break;3191 break;
3185 }3192 }
@@ -3187,7 +3194,7 @@
3187 {3194 {
3188 int err;3195 int err;
3189 double data= my_strntod(&my_charset_latin1, value, length, &endptr, &err);3196 double data= my_strntod(&my_charset_latin1, value, length, &endptr, &err);
3190 *param->error= test(err);3197 *param->error= MY_TEST(err);
3191 doublestore(buffer, data);3198 doublestore(buffer, data);
3192 break;3199 break;
3193 }3200 }
@@ -3196,7 +3203,7 @@
3196 MYSQL_TIME_STATUS status;3203 MYSQL_TIME_STATUS status;
3197 MYSQL_TIME *tm= (MYSQL_TIME *)buffer;3204 MYSQL_TIME *tm= (MYSQL_TIME *)buffer;
3198 str_to_time(value, length, tm, &status);3205 str_to_time(value, length, tm, &status);
3199 *param->error= test(status.warnings);3206 *param->error= MY_TEST(status.warnings);
3200 break;3207 break;
3201 }3208 }
3202 case MYSQL_TYPE_DATE:3209 case MYSQL_TYPE_DATE:
@@ -3206,7 +3213,7 @@
3206 MYSQL_TIME_STATUS status;3213 MYSQL_TIME_STATUS status;
3207 MYSQL_TIME *tm= (MYSQL_TIME *)buffer;3214 MYSQL_TIME *tm= (MYSQL_TIME *)buffer;
3208 (void) str_to_datetime(value, length, tm, TIME_FUZZY_DATE, &status);3215 (void) str_to_datetime(value, length, tm, TIME_FUZZY_DATE, &status);
3209 *param->error= test(status.warnings) &&3216 *param->error= MY_TEST(status.warnings) &&
3210 (param->buffer_type == MYSQL_TYPE_DATE &&3217 (param->buffer_type == MYSQL_TYPE_DATE &&
3211 tm->time_type != MYSQL_TIMESTAMP_DATE);3218 tm->time_type != MYSQL_TIMESTAMP_DATE);
3212 break;3219 break;
@@ -3331,7 +3338,7 @@
3331 int error;3338 int error;
3332 value= number_to_datetime(value, (MYSQL_TIME *) buffer, TIME_FUZZY_DATE,3339 value= number_to_datetime(value, (MYSQL_TIME *) buffer, TIME_FUZZY_DATE,
3333 &error);3340 &error);
3334 *param->error= test(error);3341 *param->error= MY_TEST(error);
3335 break;3342 break;
3336 }3343 }
3337 default:3344 default:
@@ -3679,7 +3686,7 @@
3679static void fetch_result_tinyint(MYSQL_BIND *param, MYSQL_FIELD *field,3686static void fetch_result_tinyint(MYSQL_BIND *param, MYSQL_FIELD *field,
3680 uchar **row)3687 uchar **row)
3681{3688{
3682 my_bool field_is_unsigned= test(field->flags & UNSIGNED_FLAG);3689 my_bool field_is_unsigned= MY_TEST(field->flags & UNSIGNED_FLAG);
3683 uchar data= **row;3690 uchar data= **row;
3684 *(uchar *)param->buffer= data;3691 *(uchar *)param->buffer= data;
3685 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX8;3692 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX8;
@@ -3689,7 +3696,7 @@
3689static void fetch_result_short(MYSQL_BIND *param, MYSQL_FIELD *field,3696static void fetch_result_short(MYSQL_BIND *param, MYSQL_FIELD *field,
3690 uchar **row)3697 uchar **row)
3691{3698{
3692 my_bool field_is_unsigned= test(field->flags & UNSIGNED_FLAG);3699 my_bool field_is_unsigned= MY_TEST(field->flags & UNSIGNED_FLAG);
3693 ushort data= (ushort) sint2korr(*row);3700 ushort data= (ushort) sint2korr(*row);
3694 shortstore(param->buffer, data);3701 shortstore(param->buffer, data);
3695 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX16;3702 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX16;
@@ -3700,7 +3707,7 @@
3700 MYSQL_FIELD *field __attribute__((unused)),3707 MYSQL_FIELD *field __attribute__((unused)),
3701 uchar **row)3708 uchar **row)
3702{3709{
3703 my_bool field_is_unsigned= test(field->flags & UNSIGNED_FLAG);3710 my_bool field_is_unsigned= MY_TEST(field->flags & UNSIGNED_FLAG);
3704 uint32 data= (uint32) sint4korr(*row);3711 uint32 data= (uint32) sint4korr(*row);
3705 longstore(param->buffer, data);3712 longstore(param->buffer, data);
3706 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX32;3713 *param->error= param->is_unsigned != field_is_unsigned && data > INT_MAX32;
@@ -3711,7 +3718,7 @@
3711 MYSQL_FIELD *field __attribute__((unused)),3718 MYSQL_FIELD *field __attribute__((unused)),
3712 uchar **row)3719 uchar **row)
3713{3720{
3714 my_bool field_is_unsigned= test(field->flags & UNSIGNED_FLAG);3721 my_bool field_is_unsigned= MY_TEST(field->flags & UNSIGNED_FLAG);
3715 ulonglong data= (ulonglong) sint8korr(*row);3722 ulonglong data= (ulonglong) sint8korr(*row);
3716 *param->error= param->is_unsigned != field_is_unsigned && data > LONGLONG_MAX;3723 *param->error= param->is_unsigned != field_is_unsigned && data > LONGLONG_MAX;
3717 longlongstore(param->buffer, data);3724 longlongstore(param->buffer, data);
@@ -4705,7 +4712,7 @@
4705 my_free(stmt->extension);4712 my_free(stmt->extension);
4706 my_free(stmt);4713 my_free(stmt);
47074714
4708 DBUG_RETURN(test(rc));4715 DBUG_RETURN(MY_TEST(rc));
4709}4716}
47104717
4711/*4718/*
47124719
=== modified file 'Percona-Server/libmysqld/lib_sql.cc'
--- Percona-Server/libmysqld/lib_sql.cc 2013-10-15 11:37:57 +0000
+++ Percona-Server/libmysqld/lib_sql.cc 2013-12-05 18:50:37 +0000
@@ -337,9 +337,9 @@
337 thd->client_param_count= stmt->param_count;337 thd->client_param_count= stmt->param_count;
338 thd->client_params= stmt->params;338 thd->client_params= stmt->params;
339339
340 res= test(emb_advanced_command(stmt->mysql, COM_STMT_EXECUTE, 0, 0,340 res= MY_TEST(emb_advanced_command(stmt->mysql, COM_STMT_EXECUTE, 0, 0,
341 header, sizeof(header), 1, stmt) ||341 header, sizeof(header), 1, stmt) ||
342 emb_read_query_result(stmt->mysql));342 emb_read_query_result(stmt->mysql));
343 stmt->affected_rows= stmt->mysql->affected_rows;343 stmt->affected_rows= stmt->mysql->affected_rows;
344 stmt->insert_id= stmt->mysql->insert_id;344 stmt->insert_id= stmt->mysql->insert_id;
345 stmt->server_status= stmt->mysql->server_status;345 stmt->server_status= stmt->mysql->server_status;
346346
=== modified file 'Percona-Server/libservices/my_thread_scheduler_service.c'
--- Percona-Server/libservices/my_thread_scheduler_service.c 2011-06-30 15:46:53 +0000
+++ Percona-Server/libservices/my_thread_scheduler_service.c 2013-12-05 18:50:37 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'Percona-Server/libservices/thd_wait_service.c'
--- Percona-Server/libservices/thd_wait_service.c 2011-06-30 15:46:53 +0000
+++ Percona-Server/libservices/thd_wait_service.c 2013-12-05 18:50:37 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'Percona-Server/man/comp_err.1'
--- Percona-Server/man/comp_err.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/comp_err.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBcomp_err\fR2.\" Title: \fBcomp_err\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBCOMP_ERR\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBCOMP_ERR\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -83,9 +83,7 @@
83.sp -183.sp -1
84.IP \(bu 2.384.IP \(bu 2.3
85.\}85.\}
86.\" comp_err: help option86.\" comp_err: help option.\" help option: comp_err\fB\-\-help\fR,
87.\" help option: comp_err
88\fB\-\-help\fR,
89\fB\-?\fR87\fB\-?\fR
90.sp88.sp
91Display a help message and exit\&.89Display a help message and exit\&.
@@ -99,9 +97,7 @@
99.sp -197.sp -1
100.IP \(bu 2.398.IP \(bu 2.3
101.\}99.\}
102.\" comp_err: charset option100.\" comp_err: charset option.\" charset option: comp_err\fB\-\-charset=\fR\fB\fIpath\fR\fR,
103.\" charset option: comp_err
104\fB\-\-charset=\fR\fB\fIpath\fR\fR,
105\fB\-C \fR\fB\fIpath\fR\fR101\fB\-C \fR\fB\fIpath\fR\fR
106.sp102.sp
107The character set directory\&. The default is103The character set directory\&. The default is
@@ -116,9 +112,7 @@
116.sp -1112.sp -1
117.IP \(bu 2.3113.IP \(bu 2.3
118.\}114.\}
119.\" comp_err: debug option115.\" comp_err: debug option.\" debug option: comp_err\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
120.\" debug option: comp_err
121\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
122\fB\-# \fR\fB\fIdebug_options\fR\fR116\fB\-# \fR\fB\fIdebug_options\fR\fR
123.sp117.sp
124Write a debugging log\&. A typical118Write a debugging log\&. A typical
@@ -136,9 +130,7 @@
136.sp -1130.sp -1
137.IP \(bu 2.3131.IP \(bu 2.3
138.\}132.\}
139.\" comp_err: debug-info option133.\" comp_err: debug-info option.\" debug-info option: comp_err\fB\-\-debug\-info\fR,
140.\" debug-info option: comp_err
141\fB\-\-debug\-info\fR,
142\fB\-T\fR134\fB\-T\fR
143.sp135.sp
144Print some debugging information when the program exits\&.136Print some debugging information when the program exits\&.
@@ -152,9 +144,7 @@
152.sp -1144.sp -1
153.IP \(bu 2.3145.IP \(bu 2.3
154.\}146.\}
155.\" comp_err: header_file option147.\" comp_err: header_file option.\" header_file option: comp_err\fB\-\-header_file=\fR\fB\fIfile_name\fR\fR,
156.\" header_file option: comp_err
157\fB\-\-header_file=\fR\fB\fIfile_name\fR\fR,
158\fB\-H \fR\fB\fIfile_name\fR\fR148\fB\-H \fR\fB\fIfile_name\fR\fR
159.sp149.sp
160The name of the error header file\&. The default is150The name of the error header file\&. The default is
@@ -169,9 +159,7 @@
169.sp -1159.sp -1
170.IP \(bu 2.3160.IP \(bu 2.3
171.\}161.\}
172.\" comp_err: in_file option162.\" comp_err: in_file option.\" in_file option: comp_err\fB\-\-in_file=\fR\fB\fIfile_name\fR\fR,
173.\" in_file option: comp_err
174\fB\-\-in_file=\fR\fB\fIfile_name\fR\fR,
175\fB\-F \fR\fB\fIfile_name\fR\fR163\fB\-F \fR\fB\fIfile_name\fR\fR
176.sp164.sp
177The name of the input file\&. The default is165The name of the input file\&. The default is
@@ -186,9 +174,7 @@
186.sp -1174.sp -1
187.IP \(bu 2.3175.IP \(bu 2.3
188.\}176.\}
189.\" comp_err: name_file option177.\" comp_err: name_file option.\" name_file option: comp_err\fB\-\-name_file=\fR\fB\fIfile_name\fR\fR,
190.\" name_file option: comp_err
191\fB\-\-name_file=\fR\fB\fIfile_name\fR\fR,
192\fB\-N \fR\fB\fIfile_name\fR\fR178\fB\-N \fR\fB\fIfile_name\fR\fR
193.sp179.sp
194The name of the error name file\&. The default is180The name of the error name file\&. The default is
@@ -203,9 +189,7 @@
203.sp -1189.sp -1
204.IP \(bu 2.3190.IP \(bu 2.3
205.\}191.\}
206.\" comp_err: out_dir option192.\" comp_err: out_dir option.\" out_dir option: comp_err\fB\-\-out_dir=\fR\fB\fIpath\fR\fR,
207.\" out_dir option: comp_err
208\fB\-\-out_dir=\fR\fB\fIpath\fR\fR,
209\fB\-D \fR\fB\fIpath\fR\fR193\fB\-D \fR\fB\fIpath\fR\fR
210.sp194.sp
211The name of the output base directory\&. The default is195The name of the output base directory\&. The default is
@@ -220,9 +204,7 @@
220.sp -1204.sp -1
221.IP \(bu 2.3205.IP \(bu 2.3
222.\}206.\}
223.\" comp_err: out_file option207.\" comp_err: out_file option.\" out_file option: comp_err\fB\-\-out_file=\fR\fB\fIfile_name\fR\fR,
224.\" out_file option: comp_err
225\fB\-\-out_file=\fR\fB\fIfile_name\fR\fR,
226\fB\-O \fR\fB\fIfile_name\fR\fR208\fB\-O \fR\fB\fIfile_name\fR\fR
227.sp209.sp
228The name of the output file\&. The default is210The name of the output file\&. The default is
@@ -237,9 +219,7 @@
237.sp -1219.sp -1
238.IP \(bu 2.3220.IP \(bu 2.3
239.\}221.\}
240.\" comp_err: statefile option222.\" comp_err: statefile option.\" statefile option: comp_err\fB\-\-statefile=\fR\fB\fIfile_name\fR\fR,
241.\" statefile option: comp_err
242\fB\-\-statefile=\fR\fB\fIfile_name\fR\fR,
243\fB\-S \fR\fB\fIfile_name\fR\fR223\fB\-S \fR\fB\fIfile_name\fR\fR
244.sp224.sp
245The name for the SQLSTATE header file\&. The default is225The name for the SQLSTATE header file\&. The default is
@@ -254,9 +234,7 @@
254.sp -1234.sp -1
255.IP \(bu 2.3235.IP \(bu 2.3
256.\}236.\}
257.\" comp_err: version option237.\" comp_err: version option.\" version option: comp_err\fB\-\-version\fR,
258.\" version option: comp_err
259\fB\-\-version\fR,
260\fB\-V\fR238\fB\-V\fR
261.sp239.sp
262Display version information and exit\&.240Display version information and exit\&.
263241
=== modified file 'Percona-Server/man/innochecksum.1'
--- Percona-Server/man/innochecksum.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/innochecksum.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBinnochecksum\fR2.\" Title: \fBinnochecksum\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBINNOCHECKSUM\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBINNOCHECKSUM\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'Percona-Server/man/msql2mysql.1'
--- Percona-Server/man/msql2mysql.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/msql2mysql.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmsql2mysql\fR2.\" Title: \fBmsql2mysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMSQL2MYSQL\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMSQL2MYSQL\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'Percona-Server/man/my_print_defaults.1'
--- Percona-Server/man/my_print_defaults.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/my_print_defaults.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmy_print_defaults\fR2.\" Title: \fBmy_print_defaults\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMY_PRINT_DEFAULTS" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMY_PRINT_DEFAULTS" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -72,9 +72,7 @@
72.sp -172.sp -1
73.IP \(bu 2.373.IP \(bu 2.3
74.\}74.\}
75.\" my_print_defaults: help option75.\" my_print_defaults: help option.\" help option: my_print_defaults\fB\-\-help\fR,
76.\" help option: my_print_defaults
77\fB\-\-help\fR,
78\fB\-?\fR76\fB\-?\fR
79.sp77.sp
80Display a help message and exit\&.78Display a help message and exit\&.
@@ -88,12 +86,8 @@
88.sp -186.sp -1
89.IP \(bu 2.387.IP \(bu 2.3
90.\}88.\}
91.\" my_print_defaults: config-file option89.\" my_print_defaults: config-file option.\" config-file option: my_print_defaults\fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR,
92.\" config-file option: my_print_defaults90.\" my_print_defaults: defaults-file option.\" defaults-file option: my_print_defaults\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR,
93\fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR,
94.\" my_print_defaults: defaults-file option
95.\" defaults-file option: my_print_defaults
96\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR,
97\fB\-c \fR\fB\fIfile_name\fR\fR91\fB\-c \fR\fB\fIfile_name\fR\fR
98.sp92.sp
99Read only the given option file\&.93Read only the given option file\&.
@@ -107,9 +101,7 @@
107.sp -1101.sp -1
108.IP \(bu 2.3102.IP \(bu 2.3
109.\}103.\}
110.\" my_print_defaults: debug option104.\" my_print_defaults: debug option.\" debug option: my_print_defaults\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
111.\" debug option: my_print_defaults
112\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
113\fB\-# \fR\fB\fIdebug_options\fR\fR105\fB\-# \fR\fB\fIdebug_options\fR\fR
114.sp106.sp
115Write a debugging log\&. A typical107Write a debugging log\&. A typical
@@ -127,12 +119,8 @@
127.sp -1119.sp -1
128.IP \(bu 2.3120.IP \(bu 2.3
129.\}121.\}
130.\" my_print_defaults: defaults-extra-file option122.\" my_print_defaults: defaults-extra-file option.\" defaults-extra-file option: my_print_defaults\fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR,
131.\" defaults-extra-file option: my_print_defaults123.\" my_print_defaults: extra-file option.\" extra-file option: my_print_defaults\fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR,
132\fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR,
133.\" my_print_defaults: extra-file option
134.\" extra-file option: my_print_defaults
135\fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR,
136\fB\-e \fR\fB\fIfile_name\fR\fR124\fB\-e \fR\fB\fIfile_name\fR\fR
137.sp125.sp
138Read this option file after the global option file but (on Unix) before the user option file\&.126Read this option file after the global option file but (on Unix) before the user option file\&.
@@ -146,9 +134,7 @@
146.sp -1134.sp -1
147.IP \(bu 2.3135.IP \(bu 2.3
148.\}136.\}
149.\" my_print_defaults: defaults-group-suffix option137.\" my_print_defaults: defaults-group-suffix option.\" defaults-group-suffix option: my_print_defaults\fB\-\-defaults\-group\-suffix=\fR\fB\fIsuffix\fR\fR,
150.\" defaults-group-suffix option: my_print_defaults
151\fB\-\-defaults\-group\-suffix=\fR\fB\fIsuffix\fR\fR,
152\fB\-g \fR\fB\fIsuffix\fR\fR138\fB\-g \fR\fB\fIsuffix\fR\fR
153.sp139.sp
154In addition to the groups named on the command line, read groups that have the given suffix\&.140In addition to the groups named on the command line, read groups that have the given suffix\&.
@@ -162,8 +148,7 @@
162.sp -1148.sp -1
163.IP \(bu 2.3149.IP \(bu 2.3
164.\}150.\}
165.\" login-path option151.\" login-path option\fB\-\-login\-path=\fR\fB\fIname\fR\fR,
166\fB\-\-login\-path=\fR\fB\fIname\fR\fR,
167\fB\-l \fR\fB\fIname\fR\fR152\fB\-l \fR\fB\fIname\fR\fR
168.sp153.sp
169Read options from the named login path in the154Read options from the named login path in the
@@ -180,9 +165,7 @@
180.sp -1165.sp -1
181.IP \(bu 2.3166.IP \(bu 2.3
182.\}167.\}
183.\" my_print_defaults: no-defaults option168.\" my_print_defaults: no-defaults option.\" no-defaults option: my_print_defaults\fB\-\-no\-defaults\fR,
184.\" no-defaults option: my_print_defaults
185\fB\-\-no\-defaults\fR,
186\fB\-n\fR169\fB\-n\fR
187.sp170.sp
188Return an empty string\&.171Return an empty string\&.
@@ -196,9 +179,7 @@
196.sp -1179.sp -1
197.IP \(bu 2.3180.IP \(bu 2.3
198.\}181.\}
199.\" my_print_defaults: verbose option182.\" my_print_defaults: verbose option.\" verbose option: my_print_defaults\fB\-\-verbose\fR,
200.\" verbose option: my_print_defaults
201\fB\-\-verbose\fR,
202\fB\-v\fR183\fB\-v\fR
203.sp184.sp
204Verbose mode\&. Print more information about what the program does\&.185Verbose mode\&. Print more information about what the program does\&.
@@ -212,9 +193,7 @@
212.sp -1193.sp -1
213.IP \(bu 2.3194.IP \(bu 2.3
214.\}195.\}
215.\" my_print_defaults: version option196.\" my_print_defaults: version option.\" version option: my_print_defaults\fB\-\-version\fR,
216.\" version option: my_print_defaults
217\fB\-\-version\fR,
218\fB\-V\fR197\fB\-V\fR
219.sp198.sp
220Display version information and exit\&.199Display version information and exit\&.
221200
=== modified file 'Percona-Server/man/myisam_ftdump.1'
--- Percona-Server/man/myisam_ftdump.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/myisam_ftdump.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisam_ftdump\fR2.\" Title: \fBmyisam_ftdump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAM_FTDUMP\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAM_FTDUMP\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -160,11 +160,8 @@
160.sp -1160.sp -1
161.IP \(bu 2.3161.IP \(bu 2.3
162.\}162.\}
163.\" myisam_ftdump: help option163.\" myisam_ftdump: help option.\" help option: myisam_ftdump\fB\-\-help\fR,
164.\" help option: myisam_ftdump164\fB\-h\fR\fB\-?\fR
165\fB\-\-help\fR,
166\fB\-h\fR
167\fB\-?\fR
168.sp165.sp
169Display a help message and exit\&.166Display a help message and exit\&.
170.RE167.RE
@@ -177,9 +174,7 @@
177.sp -1174.sp -1
178.IP \(bu 2.3175.IP \(bu 2.3
179.\}176.\}
180.\" myisam_ftdump: count option177.\" myisam_ftdump: count option.\" count option: myisam_ftdump\fB\-\-count\fR,
181.\" count option: myisam_ftdump
182\fB\-\-count\fR,
183\fB\-c\fR178\fB\-c\fR
184.sp179.sp
185Calculate per\-word statistics (counts and global weights)\&.180Calculate per\-word statistics (counts and global weights)\&.
@@ -193,9 +188,7 @@
193.sp -1188.sp -1
194.IP \(bu 2.3189.IP \(bu 2.3
195.\}190.\}
196.\" myisam_ftdump: dump option191.\" myisam_ftdump: dump option.\" dump option: myisam_ftdump\fB\-\-dump\fR,
197.\" dump option: myisam_ftdump
198\fB\-\-dump\fR,
199\fB\-d\fR192\fB\-d\fR
200.sp193.sp
201Dump the index, including data offsets and word weights\&.194Dump the index, including data offsets and word weights\&.
@@ -209,9 +202,7 @@
209.sp -1202.sp -1
210.IP \(bu 2.3203.IP \(bu 2.3
211.\}204.\}
212.\" myisam_ftdump: length option205.\" myisam_ftdump: length option.\" length option: myisam_ftdump\fB\-\-length\fR,
213.\" length option: myisam_ftdump
214\fB\-\-length\fR,
215\fB\-l\fR206\fB\-l\fR
216.sp207.sp
217Report the length distribution\&.208Report the length distribution\&.
@@ -225,9 +216,7 @@
225.sp -1216.sp -1
226.IP \(bu 2.3217.IP \(bu 2.3
227.\}218.\}
228.\" myisam_ftdump: stats option219.\" myisam_ftdump: stats option.\" stats option: myisam_ftdump\fB\-\-stats\fR,
229.\" stats option: myisam_ftdump
230\fB\-\-stats\fR,
231\fB\-s\fR220\fB\-s\fR
232.sp221.sp
233Report global index statistics\&. This is the default operation if no other operation is specified\&.222Report global index statistics\&. This is the default operation if no other operation is specified\&.
@@ -241,9 +230,7 @@
241.sp -1230.sp -1
242.IP \(bu 2.3231.IP \(bu 2.3
243.\}232.\}
244.\" myisam_ftdump: verbose option233.\" myisam_ftdump: verbose option.\" verbose option: myisam_ftdump\fB\-\-verbose\fR,
245.\" verbose option: myisam_ftdump
246\fB\-\-verbose\fR,
247\fB\-v\fR234\fB\-v\fR
248.sp235.sp
249Verbose mode\&. Print more output about what the program does\&.236Verbose mode\&. Print more output about what the program does\&.
250237
=== modified file 'Percona-Server/man/myisamchk.1'
--- Percona-Server/man/myisamchk.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/myisamchk.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisamchk\fR2.\" Title: \fBmyisamchk\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMCHK\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMCHK\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -268,9 +268,7 @@
268.sp -1268.sp -1
269.IP \(bu 2.3269.IP \(bu 2.3
270.\}270.\}
271.\" myisamchk: help option271.\" myisamchk: help option.\" help option: myisamchk\fB\-\-help\fR,
272.\" help option: myisamchk
273\fB\-\-help\fR,
274\fB\-?\fR272\fB\-?\fR
275.sp273.sp
276Display a help message and exit\&. Options are grouped by type of operation\&.274Display a help message and exit\&. Options are grouped by type of operation\&.
@@ -284,9 +282,7 @@
284.sp -1282.sp -1
285.IP \(bu 2.3283.IP \(bu 2.3
286.\}284.\}
287.\" myisamchk: HELP option285.\" myisamchk: HELP option.\" HELP option: myisamchk\fB\-\-HELP\fR,
288.\" HELP option: myisamchk
289\fB\-\-HELP\fR,
290\fB\-H\fR286\fB\-H\fR
291.sp287.sp
292Display a help message and exit\&. Options are presented in a single list\&.288Display a help message and exit\&. Options are presented in a single list\&.
@@ -300,9 +296,7 @@
300.sp -1296.sp -1
301.IP \(bu 2.3297.IP \(bu 2.3
302.\}298.\}
303.\" myisamchk: debug option299.\" myisamchk: debug option.\" debug option: myisamchk\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
304.\" debug option: myisamchk
305\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
306\fB\-# \fR\fB\fIdebug_options\fR\fR300\fB\-# \fR\fB\fIdebug_options\fR\fR
307.sp301.sp
308Write a debugging log\&. A typical302Write a debugging log\&. A typical
@@ -320,9 +314,7 @@
320.sp -1314.sp -1
321.IP \(bu 2.3315.IP \(bu 2.3
322.\}316.\}
323.\" myisamchk: silent option317.\" myisamchk: silent option.\" silent option: myisamchk\fB\-\-silent\fR,
324.\" silent option: myisamchk
325\fB\-\-silent\fR,
326\fB\-s\fR318\fB\-s\fR
327.sp319.sp
328Silent mode\&. Write output only when errors occur\&. You can use320Silent mode\&. Write output only when errors occur\&. You can use
@@ -340,9 +332,7 @@
340.sp -1332.sp -1
341.IP \(bu 2.3333.IP \(bu 2.3
342.\}334.\}
343.\" myisamchk: verbose option335.\" myisamchk: verbose option.\" verbose option: myisamchk\fB\-\-verbose\fR,
344.\" verbose option: myisamchk
345\fB\-\-verbose\fR,
346\fB\-v\fR336\fB\-v\fR
347.sp337.sp
348Verbose mode\&. Print more information about what the program does\&. This can be used with338Verbose mode\&. Print more information about what the program does\&. This can be used with
@@ -362,9 +352,7 @@
362.sp -1352.sp -1
363.IP \(bu 2.3353.IP \(bu 2.3
364.\}354.\}
365.\" myisamchk: version option355.\" myisamchk: version option.\" version option: myisamchk\fB\-\-version\fR,
366.\" version option: myisamchk
367\fB\-\-version\fR,
368\fB\-V\fR356\fB\-V\fR
369.sp357.sp
370Display version information and exit\&.358Display version information and exit\&.
@@ -378,9 +366,7 @@
378.sp -1366.sp -1
379.IP \(bu 2.3367.IP \(bu 2.3
380.\}368.\}
381.\" myisamchk: wait option369.\" myisamchk: wait option.\" wait option: myisamchk\fB\-\-wait\fR,
382.\" wait option: myisamchk
383\fB\-\-wait\fR,
384\fB\-w\fR370\fB\-w\fR
385.sp371.sp
386Instead of terminating with an error if the table is locked, wait until the table is unlocked before continuing\&. If you are running372Instead of terminating with an error if the table is locked, wait until the table is unlocked before continuing\&. If you are running
@@ -652,9 +638,7 @@
652.sp -1638.sp -1
653.IP \(bu 2.3639.IP \(bu 2.3
654.\}640.\}
655.\" myisamchk: check option641.\" myisamchk: check option.\" check option: myisamchk\fB\-\-check\fR,
656.\" check option: myisamchk
657\fB\-\-check\fR,
658\fB\-c\fR642\fB\-c\fR
659.sp643.sp
660Check the table for errors\&. This is the default operation if you specify no option that selects an operation type explicitly\&.644Check the table for errors\&. This is the default operation if you specify no option that selects an operation type explicitly\&.
@@ -668,9 +652,7 @@
668.sp -1652.sp -1
669.IP \(bu 2.3653.IP \(bu 2.3
670.\}654.\}
671.\" myisamchk: check-only-changed option655.\" myisamchk: check-only-changed option.\" check-only-changed option: myisamchk\fB\-\-check\-only\-changed\fR,
672.\" check-only-changed option: myisamchk
673\fB\-\-check\-only\-changed\fR,
674\fB\-C\fR656\fB\-C\fR
675.sp657.sp
676Check only tables that have changed since the last check\&.658Check only tables that have changed since the last check\&.
@@ -684,9 +666,7 @@
684.sp -1666.sp -1
685.IP \(bu 2.3667.IP \(bu 2.3
686.\}668.\}
687.\" myisamchk: extend-check option669.\" myisamchk: extend-check option.\" extend-check option: myisamchk\fB\-\-extend\-check\fR,
688.\" extend-check option: myisamchk
689\fB\-\-extend\-check\fR,
690\fB\-e\fR670\fB\-e\fR
691.sp671.sp
692Check the table very thoroughly\&. This is quite slow if the table has many indexes\&. This option should only be used in extreme cases\&. Normally,672Check the table very thoroughly\&. This is quite slow if the table has many indexes\&. This option should only be used in extreme cases\&. Normally,
@@ -715,9 +695,7 @@
715.sp -1695.sp -1
716.IP \(bu 2.3696.IP \(bu 2.3
717.\}697.\}
718.\" myisamchk: fast option698.\" myisamchk: fast option.\" fast option: myisamchk\fB\-\-fast\fR,
719.\" fast option: myisamchk
720\fB\-\-fast\fR,
721\fB\-F\fR699\fB\-F\fR
722.sp700.sp
723Check only tables that haven\*(Aqt been closed properly\&.701Check only tables that haven\*(Aqt been closed properly\&.
@@ -731,9 +709,7 @@
731.sp -1709.sp -1
732.IP \(bu 2.3710.IP \(bu 2.3
733.\}711.\}
734.\" myisamchk: force option712.\" myisamchk: force option.\" force option: myisamchk\fB\-\-force\fR,
735.\" force option: myisamchk
736\fB\-\-force\fR,
737\fB\-f\fR713\fB\-f\fR
738.sp714.sp
739Do a repair operation automatically if715Do a repair operation automatically if
@@ -753,9 +729,7 @@
753.sp -1729.sp -1
754.IP \(bu 2.3730.IP \(bu 2.3
755.\}731.\}
756.\" myisamchk: information option732.\" myisamchk: information option.\" information option: myisamchk\fB\-\-information\fR,
757.\" information option: myisamchk
758\fB\-\-information\fR,
759\fB\-i\fR733\fB\-i\fR
760.sp734.sp
761Print informational statistics about the table that is checked\&.735Print informational statistics about the table that is checked\&.
@@ -769,9 +743,7 @@
769.sp -1743.sp -1
770.IP \(bu 2.3744.IP \(bu 2.3
771.\}745.\}
772.\" myisamchk: medium-check option746.\" myisamchk: medium-check option.\" medium-check option: myisamchk\fB\-\-medium\-check\fR,
773.\" medium-check option: myisamchk
774\fB\-\-medium\-check\fR,
775\fB\-m\fR747\fB\-m\fR
776.sp748.sp
777Do a check that is faster than an749Do a check that is faster than an
@@ -787,9 +759,7 @@
787.sp -1759.sp -1
788.IP \(bu 2.3760.IP \(bu 2.3
789.\}761.\}
790.\" myisamchk: read-only option762.\" myisamchk: read-only option.\" read-only option: myisamchk\fB\-\-read\-only\fR,
791.\" read-only option: myisamchk
792\fB\-\-read\-only\fR,
793\fB\-T\fR763\fB\-T\fR
794.sp764.sp
795Do not mark the table as checked\&. This is useful if you use765Do not mark the table as checked\&. This is useful if you use
@@ -807,9 +777,7 @@
807.sp -1777.sp -1
808.IP \(bu 2.3778.IP \(bu 2.3
809.\}779.\}
810.\" myisamchk: update-state option780.\" myisamchk: update-state option.\" update-state option: myisamchk\fB\-\-update\-state\fR,
811.\" update-state option: myisamchk
812\fB\-\-update\-state\fR,
813\fB\-U\fR781\fB\-U\fR
814.sp782.sp
815Store information in the783Store information in the
@@ -839,9 +807,7 @@
839.sp -1807.sp -1
840.IP \(bu 2.3808.IP \(bu 2.3
841.\}809.\}
842.\" myisamchk: backup option810.\" myisamchk: backup option.\" backup option: myisamchk\fB\-\-backup\fR,
843.\" backup option: myisamchk
844\fB\-\-backup\fR,
845\fB\-B\fR811\fB\-B\fR
846.sp812.sp
847Make a backup of the813Make a backup of the
@@ -858,9 +824,7 @@
858.sp -1824.sp -1
859.IP \(bu 2.3825.IP \(bu 2.3
860.\}826.\}
861.\" myisamchk: character-sets-dir option827.\" myisamchk: character-sets-dir option.\" character-sets-dir option: myisamchk\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
862.\" character-sets-dir option: myisamchk
863\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
864.sp828.sp
865The directory where character sets are installed\&. See829The directory where character sets are installed\&. See
866Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.830Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
@@ -874,9 +838,7 @@
874.sp -1838.sp -1
875.IP \(bu 2.3839.IP \(bu 2.3
876.\}840.\}
877.\" myisamchk: correct-checksum option841.\" myisamchk: correct-checksum option.\" correct-checksum option: myisamchk\fB\-\-correct\-checksum\fR
878.\" correct-checksum option: myisamchk
879\fB\-\-correct\-checksum\fR
880.sp842.sp
881Correct the checksum information for the table\&.843Correct the checksum information for the table\&.
882.RE844.RE
@@ -889,9 +851,7 @@
889.sp -1851.sp -1
890.IP \(bu 2.3852.IP \(bu 2.3
891.\}853.\}
892.\" myisamchk: data-file-length option854.\" myisamchk: data-file-length option.\" data-file-length option: myisamchk\fB\-\-data\-file\-length=\fR\fB\fIlen\fR\fR,
893.\" data-file-length option: myisamchk
894\fB\-\-data\-file\-length=\fR\fB\fIlen\fR\fR,
895\fB\-D \fR\fB\fIlen\fR\fR855\fB\-D \fR\fB\fIlen\fR\fR
896.sp856.sp
897The maximum length of the data file (when re\-creating data file when it is857The maximum length of the data file (when re\-creating data file when it is
@@ -906,9 +866,7 @@
906.sp -1866.sp -1
907.IP \(bu 2.3867.IP \(bu 2.3
908.\}868.\}
909.\" myisamchk: extend-check option869.\" myisamchk: extend-check option.\" extend-check option: myisamchk\fB\-\-extend\-check\fR,
910.\" extend-check option: myisamchk
911\fB\-\-extend\-check\fR,
912\fB\-e\fR870\fB\-e\fR
913.sp871.sp
914Do a repair that tries to recover every possible row from the data file\&. Normally, this also finds a lot of garbage rows\&. Do not use this option unless you are desperate\&.872Do a repair that tries to recover every possible row from the data file\&. Normally, this also finds a lot of garbage rows\&. Do not use this option unless you are desperate\&.
@@ -927,9 +885,7 @@
927.sp -1885.sp -1
928.IP \(bu 2.3886.IP \(bu 2.3
929.\}887.\}
930.\" myisamchk: force option888.\" myisamchk: force option.\" force option: myisamchk\fB\-\-force\fR,
931.\" force option: myisamchk
932\fB\-\-force\fR,
933\fB\-f\fR889\fB\-f\fR
934.sp890.sp
935Overwrite old intermediate files (files with names like891Overwrite old intermediate files (files with names like
@@ -944,9 +900,7 @@
944.sp -1900.sp -1
945.IP \(bu 2.3901.IP \(bu 2.3
946.\}902.\}
947.\" myisamchk: keys-used option903.\" myisamchk: keys-used option.\" keys-used option: myisamchk\fB\-\-keys\-used=\fR\fB\fIval\fR\fR,
948.\" keys-used option: myisamchk
949\fB\-\-keys\-used=\fR\fB\fIval\fR\fR,
950\fB\-k \fR\fB\fIval\fR\fR904\fB\-k \fR\fB\fIval\fR\fR
951.sp905.sp
952For906For
@@ -962,9 +916,7 @@
962.sp -1916.sp -1
963.IP \(bu 2.3917.IP \(bu 2.3
964.\}918.\}
965.\" myisamchk: no-symlinks option919.\" myisamchk: no-symlinks option.\" no-symlinks option: myisamchk\fB\-\-no\-symlinks\fR,
966.\" no-symlinks option: myisamchk
967\fB\-\-no\-symlinks\fR,
968\fB\-l\fR920\fB\-l\fR
969.sp921.sp
970Do not follow symbolic links\&. Normally922Do not follow symbolic links\&. Normally
@@ -980,9 +932,7 @@
980.sp -1932.sp -1
981.IP \(bu 2.3933.IP \(bu 2.3
982.\}934.\}
983.\" myisamchk: max-record-length option935.\" myisamchk: max-record-length option.\" max-record-length option: myisamchk\fB\-\-max\-record\-length=\fR\fB\fIlen\fR\fR
984.\" max-record-length option: myisamchk
985\fB\-\-max\-record\-length=\fR\fB\fIlen\fR\fR
986.sp936.sp
987Skip rows larger than the given length if937Skip rows larger than the given length if
988\fBmyisamchk\fR938\fBmyisamchk\fR
@@ -997,9 +947,7 @@
997.sp -1947.sp -1
998.IP \(bu 2.3948.IP \(bu 2.3
999.\}949.\}
1000.\" myisamchk: parallel-recover option950.\" myisamchk: parallel-recover option.\" parallel-recover option: myisamchk\fB\-\-parallel\-recover\fR,
1001.\" parallel-recover option: myisamchk
1002\fB\-\-parallel\-recover\fR,
1003\fB\-p\fR951\fB\-p\fR
1004.sp952.sp
1005Use the same technique as953Use the same technique as
@@ -1017,9 +965,7 @@
1017.sp -1965.sp -1
1018.IP \(bu 2.3966.IP \(bu 2.3
1019.\}967.\}
1020.\" myisamchk: quick option968.\" myisamchk: quick option.\" quick option: myisamchk\fB\-\-quick\fR,
1021.\" quick option: myisamchk
1022\fB\-\-quick\fR,
1023\fB\-q\fR969\fB\-q\fR
1024.sp970.sp
1025Achieve a faster repair by modifying only the index file, not the data file\&. You can specify this option twice to force971Achieve a faster repair by modifying only the index file, not the data file\&. You can specify this option twice to force
@@ -1035,9 +981,7 @@
1035.sp -1981.sp -1
1036.IP \(bu 2.3982.IP \(bu 2.3
1037.\}983.\}
1038.\" myisamchk: recover option984.\" myisamchk: recover option.\" recover option: myisamchk\fB\-\-recover\fR,
1039.\" recover option: myisamchk
1040\fB\-\-recover\fR,
1041\fB\-r\fR985\fB\-r\fR
1042.sp986.sp
1043Do a repair that can fix almost any problem except unique keys that are not unique (which is an extremely unlikely error with987Do a repair that can fix almost any problem except unique keys that are not unique (which is an extremely unlikely error with
@@ -1063,9 +1007,7 @@
1063.sp -11007.sp -1
1064.IP \(bu 2.31008.IP \(bu 2.3
1065.\}1009.\}
1066.\" myisamchk: safe-recover option1010.\" myisamchk: safe-recover option.\" safe-recover option: myisamchk\fB\-\-safe\-recover\fR,
1067.\" safe-recover option: myisamchk
1068\fB\-\-safe\-recover\fR,
1069\fB\-o\fR1011\fB\-o\fR
1070.sp1012.sp
1071Do a repair using an old recovery method that reads through all rows in order and updates all index trees based on the rows found\&. This is an order of magnitude slower than1013Do a repair using an old recovery method that reads through all rows in order and updates all index trees based on the rows found\&. This is an order of magnitude slower than
@@ -1091,9 +1033,7 @@
1091.sp -11033.sp -1
1092.IP \(bu 2.31034.IP \(bu 2.3
1093.\}1035.\}
1094.\" myisamchk: set-character-set option1036.\" myisamchk: set-character-set option.\" set-character-set option: myisamchk\fB\-\-set\-character\-set=\fR\fB\fIname\fR\fR
1095.\" set-character-set option: myisamchk
1096\fB\-\-set\-character\-set=\fR\fB\fIname\fR\fR
1097.sp1037.sp
1098Change the character set used by the table indexes\&. This option was replaced by1038Change the character set used by the table indexes\&. This option was replaced by
1099\fB\-\-set\-collation\fR1039\fB\-\-set\-collation\fR
@@ -1108,9 +1048,7 @@
1108.sp -11048.sp -1
1109.IP \(bu 2.31049.IP \(bu 2.3
1110.\}1050.\}
1111.\" myisamchk: set-collation option1051.\" myisamchk: set-collation option.\" set-collation option: myisamchk\fB\-\-set\-collation=\fR\fB\fIname\fR\fR
1112.\" set-collation option: myisamchk
1113\fB\-\-set\-collation=\fR\fB\fIname\fR\fR
1114.sp1052.sp
1115Specify the collation to use for sorting table indexes\&. The character set name is implied by the first part of the collation name\&.1053Specify the collation to use for sorting table indexes\&. The character set name is implied by the first part of the collation name\&.
1116.RE1054.RE
@@ -1123,9 +1061,7 @@
1123.sp -11061.sp -1
1124.IP \(bu 2.31062.IP \(bu 2.3
1125.\}1063.\}
1126.\" myisamchk: sort-recover option1064.\" myisamchk: sort-recover option.\" sort-recover option: myisamchk\fB\-\-sort\-recover\fR,
1127.\" sort-recover option: myisamchk
1128\fB\-\-sort\-recover\fR,
1129\fB\-n\fR1065\fB\-n\fR
1130.sp1066.sp
1131Force1067Force
@@ -1141,9 +1077,7 @@
1141.sp -11077.sp -1
1142.IP \(bu 2.31078.IP \(bu 2.3
1143.\}1079.\}
1144.\" myisamchk: tmpdir option1080.\" myisamchk: tmpdir option.\" tmpdir option: myisamchk\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
1145.\" tmpdir option: myisamchk
1146\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
1147\fB\-t \fR\fB\fIpath\fR\fR1081\fB\-t \fR\fB\fIpath\fR\fR
1148.sp1082.sp
1149The path of the directory to be used for storing temporary files\&. If this is not set,1083The path of the directory to be used for storing temporary files\&. If this is not set,
@@ -1163,9 +1097,7 @@
1163.sp -11097.sp -1
1164.IP \(bu 2.31098.IP \(bu 2.3
1165.\}1099.\}
1166.\" myisamchk: unpack option1100.\" myisamchk: unpack option.\" unpack option: myisamchk\fB\-\-unpack\fR,
1167.\" unpack option: myisamchk
1168\fB\-\-unpack\fR,
1169\fB\-u\fR1101\fB\-u\fR
1170.sp1102.sp
1171Unpack a table that was packed with1103Unpack a table that was packed with
@@ -1184,9 +1116,7 @@
1184.sp -11116.sp -1
1185.IP \(bu 2.31117.IP \(bu 2.3
1186.\}1118.\}
1187.\" myisamchk: analyze option1119.\" myisamchk: analyze option.\" analyze option: myisamchk\fB\-\-analyze\fR,
1188.\" analyze option: myisamchk
1189\fB\-\-analyze\fR,
1190\fB\-a\fR1120\fB\-a\fR
1191.sp1121.sp
1192Analyze the distribution of key values\&. This improves join performance by enabling the join optimizer to better choose the order in which to join the tables and which indexes it should use\&. To obtain information about the key distribution, use a1122Analyze the distribution of key values\&. This improves join performance by enabling the join optimizer to better choose the order in which to join the tables and which indexes it should use\&. To obtain information about the key distribution, use a
@@ -1204,9 +1134,7 @@
1204.sp -11134.sp -1
1205.IP \(bu 2.31135.IP \(bu 2.3
1206.\}1136.\}
1207.\" myisamchk: block-search option1137.\" myisamchk: block-search option.\" block-search option: myisamchk\fB\-\-block\-search=\fR\fB\fIoffset\fR\fR,
1208.\" block-search option: myisamchk
1209\fB\-\-block\-search=\fR\fB\fIoffset\fR\fR,
1210\fB\-b \fR\fB\fIoffset\fR\fR1138\fB\-b \fR\fB\fIoffset\fR\fR
1211.sp1139.sp
1212Find the record that a block at the given offset belongs to\&.1140Find the record that a block at the given offset belongs to\&.
@@ -1220,9 +1148,7 @@
1220.sp -11148.sp -1
1221.IP \(bu 2.31149.IP \(bu 2.3
1222.\}1150.\}
1223.\" myisamchk: description option1151.\" myisamchk: description option.\" description option: myisamchk\fB\-\-description\fR,
1224.\" description option: myisamchk
1225\fB\-\-description\fR,
1226\fB\-d\fR1152\fB\-d\fR
1227.sp1153.sp
1228Print some descriptive information about the table\&. Specifying the1154Print some descriptive information about the table\&. Specifying the
@@ -1239,9 +1165,7 @@
1239.sp -11165.sp -1
1240.IP \(bu 2.31166.IP \(bu 2.3
1241.\}1167.\}
1242.\" myisamchk: set-auto-increment[ option1168.\" myisamchk: set-auto-increment[ option.\" set-auto-increment[ option: myisamchk\fB\-\-set\-auto\-increment[=\fR\fB\fIvalue\fR\fR\fB]\fR,
1243.\" set-auto-increment[ option: myisamchk
1244\fB\-\-set\-auto\-increment[=\fR\fB\fIvalue\fR\fR\fB]\fR,
1245\fB\-A[\fR\fB\fIvalue\fR\fR\fB]\fR1169\fB\-A[\fR\fB\fIvalue\fR\fR\fB]\fR
1246.sp1170.sp
1247Force1171Force
@@ -1263,9 +1187,7 @@
1263.sp -11187.sp -1
1264.IP \(bu 2.31188.IP \(bu 2.3
1265.\}1189.\}
1266.\" myisamchk: sort-index option1190.\" myisamchk: sort-index option.\" sort-index option: myisamchk\fB\-\-sort\-index\fR,
1267.\" sort-index option: myisamchk
1268\fB\-\-sort\-index\fR,
1269\fB\-S\fR1191\fB\-S\fR
1270.sp1192.sp
1271Sort the index tree blocks in high\-low order\&. This optimizes seeks and makes table scans that use indexes faster\&.1193Sort the index tree blocks in high\-low order\&. This optimizes seeks and makes table scans that use indexes faster\&.
@@ -1279,9 +1201,7 @@
1279.sp -11201.sp -1
1280.IP \(bu 2.31202.IP \(bu 2.3
1281.\}1203.\}
1282.\" myisamchk: sort-records option1204.\" myisamchk: sort-records option.\" sort-records option: myisamchk\fB\-\-sort\-records=\fR\fB\fIN\fR\fR,
1283.\" sort-records option: myisamchk
1284\fB\-\-sort\-records=\fR\fB\fIN\fR\fR,
1285\fB\-R \fR\fB\fIN\fR\fR1205\fB\-R \fR\fB\fIN\fR\fR
1286.sp1206.sp
1287Sort records according to a particular index\&. This makes your data much more localized and may speed up range\-based1207Sort records according to a particular index\&. This makes your data much more localized and may speed up range\-based
@@ -2100,7 +2020,8 @@
2100\- check data record references index: 32020\- check data record references index: 3
2101Key: 3: Keyblocks used: 98% Packed: \-14% Max levels: 32021Key: 3: Keyblocks used: 98% Packed: \-14% Max levels: 3
2102Total: Keyblocks used: 98% Packed: 89%2022Total: Keyblocks used: 98% Packed: 89%
2103\- check records and index references\fI*** LOTS OF ROW NUMBERS DELETED ***\fR2023\- check records and index references
2024\fI*** LOTS OF ROW NUMBERS DELETED ***\fR
2104Records: 306688 M\&.recordlength: 25 Packed: 83%2025Records: 306688 M\&.recordlength: 25 Packed: 83%
2105Recordspace used: 97% Empty space: 2% Blocks/Record: 1\&.002026Recordspace used: 97% Empty space: 2% Blocks/Record: 1\&.00
2106Record blocks: 306688 Delete blocks: 02027Record blocks: 306688 Delete blocks: 0
21072028
=== modified file 'Percona-Server/man/myisamlog.1'
--- Percona-Server/man/myisamlog.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/myisamlog.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisamlog\fR2.\" Title: \fBmyisamlog\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMLOG\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMLOG\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'Percona-Server/man/myisampack.1'
--- Percona-Server/man/myisampack.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/myisampack.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisampack\fR2.\" Title: \fBmyisampack\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMPACK\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMPACK\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -120,9 +120,7 @@
120.sp -1120.sp -1
121.IP \(bu 2.3121.IP \(bu 2.3
122.\}122.\}
123.\" myisampack: help option123.\" myisampack: help option.\" help option: myisampack\fB\-\-help\fR,
124.\" help option: myisampack
125\fB\-\-help\fR,
126\fB\-?\fR124\fB\-?\fR
127.sp125.sp
128Display a help message and exit\&.126Display a help message and exit\&.
@@ -136,9 +134,7 @@
136.sp -1134.sp -1
137.IP \(bu 2.3135.IP \(bu 2.3
138.\}136.\}
139.\" myisampack: backup option137.\" myisampack: backup option.\" backup option: myisampack\fB\-\-backup\fR,
140.\" backup option: myisampack
141\fB\-\-backup\fR,
142\fB\-b\fR138\fB\-b\fR
143.sp139.sp
144Make a backup of each table\*(Aqs data file using the name140Make a backup of each table\*(Aqs data file using the name
@@ -153,9 +149,7 @@
153.sp -1149.sp -1
154.IP \(bu 2.3150.IP \(bu 2.3
155.\}151.\}
156.\" myisampack: character-sets-dir option152.\" myisampack: character-sets-dir option.\" character-sets-dir option: myisampack\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
157.\" character-sets-dir option: myisampack
158\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
159.sp153.sp
160The directory where character sets are installed\&. See154The directory where character sets are installed\&. See
161Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.155Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
@@ -169,9 +163,7 @@
169.sp -1163.sp -1
170.IP \(bu 2.3164.IP \(bu 2.3
171.\}165.\}
172.\" myisampack: debug option166.\" myisampack: debug option.\" debug option: myisampack\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
173.\" debug option: myisampack
174\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
175\fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR167\fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR
176.sp168.sp
177Write a debugging log\&. A typical169Write a debugging log\&. A typical
@@ -189,9 +181,7 @@
189.sp -1181.sp -1
190.IP \(bu 2.3182.IP \(bu 2.3
191.\}183.\}
192.\" myisampack: force option184.\" myisampack: force option.\" force option: myisampack\fB\-\-force\fR,
193.\" force option: myisampack
194\fB\-\-force\fR,
195\fB\-f\fR185\fB\-f\fR
196.sp186.sp
197Produce a packed table even if it becomes larger than the original or if the intermediate file from an earlier invocation of187Produce a packed table even if it becomes larger than the original or if the intermediate file from an earlier invocation of
@@ -220,9 +210,7 @@
220.sp -1210.sp -1
221.IP \(bu 2.3211.IP \(bu 2.3
222.\}212.\}
223.\" myisampack: join option213.\" myisampack: join option.\" join option: myisampack\fB\-\-join=\fR\fB\fIbig_tbl_name\fR\fR,
224.\" join option: myisampack
225\fB\-\-join=\fR\fB\fIbig_tbl_name\fR\fR,
226\fB\-j \fR\fB\fIbig_tbl_name\fR\fR214\fB\-j \fR\fB\fIbig_tbl_name\fR\fR
227.sp215.sp
228Join all tables named on the command line into a single packed table216Join all tables named on the command line into a single packed table
@@ -250,9 +238,7 @@
250.sp -1238.sp -1
251.IP \(bu 2.3239.IP \(bu 2.3
252.\}240.\}
253.\" myisampack: silent option241.\" myisampack: silent option.\" silent option: myisampack\fB\-\-silent\fR,
254.\" silent option: myisampack
255\fB\-\-silent\fR,
256\fB\-s\fR242\fB\-s\fR
257.sp243.sp
258Silent mode\&. Write output only when errors occur\&.244Silent mode\&. Write output only when errors occur\&.
@@ -266,9 +252,7 @@
266.sp -1252.sp -1
267.IP \(bu 2.3253.IP \(bu 2.3
268.\}254.\}
269.\" myisampack: test option255.\" myisampack: test option.\" test option: myisampack\fB\-\-test\fR,
270.\" test option: myisampack
271\fB\-\-test\fR,
272\fB\-t\fR256\fB\-t\fR
273.sp257.sp
274Do not actually pack the table, just test packing it\&.258Do not actually pack the table, just test packing it\&.
@@ -282,9 +266,7 @@
282.sp -1266.sp -1
283.IP \(bu 2.3267.IP \(bu 2.3
284.\}268.\}
285.\" myisampack: tmpdir option269.\" myisampack: tmpdir option.\" tmpdir option: myisampack\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
286.\" tmpdir option: myisampack
287\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
288\fB\-T \fR\fB\fIpath\fR\fR270\fB\-T \fR\fB\fIpath\fR\fR
289.sp271.sp
290Use the named directory as the location where272Use the named directory as the location where
@@ -300,9 +282,7 @@
300.sp -1282.sp -1
301.IP \(bu 2.3283.IP \(bu 2.3
302.\}284.\}
303.\" myisampack: verbose option285.\" myisampack: verbose option.\" verbose option: myisampack\fB\-\-verbose\fR,
304.\" verbose option: myisampack
305\fB\-\-verbose\fR,
306\fB\-v\fR286\fB\-v\fR
307.sp287.sp
308Verbose mode\&. Write information about the progress of the packing operation and its result\&.288Verbose mode\&. Write information about the progress of the packing operation and its result\&.
@@ -316,9 +296,7 @@
316.sp -1296.sp -1
317.IP \(bu 2.3297.IP \(bu 2.3
318.\}298.\}
319.\" myisampack: version option299.\" myisampack: version option.\" version option: myisampack\fB\-\-version\fR,
320.\" version option: myisampack
321\fB\-\-version\fR,
322\fB\-V\fR300\fB\-V\fR
323.sp301.sp
324Display version information and exit\&.302Display version information and exit\&.
@@ -332,9 +310,7 @@
332.sp -1310.sp -1
333.IP \(bu 2.3311.IP \(bu 2.3
334.\}312.\}
335.\" myisampack: wait option313.\" myisampack: wait option.\" wait option: myisampack\fB\-\-wait\fR,
336.\" wait option: myisampack
337\fB\-\-wait\fR,
338\fB\-w\fR314\fB\-w\fR
339.sp315.sp
340Wait and retry if the table is in use\&. If the316Wait and retry if the table is in use\&. If the
341317
=== modified file 'Percona-Server/man/mysql-stress-test.pl.1'
--- Percona-Server/man/mysql-stress-test.pl.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql-stress-test.pl.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql-stress-test.pl\fR2.\" Title: \fBmysql-stress-test.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/06/20135.\" Date: 11/13/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-STRESS\-TE" "1" "09/06/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-STRESS\-TE" "1" "11/13/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -67,9 +67,7 @@
67.sp -167.sp -1
68.IP \(bu 2.368.IP \(bu 2.3
69.\}69.\}
70.\" mysql-stress-test.pl: help option70.\" mysql-stress-test.pl: help option.\" help option: mysql-stress-test.pl\fB\-\-help\fR
71.\" help option: mysql-stress-test.pl
72\fB\-\-help\fR
73.sp71.sp
74Display a help message and exit\&.72Display a help message and exit\&.
75.RE73.RE
@@ -82,9 +80,7 @@
82.sp -180.sp -1
83.IP \(bu 2.381.IP \(bu 2.3
84.\}82.\}
85.\" mysql-stress-test.pl: abort-on-error option83.\" mysql-stress-test.pl: abort-on-error option.\" abort-on-error option: mysql-stress-test.pl\fB\-\-abort\-on\-error=\fR\fB\fIN\fR\fR
86.\" abort-on-error option: mysql-stress-test.pl
87\fB\-\-abort\-on\-error=\fR\fB\fIN\fR\fR
88.sp84.sp
89Causes the program to abort if an error with severity less than or equal to N was encountered\&. Set to 1 to abort on any error\&.85Causes the program to abort if an error with severity less than or equal to N was encountered\&. Set to 1 to abort on any error\&.
90.RE86.RE
@@ -97,9 +93,7 @@
97.sp -193.sp -1
98.IP \(bu 2.394.IP \(bu 2.3
99.\}95.\}
100.\" mysql-stress-test.pl: check-tests-file option96.\" mysql-stress-test.pl: check-tests-file option.\" check-tests-file option: mysql-stress-test.pl\fB\-\-check\-tests\-file\fR
101.\" check-tests-file option: mysql-stress-test.pl
102\fB\-\-check\-tests\-file\fR
103.sp97.sp
104Periodically check the file that lists the tests to be run\&. If it has been modified, reread the file\&. This can be useful if you update the list of tests to be run during a stress test\&.98Periodically check the file that lists the tests to be run\&. If it has been modified, reread the file\&. This can be useful if you update the list of tests to be run during a stress test\&.
105.RE99.RE
@@ -112,9 +106,7 @@
112.sp -1106.sp -1
113.IP \(bu 2.3107.IP \(bu 2.3
114.\}108.\}
115.\" mysql-stress-test.pl: cleanup option109.\" mysql-stress-test.pl: cleanup option.\" cleanup option: mysql-stress-test.pl\fB\-\-cleanup\fR
116.\" cleanup option: mysql-stress-test.pl
117\fB\-\-cleanup\fR
118.sp110.sp
119Force cleanup of the working directory\&.111Force cleanup of the working directory\&.
120.RE112.RE
@@ -127,9 +119,7 @@
127.sp -1119.sp -1
128.IP \(bu 2.3120.IP \(bu 2.3
129.\}121.\}
130.\" mysql-stress-test.pl: log-error-details option122.\" mysql-stress-test.pl: log-error-details option.\" log-error-details option: mysql-stress-test.pl\fB\-\-log\-error\-details\fR
131.\" log-error-details option: mysql-stress-test.pl
132\fB\-\-log\-error\-details\fR
133.sp123.sp
134Log error details in the global error log file\&.124Log error details in the global error log file\&.
135.RE125.RE
@@ -142,9 +132,7 @@
142.sp -1132.sp -1
143.IP \(bu 2.3133.IP \(bu 2.3
144.\}134.\}
145.\" mysql-stress-test.pl: loop-count option135.\" mysql-stress-test.pl: loop-count option.\" loop-count option: mysql-stress-test.pl\fB\-\-loop\-count=\fR\fB\fIN\fR\fR
146.\" loop-count option: mysql-stress-test.pl
147\fB\-\-loop\-count=\fR\fB\fIN\fR\fR
148.sp136.sp
149In sequential test mode, the number of loops to execute before exiting\&.137In sequential test mode, the number of loops to execute before exiting\&.
150.RE138.RE
@@ -157,9 +145,7 @@
157.sp -1145.sp -1
158.IP \(bu 2.3146.IP \(bu 2.3
159.\}147.\}
160.\" mysql-stress-test.pl: mysqltest option148.\" mysql-stress-test.pl: mysqltest option.\" mysqltest option: mysql-stress-test.pl\fB\-\-mysqltest=\fR\fB\fIpath\fR\fR
161.\" mysqltest option: mysql-stress-test.pl
162\fB\-\-mysqltest=\fR\fB\fIpath\fR\fR
163.sp149.sp
164The path name to the150The path name to the
165\fBmysqltest\fR151\fBmysqltest\fR
@@ -174,9 +160,7 @@
174.sp -1160.sp -1
175.IP \(bu 2.3161.IP \(bu 2.3
176.\}162.\}
177.\" mysql-stress-test.pl: server-database option163.\" mysql-stress-test.pl: server-database option.\" server-database option: mysql-stress-test.pl\fB\-\-server\-database=\fR\fB\fIdb_name\fR\fR
178.\" server-database option: mysql-stress-test.pl
179\fB\-\-server\-database=\fR\fB\fIdb_name\fR\fR
180.sp164.sp
181The database to use for the tests\&. The default is165The database to use for the tests\&. The default is
182test\&.166test\&.
@@ -190,9 +174,7 @@
190.sp -1174.sp -1
191.IP \(bu 2.3175.IP \(bu 2.3
192.\}176.\}
193.\" mysql-stress-test.pl: server-host option177.\" mysql-stress-test.pl: server-host option.\" server-host option: mysql-stress-test.pl\fB\-\-server\-host=\fR\fB\fIhost_name\fR\fR
194.\" server-host option: mysql-stress-test.pl
195\fB\-\-server\-host=\fR\fB\fIhost_name\fR\fR
196.sp178.sp
197The host name of the local host to use for making a TCP/IP connection to the local server\&. By default, the connection is made to179The host name of the local host to use for making a TCP/IP connection to the local server\&. By default, the connection is made to
198localhost180localhost
@@ -207,9 +189,7 @@
207.sp -1189.sp -1
208.IP \(bu 2.3190.IP \(bu 2.3
209.\}191.\}
210.\" mysql-stress-test.pl: server-logs-dir option192.\" mysql-stress-test.pl: server-logs-dir option.\" server-logs-dir option: mysql-stress-test.pl\fB\-\-server\-logs\-dir=\fR\fB\fIpath\fR\fR
211.\" server-logs-dir option: mysql-stress-test.pl
212\fB\-\-server\-logs\-dir=\fR\fB\fIpath\fR\fR
213.sp193.sp
214This option is required\&.194This option is required\&.
215\fIpath\fR195\fIpath\fR
@@ -224,9 +204,7 @@
224.sp -1204.sp -1
225.IP \(bu 2.3205.IP \(bu 2.3
226.\}206.\}
227.\" mysql-stress-test.pl: server-password option207.\" mysql-stress-test.pl: server-password option.\" server-password option: mysql-stress-test.pl\fB\-\-server\-password=\fR\fB\fIpassword\fR\fR
228.\" server-password option: mysql-stress-test.pl
229\fB\-\-server\-password=\fR\fB\fIpassword\fR\fR
230.sp208.sp
231The password to use when connecting to the server\&.209The password to use when connecting to the server\&.
232.RE210.RE
@@ -239,9 +217,7 @@
239.sp -1217.sp -1
240.IP \(bu 2.3218.IP \(bu 2.3
241.\}219.\}
242.\" mysql-stress-test.pl: server-port option220.\" mysql-stress-test.pl: server-port option.\" server-port option: mysql-stress-test.pl\fB\-\-server\-port=\fR\fB\fIport_num\fR\fR
243.\" server-port option: mysql-stress-test.pl
244\fB\-\-server\-port=\fR\fB\fIport_num\fR\fR
245.sp221.sp
246The TCP/IP port number to use for connecting to the server\&. The default is 3306\&.222The TCP/IP port number to use for connecting to the server\&. The default is 3306\&.
247.RE223.RE
@@ -254,9 +230,7 @@
254.sp -1230.sp -1
255.IP \(bu 2.3231.IP \(bu 2.3
256.\}232.\}
257.\" mysql-stress-test.pl: server-socket option233.\" mysql-stress-test.pl: server-socket option.\" server-socket option: mysql-stress-test.pl\fB\-\-server\-socket=\fR\fB\fIfile_name\fR\fR
258.\" server-socket option: mysql-stress-test.pl
259\fB\-\-server\-socket=\fR\fB\fIfile_name\fR\fR
260.sp234.sp
261For connections to235For connections to
262localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use\&. The default if236localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use\&. The default if
@@ -271,9 +245,7 @@
271.sp -1245.sp -1
272.IP \(bu 2.3246.IP \(bu 2.3
273.\}247.\}
274.\" mysql-stress-test.pl: server-user option248.\" mysql-stress-test.pl: server-user option.\" server-user option: mysql-stress-test.pl\fB\-\-server\-user=\fR\fB\fIuser_name\fR\fR
275.\" server-user option: mysql-stress-test.pl
276\fB\-\-server\-user=\fR\fB\fIuser_name\fR\fR
277.sp249.sp
278The MySQL user name to use when connecting to the server\&. The default is250The MySQL user name to use when connecting to the server\&. The default is
279root\&.251root\&.
@@ -287,9 +259,7 @@
287.sp -1259.sp -1
288.IP \(bu 2.3260.IP \(bu 2.3
289.\}261.\}
290.\" mysql-stress-test.pl: sleep-time option262.\" mysql-stress-test.pl: sleep-time option.\" sleep-time option: mysql-stress-test.pl\fB\-\-sleep\-time=\fR\fB\fIN\fR\fR
291.\" sleep-time option: mysql-stress-test.pl
292\fB\-\-sleep\-time=\fR\fB\fIN\fR\fR
293.sp263.sp
294The delay in seconds between test executions\&.264The delay in seconds between test executions\&.
295.RE265.RE
@@ -302,9 +272,7 @@
302.sp -1272.sp -1
303.IP \(bu 2.3273.IP \(bu 2.3
304.\}274.\}
305.\" mysql-stress-test.pl: stress-basedir option275.\" mysql-stress-test.pl: stress-basedir option.\" stress-basedir option: mysql-stress-test.pl\fB\-\-stress\-basedir=\fR\fB\fIpath\fR\fR
306.\" stress-basedir option: mysql-stress-test.pl
307\fB\-\-stress\-basedir=\fR\fB\fIpath\fR\fR
308.sp276.sp
309This option is required\&.277This option is required\&.
310\fIpath\fR278\fIpath\fR
@@ -319,9 +287,7 @@
319.sp -1287.sp -1
320.IP \(bu 2.3288.IP \(bu 2.3
321.\}289.\}
322.\" mysql-stress-test.pl: stress-datadir option290.\" mysql-stress-test.pl: stress-datadir option.\" stress-datadir option: mysql-stress-test.pl\fB\-\-stress\-datadir=\fR\fB\fIpath\fR\fR
323.\" stress-datadir option: mysql-stress-test.pl
324\fB\-\-stress\-datadir=\fR\fB\fIpath\fR\fR
325.sp291.sp
326The directory of data files to be used during testing\&. The default location is the292The directory of data files to be used during testing\&. The default location is the
327data293data
@@ -338,9 +304,7 @@
338.sp -1304.sp -1
339.IP \(bu 2.3305.IP \(bu 2.3
340.\}306.\}
341.\" mysql-stress-test.pl: stress-init-file option307.\" mysql-stress-test.pl: stress-init-file option.\" stress-init-file option: mysql-stress-test.pl\fB\-\-stress\-init\-file[=\fR\fB\fIpath\fR\fR\fB]\fR
342.\" stress-init-file option: mysql-stress-test.pl
343\fB\-\-stress\-init\-file[=\fR\fB\fIpath\fR\fR\fB]\fR
344.sp308.sp
345\fIfile_name\fR309\fIfile_name\fR
346is the location of the file that contains the list of tests to be run once to initialize the database for the testing\&. If missing, the default file is310is the location of the file that contains the list of tests to be run once to initialize the database for the testing\&. If missing, the default file is
@@ -356,9 +320,7 @@
356.sp -1320.sp -1
357.IP \(bu 2.3321.IP \(bu 2.3
358.\}322.\}
359.\" mysql-stress-test.pl: stress-mode option323.\" mysql-stress-test.pl: stress-mode option.\" stress-mode option: mysql-stress-test.pl\fB\-\-stress\-mode=\fR\fB\fImode\fR\fR
360.\" stress-mode option: mysql-stress-test.pl
361\fB\-\-stress\-mode=\fR\fB\fImode\fR\fR
362.sp324.sp
363This option indicates the test order in stress\-test mode\&. The325This option indicates the test order in stress\-test mode\&. The
364\fImode\fR326\fImode\fR
@@ -378,9 +340,7 @@
378.sp -1340.sp -1
379.IP \(bu 2.3341.IP \(bu 2.3
380.\}342.\}
381.\" mysql-stress-test.pl: stress-suite-basedir option343.\" mysql-stress-test.pl: stress-suite-basedir option.\" stress-suite-basedir option: mysql-stress-test.pl\fB\-\-stress\-suite\-basedir=\fR\fB\fIpath\fR\fR
382.\" stress-suite-basedir option: mysql-stress-test.pl
383\fB\-\-stress\-suite\-basedir=\fR\fB\fIpath\fR\fR
384.sp344.sp
385This option is required\&.345This option is required\&.
386\fIpath\fR346\fIpath\fR
@@ -403,9 +363,7 @@
403.sp -1363.sp -1
404.IP \(bu 2.3364.IP \(bu 2.3
405.\}365.\}
406.\" mysql-stress-test.pl: stress-tests-file option366.\" mysql-stress-test.pl: stress-tests-file option.\" stress-tests-file option: mysql-stress-test.pl\fB\-\-stress\-tests\-file[=\fR\fB\fIfile_name\fR\fR\fB]\fR
407.\" stress-tests-file option: mysql-stress-test.pl
408\fB\-\-stress\-tests\-file[=\fR\fB\fIfile_name\fR\fR\fB]\fR
409.sp367.sp
410Use this option to run the stress tests\&.368Use this option to run the stress tests\&.
411\fIfile_name\fR369\fIfile_name\fR
@@ -425,9 +383,7 @@
425.sp -1383.sp -1
426.IP \(bu 2.3384.IP \(bu 2.3
427.\}385.\}
428.\" mysql-stress-test.pl: suite option386.\" mysql-stress-test.pl: suite option.\" suite option: mysql-stress-test.pl\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
429.\" suite option: mysql-stress-test.pl
430\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
431.sp387.sp
432Run the named test suite\&. The default name is388Run the named test suite\&. The default name is
433main389main
@@ -444,9 +400,7 @@
444.sp -1400.sp -1
445.IP \(bu 2.3401.IP \(bu 2.3
446.\}402.\}
447.\" mysql-stress-test.pl: test-count option403.\" mysql-stress-test.pl: test-count option.\" test-count option: mysql-stress-test.pl\fB\-\-test\-count=\fR\fB\fIN\fR\fR
448.\" test-count option: mysql-stress-test.pl
449\fB\-\-test\-count=\fR\fB\fIN\fR\fR
450.sp404.sp
451The number of tests to execute before exiting\&.405The number of tests to execute before exiting\&.
452.RE406.RE
@@ -459,9 +413,7 @@
459.sp -1413.sp -1
460.IP \(bu 2.3414.IP \(bu 2.3
461.\}415.\}
462.\" mysql-stress-test.pl: test-duration option416.\" mysql-stress-test.pl: test-duration option.\" test-duration option: mysql-stress-test.pl\fB\-\-test\-duration=\fR\fB\fIN\fR\fR
463.\" test-duration option: mysql-stress-test.pl
464\fB\-\-test\-duration=\fR\fB\fIN\fR\fR
465.sp417.sp
466The duration of stress testing in seconds\&.418The duration of stress testing in seconds\&.
467.RE419.RE
@@ -474,9 +426,7 @@
474.sp -1426.sp -1
475.IP \(bu 2.3427.IP \(bu 2.3
476.\}428.\}
477.\" mysql-stress-test.pl: threads option429.\" mysql-stress-test.pl: threads option.\" threads option: mysql-stress-test.pl\fB\-\-threads=\fR\fB\fIN\fR\fR
478.\" threads option: mysql-stress-test.pl
479\fB\-\-threads=\fR\fB\fIN\fR\fR
480.sp430.sp
481The number of threads\&. The default is 1\&.431The number of threads\&. The default is 1\&.
482.RE432.RE
@@ -489,9 +439,7 @@
489.sp -1439.sp -1
490.IP \(bu 2.3440.IP \(bu 2.3
491.\}441.\}
492.\" mysql-stress-test.pl: verbose option442.\" mysql-stress-test.pl: verbose option.\" verbose option: mysql-stress-test.pl\fB\-\-verbose\fR
493.\" verbose option: mysql-stress-test.pl
494\fB\-\-verbose\fR
495.sp443.sp
496Verbose mode\&. Print more information about what the program does\&.444Verbose mode\&. Print more information about what the program does\&.
497.RE445.RE
498446
=== modified file 'Percona-Server/man/mysql-test-run.pl.1'
--- Percona-Server/man/mysql-test-run.pl.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql-test-run.pl.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql-test-run.pl\fR2.\" Title: \fBmysql-test-run.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/06/20135.\" Date: 11/13/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-TEST\-RUN\" "1" "09/06/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/13/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -401,9 +401,7 @@
401.sp -1401.sp -1
402.IP \(bu 2.3402.IP \(bu 2.3
403.\}403.\}
404.\" mysql-test-run.pl: help option404.\" mysql-test-run.pl: help option.\" help option: mysql-test-run.pl\fB\-\-help\fR,
405.\" help option: mysql-test-run.pl
406\fB\-\-help\fR,
407\fB\-h\fR405\fB\-h\fR
408.sp406.sp
409Display a help message and exit\&.407Display a help message and exit\&.
@@ -417,9 +415,7 @@
417.sp -1415.sp -1
418.IP \(bu 2.3416.IP \(bu 2.3
419.\}417.\}
420.\" mysql-test-run.pl: big-test option418.\" mysql-test-run.pl: big-test option.\" big-test option: mysql-test-run.pl\fB\-\-big\-test\fR
421.\" big-test option: mysql-test-run.pl
422\fB\-\-big\-test\fR
423.sp419.sp
424Allow tests marked as "big" to run\&. Tests can be thus marked by including the line420Allow tests marked as "big" to run\&. Tests can be thus marked by including the line
425\-\-source include/big_test\&.inc, and they will only be run if this option is given, or if the environment variable421\-\-source include/big_test\&.inc, and they will only be run if this option is given, or if the environment variable
@@ -437,9 +433,7 @@
437.sp -1433.sp -1
438.IP \(bu 2.3434.IP \(bu 2.3
439.\}435.\}
440.\" mysql-test-run.pl: boot-dbx option436.\" mysql-test-run.pl: boot-dbx option.\" boot-dbx option: mysql-test-run.pl\fB\-\-boot\-dbx\fR
441.\" boot-dbx option: mysql-test-run.pl
442\fB\-\-boot\-dbx\fR
443.sp437.sp
444Run the438Run the
445\fBmysqld\fR439\fBmysqld\fR
@@ -456,9 +450,7 @@
456.sp -1450.sp -1
457.IP \(bu 2.3451.IP \(bu 2.3
458.\}452.\}
459.\" mysql-test-run.pl: boot-ddd option453.\" mysql-test-run.pl: boot-ddd option.\" boot-ddd option: mysql-test-run.pl\fB\-\-boot\-ddd\fR
460.\" boot-ddd option: mysql-test-run.pl
461\fB\-\-boot\-ddd\fR
462.sp454.sp
463Run the455Run the
464\fBmysqld\fR456\fBmysqld\fR
@@ -475,9 +467,7 @@
475.sp -1467.sp -1
476.IP \(bu 2.3468.IP \(bu 2.3
477.\}469.\}
478.\" mysql-test-run.pl: boot-gdb option470.\" mysql-test-run.pl: boot-gdb option.\" boot-gdb option: mysql-test-run.pl\fB\-\-boot\-gdb\fR
479.\" boot-gdb option: mysql-test-run.pl
480\fB\-\-boot\-gdb\fR
481.sp471.sp
482Run the472Run the
483\fBmysqld\fR473\fBmysqld\fR
@@ -494,9 +484,7 @@
494.sp -1484.sp -1
495.IP \(bu 2.3485.IP \(bu 2.3
496.\}486.\}
497.\" mysql-test-run.pl: build-thread option487.\" mysql-test-run.pl: build-thread option.\" build-thread option: mysql-test-run.pl\fB\-\-build\-thread=\fR\fB\fInumber\fR\fR
498.\" build-thread option: mysql-test-run.pl
499\fB\-\-build\-thread=\fR\fB\fInumber\fR\fR
500.sp488.sp
501Specify a number to calculate port numbers from\&. The formula is 10 *489Specify a number to calculate port numbers from\&. The formula is 10 *
502\fIbuild_thread\fR490\fIbuild_thread\fR
@@ -523,9 +511,7 @@
523.sp -1511.sp -1
524.IP \(bu 2.3512.IP \(bu 2.3
525.\}513.\}
526.\" mysql-test-run.pl: callgrind option514.\" mysql-test-run.pl: callgrind option.\" callgrind option: mysql-test-run.pl\fB\-\-callgrind\fR
527.\" callgrind option: mysql-test-run.pl
528\fB\-\-callgrind\fR
529.sp515.sp
530Instructs516Instructs
531\fBvalgrind\fR517\fBvalgrind\fR
@@ -541,9 +527,7 @@
541.sp -1527.sp -1
542.IP \(bu 2.3528.IP \(bu 2.3
543.\}529.\}
544.\" mysql-test-run.pl: check-testcases option530.\" mysql-test-run.pl: check-testcases option.\" check-testcases option: mysql-test-run.pl\fB\-\-check\-testcases\fR
545.\" check-testcases option: mysql-test-run.pl
546\fB\-\-check\-testcases\fR
547.sp531.sp
548Check test cases for side effects\&. This is done by checking system state before and after each test case; if there is any difference, a warning to that effect will be written, but the test case will not be marked as failed because of it\&. This check is enabled by default\&.532Check test cases for side effects\&. This is done by checking system state before and after each test case; if there is any difference, a warning to that effect will be written, but the test case will not be marked as failed because of it\&. This check is enabled by default\&.
549.RE533.RE
@@ -556,9 +540,7 @@
556.sp -1540.sp -1
557.IP \(bu 2.3541.IP \(bu 2.3
558.\}542.\}
559.\" mysql-test-run.pl: clean-vardir option543.\" mysql-test-run.pl: clean-vardir option.\" clean-vardir option: mysql-test-run.pl\fB\-\-clean\-vardir\fR
560.\" clean-vardir option: mysql-test-run.pl
561\fB\-\-clean\-vardir\fR
562.sp544.sp
563Clean up the545Clean up the
564var546var
@@ -578,9 +560,7 @@
578.sp -1560.sp -1
579.IP \(bu 2.3561.IP \(bu 2.3
580.\}562.\}
581.\" mysql-test-run.pl: client-bindir option563.\" mysql-test-run.pl: client-bindir option.\" client-bindir option: mysql-test-run.pl\fB\-\-client\-bindir=\fR\fB\fIpath\fR\fR
582.\" client-bindir option: mysql-test-run.pl
583\fB\-\-client\-bindir=\fR\fB\fIpath\fR\fR
584.sp564.sp
585The path to the directory where client binaries are located\&.565The path to the directory where client binaries are located\&.
586.RE566.RE
@@ -593,9 +573,7 @@
593.sp -1573.sp -1
594.IP \(bu 2.3574.IP \(bu 2.3
595.\}575.\}
596.\" mysql-test-run.pl: client-dbx option576.\" mysql-test-run.pl: client-dbx option.\" client-dbx option: mysql-test-run.pl\fB\-\-client\-dbx\fR
597.\" client-dbx option: mysql-test-run.pl
598\fB\-\-client\-dbx\fR
599.sp577.sp
600Start578Start
601\fBmysqltest\fR579\fBmysqltest\fR
@@ -612,9 +590,7 @@
612.sp -1590.sp -1
613.IP \(bu 2.3591.IP \(bu 2.3
614.\}592.\}
615.\" mysql-test-run.pl: client-ddd option593.\" mysql-test-run.pl: client-ddd option.\" client-ddd option: mysql-test-run.pl\fB\-\-client\-ddd\fR
616.\" client-ddd option: mysql-test-run.pl
617\fB\-\-client\-ddd\fR
618.sp594.sp
619Start595Start
620\fBmysqltest\fR596\fBmysqltest\fR
@@ -631,9 +607,7 @@
631.sp -1607.sp -1
632.IP \(bu 2.3608.IP \(bu 2.3
633.\}609.\}
634.\" mysql-test-run.pl: client-debugger option610.\" mysql-test-run.pl: client-debugger option.\" client-debugger option: mysql-test-run.pl\fB\-\-client\-debugger=\fR\fB\fIdebugger\fR\fR
635.\" client-debugger option: mysql-test-run.pl
636\fB\-\-client\-debugger=\fR\fB\fIdebugger\fR\fR
637.sp611.sp
638Start612Start
639\fBmysqltest\fR613\fBmysqltest\fR
@@ -648,9 +622,7 @@
648.sp -1622.sp -1
649.IP \(bu 2.3623.IP \(bu 2.3
650.\}624.\}
651.\" mysql-test-run.pl: client-gdb option625.\" mysql-test-run.pl: client-gdb option.\" client-gdb option: mysql-test-run.pl\fB\-\-client\-gdb\fR
652.\" client-gdb option: mysql-test-run.pl
653\fB\-\-client\-gdb\fR
654.sp626.sp
655Start627Start
656\fBmysqltest\fR628\fBmysqltest\fR
@@ -667,9 +639,7 @@
667.sp -1639.sp -1
668.IP \(bu 2.3640.IP \(bu 2.3
669.\}641.\}
670.\" mysql-test-run.pl: client-libdir option642.\" mysql-test-run.pl: client-libdir option.\" client-libdir option: mysql-test-run.pl\fB\-\-client\-libdir=\fR\fB\fIpath\fR\fR
671.\" client-libdir option: mysql-test-run.pl
672\fB\-\-client\-libdir=\fR\fB\fIpath\fR\fR
673.sp643.sp
674The path to the directory where client libraries are located\&.644The path to the directory where client libraries are located\&.
675.RE645.RE
@@ -682,9 +652,7 @@
682.sp -1652.sp -1
683.IP \(bu 2.3653.IP \(bu 2.3
684.\}654.\}
685.\" mysql-test-run.pl: combination option655.\" mysql-test-run.pl: combination option.\" combination option: mysql-test-run.pl\fB\-\-combination=\fR\fB\fIvalue\fR\fR
686.\" combination option: mysql-test-run.pl
687\fB\-\-combination=\fR\fB\fIvalue\fR\fR
688.sp656.sp
689Extra option to pass to657Extra option to pass to
690\fBmysqld\fR\&. The value should consist of a single658\fBmysqld\fR\&. The value should consist of a single
@@ -713,9 +681,7 @@
713.sp -1681.sp -1
714.IP \(bu 2.3682.IP \(bu 2.3
715.\}683.\}
716.\" mysql-test-run.pl: comment option684.\" mysql-test-run.pl: comment option.\" comment option: mysql-test-run.pl\fB\-\-comment=\fR\fB\fIstr\fR\fR
717.\" comment option: mysql-test-run.pl
718\fB\-\-comment=\fR\fB\fIstr\fR\fR
719.sp685.sp
720Write686Write
721\fIstr\fR687\fIstr\fR
@@ -731,9 +697,7 @@
731.sp -1697.sp -1
732.IP \(bu 2.3698.IP \(bu 2.3
733.\}699.\}
734.\" mysql-test-run.pl: compress option700.\" mysql-test-run.pl: compress option.\" compress option: mysql-test-run.pl\fB\-\-compress\fR
735.\" compress option: mysql-test-run.pl
736\fB\-\-compress\fR
737.sp701.sp
738Compress all information sent between the client and the server if both support compression\&.702Compress all information sent between the client and the server if both support compression\&.
739.RE703.RE
@@ -746,9 +710,7 @@
746.sp -1710.sp -1
747.IP \(bu 2.3711.IP \(bu 2.3
748.\}712.\}
749.\" mysql-test-run.pl: cursor-protocol option713.\" mysql-test-run.pl: cursor-protocol option.\" cursor-protocol option: mysql-test-run.pl\fB\-\-cursor\-protocol\fR
750.\" cursor-protocol option: mysql-test-run.pl
751\fB\-\-cursor\-protocol\fR
752.sp714.sp
753Pass the715Pass the
754\fB\-\-cursor\-protocol\fR716\fB\-\-cursor\-protocol\fR
@@ -766,9 +728,7 @@
766.sp -1728.sp -1
767.IP \(bu 2.3729.IP \(bu 2.3
768.\}730.\}
769.\" mysql-test-run.pl: dbx option731.\" mysql-test-run.pl: dbx option.\" gdb option: mysql-test-run.pl\fB\-\-dbx\fR
770.\" gdb option: mysql-test-run.pl
771\fB\-\-dbx\fR
772.sp732.sp
773Start733Start
774\fBmysqld\fR734\fBmysqld\fR
@@ -785,9 +745,7 @@
785.sp -1745.sp -1
786.IP \(bu 2.3746.IP \(bu 2.3
787.\}747.\}
788.\" mysql-test-run.pl: ddd option748.\" mysql-test-run.pl: ddd option.\" ddd option: mysql-test-run.pl\fB\-\-ddd\fR
789.\" ddd option: mysql-test-run.pl
790\fB\-\-ddd\fR
791.sp749.sp
792Start750Start
793\fBmysqld\fR751\fBmysqld\fR
@@ -804,9 +762,7 @@
804.sp -1762.sp -1
805.IP \(bu 2.3763.IP \(bu 2.3
806.\}764.\}
807.\" mysql-test-run.pl: debug option765.\" mysql-test-run.pl: debug option.\" debug option: mysql-test-run.pl\fB\-\-debug\fR
808.\" debug option: mysql-test-run.pl
809\fB\-\-debug\fR
810.sp766.sp
811Dump trace output for all clients and servers\&.767Dump trace output for all clients and servers\&.
812.RE768.RE
@@ -819,9 +775,7 @@
819.sp -1775.sp -1
820.IP \(bu 2.3776.IP \(bu 2.3
821.\}777.\}
822.\" mysql-test-run.pl: debugger option778.\" mysql-test-run.pl: debugger option.\" debugger option: mysql-test-run.pl\fB\-\-debugger=\fR\fB\fIdebugger\fR\fR
823.\" debugger option: mysql-test-run.pl
824\fB\-\-debugger=\fR\fB\fIdebugger\fR\fR
825.sp779.sp
826Start780Start
827\fBmysqld\fR781\fBmysqld\fR
@@ -836,9 +790,7 @@
836.sp -1790.sp -1
837.IP \(bu 2.3791.IP \(bu 2.3
838.\}792.\}
839.\" mysql-test-run.pl: debug-server option793.\" mysql-test-run.pl: debug-server option.\" debug-server option: mysql-test-run.pl\fB\-\-debug\-server\fR
840.\" debug-server option: mysql-test-run.pl
841\fB\-\-debug\-server\fR
842.sp794.sp
843Runs795Runs
844mysqld\&.debug796mysqld\&.debug
@@ -864,9 +816,7 @@
864.sp -1816.sp -1
865.IP \(bu 2.3817.IP \(bu 2.3
866.\}818.\}
867.\" mysql-test-run.pl: debug-sync-timeout option819.\" mysql-test-run.pl: debug-sync-timeout option.\" debug-sync-timeout option: mysql-test-run.pl\fB\-\-debug\-sync\-timeout=\fR\fB\fIN\fR\fR
868.\" debug-sync-timeout option: mysql-test-run.pl
869\fB\-\-debug\-sync\-timeout=\fR\fB\fIN\fR\fR
870.sp820.sp
871Controls whether the Debug Sync facility for testing and debugging is enabled\&. The option value is a timeout in seconds\&. The default value is 300\&. A value of 0 disables Debug Sync\&. The value of this option also becomes the default timeout for individual synchronization points\&.821Controls whether the Debug Sync facility for testing and debugging is enabled\&. The option value is a timeout in seconds\&. The default value is 300\&. A value of 0 disables Debug Sync\&. The value of this option also becomes the default timeout for individual synchronization points\&.
872.sp822.sp
@@ -894,9 +844,7 @@
894.sp -1844.sp -1
895.IP \(bu 2.3845.IP \(bu 2.3
896.\}846.\}
897.\" mysql-test-run.pl: default-myisam option847.\" mysql-test-run.pl: default-myisam option.\" default-myisam option: mysql-test-run.pl\fB\-\-default\-myisam\fR
898.\" default-myisam option: mysql-test-run.pl
899\fB\-\-default\-myisam\fR
900.sp848.sp
901Use MyISAM as default engine for all except InnoDB\-specific tests\&. This option was added in MySQL 5\&.5 and is on by default\&. It may be changed to off by default in a later release\&. See also849Use MyISAM as default engine for all except InnoDB\-specific tests\&. This option was added in MySQL 5\&.5 and is on by default\&. It may be changed to off by default in a later release\&. See also
902\fB\-\-nodefault\-myisam\fR\&.850\fB\-\-nodefault\-myisam\fR\&.
@@ -910,9 +858,7 @@
910.sp -1858.sp -1
911.IP \(bu 2.3859.IP \(bu 2.3
912.\}860.\}
913.\" mysql-test-run.pl: defaults-file option861.\" mysql-test-run.pl: defaults-file option.\" default-file option: mysql-test-run.pl\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR
914.\" default-file option: mysql-test-run.pl
915\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR
916.sp862.sp
917Use the named file as fixed config file template for all tests\&.863Use the named file as fixed config file template for all tests\&.
918.RE864.RE
@@ -925,9 +871,7 @@
925.sp -1871.sp -1
926.IP \(bu 2.3872.IP \(bu 2.3
927.\}873.\}
928.\" mysql-test-run.pl: defaults_extra_file option874.\" mysql-test-run.pl: defaults_extra_file option.\" default_extra_file option: mysql-test-run.pl\fB\-\-defaults_extra_file=\fR\fB\fIfile_name\fR\fR
929.\" default_extra_file option: mysql-test-run.pl
930\fB\-\-defaults_extra_file=\fR\fB\fIfile_name\fR\fR
931.sp875.sp
932Add setting from the named file to all generated configs\&.876Add setting from the named file to all generated configs\&.
933.RE877.RE
@@ -940,9 +884,7 @@
940.sp -1884.sp -1
941.IP \(bu 2.3885.IP \(bu 2.3
942.\}886.\}
943.\" mysql-test-run.pl: do-test option887.\" mysql-test-run.pl: do-test option.\" do-test option: mysql-test-run.pl\fB\-\-do\-test=\fR\fB\fIprefix\fR\fR
944.\" do-test option: mysql-test-run.pl
945\fB\-\-do\-test=\fR\fB\fIprefix\fR\fR
946.sp888.sp
947Run all test cases having a name that begins with the given889Run all test cases having a name that begins with the given
948\fIprefix\fR890\fIprefix\fR
@@ -976,9 +918,7 @@
976.sp -1918.sp -1
977.IP \(bu 2.3919.IP \(bu 2.3
978.\}920.\}
979.\" mysql-test-run.pl: embedded-server option921.\" mysql-test-run.pl: embedded-server option.\" embedded-server option: mysql-test-run.pl\fB\-\-embedded\-server\fR
980.\" embedded-server option: mysql-test-run.pl
981\fB\-\-embedded\-server\fR
982.sp922.sp
983Use a version of923Use a version of
984\fBmysqltest\fR924\fBmysqltest\fR
@@ -993,9 +933,7 @@
993.sp -1933.sp -1
994.IP \(bu 2.3934.IP \(bu 2.3
995.\}935.\}
996.\" mysql-test-run.pl: enable-disabled option936.\" mysql-test-run.pl: enable-disabled option.\" enable-disabled option: mysql-test-run.pl\fB\-\-enable\-disabled\fR
997.\" enable-disabled option: mysql-test-run.pl
998\fB\-\-enable\-disabled\fR
999.sp937.sp
1000Ignore any938Ignore any
1001disabled\&.def939disabled\&.def
@@ -1010,9 +948,7 @@
1010.sp -1948.sp -1
1011.IP \(bu 2.3949.IP \(bu 2.3
1012.\}950.\}
1013.\" mysql-test-run.pl: experimental option951.\" mysql-test-run.pl: experimental option.\" experimental option: mysql-test-run.pl\fB\-\-experimental=\fR\fB\fIfile_name\fR\fR
1014.\" experimental option: mysql-test-run.pl
1015\fB\-\-experimental=\fR\fB\fIfile_name\fR\fR
1016.sp952.sp
1017Specify a file that contains a list of test cases that should be displayed with the953Specify a file that contains a list of test cases that should be displayed with the
1018[ exp\-fail ]954[ exp\-fail ]
@@ -1035,10 +971,7 @@
1035.sp -1971.sp -1
1036.IP \(bu 2.3972.IP \(bu 2.3
1037.\}973.\}
1038.\" mysql-test-run.pl: extern option974.\" mysql-test-run.pl: extern option.\" extern option: mysql-test-run.pl\fB\-\-extern\fR\fIoption\fR=\fIvalue\fR
1039.\" extern option: mysql-test-run.pl
1040\fB\-\-extern\fR
1041\fIoption\fR=\fIvalue\fR
1042.sp975.sp
1043Use an already running server\&. The option/value pair is what is needed by the976Use an already running server\&. The option/value pair is what is needed by the
1044\fBmysql\fR977\fBmysql\fR
@@ -1071,9 +1004,7 @@
1071.sp -11004.sp -1
1072.IP \(bu 2.31005.IP \(bu 2.3
1073.\}1006.\}
1074.\" mysql-test-run.pl: fast option1007.\" mysql-test-run.pl: fast option.\" fast option: mysql-test-run.pl\fB\-\-fast\fR
1075.\" fast option: mysql-test-run.pl
1076\fB\-\-fast\fR
1077.sp1008.sp
1078Do not perform controlled shutdown when servers need to be restarted or at the end of the test run\&. This is equivalent to using1009Do not perform controlled shutdown when servers need to be restarted or at the end of the test run\&. This is equivalent to using
1079\-\-shutdown\-timeout=0\&.1010\-\-shutdown\-timeout=0\&.
@@ -1087,9 +1018,7 @@
1087.sp -11018.sp -1
1088.IP \(bu 2.31019.IP \(bu 2.3
1089.\}1020.\}
1090.\" mysql-test-run.pl: force option1021.\" mysql-test-run.pl: force option.\" force option: mysql-test-run.pl\fB\-\-force\fR
1091.\" force option: mysql-test-run.pl
1092\fB\-\-force\fR
1093.sp1022.sp
1094Normally,1023Normally,
1095\fBmysql\-test\-run\&.pl\fR1024\fBmysql\-test\-run\&.pl\fR
@@ -1106,9 +1035,7 @@
1106.sp -11035.sp -1
1107.IP \(bu 2.31036.IP \(bu 2.3
1108.\}1037.\}
1109.\" mysql-test-run.pl: force-restart option1038.\" mysql-test-run.pl: force-restart option.\" force-restart option: mysql-test-run.pl\fB\-\-force\-restart\fR
1110.\" force-restart option: mysql-test-run.pl
1111\fB\-\-force\-restart\fR
1112.sp1039.sp
1113Always restart the server(s) between each tast case, whether it\*(Aqs needed or not\&. Will also restart between repeated runs of the same test case\&. This may be useful e\&.g\&. when looking for the source of a memory leak, as there will only have been one test run before the server exits\&.1040Always restart the server(s) between each tast case, whether it\*(Aqs needed or not\&. Will also restart between repeated runs of the same test case\&. This may be useful e\&.g\&. when looking for the source of a memory leak, as there will only have been one test run before the server exits\&.
1114.sp1041.sp
@@ -1125,9 +1052,7 @@
1125.sp -11052.sp -1
1126.IP \(bu 2.31053.IP \(bu 2.3
1127.\}1054.\}
1128.\" mysql-test-run.pl: gcov option1055.\" mysql-test-run.pl: gcov option.\" gcov option: mysql-test-run.pl\fB\-\-gcov\fR
1129.\" gcov option: mysql-test-run.pl
1130\fB\-\-gcov\fR
1131.sp1056.sp
1132Run tests with the1057Run tests with the
1133\fBgcov\fR1058\fBgcov\fR
@@ -1142,9 +1067,7 @@
1142.sp -11067.sp -1
1143.IP \(bu 2.31068.IP \(bu 2.3
1144.\}1069.\}
1145.\" mysql-test-run.pl: gdb option1070.\" mysql-test-run.pl: gdb option.\" gdb option: mysql-test-run.pl\fB\-\-gdb\fR
1146.\" gdb option: mysql-test-run.pl
1147\fB\-\-gdb\fR
1148.sp1071.sp
1149Start1072Start
1150\fBmysqld\fR1073\fBmysqld\fR
@@ -1161,9 +1084,7 @@
1161.sp -11084.sp -1
1162.IP \(bu 2.31085.IP \(bu 2.3
1163.\}1086.\}
1164.\" mysql-test-run.pl: gprof option1087.\" mysql-test-run.pl: gprof option.\" gprof option: mysql-test-run.pl\fB\-\-gprof\fR
1165.\" gprof option: mysql-test-run.pl
1166\fB\-\-gprof\fR
1167.sp1088.sp
1168Run tests with the1089Run tests with the
1169\fBgprof\fR1090\fBgprof\fR
@@ -1180,12 +1101,8 @@
1180.sp -11101.sp -1
1181.IP \(bu 2.31102.IP \(bu 2.3
1182.\}1103.\}
1183.\" mysql-test-run.pl: include-ndbcluster option1104.\" mysql-test-run.pl: include-ndbcluster option.\" include-ndbcluster option: mysql-test-run.pl\fB\-\-include\-ndbcluster\fR,
1184.\" include-ndbcluster option: mysql-test-run.pl1105.\" mysql-test-run.pl: include-ndb option.\" include-ndb option: mysql-test-run.pl\fB\-\-include\-ndb\fR
1185\fB\-\-include\-ndbcluster\fR,
1186.\" mysql-test-run.pl: include-ndb option
1187.\" include-ndb option: mysql-test-run.pl
1188\fB\-\-include\-ndb\fR
1189.sp1106.sp
1190Run also tests that need Cluster\&. This is the default behavior up to MySQL 5\&.1\&.51\&. From MySQL 5\&.1\&.52 this option has been added to re\-enable running Cluster tests\&.1107Run also tests that need Cluster\&. This is the default behavior up to MySQL 5\&.1\&.51\&. From MySQL 5\&.1\&.52 this option has been added to re\-enable running Cluster tests\&.
1191.RE1108.RE
@@ -1198,9 +1115,7 @@
1198.sp -11115.sp -1
1199.IP \(bu 2.31116.IP \(bu 2.3
1200.\}1117.\}
1201.\" mysql-test-run.pl: manual-dbx option1118.\" mysql-test-run.pl: manual-dbx option.\" manual-dbx option: mysql-test-run.pl\fB\-\-manual\-dbx\fR
1202.\" manual-dbx option: mysql-test-run.pl
1203\fB\-\-manual\-dbx\fR
1204.sp1119.sp
1205Use a server that has already been started by the user in the1120Use a server that has already been started by the user in the
1206\fBdbx\fR1121\fBdbx\fR
@@ -1215,9 +1130,7 @@
1215.sp -11130.sp -1
1216.IP \(bu 2.31131.IP \(bu 2.3
1217.\}1132.\}
1218.\" mysql-test-run.pl: manual-ddd option1133.\" mysql-test-run.pl: manual-ddd option.\" manual-ddd option: mysql-test-run.pl\fB\-\-manual\-ddd\fR
1219.\" manual-ddd option: mysql-test-run.pl
1220\fB\-\-manual\-ddd\fR
1221.sp1134.sp
1222Use a server that has already been started by the user in the1135Use a server that has already been started by the user in the
1223\fBddd\fR1136\fBddd\fR
@@ -1232,9 +1145,7 @@
1232.sp -11145.sp -1
1233.IP \(bu 2.31146.IP \(bu 2.3
1234.\}1147.\}
1235.\" mysql-test-run.pl: manual-debug option1148.\" mysql-test-run.pl: manual-debug option.\" manual-debug option: mysql-test-run.pl\fB\-\-manual\-debug\fR
1236.\" manual-debug option: mysql-test-run.pl
1237\fB\-\-manual\-debug\fR
1238.sp1149.sp
1239Use a server that has already been started by the user in a debugger\&.1150Use a server that has already been started by the user in a debugger\&.
1240.RE1151.RE
@@ -1247,9 +1158,7 @@
1247.sp -11158.sp -1
1248.IP \(bu 2.31159.IP \(bu 2.3
1249.\}1160.\}
1250.\" mysql-test-run.pl: manual-gdb option1161.\" mysql-test-run.pl: manual-gdb option.\" manual-gdb option: mysql-test-run.pl\fB\-\-manual\-gdb\fR
1251.\" manual-gdb option: mysql-test-run.pl
1252\fB\-\-manual\-gdb\fR
1253.sp1162.sp
1254Use a server that has already been started by the user in the1163Use a server that has already been started by the user in the
1255\fBgdb\fR1164\fBgdb\fR
@@ -1264,9 +1173,7 @@
1264.sp -11173.sp -1
1265.IP \(bu 2.31174.IP \(bu 2.3
1266.\}1175.\}
1267.\" mysql-test-run.pl: mark-progress option1176.\" mysql-test-run.pl: mark-progress option.\" mark-progress option: mysql-test-run.pl\fB\-\-mark\-progress\fR
1268.\" mark-progress option: mysql-test-run.pl
1269\fB\-\-mark\-progress\fR
1270.sp1177.sp
1271Marks progress with timing (in milliseconds) and line number in1178Marks progress with timing (in milliseconds) and line number in
1272var/log/\fItestname\fR\&.progress\&.1179var/log/\fItestname\fR\&.progress\&.
@@ -1280,9 +1187,7 @@
1280.sp -11187.sp -1
1281.IP \(bu 2.31188.IP \(bu 2.3
1282.\}1189.\}
1283.\" mysql-test-run.pl: max-connections option1190.\" mysql-test-run.pl: max-connections option.\" max-connections option: mysql-test-run.pl\fB\-\-max\-connections=\fR\fB\fInum\fR\fR
1284.\" max-connections option: mysql-test-run.pl
1285\fB\-\-max\-connections=\fR\fB\fInum\fR\fR
1286.sp1191.sp
1287The maximum number of simultaneous server connections that may be used per test\&. If not set, the maximum is 128\&. Minimum allowed limit is 8, maximum is 5120\&. Corresponds to the same option for1192The maximum number of simultaneous server connections that may be used per test\&. If not set, the maximum is 128\&. Minimum allowed limit is 8, maximum is 5120\&. Corresponds to the same option for
1288\fBmysqltest\fR\&.1193\fBmysqltest\fR\&.
@@ -1298,9 +1203,7 @@
1298.sp -11203.sp -1
1299.IP \(bu 2.31204.IP \(bu 2.3
1300.\}1205.\}
1301.\" mysql-test-run.pl: max-save-core option1206.\" mysql-test-run.pl: max-save-core option.\" max-save-core option: mysql-test-run.pl\fB\-\-max\-save\-core=\fR\fB\fIN\fR\fR
1302.\" max-save-core option: mysql-test-run.pl
1303\fB\-\-max\-save\-core=\fR\fB\fIN\fR\fR
1304.sp1207.sp
1305Limit the number of core files saved, to avoid filling up disks in case of a frequently crashing server\&. Defaults to 5, set to 0 for no limit\&. May also be set with the environment variable1208Limit the number of core files saved, to avoid filling up disks in case of a frequently crashing server\&. Defaults to 5, set to 0 for no limit\&. May also be set with the environment variable
1306MTR_MAX_SAVE_CORE1209MTR_MAX_SAVE_CORE
@@ -1314,9 +1217,7 @@
1314.sp -11217.sp -1
1315.IP \(bu 2.31218.IP \(bu 2.3
1316.\}1219.\}
1317.\" mysql-test-run.pl: max-save-datadir option1220.\" mysql-test-run.pl: max-save-datadir option.\" max-save-datadir option: mysql-test-run.pl\fB\-\-max\-save\-datadir=\fR\fB\fIN\fR\fR
1318.\" max-save-datadir option: mysql-test-run.pl
1319\fB\-\-max\-save\-datadir=\fR\fB\fIN\fR\fR
1320.sp1221.sp
1321Limit the number of data directories saved after failed tests, to avoid filling up disks in case of frequent failures\&. Defaults to 20, set to 0 for no limit\&. May also be set with the environment variable1222Limit the number of data directories saved after failed tests, to avoid filling up disks in case of frequent failures\&. Defaults to 20, set to 0 for no limit\&. May also be set with the environment variable
1322MTR_MAX_SAVE_DATADIR1223MTR_MAX_SAVE_DATADIR
@@ -1330,9 +1231,7 @@
1330.sp -11231.sp -1
1331.IP \(bu 2.31232.IP \(bu 2.3
1332.\}1233.\}
1333.\" mysql-test-run.pl: max-test-fail option1234.\" mysql-test-run.pl: max-test-fail option.\" max-test-fail option: mysql-test-run.pl\fB\-\-max\-test\-fail=\fR\fB\fIN\fR\fR
1334.\" max-test-fail option: mysql-test-run.pl
1335\fB\-\-max\-test\-fail=\fR\fB\fIN\fR\fR
1336.sp1235.sp
1337Stop execution after the specified number of tests have failed, to avoid using up resources (and time) in case of massive failures\&. retries are noe counted, nor are failures of tests marked experimental\&. Defaults to 10, set to 0 for no limit\&. May also be set with the environment variable1236Stop execution after the specified number of tests have failed, to avoid using up resources (and time) in case of massive failures\&. retries are noe counted, nor are failures of tests marked experimental\&. Defaults to 10, set to 0 for no limit\&. May also be set with the environment variable
1338MTR_MAX_TEST_FAIL1237MTR_MAX_TEST_FAIL
@@ -1346,9 +1245,7 @@
1346.sp -11245.sp -1
1347.IP \(bu 2.31246.IP \(bu 2.3
1348.\}1247.\}
1349.\" mysql-test-run.pl: mem option1248.\" mysql-test-run.pl: mem option.\" mem option: mysql-test-run.pl\fB\-\-mem\fR
1350.\" mem option: mysql-test-run.pl
1351\fB\-\-mem\fR
1352.sp1249.sp
1353This option is not supported on Windows\&.1250This option is not supported on Windows\&.
1354.sp1251.sp
@@ -1383,9 +1280,7 @@
1383.sp -11280.sp -1
1384.IP \(bu 2.31281.IP \(bu 2.3
1385.\}1282.\}
1386.\" mysql-test-run.pl: mysqld option1283.\" mysql-test-run.pl: mysqld option.\" mysqld option: mysql-test-run.pl\fB\-\-mysqld=\fR\fB\fIvalue\fR\fR
1387.\" mysqld option: mysql-test-run.pl
1388\fB\-\-mysqld=\fR\fB\fIvalue\fR\fR
1389.sp1284.sp
1390Extra option to pass to1285Extra option to pass to
1391\fBmysqld\fR\&. Only one option may be specified in1286\fBmysqld\fR\&. Only one option may be specified in
@@ -1403,9 +1298,7 @@
1403.sp -11298.sp -1
1404.IP \(bu 2.31299.IP \(bu 2.3
1405.\}1300.\}
1406.\" mysql-test-run.pl: mysqld-env option1301.\" mysql-test-run.pl: mysqld-env option.\" mysqld-env option: mysql-test-run.pl\fB\-\-mysqld\-env=\fR\fB\fIvariable\fR\fR\fB=\fR\fB\fIvalue\fR\fR
1407.\" mysqld-env option: mysql-test-run.pl
1408\fB\-\-mysqld\-env=\fR\fB\fIvariable\fR\fR\fB=\fR\fB\fIvalue\fR\fR
1409.sp1302.sp
1410Sets (or changes) an environment variable before starting1303Sets (or changes) an environment variable before starting
1411\fBmysqld\fR\&. Varibles set in the environment from which you run1304\fBmysqld\fR\&. Varibles set in the environment from which you run
@@ -1428,9 +1321,7 @@
1428.sp -11321.sp -1
1429.IP \(bu 2.31322.IP \(bu 2.3
1430.\}1323.\}
1431.\" mysql-test-run.pl: ndb-connectstring option1324.\" mysql-test-run.pl: ndb-connectstring option.\" ndb-connectstring option: mysql-test-run.pl\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
1432.\" ndb-connectstring option: mysql-test-run.pl
1433\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
1434.sp1325.sp
1435Pass1326Pass
1436\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR1327\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
@@ -1447,9 +1338,7 @@
1447.sp -11338.sp -1
1448.IP \(bu 2.31339.IP \(bu 2.3
1449.\}1340.\}
1450.\" mysql-test-run.pl: nocheck-testcases option1341.\" mysql-test-run.pl: nocheck-testcases option.\" nocheck-testcases option: mysql-test-run.pl\fB\-\-nocheck\-testcases\fR
1451.\" nocheck-testcases option: mysql-test-run.pl
1452\fB\-\-nocheck\-testcases\fR
1453.sp1342.sp
1454Disable the check for test case side effects; see1343Disable the check for test case side effects; see
1455\fB\-\-check\-testcases\fR1344\fB\-\-check\-testcases\fR
@@ -1464,9 +1353,7 @@
1464.sp -11353.sp -1
1465.IP \(bu 2.31354.IP \(bu 2.3
1466.\}1355.\}
1467.\" mysql-test-run.pl: nodefault-myisam option1356.\" mysql-test-run.pl: nodefault-myisam option.\" nodefault-myisam option: mysql-test-run.pl\fB\-\-nodefault\-myisam\fR
1468.\" nodefault-myisam option: mysql-test-run.pl
1469\fB\-\-nodefault\-myisam\fR
1470.sp1357.sp
1471Do not override the build\-in default engine to use MyISAM instead for non\-InnoDB tests\&. This option was added in MySQL 5\&.5\&. Since the existing collection of tests were originally adapted for MyISAM as default, many tests will fail when this option is used, because the test behaves differently or produces different output when the engine switches to InnoDB\&.1358Do not override the build\-in default engine to use MyISAM instead for non\-InnoDB tests\&. This option was added in MySQL 5\&.5\&. Since the existing collection of tests were originally adapted for MyISAM as default, many tests will fail when this option is used, because the test behaves differently or produces different output when the engine switches to InnoDB\&.
1472.RE1359.RE
@@ -1479,9 +1366,7 @@
1479.sp -11366.sp -1
1480.IP \(bu 2.31367.IP \(bu 2.3
1481.\}1368.\}
1482.\" mysql-test-run.pl: noreorder option1369.\" mysql-test-run.pl: noreorder option.\" noreorder option: mysql-test-run.pl\fB\-\-noreorder\fR
1483.\" noreorder option: mysql-test-run.pl
1484\fB\-\-noreorder\fR
1485.sp1370.sp
1486Do not reorder tests to reduce number of restarts, but run them in exactly the order given\&. If a whole suite is to be run, the tests are run in alphabetic order, though similiar combinations will be grouped together\&. If more than one suite is listed, the tests are run one suite at a time, in the order listed\&.1371Do not reorder tests to reduce number of restarts, but run them in exactly the order given\&. If a whole suite is to be run, the tests are run in alphabetic order, though similiar combinations will be grouped together\&. If more than one suite is listed, the tests are run one suite at a time, in the order listed\&.
1487.RE1372.RE
@@ -1494,9 +1379,7 @@
1494.sp -11379.sp -1
1495.IP \(bu 2.31380.IP \(bu 2.3
1496.\}1381.\}
1497.\" mysql-test-run.pl: notimer option1382.\" mysql-test-run.pl: notimer option.\" notimer option: mysql-test-run.pl\fB\-\-notimer\fR
1498.\" notimer option: mysql-test-run.pl
1499\fB\-\-notimer\fR
1500.sp1383.sp
1501Cause1384Cause
1502\fBmysqltest\fR1385\fBmysqltest\fR
@@ -1511,9 +1394,7 @@
1511.sp -11394.sp -1
1512.IP \(bu 2.31395.IP \(bu 2.3
1513.\}1396.\}
1514.\" mysql-test-run.pl: nounit-tests option1397.\" mysql-test-run.pl: nounit-tests option.\" nounit-tests option: mysql-test-run.pl\fB\-\-nounit\-tests\fR
1515.\" nounit-tests option: mysql-test-run.pl
1516\fB\-\-nounit\-tests\fR
1517.sp1398.sp
1518Do not run unit tests, overriding default behaviour or setting of the1399Do not run unit tests, overriding default behaviour or setting of the
1519MTR_UNIT_TESTS1400MTR_UNIT_TESTS
@@ -1530,9 +1411,7 @@
1530.sp -11411.sp -1
1531.IP \(bu 2.31412.IP \(bu 2.3
1532.\}1413.\}
1533.\" mysql-test-run.pl: nowarnings option1414.\" mysql-test-run.pl: nowarnings option.\" nowarnings option: mysql-test-run.pl\fB\-\-nowarnings\fR
1534.\" nowarnings option: mysql-test-run.pl
1535\fB\-\-nowarnings\fR
1536.sp1415.sp
1537Do not look for and report errors and warning in the server logs\&.1416Do not look for and report errors and warning in the server logs\&.
1538.RE1417.RE
@@ -1545,9 +1424,7 @@
1545.sp -11424.sp -1
1546.IP \(bu 2.31425.IP \(bu 2.3
1547.\}1426.\}
1548.\" mysql-test-run.pl: parallel option1427.\" mysql-test-run.pl: parallel option.\" parallel option: mysql-test-run.pl\fB\-\-parallel={\fR\fB\fIN\fR\fR\fB|auto}\fR
1549.\" parallel option: mysql-test-run.pl
1550\fB\-\-parallel={\fR\fB\fIN\fR\fR\fB|auto}\fR
1551.sp1428.sp
1552Run tests using1429Run tests using
1553\fIN\fR1430\fIN\fR
@@ -1565,9 +1442,7 @@
1565.sp -11442.sp -1
1566.IP \(bu 2.31443.IP \(bu 2.3
1567.\}1444.\}
1568.\" mysql-test-run.pl: port-base option1445.\" mysql-test-run.pl: port-base option.\" port-base option: mysql-test-run.pl\fB\-\-port\-base=\fR\fB\fIP\fR\fR
1569.\" port-base option: mysql-test-run.pl
1570\fB\-\-port\-base=\fR\fB\fIP\fR\fR
1571.sp1446.sp
1572Specify base of port numbers to be used; a block of 10 will be allocated\&.1447Specify base of port numbers to be used; a block of 10 will be allocated\&.
1573\fIP\fR1448\fIP\fR
@@ -1593,9 +1468,7 @@
1593.sp -11468.sp -1
1594.IP \(bu 2.31469.IP \(bu 2.3
1595.\}1470.\}
1596.\" mysql-test-run.pl: print-testcases option1471.\" mysql-test-run.pl: print-testcases option.\" print-testcases option: mysql-test-run.pl\fB\-\-print\-testcases\fR
1597.\" print-testcases option: mysql-test-run.pl
1598\fB\-\-print\-testcases\fR
1599.sp1472.sp
1600Do not run any tests, but print details about all tests, in the order they would have been run\&.1473Do not run any tests, but print details about all tests, in the order they would have been run\&.
1601.RE1474.RE
@@ -1608,9 +1481,7 @@
1608.sp -11481.sp -1
1609.IP \(bu 2.31482.IP \(bu 2.3
1610.\}1483.\}
1611.\" mysql-test-run.pl: ps-protocol option1484.\" mysql-test-run.pl: ps-protocol option.\" ps-protocol option: mysql-test-run.pl\fB\-\-ps\-protocol\fR
1612.\" ps-protocol option: mysql-test-run.pl
1613\fB\-\-ps\-protocol\fR
1614.sp1485.sp
1615Pass the1486Pass the
1616\fB\-\-ps\-protocol\fR1487\fB\-\-ps\-protocol\fR
@@ -1626,9 +1497,7 @@
1626.sp -11497.sp -1
1627.IP \(bu 2.31498.IP \(bu 2.3
1628.\}1499.\}
1629.\" mysql-test-run.pl: record option1500.\" mysql-test-run.pl: record option.\" record option: mysql-test-run.pl\fB\-\-record\fR
1630.\" record option: mysql-test-run.pl
1631\fB\-\-record\fR
1632.sp1501.sp
1633Pass the1502Pass the
1634\fB\-\-record\fR1503\fB\-\-record\fR
@@ -1644,9 +1513,7 @@
1644.sp -11513.sp -1
1645.IP \(bu 2.31514.IP \(bu 2.3
1646.\}1515.\}
1647.\" mysql-test-run.pl: reorder option1516.\" mysql-test-run.pl: reorder option.\" reorder option: mysql-test-run.pl\fB\-\-reorder\fR
1648.\" reorder option: mysql-test-run.pl
1649\fB\-\-reorder\fR
1650.sp1517.sp
1651Reorder tests to minimize the number of server restarts needed\&. This is the default behavior\&. There is no guarantee that a particular set of tests will always end up in the same order\&.1518Reorder tests to minimize the number of server restarts needed\&. This is the default behavior\&. There is no guarantee that a particular set of tests will always end up in the same order\&.
1652.RE1519.RE
@@ -1659,9 +1526,7 @@
1659.sp -11526.sp -1
1660.IP \(bu 2.31527.IP \(bu 2.3
1661.\}1528.\}
1662.\" mysql-test-run.pl: repeat option1529.\" mysql-test-run.pl: repeat option.\" repeat option: mysql-test-run.pl\fB\-\-repeat=\fR\fB\fIN\fR\fR
1663.\" repeat option: mysql-test-run.pl
1664\fB\-\-repeat=\fR\fB\fIN\fR\fR
1665.sp1530.sp
1666Run each test1531Run each test
1667\fIN\fR1532\fIN\fR
@@ -1676,9 +1541,7 @@
1676.sp -11541.sp -1
1677.IP \(bu 2.31542.IP \(bu 2.3
1678.\}1543.\}
1679.\" mysql-test-run.pl: report-features option1544.\" mysql-test-run.pl: report-features option.\" report-features option: mysql-test-run.pl\fB\-\-report\-features\fR
1680.\" report-features option: mysql-test-run.pl
1681\fB\-\-report\-features\fR
1682.sp1545.sp
1683Display the output of1546Display the output of
1684SHOW ENGINES1547SHOW ENGINES
@@ -1694,9 +1557,7 @@
1694.sp -11557.sp -1
1695.IP \(bu 2.31558.IP \(bu 2.3
1696.\}1559.\}
1697.\" mysql-test-run.pl: report-times option1560.\" mysql-test-run.pl: report-times option.\" report-times option: mysql-test-run.pl\fB\-\-report\-times\fR
1698.\" report-times option: mysql-test-run.pl
1699\fB\-\-report\-times\fR
1700.sp1561.sp
1701At the end of the test run, write a summary of how much time was spent in various phases of execution\&. If you run with1562At the end of the test run, write a summary of how much time was spent in various phases of execution\&. If you run with
1702\fB\-\-parallel\fR, the total will exceed the wall clock time passed, since it will be summed over all threads\&.1563\fB\-\-parallel\fR, the total will exceed the wall clock time passed, since it will be summed over all threads\&.
@@ -1718,9 +1579,7 @@
1718.sp -11579.sp -1
1719.IP \(bu 2.31580.IP \(bu 2.3
1720.\}1581.\}
1721.\" mysql-test-run.pl: retry option1582.\" mysql-test-run.pl: retry option.\" retry option: mysql-test-run.pl\fB\-\-retry=\fR\fB\fIN\fR\fR
1722.\" retry option: mysql-test-run.pl
1723\fB\-\-retry=\fR\fB\fIN\fR\fR
1724.sp1583.sp
1725If a test fails, it is retried up to a maximum of1584If a test fails, it is retried up to a maximum of
1726\fIN\fR1585\fIN\fR
@@ -1745,9 +1604,7 @@
1745.sp -11604.sp -1
1746.IP \(bu 2.31605.IP \(bu 2.3
1747.\}1606.\}
1748.\" mysql-test-run.pl: retry-failure option1607.\" mysql-test-run.pl: retry-failure option.\" retry-failure option: mysql-test-run.pl\fB\-\-retry\-failure=\fR\fB\fIN\fR\fR
1749.\" retry-failure option: mysql-test-run.pl
1750\fB\-\-retry\-failure=\fR\fB\fIN\fR\fR
1751.sp1608.sp
1752Allow a failed and retried test to fail more than the default 2 times before giving it up\&. Setting it to 0 or 1 effectively turns off retries1609Allow a failed and retried test to fail more than the default 2 times before giving it up\&. Setting it to 0 or 1 effectively turns off retries
1753.RE1610.RE
@@ -1760,9 +1617,7 @@
1760.sp -11617.sp -1
1761.IP \(bu 2.31618.IP \(bu 2.3
1762.\}1619.\}
1763.\" mysql-test-run.pl: shutdown-timeout option1620.\" mysql-test-run.pl: shutdown-timeout option.\" shutdown-timeout option: mysql-test-run.pl\fB\-\-shutdown\-timeout=\fR\fB\fISECONDS\fR\fR
1764.\" shutdown-timeout option: mysql-test-run.pl
1765\fB\-\-shutdown\-timeout=\fR\fB\fISECONDS\fR\fR
1766.sp1621.sp
1767Max number of seconds to wait for servers to do controlled shutdown before killing them\&. Default is 10\&.1622Max number of seconds to wait for servers to do controlled shutdown before killing them\&. Default is 10\&.
1768.RE1623.RE
@@ -1775,9 +1630,7 @@
1775.sp -11630.sp -1
1776.IP \(bu 2.31631.IP \(bu 2.3
1777.\}1632.\}
1778.\" mysql-test-run.pl: skip-combinations option1633.\" mysql-test-run.pl: skip-combinations option.\" skip-combinations option: mysql-test-run.pl\fB\-\-skip\-combinations\fR
1779.\" skip-combinations option: mysql-test-run.pl
1780\fB\-\-skip\-combinations\fR
1781.sp1634.sp
1782Do not apply combinations; ignore combinations file or option\&.1635Do not apply combinations; ignore combinations file or option\&.
1783.RE1636.RE
@@ -1790,12 +1643,8 @@
1790.sp -11643.sp -1
1791.IP \(bu 2.31644.IP \(bu 2.3
1792.\}1645.\}
1793.\" mysql-test-run.pl: skip-ndbcluster option1646.\" mysql-test-run.pl: skip-ndbcluster option.\" skip-ndbcluster option: mysql-test-run.pl\fB\-\-skip\-ndbcluster\fR,
1794.\" skip-ndbcluster option: mysql-test-run.pl1647.\" mysql-test-run.pl: skip-ndb option.\" skip-ndb option: mysql-test-run.pl\fB\-\-skip\-ndb\fR
1795\fB\-\-skip\-ndbcluster\fR,
1796.\" mysql-test-run.pl: skip-ndb option
1797.\" skip-ndb option: mysql-test-run.pl
1798\fB\-\-skip\-ndb\fR
1799.sp1648.sp
1800Do not start NDB Cluster; skip Cluster test cases\&. From MySQL 5\&.1\&.52, this is the default and so this option does not do anything but is kept for backwards compatibility\&.1649Do not start NDB Cluster; skip Cluster test cases\&. From MySQL 5\&.1\&.52, this is the default and so this option does not do anything but is kept for backwards compatibility\&.
1801.RE1650.RE
@@ -1808,12 +1657,8 @@
1808.sp -11657.sp -1
1809.IP \(bu 2.31658.IP \(bu 2.3
1810.\}1659.\}
1811.\" mysql-test-run.pl: skip-ndbcluster-slave option1660.\" mysql-test-run.pl: skip-ndbcluster-slave option.\" skip-ndbcluster-slave option: mysql-test-run.pl\fB\-\-skip\-ndbcluster\-slave\fR,
1812.\" skip-ndbcluster-slave option: mysql-test-run.pl1661.\" mysql-test-run.pl: skip-ndb-slave option.\" skip-ndb-slave option: mysql-test-run.pl\fB\-\-skip\-ndb\-slave\fR
1813\fB\-\-skip\-ndbcluster\-slave\fR,
1814.\" mysql-test-run.pl: skip-ndb-slave option
1815.\" skip-ndb-slave option: mysql-test-run.pl
1816\fB\-\-skip\-ndb\-slave\fR
1817.sp1662.sp
1818Do not start an NDB Cluster slave\&.1663Do not start an NDB Cluster slave\&.
1819.RE1664.RE
@@ -1826,9 +1671,7 @@
1826.sp -11671.sp -1
1827.IP \(bu 2.31672.IP \(bu 2.3
1828.\}1673.\}
1829.\" mysql-test-run.pl: skip-rpl option1674.\" mysql-test-run.pl: skip-rpl option.\" skip-rpl option: mysql-test-run.pl\fB\-\-skip\-rpl\fR
1830.\" skip-rpl option: mysql-test-run.pl
1831\fB\-\-skip\-rpl\fR
1832.sp1675.sp
1833Skip replication test cases\&.1676Skip replication test cases\&.
1834.RE1677.RE
@@ -1841,9 +1684,7 @@
1841.sp -11684.sp -1
1842.IP \(bu 2.31685.IP \(bu 2.3
1843.\}1686.\}
1844.\" mysql-test-run.pl: skip-ssl option1687.\" mysql-test-run.pl: skip-ssl option.\" skip-ssl option: mysql-test-run.pl\fB\-\-skip\-ssl\fR
1845.\" skip-ssl option: mysql-test-run.pl
1846\fB\-\-skip\-ssl\fR
1847.sp1688.sp
1848Do not start1689Do not start
1849\fBmysqld\fR1690\fBmysqld\fR
@@ -1858,9 +1699,7 @@
1858.sp -11699.sp -1
1859.IP \(bu 2.31700.IP \(bu 2.3
1860.\}1701.\}
1861.\" mysql-test-run.pl: skip-test option1702.\" mysql-test-run.pl: skip-test option.\" skip-test option: mysql-test-run.pl\fB\-\-skip\-test=\fR\fB\fIregex\fR\fR
1862.\" skip-test option: mysql-test-run.pl
1863\fB\-\-skip\-test=\fR\fB\fIregex\fR\fR
1864.sp1703.sp
1865Specify a regular expression to be applied to test case names\&. Cases with names that match the expression are skipped\&. tests to skip\&.1704Specify a regular expression to be applied to test case names\&. Cases with names that match the expression are skipped\&. tests to skip\&.
1866.sp1705.sp
@@ -1879,9 +1718,7 @@
1879.sp -11718.sp -1
1880.IP \(bu 2.31719.IP \(bu 2.3
1881.\}1720.\}
1882.\" mysql-test-run.pl: skip-test-list option1721.\" mysql-test-run.pl: skip-test-list option.\" skip-test-list option: mysql-test-run.pl\fB\-\-skip\-test\-list=\fR\fB\fIfile\fR\fR
1883.\" skip-test-list option: mysql-test-run.pl
1884\fB\-\-skip\-test\-list=\fR\fB\fIfile\fR\fR
1885.sp1722.sp
1886Specify a file listing tests that should be skipped (disabled)\&.1723Specify a file listing tests that should be skipped (disabled)\&.
1887.sp1724.sp
@@ -1916,9 +1753,7 @@
1916.sp -11753.sp -1
1917.IP \(bu 2.31754.IP \(bu 2.3
1918.\}1755.\}
1919.\" mysql-test-run.pl: sleep option1756.\" mysql-test-run.pl: sleep option.\" sleep option: mysql-test-run.pl\fB\-\-sleep=\fR\fB\fIN\fR\fR
1920.\" sleep option: mysql-test-run.pl
1921\fB\-\-sleep=\fR\fB\fIN\fR\fR
1922.sp1757.sp
1923Pass1758Pass
1924\fB\-\-sleep=\fR\fB\fIN\fR\fR1759\fB\-\-sleep=\fR\fB\fIN\fR\fR
@@ -1934,9 +1769,7 @@
1934.sp -11769.sp -1
1935.IP \(bu 2.31770.IP \(bu 2.3
1936.\}1771.\}
1937.\" mysql-test-run.pl: sp-protocol option1772.\" mysql-test-run.pl: sp-protocol option.\" sp-protocol option: mysql-test-run.pl\fB\-\-sp\-protocol\fR
1938.\" sp-protocol option: mysql-test-run.pl
1939\fB\-\-sp\-protocol\fR
1940.sp1773.sp
1941Pass the1774Pass the
1942\fB\-\-sp\-protocol\fR1775\fB\-\-sp\-protocol\fR
@@ -1952,9 +1785,7 @@
1952.sp -11785.sp -1
1953.IP \(bu 2.31786.IP \(bu 2.3
1954.\}1787.\}
1955.\" mysql-test-run.pl: ssl option1788.\" mysql-test-run.pl: ssl option.\" ssl option: mysql-test-run.pl\fB\-\-ssl\fR
1956.\" ssl option: mysql-test-run.pl
1957\fB\-\-ssl\fR
1958.sp1789.sp
1959If1790If
1960\fBmysql\-test\-run\&.pl\fR1791\fBmysql\-test\-run\&.pl\fR
@@ -1976,9 +1807,7 @@
1976.sp -11807.sp -1
1977.IP \(bu 2.31808.IP \(bu 2.3
1978.\}1809.\}
1979.\" mysql-test-run.pl: start option1810.\" mysql-test-run.pl: start option.\" start option: mysql-test-run.pl\fB\-\-start\fR
1980.\" start option: mysql-test-run.pl
1981\fB\-\-start\fR
1982.sp1811.sp
1983Initialize and start servers with the startup settings for the specified test case\&. You can use this option to start a server to which you can connect later\&. For example, after building a source distribution you can start a server and connect to it with the1812Initialize and start servers with the startup settings for the specified test case\&. You can use this option to start a server to which you can connect later\&. For example, after building a source distribution you can start a server and connect to it with the
1984\fBmysql\fR1813\fBmysql\fR
@@ -2012,9 +1841,7 @@
2012.sp -11841.sp -1
2013.IP \(bu 2.31842.IP \(bu 2.3
2014.\}1843.\}
2015.\" mysql-test-run.pl: start-and-exit option1844.\" mysql-test-run.pl: start-and-exit option.\" start-and-exit option: mysql-test-run.pl\fB\-\-start\-and\-exit\fR
2016.\" start-and-exit option: mysql-test-run.pl
2017\fB\-\-start\-and\-exit\fR
2018.sp1845.sp
2019This is similar to1846This is similar to
2020\fB\-\-start\fR, but1847\fB\-\-start\fR, but
@@ -2038,9 +1865,7 @@
2038.sp -11865.sp -1
2039.IP \(bu 2.31866.IP \(bu 2.3
2040.\}1867.\}
2041.\" mysql-test-run.pl: start-dirty option1868.\" mysql-test-run.pl: start-dirty option.\" start-dirty option: mysql-test-run.pl\fB\-\-start\-dirty\fR
2042.\" start-dirty option: mysql-test-run.pl
2043\fB\-\-start\-dirty\fR
2044.sp1869.sp
2045This is similar to1870This is similar to
2046\fB\-\-start\fR, but will skip the database initialization phase and assume that database files are already available\&. Usually this means you must have run another test first\&.1871\fB\-\-start\fR, but will skip the database initialization phase and assume that database files are already available\&. Usually this means you must have run another test first\&.
@@ -2054,9 +1879,7 @@
2054.sp -11879.sp -1
2055.IP \(bu 2.31880.IP \(bu 2.3
2056.\}1881.\}
2057.\" mysql-test-run.pl: start-from option1882.\" mysql-test-run.pl: start-from option.\" start-from option: mysql-test-run.pl\fB\-\-start\-from=\fR\fB\fItest_name\fR\fR
2058.\" start-from option: mysql-test-run.pl
2059\fB\-\-start\-from=\fR\fB\fItest_name\fR\fR
2060.sp1883.sp
2061\fBmysql\-test\-run\&.pl\fR1884\fBmysql\-test\-run\&.pl\fR
2062sorts the list of names of the test cases to be run, and then begins with1885sorts the list of names of the test cases to be run, and then begins with
@@ -2071,9 +1894,7 @@
2071.sp -11894.sp -1
2072.IP \(bu 2.31895.IP \(bu 2.3
2073.\}1896.\}
2074.\" mysql-test-run.pl: strace-client option1897.\" mysql-test-run.pl: strace-client option.\" strace-client option: mysql-test-run.pl\fB\-\-strace\-client\fR
2075.\" strace-client option: mysql-test-run.pl
2076\fB\-\-strace\-client\fR
2077.sp1898.sp
2078Create1899Create
2079\fBstrace\fR1900\fBstrace\fR
@@ -2096,9 +1917,7 @@
2096.sp -11917.sp -1
2097.IP \(bu 2.31918.IP \(bu 2.3
2098.\}1919.\}
2099.\" mysql-test-run.pl: strace-server option1920.\" mysql-test-run.pl: strace-server option.\" strace-server option: mysql-test-run.pl\fB\-\-strace\-server\fR
2100.\" strace-server option: mysql-test-run.pl
2101\fB\-\-strace\-server\fR
2102.sp1921.sp
2103Create1922Create
2104\fBstrace\fR1923\fBstrace\fR
@@ -2120,9 +1939,7 @@
2120.sp -11939.sp -1
2121.IP \(bu 2.31940.IP \(bu 2.3
2122.\}1941.\}
2123.\" mysql-test-run.pl: stress option1942.\" mysql-test-run.pl: stress option.\" stress option: mysql-test-run.pl\fB\-\-stress=\fR\fB\fIstress options\fR\fR
2124.\" stress option: mysql-test-run.pl
2125\fB\-\-stress=\fR\fB\fIstress options\fR\fR
2126.sp1943.sp
2127Start a server, but instead of running a test, run1944Start a server, but instead of running a test, run
2128\fBmysql\-stress\-test\&.pl\fR1945\fBmysql\-stress\-test\&.pl\fR
@@ -2144,9 +1961,7 @@
2144.sp -11961.sp -1
2145.IP \(bu 2.31962.IP \(bu 2.3
2146.\}1963.\}
2147.\" mysql-test-run.pl: suite option1964.\" mysql-test-run.pl: suite option.\" suite option: mysql-test-run.pl\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
2148.\" suite option: mysql-test-run.pl
2149\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
2150.sp1965.sp
2151Run the named test suite\&. The default name is1966Run the named test suite\&. The default name is
2152main1967main
@@ -2163,9 +1978,7 @@
2163.sp -11978.sp -1
2164.IP \(bu 2.31979.IP \(bu 2.3
2165.\}1980.\}
2166.\" mysql-test-run.pl: suite-timeout option1981.\" mysql-test-run.pl: suite-timeout option.\" suite-timeout option: mysql-test-run.pl\fB\-\-suite\-timeout=\fR\fB\fIminutes\fR\fR
2167.\" suite-timeout option: mysql-test-run.pl
2168\fB\-\-suite\-timeout=\fR\fB\fIminutes\fR\fR
2169.sp1982.sp
2170Specify the maximum test suite runtime\&.1983Specify the maximum test suite runtime\&.
2171.RE1984.RE
@@ -2178,9 +1991,7 @@
2178.sp -11991.sp -1
2179.IP \(bu 2.31992.IP \(bu 2.3
2180.\}1993.\}
2181.\" mysql-test-run.pl: testcase-timeout option1994.\" mysql-test-run.pl: testcase-timeout option.\" testcase-timeout option: mysql-test-run.pl\fB\-\-testcase\-timeout\fR
2182.\" testcase-timeout option: mysql-test-run.pl
2183\fB\-\-testcase\-timeout\fR
2184.sp1995.sp
2185Specify the maximum test case runtime\&.1996Specify the maximum test case runtime\&.
2186.RE1997.RE
@@ -2193,9 +2004,7 @@
2193.sp -12004.sp -1
2194.IP \(bu 2.32005.IP \(bu 2.3
2195.\}2006.\}
2196.\" mysql-test-run.pl: timediff option2007.\" mysql-test-run.pl: timediff option.\" timediff option: mysql-test-run.pl\fB\-\-timediff\fR
2197.\" timediff option: mysql-test-run.pl
2198\fB\-\-timediff\fR
2199.sp2008.sp
2200Adds to each test report for a test case, the total time in sconds and milliseconds passed since the preceding test ended\&. This option can only be used together with2009Adds to each test report for a test case, the total time in sconds and milliseconds passed since the preceding test ended\&. This option can only be used together with
2201\fB\-\-timestamp\fR, and has no effect without it\&.2010\fB\-\-timestamp\fR, and has no effect without it\&.
@@ -2209,9 +2018,7 @@
2209.sp -12018.sp -1
2210.IP \(bu 2.32019.IP \(bu 2.3
2211.\}2020.\}
2212.\" mysql-test-run.pl: timer option2021.\" mysql-test-run.pl: timer option.\" timer option: mysql-test-run.pl\fB\-\-timer\fR
2213.\" timer option: mysql-test-run.pl
2214\fB\-\-timer\fR
2215.sp2022.sp
2216Cause2023Cause
2217\fBmysqltest\fR2024\fBmysqltest\fR
@@ -2227,9 +2034,7 @@
2227.sp -12034.sp -1
2228.IP \(bu 2.32035.IP \(bu 2.3
2229.\}2036.\}
2230.\" mysql-test-run.pl: timestamp option2037.\" mysql-test-run.pl: timestamp option.\" timestamp option: mysql-test-run.pl\fB\-\-timestamp\fR
2231.\" timestamp option: mysql-test-run.pl
2232\fB\-\-timestamp\fR
2233.sp2038.sp
2234Prints a timestamp before the test case name in each test report line, showing when the test ended\&.2039Prints a timestamp before the test case name in each test report line, showing when the test ended\&.
2235.RE2040.RE
@@ -2242,9 +2047,7 @@
2242.sp -12047.sp -1
2243.IP \(bu 2.32048.IP \(bu 2.3
2244.\}2049.\}
2245.\" mysql-test-run.pl: tmpdir option2050.\" mysql-test-run.pl: tmpdir option.\" tmpdir option: mysql-test-run.pl\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR
2246.\" tmpdir option: mysql-test-run.pl
2247\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR
2248.sp2051.sp
2249The directory where temporary file are stored\&. The default location is2052The directory where temporary file are stored\&. The default location is
2250\&./var/tmp\&. The environment variable2053\&./var/tmp\&. The environment variable
@@ -2260,9 +2063,7 @@
2260.sp -12063.sp -1
2261.IP \(bu 2.32064.IP \(bu 2.3
2262.\}2065.\}
2263.\" mysql-test-run.pl: unit-tests option2066.\" mysql-test-run.pl: unit-tests option.\" unit-tests option: mysql-test-run.pl\fB\-\-unit\-tests\fR
2264.\" unit-tests option: mysql-test-run.pl
2265\fB\-\-unit\-tests\fR
2266.sp2067.sp
2267Force running of unit tests, overriding default behaviour or setting of the2068Force running of unit tests, overriding default behaviour or setting of the
2268MTR_UNIT_TESTS2069MTR_UNIT_TESTS
@@ -2279,9 +2080,7 @@
2279.sp -12080.sp -1
2280.IP \(bu 2.32081.IP \(bu 2.3
2281.\}2082.\}
2282.\" mysql-test-run.pl: user option2083.\" mysql-test-run.pl: user option.\" user option: mysql-test-run.pl\fB\-\-user=\fR\fB\fIuser_name\fR\fR
2283.\" user option: mysql-test-run.pl
2284\fB\-\-user=\fR\fB\fIuser_name\fR\fR
2285.sp2084.sp
2286The MySQL user name to use when connecting to the server\&.2085The MySQL user name to use when connecting to the server\&.
2287.RE2086.RE
@@ -2294,9 +2093,7 @@
2294.sp -12093.sp -1
2295.IP \(bu 2.32094.IP \(bu 2.3
2296.\}2095.\}
2297.\" mysql-test-run.pl: user-args option2096.\" mysql-test-run.pl: user-args option.\" user-args option: mysql-test-run.pl\fB\-\-user\-args\fR
2298.\" user-args option: mysql-test-run.pl
2299\fB\-\-user\-args\fR
2300.sp2097.sp
2301Drops all non\-essential command line arguments to the2098Drops all non\-essential command line arguments to the
2302\fBmysqld\fR2099\fBmysqld\fR
@@ -2321,9 +2118,7 @@
2321.sp -12118.sp -1
2322.IP \(bu 2.32119.IP \(bu 2.3
2323.\}2120.\}
2324.\" mysql-test-run.pl: valgrind option2121.\" mysql-test-run.pl: valgrind option.\" valgrind option: mysql-test-run.pl\fB\-\-valgrind\fR
2325.\" valgrind option: mysql-test-run.pl
2326\fB\-\-valgrind\fR
2327.sp2122.sp
2328Run2123Run
2329\fBmysqltest\fR2124\fBmysqltest\fR
@@ -2351,9 +2146,7 @@
2351.sp -12146.sp -1
2352.IP \(bu 2.32147.IP \(bu 2.3
2353.\}2148.\}
2354.\" mysql-test-run.pl: valgrind-mysqld option2149.\" mysql-test-run.pl: valgrind-mysqld option.\" valgrind-mysqld option: mysql-test-run.pl\fB\-\-valgrind\-mysqld\fR
2355.\" valgrind-mysqld option: mysql-test-run.pl
2356\fB\-\-valgrind\-mysqld\fR
2357.sp2150.sp
2358Run the2151Run the
2359\fBmysqld\fR2152\fBmysqld\fR
@@ -2369,9 +2162,7 @@
2369.sp -12162.sp -1
2370.IP \(bu 2.32163.IP \(bu 2.3
2371.\}2164.\}
2372.\" mysql-test-run.pl: valgrind-mysqltest option2165.\" mysql-test-run.pl: valgrind-mysqltest option.\" valgrind-mysqltest option: mysql-test-run.pl\fB\-\-valgrind\-mysqltest\fR
2373.\" valgrind-mysqltest option: mysql-test-run.pl
2374\fB\-\-valgrind\-mysqltest\fR
2375.sp2166.sp
2376Run2167Run
2377\fBmysqltest\fR2168\fBmysqltest\fR
@@ -2387,9 +2178,7 @@
2387.sp -12178.sp -1
2388.IP \(bu 2.32179.IP \(bu 2.3
2389.\}2180.\}
2390.\" mysql-test-run.pl: valgrind-options option2181.\" mysql-test-run.pl: valgrind-options option.\" valgrind-options option: mysql-test-run.pl\fB\-\-valgrind\-option=\fR\fB\fIstr\fR\fR
2391.\" valgrind-options option: mysql-test-run.pl
2392\fB\-\-valgrind\-option=\fR\fB\fIstr\fR\fR
2393.sp2182.sp
2394Extra options to pass to2183Extra options to pass to
2395\fBvalgrind\fR\&.2184\fBvalgrind\fR\&.
@@ -2403,9 +2192,7 @@
2403.sp -12192.sp -1
2404.IP \(bu 2.32193.IP \(bu 2.3
2405.\}2194.\}
2406.\" mysql-test-run.pl: valgrind-path option2195.\" mysql-test-run.pl: valgrind-path option.\" valgrind-path option: mysql-test-run.pl\fB\-\-valgrind\-path=\fR\fB\fIpath\fR\fR
2407.\" valgrind-path option: mysql-test-run.pl
2408\fB\-\-valgrind\-path=\fR\fB\fIpath\fR\fR
2409.sp2196.sp
2410Specify the path name to the2197Specify the path name to the
2411\fBvalgrind\fR2198\fBvalgrind\fR
@@ -2420,9 +2207,7 @@
2420.sp -12207.sp -1
2421.IP \(bu 2.32208.IP \(bu 2.3
2422.\}2209.\}
2423.\" mysql-test-run.pl: vardir option2210.\" mysql-test-run.pl: vardir option.\" vardir option: mysql-test-run.pl\fB\-\-vardir=\fR\fB\fIpath\fR\fR
2424.\" vardir option: mysql-test-run.pl
2425\fB\-\-vardir=\fR\fB\fIpath\fR\fR
2426.sp2211.sp
2427Specify the path where files generated during the test run are stored\&. The default location is2212Specify the path where files generated during the test run are stored\&. The default location is
2428\&./var\&. The environment variable2213\&./var\&. The environment variable
@@ -2438,9 +2223,7 @@
2438.sp -12223.sp -1
2439.IP \(bu 2.32224.IP \(bu 2.3
2440.\}2225.\}
2441.\" mysql-test-run.pl: verbose option2226.\" mysql-test-run.pl: verbose option.\" verbose option: mysql-test-run.pl\fB\-\-verbose\fR
2442.\" verbose option: mysql-test-run.pl
2443\fB\-\-verbose\fR
2444.sp2227.sp
2445Give more verbose output regarding test execution\&. Use the option twice to get even more output\&. Note that the output generated within each test case is not affected\&.2228Give more verbose output regarding test execution\&. Use the option twice to get even more output\&. Note that the output generated within each test case is not affected\&.
2446.RE2229.RE
@@ -2453,9 +2236,7 @@
2453.sp -12236.sp -1
2454.IP \(bu 2.32237.IP \(bu 2.3
2455.\}2238.\}
2456.\" mysql-test-run.pl: verbose-restart option2239.\" mysql-test-run.pl: verbose-restart option.\" verbose-restart option: mysql-test-run.pl\fB\-\-verbose\-restart\fR
2457.\" verbose-restart option: mysql-test-run.pl
2458\fB\-\-verbose\-restart\fR
2459.sp2240.sp
2460Write when and why servers are restarted between test cases\&.2241Write when and why servers are restarted between test cases\&.
2461.RE2242.RE
@@ -2468,9 +2249,7 @@
2468.sp -12249.sp -1
2469.IP \(bu 2.32250.IP \(bu 2.3
2470.\}2251.\}
2471.\" mysql-test-run.pl: view-protocol option2252.\" mysql-test-run.pl: view-protocol option.\" view-protocol option: mysql-test-run.pl\fB\-\-view\-protocol\fR
2472.\" view-protocol option: mysql-test-run.pl
2473\fB\-\-view\-protocol\fR
2474.sp2253.sp
2475Pass the2254Pass the
2476\fB\-\-view\-protocol\fR2255\fB\-\-view\-protocol\fR
@@ -2486,13 +2265,10 @@
2486.sp -12265.sp -1
2487.IP \(bu 2.32266.IP \(bu 2.3
2488.\}2267.\}
2489.\" mysql-test-run.pl: vs-config option2268.\" mysql-test-run.pl: vs-config option.\" vs-config option: mysql-test-run.pl\fB\-\-vs\-config=\fR\fB\fIconfig_val\fR\fR
2490.\" vs-config option: mysql-test-run.pl
2491\fB\-\-vs\-config=\fR\fB\fIconfig_val\fR\fR
2492.sp2269.sp
2493Specify the configuration used to build MySQL (for example,2270Specify the configuration used to build MySQL (for example,
2494\fB\-\-vs\-config=debug\fR2271\fB\-\-vs\-config=debug\fR\fB\-\-vs\-config=release\fR)\&. This option is for Windows only\&.
2495\fB\-\-vs\-config=release\fR)\&. This option is for Windows only\&.
2496.RE2272.RE
2497.sp2273.sp
2498.RS 42274.RS 4
@@ -2503,9 +2279,7 @@
2503.sp -12279.sp -1
2504.IP \(bu 2.32280.IP \(bu 2.3
2505.\}2281.\}
2506.\" mysql-test-run.pl: wait-all option2282.\" mysql-test-run.pl: wait-all option.\" wait-all option: mysql-test-run.pl\fB\-\-wait\-all\fR
2507.\" wait-all option: mysql-test-run.pl
2508\fB\-\-wait\-all\fR
2509.sp2283.sp
2510If2284If
2511\fB\-\-start\fR2285\fB\-\-start\fR
@@ -2524,9 +2298,7 @@
2524.sp -12298.sp -1
2525.IP \(bu 2.32299.IP \(bu 2.3
2526.\}2300.\}
2527.\" mysql-test-run.pl: warnings option2301.\" mysql-test-run.pl: warnings option.\" warnings option: mysql-test-run.pl\fB\-\-warnings\fR
2528.\" warnings option: mysql-test-run.pl
2529\fB\-\-warnings\fR
2530.sp2302.sp
2531Search the server log for errors or warning after each test and report any suspicious ones; if any are found, the test will be marked as failed\&. This is the default behavior, it may be turned off with2303Search the server log for errors or warning after each test and report any suspicious ones; if any are found, the test will be marked as failed\&. This is the default behavior, it may be turned off with
2532\fB\-\-nowarnings\fR\&.2304\fB\-\-nowarnings\fR\&.
@@ -2540,9 +2312,7 @@
2540.sp -12312.sp -1
2541.IP \(bu 2.32313.IP \(bu 2.3
2542.\}2314.\}
2543.\" mysql-test-run.pl: with-ndbcluster-only option2315.\" mysql-test-run.pl: with-ndbcluster-only option.\" with-ndbcluster-only option: mysql-test-run.pl\fB\-\-with\-ndbcluster\-only\fR
2544.\" with-ndbcluster-only option: mysql-test-run.pl
2545\fB\-\-with\-ndbcluster\-only\fR
2546.sp2316.sp
2547Run only test cases that have2317Run only test cases that have
2548ndb2318ndb
25492319
=== modified file 'Percona-Server/man/mysql.1'
--- Percona-Server/man/mysql.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql\fR2.\" Title: \fBmysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -134,9 +134,7 @@
134.sp -1134.sp -1
135.IP \(bu 2.3135.IP \(bu 2.3
136.\}136.\}
137.\" mysql: help option137.\" mysql: help option.\" help option: mysql\fB\-\-help\fR,
138.\" help option: mysql
139\fB\-\-help\fR,
140\fB\-?\fR138\fB\-?\fR
141.sp139.sp
142Display a help message and exit\&.140Display a help message and exit\&.
@@ -150,9 +148,7 @@
150.sp -1148.sp -1
151.IP \(bu 2.3149.IP \(bu 2.3
152.\}150.\}
153.\" mysql: auto-rehash option151.\" mysql: auto-rehash option.\" auto-rehash option: mysql\fB\-\-auto\-rehash\fR
154.\" auto-rehash option: mysql
155\fB\-\-auto\-rehash\fR
156.sp152.sp
157Enable automatic rehashing\&. This option is on by default, which enables database, table, and column name completion\&. Use153Enable automatic rehashing\&. This option is on by default, which enables database, table, and column name completion\&. Use
158\fB\-\-disable\-auto\-rehash\fR154\fB\-\-disable\-auto\-rehash\fR
@@ -175,9 +171,7 @@
175.sp -1171.sp -1
176.IP \(bu 2.3172.IP \(bu 2.3
177.\}173.\}
178.\" mysql: auto-vertical-output option174.\" mysql: auto-vertical-output option.\" auto-vertical-output option: mysql\fB\-\-auto\-vertical\-output\fR
179.\" auto-vertical-output option: mysql
180\fB\-\-auto\-vertical\-output\fR
181.sp175.sp
182Cause result sets to be displayed vertically if they are too wide for the current window, and using normal tabular format otherwise\&. (This applies to statements terminated by176Cause result sets to be displayed vertically if they are too wide for the current window, and using normal tabular format otherwise\&. (This applies to statements terminated by
183;177;
@@ -193,9 +187,7 @@
193.sp -1187.sp -1
194.IP \(bu 2.3188.IP \(bu 2.3
195.\}189.\}
196.\" mysql: batch option190.\" mysql: batch option.\" batch option: mysql\fB\-\-batch\fR,
197.\" batch option: mysql
198\fB\-\-batch\fR,
199\fB\-B\fR191\fB\-B\fR
200.sp192.sp
201Print results using tab as the column separator, with each row on a new line\&. With this option,193Print results using tab as the column separator, with each row on a new line\&. With this option,
@@ -215,9 +207,7 @@
215.sp -1207.sp -1
216.IP \(bu 2.3208.IP \(bu 2.3
217.\}209.\}
218.\" mysql: binary-mode option210.\" mysql: binary-mode option.\" binary-mode option: mysql\fB\-\-binary\-mode\fR
219.\" binary-mode option: mysql
220\fB\-\-binary\-mode\fR
221.sp211.sp
222This option helps when processing212This option helps when processing
223\fBmysqlbinlog\fR213\fBmysqlbinlog\fR
@@ -256,9 +246,7 @@
256.sp -1246.sp -1
257.IP \(bu 2.3247.IP \(bu 2.3
258.\}248.\}
259.\" mysql: bind-address option249.\" mysql: bind-address option.\" bind-address option: mysql\fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
260.\" bind-address option: mysql
261\fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
262.sp250.sp
263On a computer having multiple network interfaces, this option can be used to select which interface is employed when connecting to the MySQL server\&.251On a computer having multiple network interfaces, this option can be used to select which interface is employed when connecting to the MySQL server\&.
264.sp252.sp
@@ -273,9 +261,7 @@
273.sp -1261.sp -1
274.IP \(bu 2.3262.IP \(bu 2.3
275.\}263.\}
276.\" mysql: character-sets-dir option264.\" mysql: character-sets-dir option.\" character-sets-dir option: mysql\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
277.\" character-sets-dir option: mysql
278\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
279.sp265.sp
280The directory where character sets are installed\&. See266The directory where character sets are installed\&. See
281Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.267Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
@@ -289,9 +275,7 @@
289.sp -1275.sp -1
290.IP \(bu 2.3276.IP \(bu 2.3
291.\}277.\}
292.\" mysql: column-names option278.\" mysql: column-names option.\" column-names option: mysql\fB\-\-column\-names\fR
293.\" column-names option: mysql
294\fB\-\-column\-names\fR
295.sp279.sp
296Write column names in results\&.280Write column names in results\&.
297.RE281.RE
@@ -304,9 +288,7 @@
304.sp -1288.sp -1
305.IP \(bu 2.3289.IP \(bu 2.3
306.\}290.\}
307.\" mysql: column-type-info option291.\" mysql: column-type-info option.\" column-type-info option: mysql\fB\-\-column\-type\-info\fR,
308.\" column-type-info option: mysql
309\fB\-\-column\-type\-info\fR,
310\fB\-m\fR292\fB\-m\fR
311.sp293.sp
312Display result set metadata\&.294Display result set metadata\&.
@@ -320,9 +302,7 @@
320.sp -1302.sp -1
321.IP \(bu 2.3303.IP \(bu 2.3
322.\}304.\}
323.\" mysql: comments option305.\" mysql: comments option.\" comments option: mysql\fB\-\-comments\fR,
324.\" comments option: mysql
325\fB\-\-comments\fR,
326\fB\-c\fR306\fB\-c\fR
327.sp307.sp
328Whether to preserve comments in statements sent to the server\&. The default is \-\-skip\-comments (discard comments), enable with \-\-comments (preserve comments)\&.308Whether to preserve comments in statements sent to the server\&. The default is \-\-skip\-comments (discard comments), enable with \-\-comments (preserve comments)\&.
@@ -336,9 +316,7 @@
336.sp -1316.sp -1
337.IP \(bu 2.3317.IP \(bu 2.3
338.\}318.\}
339.\" mysql: compress option319.\" mysql: compress option.\" compress option: mysql\fB\-\-compress\fR,
340.\" compress option: mysql
341\fB\-\-compress\fR,
342\fB\-C\fR320\fB\-C\fR
343.sp321.sp
344Compress all information sent between the client and the server if both support compression\&.322Compress all information sent between the client and the server if both support compression\&.
@@ -352,9 +330,7 @@
352.sp -1330.sp -1
353.IP \(bu 2.3331.IP \(bu 2.3
354.\}332.\}
355.\" mysql: connect-expired-password option333.\" mysql: connect-expired-password option.\" connect-expired-password option: mysql\fB\-\-connect\-expired\-password\fR
356.\" connect-expired-password option: mysql
357\fB\-\-connect\-expired\-password\fR
358.sp334.sp
359Indicate to the server that the client is can handle sandbox mode if the account used to connect has an expired password\&. This can be useful for noninteractive invocations of335Indicate to the server that the client is can handle sandbox mode if the account used to connect has an expired password\&. This can be useful for noninteractive invocations of
360\fBmysql\fR336\fBmysql\fR
@@ -370,9 +346,7 @@
370.sp -1346.sp -1
371.IP \(bu 2.3347.IP \(bu 2.3
372.\}348.\}
373.\" mysql: database option349.\" mysql: database option.\" database option: mysql\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
374.\" database option: mysql
375\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
376\fB\-D \fR\fB\fIdb_name\fR\fR350\fB\-D \fR\fB\fIdb_name\fR\fR
377.sp351.sp
378The database to use\&. This is useful primarily in an option file\&.352The database to use\&. This is useful primarily in an option file\&.
@@ -386,9 +360,7 @@
386.sp -1360.sp -1
387.IP \(bu 2.3361.IP \(bu 2.3
388.\}362.\}
389.\" mysql: debug option363.\" mysql: debug option.\" debug option: mysql\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
390.\" debug option: mysql
391\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
392\fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR364\fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR
393.sp365.sp
394Write a debugging log\&. A typical366Write a debugging log\&. A typical
@@ -406,9 +378,7 @@
406.sp -1378.sp -1
407.IP \(bu 2.3379.IP \(bu 2.3
408.\}380.\}
409.\" mysql: debug-check option381.\" mysql: debug-check option.\" debug-check option: mysql\fB\-\-debug\-check\fR
410.\" debug-check option: mysql
411\fB\-\-debug\-check\fR
412.sp382.sp
413Print some debugging information when the program exits\&.383Print some debugging information when the program exits\&.
414.RE384.RE
@@ -421,9 +391,7 @@
421.sp -1391.sp -1
422.IP \(bu 2.3392.IP \(bu 2.3
423.\}393.\}
424.\" mysql: debug-info option394.\" mysql: debug-info option.\" debug-info option: mysql\fB\-\-debug\-info\fR,
425.\" debug-info option: mysql
426\fB\-\-debug\-info\fR,
427\fB\-T\fR395\fB\-T\fR
428.sp396.sp
429Print debugging information and memory and CPU usage statistics when the program exits\&.397Print debugging information and memory and CPU usage statistics when the program exits\&.
@@ -437,9 +405,7 @@
437.sp -1405.sp -1
438.IP \(bu 2.3406.IP \(bu 2.3
439.\}407.\}
440.\" mysql: default-auth option408.\" mysql: default-auth option.\" default-auth option: mysql\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
441.\" default-auth option: mysql
442\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
443.sp409.sp
444The client\-side authentication plugin to use\&. See410The client\-side authentication plugin to use\&. See
445Section\ \&6.3.7, \(lqPluggable Authentication\(rq\&.411Section\ \&6.3.7, \(lqPluggable Authentication\(rq\&.
@@ -453,9 +419,7 @@
453.sp -1419.sp -1
454.IP \(bu 2.3420.IP \(bu 2.3
455.\}421.\}
456.\" mysql: default-character-set option422.\" mysql: default-character-set option.\" default-character-set option: mysql\fB\-\-default\-character\-set=\fR\fB\fIcharset_name\fR\fR
457.\" default-character-set option: mysql
458\fB\-\-default\-character\-set=\fR\fB\fIcharset_name\fR\fR
459.sp423.sp
460Use424Use
461\fIcharset_name\fR425\fIcharset_name\fR
@@ -481,9 +445,7 @@
481.sp -1445.sp -1
482.IP \(bu 2.3446.IP \(bu 2.3
483.\}447.\}
484.\" mysql: delimiter option448.\" mysql: delimiter option.\" delimiter option: mysql\fB\-\-delimiter=\fR\fB\fIstr\fR\fR
485.\" delimiter option: mysql
486\fB\-\-delimiter=\fR\fB\fIstr\fR\fR
487.sp449.sp
488Set the statement delimiter\&. The default is the semicolon character (\(lq;\(rq)\&.450Set the statement delimiter\&. The default is the semicolon character (\(lq;\(rq)\&.
489.RE451.RE
@@ -496,9 +458,7 @@
496.sp -1458.sp -1
497.IP \(bu 2.3459.IP \(bu 2.3
498.\}460.\}
499.\" mysql: disable named commands461.\" mysql: disable named commands.\" disable named command: mysql\fB\-\-disable\-named\-commands\fR
500.\" disable named command: mysql
501\fB\-\-disable\-named\-commands\fR
502.sp462.sp
503Disable named commands\&. Use the463Disable named commands\&. Use the
504\e*464\e*
@@ -518,9 +478,7 @@
518.sp -1478.sp -1
519.IP \(bu 2.3479.IP \(bu 2.3
520.\}480.\}
521.\" mysql: enable-cleartext-plugin option481.\" mysql: enable-cleartext-plugin option.\" enable-cleartext-plugin option: mysql\fB\-\-enable\-cleartext\-plugin\fR
522.\" enable-cleartext-plugin option: mysql
523\fB\-\-enable\-cleartext\-plugin\fR
524.sp482.sp
525Enable the483Enable the
526mysql_clear_password484mysql_clear_password
@@ -536,9 +494,7 @@
536.sp -1494.sp -1
537.IP \(bu 2.3495.IP \(bu 2.3
538.\}496.\}
539.\" mysql: execute option497.\" mysql: execute option.\" execute option: mysql\fB\-\-execute=\fR\fB\fIstatement\fR\fR,
540.\" execute option: mysql
541\fB\-\-execute=\fR\fB\fIstatement\fR\fR,
542\fB\-e \fR\fB\fIstatement\fR\fR498\fB\-e \fR\fB\fIstatement\fR\fR
543.sp499.sp
544Execute the statement and quit\&. The default output format is like that produced with500Execute the statement and quit\&. The default output format is like that produced with
@@ -556,9 +512,7 @@
556.sp -1512.sp -1
557.IP \(bu 2.3513.IP \(bu 2.3
558.\}514.\}
559.\" mysql: force option515.\" mysql: force option.\" force option: mysql\fB\-\-force\fR,
560.\" force option: mysql
561\fB\-\-force\fR,
562\fB\-f\fR516\fB\-f\fR
563.sp517.sp
564Continue even if an SQL error occurs\&.518Continue even if an SQL error occurs\&.
@@ -572,9 +526,7 @@
572.sp -1526.sp -1
573.IP \(bu 2.3527.IP \(bu 2.3
574.\}528.\}
575.\" mysql: histignore option529.\" mysql: histignore option.\" histignore option: mysql\fB\-\-histignore\fR
576.\" histignore option: mysql
577\fB\-\-histignore\fR
578.sp530.sp
579A colon\-separated list of one or more patterns specifying statements to ignore for logging purposes\&. These patterns are added to the default pattern list ("*IDENTIFIED*:*PASSWORD*")\&. The value specified for this option affects logging of statements written to the history file\&. For more information, see531A colon\-separated list of one or more patterns specifying statements to ignore for logging purposes\&. These patterns are added to the default pattern list ("*IDENTIFIED*:*PASSWORD*")\&. The value specified for this option affects logging of statements written to the history file\&. For more information, see
580the section called \(lqMYSQL LOGGING\(rq\&. This option was added in MySQL 5\&.6\&.8\&.532the section called \(lqMYSQL LOGGING\(rq\&. This option was added in MySQL 5\&.6\&.8\&.
@@ -588,9 +540,7 @@
588.sp -1540.sp -1
589.IP \(bu 2.3541.IP \(bu 2.3
590.\}542.\}
591.\" mysql: host option543.\" mysql: host option.\" host option: mysql\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
592.\" host option: mysql
593\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
594\fB\-h \fR\fB\fIhost_name\fR\fR544\fB\-h \fR\fB\fIhost_name\fR\fR
595.sp545.sp
596Connect to the MySQL server on the given host\&.546Connect to the MySQL server on the given host\&.
@@ -604,9 +554,7 @@
604.sp -1554.sp -1
605.IP \(bu 2.3555.IP \(bu 2.3
606.\}556.\}
607.\" mysql: html option557.\" mysql: html option.\" html option: mysql\fB\-\-html\fR,
608.\" html option: mysql
609\fB\-\-html\fR,
610\fB\-H\fR558\fB\-H\fR
611.sp559.sp
612Produce HTML output\&.560Produce HTML output\&.
@@ -620,9 +568,7 @@
620.sp -1568.sp -1
621.IP \(bu 2.3569.IP \(bu 2.3
622.\}570.\}
623.\" mysql: ignore-spaces option571.\" mysql: ignore-spaces option.\" ignore-spaces option: mysql\fB\-\-ignore\-spaces\fR,
624.\" ignore-spaces option: mysql
625\fB\-\-ignore\-spaces\fR,
626\fB\-i\fR572\fB\-i\fR
627.sp573.sp
628Ignore spaces after function names\&. The effect of this is described in the discussion for the574Ignore spaces after function names\&. The effect of this is described in the discussion for the
@@ -639,9 +585,7 @@
639.sp -1585.sp -1
640.IP \(bu 2.3586.IP \(bu 2.3
641.\}587.\}
642.\" mysql: init-command option588.\" mysql: init-command option.\" init-command option: mysql\fB\-\-init\-command=str\fR
643.\" init-command option: mysql
644\fB\-\-init\-command=str\fR
645.sp589.sp
646SQL statement to execute after connecting to the server\&. If auto\-reconnect is enabled, the statement is executed again after reconnection occurs\&.590SQL statement to execute after connecting to the server\&. If auto\-reconnect is enabled, the statement is executed again after reconnection occurs\&.
647.RE591.RE
@@ -654,9 +598,7 @@
654.sp -1598.sp -1
655.IP \(bu 2.3599.IP \(bu 2.3
656.\}600.\}
657.\" mysql: line-numbers option601.\" mysql: line-numbers option.\" line-numbers option: mysql\fB\-\-line\-numbers\fR
658.\" line-numbers option: mysql
659\fB\-\-line\-numbers\fR
660.sp602.sp
661Write line numbers for errors\&. Disable this with603Write line numbers for errors\&. Disable this with
662\fB\-\-skip\-line\-numbers\fR\&.604\fB\-\-skip\-line\-numbers\fR\&.
@@ -670,9 +612,7 @@
670.sp -1612.sp -1
671.IP \(bu 2.3613.IP \(bu 2.3
672.\}614.\}
673.\" mysql: local-infile option615.\" mysql: local-infile option.\" local-infile option: mysql\fB\-\-local\-infile[={0|1}]\fR
674.\" local-infile option: mysql
675\fB\-\-local\-infile[={0|1}]\fR
676.sp616.sp
677Enable or disable617Enable or disable
678LOCAL618LOCAL
@@ -696,9 +636,7 @@
696.sp -1636.sp -1
697.IP \(bu 2.3637.IP \(bu 2.3
698.\}638.\}
699.\" mysql: named-commands option639.\" mysql: named-commands option.\" named-commands option: mysql\fB\-\-named\-commands\fR,
700.\" named-commands option: mysql
701\fB\-\-named\-commands\fR,
702\fB\-G\fR640\fB\-G\fR
703.sp641.sp
704Enable named642Enable named
@@ -721,9 +659,7 @@
721.sp -1659.sp -1
722.IP \(bu 2.3660.IP \(bu 2.3
723.\}661.\}
724.\" mysql: no-auto-rehash option662.\" mysql: no-auto-rehash option.\" no-auto-rehash option: mysql\fB\-\-no\-auto\-rehash\fR,
725.\" no-auto-rehash option: mysql
726\fB\-\-no\-auto\-rehash\fR,
727\fB\-A\fR663\fB\-A\fR
728.sp664.sp
729This has the same effect as665This has the same effect as
@@ -739,9 +675,7 @@
739.sp -1675.sp -1
740.IP \(bu 2.3676.IP \(bu 2.3
741.\}677.\}
742.\" mysql: no-beep option678.\" mysql: no-beep option.\" no-beep option: mysql\fB\-\-no\-beep\fR,
743.\" no-beep option: mysql
744\fB\-\-no\-beep\fR,
745\fB\-b\fR679\fB\-b\fR
746.sp680.sp
747Do not beep when errors occur\&.681Do not beep when errors occur\&.
@@ -755,9 +689,7 @@
755.sp -1689.sp -1
756.IP \(bu 2.3690.IP \(bu 2.3
757.\}691.\}
758.\" mysql: one-database option692.\" mysql: one-database option.\" one-database option: mysql\fB\-\-one\-database\fR,
759.\" one-database option: mysql
760\fB\-\-one\-database\fR,
761\fB\-o\fR693\fB\-o\fR
762.sp694.sp
763Ignore statements except those that occur while the default database is the one named on the command line\&. This option is rudimentary and should be used with care\&. Statement filtering is based only on695Ignore statements except those that occur while the default database is the one named on the command line\&. This option is rudimentary and should be used with care\&. Statement filtering is based only on
@@ -859,9 +791,7 @@
859.sp -1791.sp -1
860.IP \(bu 2.3792.IP \(bu 2.3
861.\}793.\}
862.\" mysql: pager option794.\" mysql: pager option.\" pager option: mysql\fB\-\-pager[=\fR\fB\fIcommand\fR\fR\fB]\fR
863.\" pager option: mysql
864\fB\-\-pager[=\fR\fB\fIcommand\fR\fR\fB]\fR
865.sp795.sp
866Use the given command for paging query output\&. If the command is omitted, the default pager is the value of your796Use the given command for paging query output\&. If the command is omitted, the default pager is the value of your
867PAGER797PAGER
@@ -881,9 +811,7 @@
881.sp -1811.sp -1
882.IP \(bu 2.3812.IP \(bu 2.3
883.\}813.\}
884.\" mysql: password option814.\" mysql: password option.\" password option: mysql\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
885.\" password option: mysql
886\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
887\fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR815\fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR
888.sp816.sp
889The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you817The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you
@@ -910,9 +838,7 @@
910.sp -1838.sp -1
911.IP \(bu 2.3839.IP \(bu 2.3
912.\}840.\}
913.\" mysql: pipe option841.\" mysql: pipe option.\" pipe option: mysql\fB\-\-pipe\fR,
914.\" pipe option: mysql
915\fB\-\-pipe\fR,
916\fB\-W\fR842\fB\-W\fR
917.sp843.sp
918On Windows, connect to the server using a named pipe\&. This option applies only if the server supports named\-pipe connections\&.844On Windows, connect to the server using a named pipe\&. This option applies only if the server supports named\-pipe connections\&.
@@ -926,9 +852,7 @@
926.sp -1852.sp -1
927.IP \(bu 2.3853.IP \(bu 2.3
928.\}854.\}
929.\" mysql: plugin-dir option855.\" mysql: plugin-dir option.\" plugin-dir option: mysql\fB\-\-plugin\-dir=\fR\fB\fIpath\fR\fR
930.\" plugin-dir option: mysql
931\fB\-\-plugin\-dir=\fR\fB\fIpath\fR\fR
932.sp856.sp
933The directory in which to look for plugins\&. It may be necessary to specify this option if the857The directory in which to look for plugins\&. It may be necessary to specify this option if the
934\fB\-\-default\-auth\fR858\fB\-\-default\-auth\fR
@@ -946,10 +870,7 @@
946.sp -1870.sp -1
947.IP \(bu 2.3871.IP \(bu 2.3
948.\}872.\}
949.\" mysql: port option873.\" mysql: port option.\" port option: mysql.\" TCP/IP\fB\-\-port=\fR\fB\fIport_num\fR\fR,
950.\" port option: mysql
951.\" TCP/IP
952\fB\-\-port=\fR\fB\fIport_num\fR\fR,
953\fB\-P \fR\fB\fIport_num\fR\fR874\fB\-P \fR\fB\fIport_num\fR\fR
954.sp875.sp
955The TCP/IP port number to use for the connection\&.876The TCP/IP port number to use for the connection\&.
@@ -963,9 +884,7 @@
963.sp -1884.sp -1
964.IP \(bu 2.3885.IP \(bu 2.3
965.\}886.\}
966.\" mysql: prompt option887.\" mysql: prompt option.\" prompt option: mysql\fB\-\-prompt=\fR\fB\fIformat_str\fR\fR
967.\" prompt option: mysql
968\fB\-\-prompt=\fR\fB\fIformat_str\fR\fR
969.sp888.sp
970Set the prompt to the specified format\&. The default is889Set the prompt to the specified format\&. The default is
971mysql>\&. The special sequences that the prompt can contain are described in890mysql>\&. The special sequences that the prompt can contain are described in
@@ -980,9 +899,7 @@
980.sp -1899.sp -1
981.IP \(bu 2.3900.IP \(bu 2.3
982.\}901.\}
983.\" mysql: protocol option902.\" mysql: protocol option.\" protocol option: mysql\fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
984.\" protocol option: mysql
985\fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
986.sp903.sp
987The connection protocol to use for connecting to the server\&. It is useful when the other connection parameters normally would cause a protocol to be used other than the one you want\&. For details on the permissible values, see904The connection protocol to use for connecting to the server\&. It is useful when the other connection parameters normally would cause a protocol to be used other than the one you want\&. For details on the permissible values, see
988Section\ \&4.2.2, \(lqConnecting to the MySQL Server\(rq\&.905Section\ \&4.2.2, \(lqConnecting to the MySQL Server\(rq\&.
@@ -996,9 +913,7 @@
996.sp -1913.sp -1
997.IP \(bu 2.3914.IP \(bu 2.3
998.\}915.\}
999.\" mysql: quick option916.\" mysql: quick option.\" quick option: mysql\fB\-\-quick\fR,
1000.\" quick option: mysql
1001\fB\-\-quick\fR,
1002\fB\-q\fR917\fB\-q\fR
1003.sp918.sp
1004Do not cache each query result, print each row as it is received\&. This may slow down the server if the output is suspended\&. With this option,919Do not cache each query result, print each row as it is received\&. This may slow down the server if the output is suspended\&. With this option,
@@ -1014,9 +929,7 @@
1014.sp -1929.sp -1
1015.IP \(bu 2.3930.IP \(bu 2.3
1016.\}931.\}
1017.\" mysql: raw option932.\" mysql: raw option.\" raw option: mysql\fB\-\-raw\fR,
1018.\" raw option: mysql
1019\fB\-\-raw\fR,
1020\fB\-r\fR933\fB\-r\fR
1021.sp934.sp
1022For tabular output, the935For tabular output, the
@@ -1069,9 +982,7 @@
1069.sp -1982.sp -1
1070.IP \(bu 2.3983.IP \(bu 2.3
1071.\}984.\}
1072.\" mysql: reconnect option985.\" mysql: reconnect option.\" reconnect option: mysql\fB\-\-reconnect\fR
1073.\" reconnect option: mysql
1074\fB\-\-reconnect\fR
1075.sp986.sp
1076If the connection to the server is lost, automatically try to reconnect\&. A single reconnect attempt is made each time the connection is lost\&. To suppress reconnection behavior, use987If the connection to the server is lost, automatically try to reconnect\&. A single reconnect attempt is made each time the connection is lost\&. To suppress reconnection behavior, use
1077\fB\-\-skip\-reconnect\fR\&.988\fB\-\-skip\-reconnect\fR\&.
@@ -1085,11 +996,7 @@
1085.sp -1996.sp -1
1086.IP \(bu 2.3997.IP \(bu 2.3
1087.\}998.\}
1088.\" mysql: safe-updates option999.\" mysql: safe-updates option.\" safe-updates option: mysql.\" mysql: i-am-a-dummy option.\" i-am-a-dummy option: mysql\fB\-\-safe\-updates\fR,
1089.\" safe-updates option: mysql
1090.\" mysql: i-am-a-dummy option
1091.\" i-am-a-dummy option: mysql
1092\fB\-\-safe\-updates\fR,
1093\fB\-\-i\-am\-a\-dummy\fR,1000\fB\-\-i\-am\-a\-dummy\fR,
1094\fB\-U\fR1001\fB\-U\fR
1095.sp1002.sp
@@ -1111,9 +1018,7 @@
1111.sp -11018.sp -1
1112.IP \(bu 2.31019.IP \(bu 2.3
1113.\}1020.\}
1114.\" mysql: secure-auth option1021.\" mysql: secure-auth option.\" secure-auth option: mysql\fB\-\-secure\-auth\fR
1115.\" secure-auth option: mysql
1116\fB\-\-secure\-auth\fR
1117.sp1022.sp
1118Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&. As of MySQL 5\&.6\&.7, this option is enabled by default; use1023Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&. As of MySQL 5\&.6\&.7, this option is enabled by default; use
1119\fB\-\-skip\-secure\-auth\fR1024\fB\-\-skip\-secure\-auth\fR
@@ -1143,9 +1048,7 @@
1143.sp -11048.sp -1
1144.IP \(bu 2.31049.IP \(bu 2.3
1145.\}1050.\}
1146.\" mysql: server-public-key-path option1051.\" mysql: server-public-key-path option.\" server-public-key-path option: mysql\fB\-\-server\-public\-key\-path=\fR\fBfile_name\fR
1147.\" server-public-key-path option: mysql
1148\fB\-\-server\-public\-key\-path=\fR\fBfile_name\fR
1149.sp1052.sp
1150The path name to a file containing the server RSA public key\&. The file must be in PEM format\&. The public key is used for RSA encryption of the client password for connections to the server made using accounts that authenticate with the1053The path name to a file containing the server RSA public key\&. The file must be in PEM format\&. The public key is used for RSA encryption of the client password for connections to the server made using accounts that authenticate with the
1151sha256_password1054sha256_password
@@ -1172,9 +1075,7 @@
1172.sp -11075.sp -1
1173.IP \(bu 2.31076.IP \(bu 2.3
1174.\}1077.\}
1175.\" mysql: show-warnings option1078.\" mysql: show-warnings option.\" show-warnings option: mysql\fB\-\-show\-warnings\fR
1176.\" show-warnings option: mysql
1177\fB\-\-show\-warnings\fR
1178.sp1079.sp
1179Cause warnings to be shown after each statement if there are any\&. This option applies to interactive and batch mode\&.1080Cause warnings to be shown after each statement if there are any\&. This option applies to interactive and batch mode\&.
1180.RE1081.RE
@@ -1187,9 +1088,7 @@
1187.sp -11088.sp -1
1188.IP \(bu 2.31089.IP \(bu 2.3
1189.\}1090.\}
1190.\" mysql: sigint-ignore option1091.\" mysql: sigint-ignore option.\" sigint-ignore option: mysql\fB\-\-sigint\-ignore\fR
1191.\" sigint-ignore option: mysql
1192\fB\-\-sigint\-ignore\fR
1193.sp1092.sp
1194Ignore1093Ignore
1195SIGINT1094SIGINT
@@ -1205,9 +1104,7 @@
1205.sp -11104.sp -1
1206.IP \(bu 2.31105.IP \(bu 2.3
1207.\}1106.\}
1208.\" mysql: silent option1107.\" mysql: silent option.\" silent option: mysql\fB\-\-silent\fR,
1209.\" silent option: mysql
1210\fB\-\-silent\fR,
1211\fB\-s\fR1108\fB\-s\fR
1212.sp1109.sp
1213Silent mode\&. Produce less output\&. This option can be given multiple times to produce less and less output\&.1110Silent mode\&. Produce less output\&. This option can be given multiple times to produce less and less output\&.
@@ -1225,9 +1122,7 @@
1225.sp -11122.sp -1
1226.IP \(bu 2.31123.IP \(bu 2.3
1227.\}1124.\}
1228.\" mysql: skip-column-names option1125.\" mysql: skip-column-names option.\" skip-column-names option: mysql\fB\-\-skip\-column\-names\fR,
1229.\" skip-column-names option: mysql
1230\fB\-\-skip\-column\-names\fR,
1231\fB\-N\fR1126\fB\-N\fR
1232.sp1127.sp
1233Do not write column names in results\&.1128Do not write column names in results\&.
@@ -1241,9 +1136,7 @@
1241.sp -11136.sp -1
1242.IP \(bu 2.31137.IP \(bu 2.3
1243.\}1138.\}
1244.\" mysql: skip-line-numbers option1139.\" mysql: skip-line-numbers option.\" skip-line-numbers option: mysql\fB\-\-skip\-line\-numbers\fR,
1245.\" skip-line-numbers option: mysql
1246\fB\-\-skip\-line\-numbers\fR,
1247\fB\-L\fR1140\fB\-L\fR
1248.sp1141.sp
1249Do not write line numbers for errors\&. Useful when you want to compare result files that include error messages\&.1142Do not write line numbers for errors\&. Useful when you want to compare result files that include error messages\&.
@@ -1257,9 +1150,7 @@
1257.sp -11150.sp -1
1258.IP \(bu 2.31151.IP \(bu 2.3
1259.\}1152.\}
1260.\" mysql: socket option1153.\" mysql: socket option.\" socket option: mysql\fB\-\-socket=\fR\fB\fIpath\fR\fR,
1261.\" socket option: mysql
1262\fB\-\-socket=\fR\fB\fIpath\fR\fR,
1263\fB\-S \fR\fB\fIpath\fR\fR1154\fB\-S \fR\fB\fIpath\fR\fR
1264.sp1155.sp
1265For connections to1156For connections to
@@ -1274,9 +1165,7 @@
1274.sp -11165.sp -1
1275.IP \(bu 2.31166.IP \(bu 2.3
1276.\}1167.\}
1277.\" mysql: SSL options1168.\" mysql: SSL options.\" SSL options: mysql\fB\-\-ssl*\fR
1278.\" SSL options: mysql
1279\fB\-\-ssl*\fR
1280.sp1169.sp
1281Options that begin with1170Options that begin with
1282\fB\-\-ssl\fR1171\fB\-\-ssl\fR
@@ -1292,9 +1181,7 @@
1292.sp -11181.sp -1
1293.IP \(bu 2.31182.IP \(bu 2.3
1294.\}1183.\}
1295.\" mysql: table option1184.\" mysql: table option.\" table option: mysql\fB\-\-table\fR,
1296.\" table option: mysql
1297\fB\-\-table\fR,
1298\fB\-t\fR1185\fB\-t\fR
1299.sp1186.sp
1300Display output in table format\&. This is the default for interactive use, but can be used to produce table output in batch mode\&.1187Display output in table format\&. This is the default for interactive use, but can be used to produce table output in batch mode\&.
@@ -1308,9 +1195,7 @@
1308.sp -11195.sp -1
1309.IP \(bu 2.31196.IP \(bu 2.3
1310.\}1197.\}
1311.\" mysql: tee option1198.\" mysql: tee option.\" tee option: mysql\fB\-\-tee=\fR\fB\fIfile_name\fR\fR
1312.\" tee option: mysql
1313\fB\-\-tee=\fR\fB\fIfile_name\fR\fR
1314.sp1199.sp
1315Append a copy of output to the given file\&. This option works only in interactive mode\&.1200Append a copy of output to the given file\&. This option works only in interactive mode\&.
1316the section called \(lqMYSQL COMMANDS\(rq, discusses tee files further\&.1201the section called \(lqMYSQL COMMANDS\(rq, discusses tee files further\&.
@@ -1324,9 +1209,7 @@
1324.sp -11209.sp -1
1325.IP \(bu 2.31210.IP \(bu 2.3
1326.\}1211.\}
1327.\" mysql: unbuffered option1212.\" mysql: unbuffered option.\" unbuffered option: mysql\fB\-\-unbuffered\fR,
1328.\" unbuffered option: mysql
1329\fB\-\-unbuffered\fR,
1330\fB\-n\fR1213\fB\-n\fR
1331.sp1214.sp
1332Flush the buffer after each query\&.1215Flush the buffer after each query\&.
@@ -1340,9 +1223,7 @@
1340.sp -11223.sp -1
1341.IP \(bu 2.31224.IP \(bu 2.3
1342.\}1225.\}
1343.\" mysql: user option1226.\" mysql: user option.\" user option: mysql\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
1344.\" user option: mysql
1345\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
1346\fB\-u \fR\fB\fIuser_name\fR\fR1227\fB\-u \fR\fB\fIuser_name\fR\fR
1347.sp1228.sp
1348The MySQL user name to use when connecting to the server\&.1229The MySQL user name to use when connecting to the server\&.
@@ -1356,9 +1237,7 @@
1356.sp -11237.sp -1
1357.IP \(bu 2.31238.IP \(bu 2.3
1358.\}1239.\}
1359.\" mysql: verbose option1240.\" mysql: verbose option.\" verbose option: mysql\fB\-\-verbose\fR,
1360.\" verbose option: mysql
1361\fB\-\-verbose\fR,
1362\fB\-v\fR1241\fB\-v\fR
1363.sp1242.sp
1364Verbose mode\&. Produce more output about what the program does\&. This option can be given multiple times to produce more and more output\&. (For example,1243Verbose mode\&. Produce more output about what the program does\&. This option can be given multiple times to produce more and more output\&. (For example,
@@ -1374,9 +1253,7 @@
1374.sp -11253.sp -1
1375.IP \(bu 2.31254.IP \(bu 2.3
1376.\}1255.\}
1377.\" mysql: version option1256.\" mysql: version option.\" version option: mysql\fB\-\-version\fR,
1378.\" version option: mysql
1379\fB\-\-version\fR,
1380\fB\-V\fR1257\fB\-V\fR
1381.sp1258.sp
1382Display version information and exit\&.1259Display version information and exit\&.
@@ -1390,9 +1267,7 @@
1390.sp -11267.sp -1
1391.IP \(bu 2.31268.IP \(bu 2.3
1392.\}1269.\}
1393.\" mysql: vertical option1270.\" mysql: vertical option.\" vertical option: mysql\fB\-\-vertical\fR,
1394.\" vertical option: mysql
1395\fB\-\-vertical\fR,
1396\fB\-E\fR1271\fB\-E\fR
1397.sp1272.sp
1398Print query output rows vertically (one line per column value)\&. Without this option, you can specify vertical output for individual statements by terminating them with1273Print query output rows vertically (one line per column value)\&. Without this option, you can specify vertical output for individual statements by terminating them with
@@ -1407,9 +1282,7 @@
1407.sp -11282.sp -1
1408.IP \(bu 2.31283.IP \(bu 2.3
1409.\}1284.\}
1410.\" mysql: wait option1285.\" mysql: wait option.\" wait option: mysql\fB\-\-wait\fR,
1411.\" wait option: mysql
1412\fB\-\-wait\fR,
1413\fB\-w\fR1286\fB\-w\fR
1414.sp1287.sp
1415If the connection cannot be established, wait and retry instead of aborting\&.1288If the connection cannot be established, wait and retry instead of aborting\&.
@@ -1423,9 +1296,7 @@
1423.sp -11296.sp -1
1424.IP \(bu 2.31297.IP \(bu 2.3
1425.\}1298.\}
1426.\" mysql: xml option1299.\" mysql: xml option.\" xml option: mysql\fB\-\-xml\fR,
1427.\" xml option: mysql
1428\fB\-\-xml\fR,
1429\fB\-X\fR1300\fB\-X\fR
1430.sp1301.sp
1431Produce XML output\&.1302Produce XML output\&.
@@ -1494,9 +1365,7 @@
1494.sp -11365.sp -1
1495.IP \(bu 2.31366.IP \(bu 2.3
1496.\}1367.\}
1497.\" timeout: connect_timeout variable1368.\" timeout: connect_timeout variable.\" connect_timeout variableconnect_timeout
1498.\" connect_timeout variable
1499connect_timeout
1500.sp1369.sp
1501The number of seconds before connection timeout\&. (Default value is1370The number of seconds before connection timeout\&. (Default value is
15020\&.)13710\&.)
@@ -1510,8 +1379,7 @@
1510.sp -11379.sp -1
1511.IP \(bu 2.31380.IP \(bu 2.3
1512.\}1381.\}
1513.\" max_allowed_packet variable1382.\" max_allowed_packet variablemax_allowed_packet
1514max_allowed_packet
1515.sp1383.sp
1516The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.1384The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.
1517.RE1385.RE
@@ -1524,8 +1392,7 @@
1524.sp -11392.sp -1
1525.IP \(bu 2.31393.IP \(bu 2.3
1526.\}1394.\}
1527.\" max_join_size variable1395.\" max_join_size variablemax_join_size
1528max_join_size
1529.sp1396.sp
1530The automatic limit for rows in a join when using1397The automatic limit for rows in a join when using
1531\fB\-\-safe\-updates\fR\&. (Default value is 1,000,000\&.)1398\fB\-\-safe\-updates\fR\&. (Default value is 1,000,000\&.)
@@ -1539,8 +1406,7 @@
1539.sp -11406.sp -1
1540.IP \(bu 2.31407.IP \(bu 2.3
1541.\}1408.\}
1542.\" net_buffer_length variable1409.\" net_buffer_length variablenet_buffer_length
1543net_buffer_length
1544.sp1410.sp
1545The buffer size for TCP/IP and socket communication\&. (Default value is 16KB\&.)1411The buffer size for TCP/IP and socket communication\&. (Default value is 16KB\&.)
1546.RE1412.RE
@@ -1553,8 +1419,7 @@
1553.sp -11419.sp -1
1554.IP \(bu 2.31420.IP \(bu 2.3
1555.\}1421.\}
1556.\" select_limit variable1422.\" select_limit variableselect_limit
1557select_limit
1558.sp1423.sp
1559The automatic limit for1424The automatic limit for
1560SELECT1425SELECT
@@ -1644,9 +1509,7 @@
1644.sp -11509.sp -1
1645.IP \(bu 2.31510.IP \(bu 2.3
1646.\}1511.\}
1647.\" mysql: help command1512.\" mysql: help command.\" help command: mysqlhelp [\fIarg\fR],
1648.\" help command: mysql
1649help [\fIarg\fR],
1650\eh [\fIarg\fR],1513\eh [\fIarg\fR],
1651\e? [\fIarg\fR],1514\e? [\fIarg\fR],
1652? [\fIarg\fR]1515? [\fIarg\fR]
@@ -1671,9 +1534,7 @@
1671.sp -11534.sp -1
1672.IP \(bu 2.31535.IP \(bu 2.3
1673.\}1536.\}
1674.\" mysql: charset command1537.\" mysql: charset command.\" charset command: mysqlcharset \fIcharset_name\fR,
1675.\" charset command: mysql
1676charset \fIcharset_name\fR,
1677\eC \fIcharset_name\fR1538\eC \fIcharset_name\fR
1678.sp1539.sp
1679Change the default character set and issue a1540Change the default character set and issue a
@@ -1691,9 +1552,7 @@
1691.sp -11552.sp -1
1692.IP \(bu 2.31553.IP \(bu 2.3
1693.\}1554.\}
1694.\" mysql: clear command1555.\" mysql: clear command.\" clear command: mysqlclear,
1695.\" clear command: mysql
1696clear,
1697\ec1556\ec
1698.sp1557.sp
1699Clear the current input\&. Use this if you change your mind about executing the statement that you are entering\&.1558Clear the current input\&. Use this if you change your mind about executing the statement that you are entering\&.
@@ -1707,9 +1566,7 @@
1707.sp -11566.sp -1
1708.IP \(bu 2.31567.IP \(bu 2.3
1709.\}1568.\}
1710.\" mysql: connect command1569.\" mysql: connect command.\" connect command: mysqlconnect [\fIdb_name\fR \fIhost_name\fR]],
1711.\" connect command: mysql
1712connect [\fIdb_name\fR \fIhost_name\fR]],
1713\er [\fIdb_name\fR \fIhost_name\fR]]1570\er [\fIdb_name\fR \fIhost_name\fR]]
1714.sp1571.sp
1715Reconnect to the server\&. The optional database name and host name arguments may be given to specify the default database or the host where the server is running\&. If omitted, the current values are used\&.1572Reconnect to the server\&. The optional database name and host name arguments may be given to specify the default database or the host where the server is running\&. If omitted, the current values are used\&.
@@ -1723,9 +1580,7 @@
1723.sp -11580.sp -1
1724.IP \(bu 2.31581.IP \(bu 2.3
1725.\}1582.\}
1726.\" mysql: delimiter command1583.\" mysql: delimiter command.\" delimiter command: mysqldelimiter \fIstr\fR,
1727.\" delimiter command: mysql
1728delimiter \fIstr\fR,
1729\ed \fIstr\fR1584\ed \fIstr\fR
1730.sp1585.sp
1731Change the string that1586Change the string that
@@ -1765,9 +1620,7 @@
1765.sp -11620.sp -1
1766.IP \(bu 2.31621.IP \(bu 2.3
1767.\}1622.\}
1768.\" mysql: edit command1623.\" mysql: edit command.\" edit command: mysqledit,
1769.\" edit command: mysql
1770edit,
1771\ee1624\ee
1772.sp1625.sp
1773Edit the current input statement\&.1626Edit the current input statement\&.
@@ -1793,9 +1646,7 @@
1793.sp -11646.sp -1
1794.IP \(bu 2.31647.IP \(bu 2.3
1795.\}1648.\}
1796.\" mysql: ego command1649.\" mysql: ego command.\" ego command: mysqlego,
1797.\" ego command: mysql
1798ego,
1799\eG1650\eG
1800.sp1651.sp
1801Send the current statement to the server to be executed and display the result using vertical format\&.1652Send the current statement to the server to be executed and display the result using vertical format\&.
@@ -1809,9 +1660,7 @@
1809.sp -11660.sp -1
1810.IP \(bu 2.31661.IP \(bu 2.3
1811.\}1662.\}
1812.\" mysql: exit command1663.\" mysql: exit command.\" exit command: mysqlexit,
1813.\" exit command: mysql
1814exit,
1815\eq1664\eq
1816.sp1665.sp
1817Exit1666Exit
@@ -1826,9 +1675,7 @@
1826.sp -11675.sp -1
1827.IP \(bu 2.31676.IP \(bu 2.3
1828.\}1677.\}
1829.\" mysql: go command1678.\" mysql: go command.\" go command: mysqlgo,
1830.\" go command: mysql
1831go,
1832\eg1679\eg
1833.sp1680.sp
1834Send the current statement to the server to be executed\&.1681Send the current statement to the server to be executed\&.
@@ -1842,9 +1689,7 @@
1842.sp -11689.sp -1
1843.IP \(bu 2.31690.IP \(bu 2.3
1844.\}1691.\}
1845.\" mysql: nopager command1692.\" mysql: nopager command.\" nopager command: mysqlnopager,
1846.\" nopager command: mysql
1847nopager,
1848\en1693\en
1849.sp1694.sp
1850Disable output paging\&. See the description for1695Disable output paging\&. See the description for
@@ -1863,9 +1708,7 @@
1863.sp -11708.sp -1
1864.IP \(bu 2.31709.IP \(bu 2.3
1865.\}1710.\}
1866.\" mysql: notee command1711.\" mysql: notee command.\" notee command: mysqlnotee,
1867.\" notee command: mysql
1868notee,
1869\et1712\et
1870.sp1713.sp
1871Disable output copying to the tee file\&. See the description for1714Disable output copying to the tee file\&. See the description for
@@ -1880,9 +1723,7 @@
1880.sp -11723.sp -1
1881.IP \(bu 2.31724.IP \(bu 2.3
1882.\}1725.\}
1883.\" mysql: nowarning command1726.\" mysql: nowarning command.\" nowarning command: mysqlnowarning,
1884.\" nowarning command: mysql
1885nowarning,
1886\ew1727\ew
1887.sp1728.sp
1888Enable display of warnings after each statement\&.1729Enable display of warnings after each statement\&.
@@ -1896,9 +1737,7 @@
1896.sp -11737.sp -1
1897.IP \(bu 2.31738.IP \(bu 2.3
1898.\}1739.\}
1899.\" mysql: pager command1740.\" mysql: pager command.\" pager command: mysqlpager [\fIcommand\fR],
1900.\" pager command: mysql
1901pager [\fIcommand\fR],
1902\eP [\fIcommand\fR]1741\eP [\fIcommand\fR]
1903.sp1742.sp
1904Enable output paging\&. By using the1743Enable output paging\&. By using the
@@ -1936,9 +1775,7 @@
1936.sp -11775.sp -1
1937.IP \(bu 2.31776.IP \(bu 2.3
1938.\}1777.\}
1939.\" mysql: print command1778.\" mysql: print command.\" print command: mysqlprint,
1940.\" print command: mysql
1941print,
1942\ep1779\ep
1943.sp1780.sp
1944Print the current input statement without executing it\&.1781Print the current input statement without executing it\&.
@@ -1952,9 +1789,7 @@
1952.sp -11789.sp -1
1953.IP \(bu 2.31790.IP \(bu 2.3
1954.\}1791.\}
1955.\" mysql: prompt command1792.\" mysql: prompt command.\" prompt command: mysqlprompt [\fIstr\fR],
1956.\" prompt command: mysql
1957prompt [\fIstr\fR],
1958\eR [\fIstr\fR]1793\eR [\fIstr\fR]
1959.sp1794.sp
1960Reconfigure the1795Reconfigure the
@@ -1977,9 +1812,7 @@
1977.sp -11812.sp -1
1978.IP \(bu 2.31813.IP \(bu 2.3
1979.\}1814.\}
1980.\" mysql: quit command1815.\" mysql: quit command.\" quit command: mysqlquit,
1981.\" quit command: mysql
1982quit,
1983\eq1816\eq
1984.sp1817.sp
1985Exit1818Exit
@@ -1994,9 +1827,7 @@
1994.sp -11827.sp -1
1995.IP \(bu 2.31828.IP \(bu 2.3
1996.\}1829.\}
1997.\" mysql: rehash command1830.\" mysql: rehash command.\" rehash command: mysqlrehash,
1998.\" rehash command: mysql
1999rehash,
2000\e#1831\e#
2001.sp1832.sp
2002Rebuild the completion hash that enables database, table, and column name completion while you are entering statements\&. (See the description for the1833Rebuild the completion hash that enables database, table, and column name completion while you are entering statements\&. (See the description for the
@@ -2012,9 +1843,7 @@
2012.sp -11843.sp -1
2013.IP \(bu 2.31844.IP \(bu 2.3
2014.\}1845.\}
2015.\" mysql: source command1846.\" mysql: source command.\" source command: mysqlsource \fIfile_name\fR,
2016.\" source command: mysql
2017source \fIfile_name\fR,
2018\e\&. \fIfile_name\fR1847\e\&. \fIfile_name\fR
2019.sp1848.sp
2020Read the named file and executes the statements contained therein\&. On Windows, you can specify path name separators as1849Read the named file and executes the statements contained therein\&. On Windows, you can specify path name separators as
@@ -2031,9 +1860,7 @@
2031.sp -11860.sp -1
2032.IP \(bu 2.31861.IP \(bu 2.3
2033.\}1862.\}
2034.\" mysql: status command1863.\" mysql: status command.\" status command: mysqlstatus,
2035.\" status command: mysql
2036status,
2037\es1864\es
2038.sp1865.sp
2039Provide status information about the connection and the server you are using\&. If you are running in1866Provide status information about the connection and the server you are using\&. If you are running in
@@ -2053,9 +1880,7 @@
2053.sp -11880.sp -1
2054.IP \(bu 2.31881.IP \(bu 2.3
2055.\}1882.\}
2056.\" mysql: system command1883.\" mysql: system command.\" system command: mysqlsystem \fIcommand\fR,
2057.\" system command: mysql
2058system \fIcommand\fR,
2059\e! \fIcommand\fR1884\e! \fIcommand\fR
2060.sp1885.sp
2061Execute the given command using your default command interpreter\&.1886Execute the given command using your default command interpreter\&.
@@ -2073,9 +1898,7 @@
2073.sp -11898.sp -1
2074.IP \(bu 2.31899.IP \(bu 2.3
2075.\}1900.\}
2076.\" mysql: tee command1901.\" mysql: tee command.\" tee command: mysqltee [\fIfile_name\fR],
2077.\" tee command: mysql
2078tee [\fIfile_name\fR],
2079\eT [\fIfile_name\fR]1902\eT [\fIfile_name\fR]
2080.sp1903.sp
2081By using the1904By using the
@@ -2104,9 +1927,7 @@
2104.sp -11927.sp -1
2105.IP \(bu 2.31928.IP \(bu 2.3
2106.\}1929.\}
2107.\" mysql: use command1930.\" mysql: use command.\" use command: mysqluse \fIdb_name\fR,
2108.\" use command: mysql
2109use \fIdb_name\fR,
2110\eu \fIdb_name\fR1931\eu \fIdb_name\fR
2111.sp1932.sp
2112Use1933Use
@@ -2122,9 +1943,7 @@
2122.sp -11943.sp -1
2123.IP \(bu 2.31944.IP \(bu 2.3
2124.\}1945.\}
2125.\" mysql: warnings command1946.\" mysql: warnings command.\" warnings command: mysqlwarnings,
2126.\" warnings command: mysql
2127warnings,
2128\eW1947\eW
2129.sp1948.sp
2130Enable display of warnings after each statement (if there are any)\&.1949Enable display of warnings after each statement (if there are any)\&.
21311950
=== modified file 'Percona-Server/man/mysql.server.1'
--- Percona-Server/man/mysql.server.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql.server.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql.server\fR2.\" Title: \fBmysql.server\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\&.SERVER\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL\&.SERVER\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -49,7 +49,7 @@
49/etc/init\&.d49/etc/init\&.d
50directory with the name50directory with the name
51mysql\&. You need not install it manually\&. See51mysql\&. You need not install it manually\&. See
52Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq, for more information on the Linux RPM packages\&.52Section\ \&2.5.3, \(lqInstalling MySQL on Linux Using RPM Packages\(rq, for more information on the Linux RPM packages\&.
53.PP53.PP
54Some vendors provide RPM packages that install a startup script under a different name such as54Some vendors provide RPM packages that install a startup script under a different name such as
55\fBmysqld\fR\&.55\fBmysqld\fR\&.
@@ -81,9 +81,7 @@
81.sp -181.sp -1
82.IP \(bu 2.382.IP \(bu 2.3
83.\}83.\}
84.\" mysql.server: basedir option84.\" mysql.server: basedir option.\" basedir option: mysql.server\fB\-\-basedir=\fR\fB\fIpath\fR\fR
85.\" basedir option: mysql.server
86\fB\-\-basedir=\fR\fB\fIpath\fR\fR
87.sp85.sp
88The path to the MySQL installation directory\&.86The path to the MySQL installation directory\&.
89.RE87.RE
@@ -96,9 +94,7 @@
96.sp -194.sp -1
97.IP \(bu 2.395.IP \(bu 2.3
98.\}96.\}
99.\" mysql.server: datadir option97.\" mysql.server: datadir option.\" datadir option: mysql.server\fB\-\-datadir=\fR\fB\fIpath\fR\fR
100.\" datadir option: mysql.server
101\fB\-\-datadir=\fR\fB\fIpath\fR\fR
102.sp98.sp
103The path to the MySQL data directory\&.99The path to the MySQL data directory\&.
104.RE100.RE
@@ -111,9 +107,7 @@
111.sp -1107.sp -1
112.IP \(bu 2.3108.IP \(bu 2.3
113.\}109.\}
114.\" mysql.server: pid-file option110.\" mysql.server: pid-file option.\" pid-file option: mysql.server\fB\-\-pid\-file=\fR\fB\fIfile_name\fR\fR
115.\" pid-file option: mysql.server
116\fB\-\-pid\-file=\fR\fB\fIfile_name\fR\fR
117.sp111.sp
118The path name of the file in which the server should write its process ID\&.112The path name of the file in which the server should write its process ID\&.
119.RE113.RE
@@ -126,9 +120,7 @@
126.sp -1120.sp -1
127.IP \(bu 2.3121.IP \(bu 2.3
128.\}122.\}
129.\" mysql.server: service-startup-timeout option123.\" mysql.server: service-startup-timeout option.\" service-startup-timeout option: mysql.server\fB\-\-service\-startup\-timeout=\fR\fB\fIfile_name\fR\fR
130.\" service-startup-timeout option: mysql.server
131\fB\-\-service\-startup\-timeout=\fR\fB\fIfile_name\fR\fR
132.sp124.sp
133How long in seconds to wait for confirmation of server startup\&. If the server does not start within this time,125How long in seconds to wait for confirmation of server startup\&. If the server does not start within this time,
134\fBmysql\&.server\fR126\fBmysql\&.server\fR
@@ -143,9 +135,7 @@
143.sp -1135.sp -1
144.IP \(bu 2.3136.IP \(bu 2.3
145.\}137.\}
146.\" mysql.server: use-mysqld_safe option138.\" mysql.server: use-mysqld_safe option.\" use-mysqld_safe option: mysql.server\fB\-\-use\-mysqld_safe\fR
147.\" use-mysqld_safe option: mysql.server
148\fB\-\-use\-mysqld_safe\fR
149.sp139.sp
150Use140Use
151\fBmysqld_safe\fR141\fBmysqld_safe\fR
@@ -160,9 +150,7 @@
160.sp -1150.sp -1
161.IP \(bu 2.3151.IP \(bu 2.3
162.\}152.\}
163.\" mysql.server: user option153.\" mysql.server: user option.\" user option: mysql.server\fB\-\-user=\fR\fB\fIuser_name\fR\fR
164.\" user option: mysql.server
165\fB\-\-user=\fR\fB\fIuser_name\fR\fR
166.sp154.sp
167The login user name to use for running155The login user name to use for running
168\fBmysqld\fR\&.156\fBmysqld\fR\&.
169157
=== modified file 'Percona-Server/man/mysql_client_test.1'
--- Percona-Server/man/mysql_client_test.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql_client_test.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_client_test\fR2.\" Title: \fBmysql_client_test\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/06/20135.\" Date: 11/13/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CLIENT_TEST" "1" "09/06/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL_CLIENT_TEST" "1" "11/13/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -68,9 +68,7 @@
68.sp -168.sp -1
69.IP \(bu 2.369.IP \(bu 2.3
70.\}70.\}
71.\" mysql_client_test: help option71.\" mysql_client_test: help option.\" help option: mysql_client_test\fB\-\-help\fR,
72.\" help option: mysql_client_test
73\fB\-\-help\fR,
74\fB\-?\fR72\fB\-?\fR
75.sp73.sp
76Display a help message and exit\&.74Display a help message and exit\&.
@@ -85,9 +83,7 @@
85.IP \(bu 2.383.IP \(bu 2.3
86.\}84.\}
87\fB\-\-basedir=\fR\fB\fIdir_name\fR\fR,85\fB\-\-basedir=\fR\fB\fIdir_name\fR\fR,
88.\" mysql_client_test: basedir option86.\" mysql_client_test: basedir option.\" basedir option: mysql_client_test\fB\-b \fR\fB\fIdir_name\fR\fR
89.\" basedir option: mysql_client_test
90\fB\-b \fR\fB\fIdir_name\fR\fR
91.sp87.sp
92The base directory for the tests\&.88The base directory for the tests\&.
93.RE89.RE
@@ -101,9 +97,7 @@
101.IP \(bu 2.397.IP \(bu 2.3
102.\}98.\}
103\fB\-\-count=\fR\fB\fIcount\fR\fR,99\fB\-\-count=\fR\fB\fIcount\fR\fR,
104.\" mysql_client_test: count option100.\" mysql_client_test: count option.\" count option: mysql_client_test\fB\-t \fR\fB\fIcount\fR\fR
105.\" count option: mysql_client_test
106\fB\-t \fR\fB\fIcount\fR\fR
107.sp101.sp
108The number of times to execute the tests\&.102The number of times to execute the tests\&.
109.RE103.RE
@@ -116,9 +110,7 @@
116.sp -1110.sp -1
117.IP \(bu 2.3111.IP \(bu 2.3
118.\}112.\}
119.\" mysql_client_test: database option113.\" mysql_client_test: database option.\" database option: mysql_client_test\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
120.\" database option: mysql_client_test
121\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
122\fB\-D \fR\fB\fIdb_name\fR\fR114\fB\-D \fR\fB\fIdb_name\fR\fR
123.sp115.sp
124The database to use\&.116The database to use\&.
@@ -132,9 +124,7 @@
132.sp -1124.sp -1
133.IP \(bu 2.3125.IP \(bu 2.3
134.\}126.\}
135.\" mysql_client_test: debug option127.\" mysql_client_test: debug option.\" debug option: mysql_client_test\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
136.\" debug option: mysql_client_test
137\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
138\fB\-#[\fR\fB\fIdebug_options\fR\fR\fB]\fR128\fB\-#[\fR\fB\fIdebug_options\fR\fR\fB]\fR
139.sp129.sp
140Write a debugging log if MySQL is built with debugging support\&. The default130Write a debugging log if MySQL is built with debugging support\&. The default
@@ -152,9 +142,7 @@
152.IP \(bu 2.3142.IP \(bu 2.3
153.\}143.\}
154\fB\-\-getopt\-ll\-test=\fR\fB\fIoption\fR\fR,144\fB\-\-getopt\-ll\-test=\fR\fB\fIoption\fR\fR,
155.\" mysql_client_test: getopt-ll-test option145.\" mysql_client_test: getopt-ll-test option.\" getopt-ll-test option: mysql_client_test\fB\-g \fR\fB\fIoption\fR\fR
156.\" getopt-ll-test option: mysql_client_test
157\fB\-g \fR\fB\fIoption\fR\fR
158.sp146.sp
159Option to use for testing bugs in the147Option to use for testing bugs in the
160getopt148getopt
@@ -169,9 +157,7 @@
169.sp -1157.sp -1
170.IP \(bu 2.3158.IP \(bu 2.3
171.\}159.\}
172.\" mysql_client_test: host option160.\" mysql_client_test: host option.\" host option: mysql_client_test\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
173.\" host option: mysql_client_test
174\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
175\fB\-h \fR\fB\fIhost_name\fR\fR161\fB\-h \fR\fB\fIhost_name\fR\fR
176.sp162.sp
177Connect to the MySQL server on the given host\&.163Connect to the MySQL server on the given host\&.
@@ -185,9 +171,7 @@
185.sp -1171.sp -1
186.IP \(bu 2.3172.IP \(bu 2.3
187.\}173.\}
188.\" mysql_client_test: password option174.\" mysql_client_test: password option.\" password option: mysql_client_test\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
189.\" password option: mysql_client_test
190\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
191\fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR175\fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR
192.sp176.sp
193The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you177The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you
@@ -195,9 +179,7 @@
195have a space between the option and the password\&. If you omit the179have a space between the option and the password\&. If you omit the
196\fIpassword\fR180\fIpassword\fR
197value following the181value following the
198.\" mysql_client_test: password option182.\" mysql_client_test: password option.\" password option: mysql_client_test\fB\-\-password\fR
199.\" password option: mysql_client_test
200\fB\-\-password\fR
201or183or
202\fB\-p\fR184\fB\-p\fR
203option on the command line, you are prompted for one\&.185option on the command line, you are prompted for one\&.
@@ -211,9 +193,7 @@
211.sp -1193.sp -1
212.IP \(bu 2.3194.IP \(bu 2.3
213.\}195.\}
214.\" mysql_client_test: port option196.\" mysql_client_test: port option.\" port option: mysql_client_test\fB\-\-port=\fR\fB\fIport_num\fR\fR,
215.\" port option: mysql_client_test
216\fB\-\-port=\fR\fB\fIport_num\fR\fR,
217\fB\-P \fR\fB\fIport_num\fR\fR197\fB\-P \fR\fB\fIport_num\fR\fR
218.sp198.sp
219The TCP/IP port number to use for the connection\&.199The TCP/IP port number to use for the connection\&.
@@ -228,9 +208,7 @@
228.IP \(bu 2.3208.IP \(bu 2.3
229.\}209.\}
230\fB\-\-server\-arg=\fR\fB\fIarg\fR\fR,210\fB\-\-server\-arg=\fR\fB\fIarg\fR\fR,
231.\" mysql_client_test: server-arg option211.\" mysql_client_test: server-arg option.\" server-arg option: mysql_client_test\fB\-A \fR\fB\fIarg\fR\fR
232.\" server-arg option: mysql_client_test
233\fB\-A \fR\fB\fIarg\fR\fR
234.sp212.sp
235Argument to send to the embedded server\&.213Argument to send to the embedded server\&.
236.RE214.RE
@@ -257,9 +235,7 @@
257.sp -1235.sp -1
258.IP \(bu 2.3236.IP \(bu 2.3
259.\}237.\}
260.\" mysql_client_test: silent option238.\" mysql_client_test: silent option.\" silent option: mysql_client_test\fB\-\-silent\fR,
261.\" silent option: mysql_client_test
262\fB\-\-silent\fR,
263\fB\-s\fR239\fB\-s\fR
264.sp240.sp
265Be more silent\&.241Be more silent\&.
@@ -273,9 +249,7 @@
273.sp -1249.sp -1
274.IP \(bu 2.3250.IP \(bu 2.3
275.\}251.\}
276.\" mysql_client_test: socket option252.\" mysql_client_test: socket option.\" socket option: mysql_client_test\fB\-\-socket=\fR\fB\fIpath\fR\fR,
277.\" socket option: mysql_client_test
278\fB\-\-socket=\fR\fB\fIpath\fR\fR,
279\fB\-S \fR\fB\fIpath\fR\fR253\fB\-S \fR\fB\fIpath\fR\fR
280.sp254.sp
281The socket file to use when connecting to255The socket file to use when connecting to
@@ -308,9 +282,7 @@
308.sp -1282.sp -1
309.IP \(bu 2.3283.IP \(bu 2.3
310.\}284.\}
311.\" mysql_client_test: user option285.\" mysql_client_test: user option.\" user option: mysql_client_test\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
312.\" user option: mysql_client_test
313\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
314\fB\-u \fR\fB\fIuser_name\fR\fR286\fB\-u \fR\fB\fIuser_name\fR\fR
315.sp287.sp
316The MySQL user name to use when connecting to the server\&.288The MySQL user name to use when connecting to the server\&.
@@ -325,9 +297,7 @@
325.IP \(bu 2.3297.IP \(bu 2.3
326.\}298.\}
327\fB\-v \fR\fB\fIdir_name\fR\fR,299\fB\-v \fR\fB\fIdir_name\fR\fR,
328.\" mysql_client_test: vardir option300.\" mysql_client_test: vardir option.\" vardir option: mysql_client_test\fB\-\-vardir=\fR\fB\fIdir_name\fR\fR
329.\" vardir option: mysql_client_test
330\fB\-\-vardir=\fR\fB\fIdir_name\fR\fR
331.sp301.sp
332The data directory for tests\&. The default is302The data directory for tests\&. The default is
333mysql\-test/var\&.303mysql\-test/var\&.
334304
=== modified file 'Percona-Server/man/mysql_config.1'
--- Percona-Server/man/mysql_config.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql_config.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_config\fR2.\" Title: \fBmysql_config\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG\FR" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL_CONFIG\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -49,9 +49,7 @@
49.sp -149.sp -1
50.IP \(bu 2.350.IP \(bu 2.3
51.\}51.\}
52.\" mysql_config: cflags option52.\" mysql_config: cflags option.\" cflags option: mysql_config\fB\-\-cflags\fR
53.\" cflags option: mysql_config
54\fB\-\-cflags\fR
55.sp53.sp
56C Compiler flags to find include files and critical compiler flags and defines used when compiling the54C Compiler flags to find include files and critical compiler flags and defines used when compiling the
57libmysqlclient55libmysqlclient
@@ -68,9 +66,7 @@
68.sp -166.sp -1
69.IP \(bu 2.367.IP \(bu 2.3
70.\}68.\}
71.\" mysql_config: cxxflags option69.\" mysql_config: cxxflags option.\" cxxflags option: mysql_config\fB\-\-cxxflags\fR
72.\" cxxflags option: mysql_config
73\fB\-\-cxxflags\fR
74.sp70.sp
75Like71Like
76\fB\-\-cflags\fR, but for C++ compiler flags\&. This option was added in MySQL 5\&.6\&.4\&.72\fB\-\-cflags\fR, but for C++ compiler flags\&. This option was added in MySQL 5\&.6\&.4\&.
@@ -84,9 +80,7 @@
84.sp -180.sp -1
85.IP \(bu 2.381.IP \(bu 2.3
86.\}82.\}
87.\" mysql_config: include option83.\" mysql_config: include option.\" include option: mysql_config\fB\-\-include\fR
88.\" include option: mysql_config
89\fB\-\-include\fR
90.sp84.sp
91Compiler options to find MySQL include files\&.85Compiler options to find MySQL include files\&.
92.RE86.RE
@@ -99,11 +93,7 @@
99.sp -193.sp -1
100.IP \(bu 2.394.IP \(bu 2.3
101.\}95.\}
102.\" mysql_config: libmysqld-libs option96.\" mysql_config: libmysqld-libs option.\" libmysqld-libs option: mysql_config.\" mysql_config: embedded option.\" embedded option: mysql_config\fB\-\-libmysqld\-libs\fR,
103.\" libmysqld-libs option: mysql_config
104.\" mysql_config: embedded option
105.\" embedded option: mysql_config
106\fB\-\-libmysqld\-libs\fR,
107\fB\-\-embedded\fR97\fB\-\-embedded\fR
108.sp98.sp
109Libraries and options required to link with the MySQL embedded server\&.99Libraries and options required to link with the MySQL embedded server\&.
@@ -117,9 +107,7 @@
117.sp -1107.sp -1
118.IP \(bu 2.3108.IP \(bu 2.3
119.\}109.\}
120.\" mysql_config: libs option110.\" mysql_config: libs option.\" libs option: mysql_config\fB\-\-libs\fR
121.\" libs option: mysql_config
122\fB\-\-libs\fR
123.sp111.sp
124Libraries and options required to link with the MySQL client library\&.112Libraries and options required to link with the MySQL client library\&.
125.RE113.RE
@@ -132,9 +120,7 @@
132.sp -1120.sp -1
133.IP \(bu 2.3121.IP \(bu 2.3
134.\}122.\}
135.\" mysql_config: libs_r option123.\" mysql_config: libs_r option.\" libs_r option: mysql_config\fB\-\-libs_r\fR
136.\" libs_r option: mysql_config
137\fB\-\-libs_r\fR
138.sp124.sp
139Libraries and options required to link with the thread\-safe MySQL client library\&. In MySQL 5\&.6, all client libraries are thread\-safe, so this option need not be used\&. The125Libraries and options required to link with the thread\-safe MySQL client library\&. In MySQL 5\&.6, all client libraries are thread\-safe, so this option need not be used\&. The
140\fB\-\-libs\fR126\fB\-\-libs\fR
@@ -149,9 +135,7 @@
149.sp -1135.sp -1
150.IP \(bu 2.3136.IP \(bu 2.3
151.\}137.\}
152.\" mysql_config: plugindir option138.\" mysql_config: plugindir option.\" plugindir option: mysql_config\fB\-\-plugindir\fR
153.\" plugindir option: mysql_config
154\fB\-\-plugindir\fR
155.sp139.sp
156The default plugin directory path name, defined when configuring MySQL\&.140The default plugin directory path name, defined when configuring MySQL\&.
157.RE141.RE
@@ -164,10 +148,7 @@
164.sp -1148.sp -1
165.IP \(bu 2.3149.IP \(bu 2.3
166.\}150.\}
167.\" mysql_config: port option151.\" mysql_config: port option.\" port option: mysql_config.\" TCP/IP\fB\-\-port\fR
168.\" port option: mysql_config
169.\" TCP/IP
170\fB\-\-port\fR
171.sp152.sp
172The default TCP/IP port number, defined when configuring MySQL\&.153The default TCP/IP port number, defined when configuring MySQL\&.
173.RE154.RE
@@ -180,9 +161,7 @@
180.sp -1161.sp -1
181.IP \(bu 2.3162.IP \(bu 2.3
182.\}163.\}
183.\" mysql_config: socket option164.\" mysql_config: socket option.\" socket option: mysql_config\fB\-\-socket\fR
184.\" socket option: mysql_config
185\fB\-\-socket\fR
186.sp165.sp
187The default Unix socket file, defined when configuring MySQL\&.166The default Unix socket file, defined when configuring MySQL\&.
188.RE167.RE
@@ -195,9 +174,7 @@
195.sp -1174.sp -1
196.IP \(bu 2.3175.IP \(bu 2.3
197.\}176.\}
198.\" mysql_config: version option177.\" mysql_config: version option.\" version option: mysql_config\fB\-\-version\fR
199.\" version option: mysql_config
200\fB\-\-version\fR
201.sp178.sp
202Version number for the MySQL distribution\&.179Version number for the MySQL distribution\&.
203.RE180.RE
204181
=== modified file 'Percona-Server/man/mysql_config_editor.1'
--- Percona-Server/man/mysql_config_editor.1 2013-10-15 11:37:57 +0000
+++ Percona-Server/man/mysql_config_editor.1 2013-12-05 18:50:37 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_config_editor\fR2.\" Title: \fBmysql_config_editor\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/09/20135.\" Date: 11/15/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG_EDIT" "1" "09/09/2013" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL_CONFIG_EDIT" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -680,9 +680,7 @@
680.sp -1680.sp -1
681.IP \(bu 2.3681.IP \(bu 2.3
682.\}682.\}
683.\" mysql_config_editor: help option683.\" mysql_config_editor: help option.\" help option: mysql_config_editor\fB\-\-help\fR,
684.\" help option: mysql_config_editor
685\fB\-\-help\fR,
686\fB\-?\fR684\fB\-?\fR
687.sp685.sp
688Display a help message and exit\&. If preceded by a command name such as686Display a help message and exit\&. If preceded by a command name such as
@@ -699,9 +697,7 @@
699.sp -1697.sp -1
700.IP \(bu 2.3698.IP \(bu 2.3
701.\}699.\}
702.\" mysql_config_editor: all option700.\" mysql_config_editor: all option.\" all option: mysql_config_editor\fB\-\-all\fR
703.\" all option: mysql_config_editor
704\fB\-\-all\fR
705.sp701.sp
706For the702For the
707print703print
@@ -716,9 +712,7 @@
716.sp -1712.sp -1
717.IP \(bu 2.3713.IP \(bu 2.3
718.\}714.\}
719.\" mysql_config_editor: debug option715.\" mysql_config_editor: debug option.\" debug option: mysql_config_editor\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
720.\" debug option: mysql_config_editor
721\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
722\fB\-# \fR\fB\fIdebug_options\fR\fR716\fB\-# \fR\fB\fIdebug_options\fR\fR
723.sp717.sp
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches