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

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 548
Proposed branch: lp:~laurynas-biveinis/percona-server/merge-5.6.16
Merge into: lp:percona-server/5.6
Diff against target: 48245 lines (+15795/-9559)
1007 files modified
CMakeLists.txt (+14/-5)
README.MySQL (+1/-1)
VERSION (+2/-2)
client/mysql_plugin.c (+1/-1)
client/mysqldump.c (+69/-4)
cmake/build_configurations/compiler_options.cmake (+1/-1)
cmake/build_configurations/feature_set.cmake (+1/-1)
cmake/create_initial_db.cmake.in (+1/-1)
cmake/libutils.cmake (+1/-1)
cmake/maintainer.cmake (+1/-18)
cmake/os/AIX.cmake (+1/-1)
cmake/ssl.cmake (+1/-1)
cmake/zlib.cmake (+1/-2)
config.h.cmake (+2/-0)
configure.cmake (+8/-1)
extra/innochecksum.cc (+106/-32)
extra/yassl/CMakeLists.txt (+1/-1)
extra/yassl/include/yassl_error.hpp (+1/-1)
extra/yassl/include/yassl_types.hpp (+1/-1)
extra/yassl/src/handshake.cpp (+1/-1)
extra/yassl/src/yassl_error.cpp (+1/-1)
extra/yassl/src/yassl_imp.cpp (+1/-1)
extra/yassl/taocrypt/CMakeLists.txt (+1/-1)
include/atomic/nolock.h (+5/-17)
include/atomic/rwlock.h (+1/-1)
include/atomic/x86-gcc.h (+0/-141)
include/big_endian.h (+1/-1)
include/byte_order_generic.h (+1/-1)
include/byte_order_generic_x86.h (+1/-1)
include/byte_order_generic_x86_64.h (+1/-1)
include/little_endian.h (+1/-1)
include/my_base.h (+2/-1)
include/my_dbug.h (+1/-1)
include/my_default.h (+1/-1)
include/my_getopt.h (+1/-1)
include/my_pthread.h (+1/-1)
include/myisam.h (+1/-1)
include/mysql/innodb_priv.h (+1/-1)
include/mysql/plugin.h (+1/-1)
include/mysql/plugin_audit.h (+1/-1)
include/mysql/psi/mysql_thread.h (+2/-2)
include/mysql/service_thread_scheduler.h (+1/-1)
include/welcome_copyright_notice.h (+2/-2)
libmysql/authentication_win/CMakeLists.txt (+1/-1)
libmysql/authentication_win/common.cc (+1/-1)
libmysql/authentication_win/common.h (+1/-1)
libmysql/authentication_win/handshake_client.cc (+1/-1)
libmysql/authentication_win/log_client.cc (+1/-1)
libmysql/authentication_win/plugin_client.cc (+1/-1)
libmysql/conf_to_src.c (+1/-1)
libmysqld/lib_sql.cc (+1/-1)
libservices/my_thread_scheduler_service.c (+1/-1)
libservices/thd_wait_service.c (+1/-1)
man/comp_err.1 (+36/-14)
man/innochecksum.1 (+8/-4)
man/msql2mysql.1 (+3/-3)
man/my_print_defaults.1 (+35/-14)
man/myisam_ftdump.1 (+23/-10)
man/myisamchk.1 (+123/-43)
man/myisamlog.1 (+3/-3)
man/myisampack.1 (+51/-15)
man/mysql-stress-test.pl.1 (+80/-28)
man/mysql-test-run.pl.1 (+347/-117)
man/mysql.1 (+275/-94)
man/mysql.server.1 (+21/-9)
man/mysql_client_test.1 (+47/-17)
man/mysql_client_test_embedded.1 (+1/-1)
man/mysql_config.1 (+39/-16)
man/mysql_config_editor.1 (+39/-15)
man/mysql_convert_table_format.1 (+33/-13)
man/mysql_find_rows.1 (+18/-8)
man/mysql_fix_extensions.1 (+3/-3)
man/mysql_install_db.1 (+37/-14)
man/mysql_plugin.1 (+36/-14)
man/mysql_secure_installation.1 (+3/-3)
man/mysql_setpermission.1 (+21/-9)
man/mysql_tzinfo_to_sql.1 (+3/-3)
man/mysql_upgrade.1 (+45/-17)
man/mysql_waitpid.1 (+12/-6)
man/mysql_zap.1 (+3/-3)
man/mysqlaccess.1 (+63/-23)
man/mysqladmin.1 (+111/-41)
man/mysqlbinlog.1 (+143/-50)
man/mysqlbug.1 (+3/-3)
man/mysqlcheck.1 (+129/-45)
man/mysqld.8 (+3/-3)
man/mysqld_multi.1 (+46/-19)
man/mysqld_safe.1 (+75/-26)
man/mysqldump.1 (+278/-89)
man/mysqldumpslow.1 (+12/-6)
man/mysqlhotcopy.1 (+75/-27)
man/mysqlimport.1 (+111/-39)
man/mysqlshow.1 (+75/-27)
man/mysqlslap.1 (+147/-51)
man/mysqltest.1 (+125/-43)
man/mysqltest_embedded.1 (+1/-1)
man/ndb-common-options.1 (+27/-12)
man/ndb_blob_tool.1 (+18/-8)
man/ndb_config.1 (+72/-27)
man/ndb_cpcd.1 (+3/-3)
man/ndb_delete_all.1 (+6/-4)
man/ndb_desc.1 (+24/-10)
man/ndb_drop_index.1 (+3/-3)
man/ndb_drop_table.1 (+3/-3)
man/ndb_error_reporter.1 (+15/-9)
man/ndb_index_stat.1 (+32/-17)
man/ndb_mgm.1 (+6/-4)
man/ndb_mgmd.8 (+44/-20)
man/ndb_print_backup_file.1 (+3/-3)
man/ndb_print_schema_file.1 (+3/-3)
man/ndb_print_sys_file.1 (+3/-3)
man/ndb_restore.1 (+145/-40)
man/ndb_select_all.1 (+75/-19)
man/ndb_select_count.1 (+3/-3)
man/ndb_setup.py.1 (+36/-14)
man/ndb_show_tables.1 (+21/-9)
man/ndb_size.pl.1 (+3/-3)
man/ndb_waiter.1 (+21/-9)
man/ndbd.8 (+35/-13)
man/ndbd_redo_log_reader.1 (+3/-3)
man/ndbinfo_select_all.1 (+8/-5)
man/ndbmtd.8 (+3/-3)
man/perror.1 (+18/-8)
man/replace.1 (+3/-3)
man/resolve_stack_dump.1 (+15/-7)
man/resolveip.1 (+12/-6)
mysql-test/CMakeLists.txt (+1/-1)
mysql-test/README (+2/-3)
mysql-test/collections/default.weekly (+9/-0)
mysql-test/collections/default.weekly.basic (+0/-3)
mysql-test/include/ctype_filesort2.inc (+9/-0)
mysql-test/include/have_memcached_plugin.inc (+4/-5)
mysql-test/include/memcache_config.inc (+57/-0)
mysql-test/include/mtr_check.sql (+9/-1)
mysql-test/include/search_pattern.inc (+44/-0)
mysql-test/lib/My/Memcache.pm (+1/-2)
mysql-test/lib/My/SysInfo.pm (+1/-2)
mysql-test/mysql-test-run.pl (+13/-2)
mysql-test/r/ctype_utf16.result (+15/-0)
mysql-test/r/ctype_utf16le.result (+15/-0)
mysql-test/r/ctype_utf32.result (+15/-0)
mysql-test/r/ctype_utf8mb4.result (+15/-0)
mysql-test/r/distinct.result (+40/-0)
mysql-test/r/events_trans.result (+1/-0)
mysql-test/r/gis.result (+21/-0)
mysql-test/r/group_by.result (+1/-1)
mysql-test/r/join_cache_bka.result (+1/-1)
mysql-test/r/join_cache_bka_nixbnl.result (+1/-1)
mysql-test/r/join_cache_bkaunique.result (+1/-1)
mysql-test/r/join_cache_bnl.result (+1/-1)
mysql-test/r/join_cache_nojb.result (+1/-1)
mysql-test/r/max_statement_time_func.result (+1/-1)
mysql-test/r/mysql_config_editor.result (+2/-2)
mysql-test/r/mysqldump.result (+4/-0)
mysql-test/r/partition_locking_4.result (+19/-150)
mysql-test/r/type_temporal_upgrade.result (+12/-43)
mysql-test/r/warnings_engine_disabled.result (+9/-11)
mysql-test/suite/binlog/r/binlog_gtid_mysqlbinlog_row.result (+3/-3)
mysql-test/suite/binlog/r/binlog_gtid_mysqlbinlog_row_innodb.result (+1268/-1268)
mysql-test/suite/binlog/r/binlog_gtid_mysqlbinlog_row_myisam.result (+1286/-1286)
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row.result (+3/-3)
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_innodb.result (+1241/-1241)
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_myisam.result (+1259/-1259)
mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result (+40/-0)
mysql-test/suite/innodb/r/innodb-status-output.result (+63/-0)
mysql-test/suite/innodb/r/innodb-wl6445-1.result (+3/-0)
mysql-test/suite/innodb/r/innodb_bug70867.result (+5/-0)
mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt (+1/-0)
mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test (+72/-0)
mysql-test/suite/innodb/t/innodb-status-output.test (+108/-0)
mysql-test/suite/innodb/t/innodb-wl5980-alter.test (+1/-0)
mysql-test/suite/innodb/t/innodb-wl6445-1.test (+2/-0)
mysql-test/suite/innodb/t/innodb_bug70867.test (+53/-0)
mysql-test/suite/innodb_fts/r/innodb_fts_misc_1.result (+18/-2)
mysql-test/suite/innodb_fts/t/innodb_fts_misc_1.test (+3/-0)
mysql-test/suite/innodb_zip/r/innodb_cmp_per_index.result (+4/-2)
mysql-test/suite/innodb_zip/r/innodb_wl6347_comp_indx_stat.result (+0/-1)
mysql-test/suite/innodb_zip/t/innodb_cmp_per_index.test (+4/-2)
mysql-test/suite/innodb_zip/t/innodb_wl6347_comp_indx_stat.test (+202/-199)
mysql-test/suite/opt_trace/r/temp_table.result (+609/-0)
mysql-test/suite/opt_trace/t/temp_table.test (+31/-0)
mysql-test/suite/opt_trace/validate_json.py (+1/-1)
mysql-test/suite/rpl/r/rpl_semi_sync.result (+8/-8)
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result (+1/-1)
mysql-test/suite/rpl/t/rpl_semi_sync.test (+1/-1)
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test (+1/-1)
mysql-test/suite/sys_vars/r/innodb_buf_flush_list_now_basic.result (+23/-0)
mysql-test/suite/sys_vars/r/innodb_status_output_basic.result (+102/-0)
mysql-test/suite/sys_vars/r/innodb_status_output_locks_basic.result (+102/-0)
mysql-test/suite/sys_vars/t/innodb_buf_flush_list_now_basic.test (+32/-0)
mysql-test/suite/sys_vars/t/innodb_status_output_basic.test (+69/-0)
mysql-test/suite/sys_vars/t/innodb_status_output_locks_basic.test (+69/-0)
mysql-test/t/disabled.def (+0/-1)
mysql-test/t/distinct.test (+37/-0)
mysql-test/t/events_trans.test (+1/-0)
mysql-test/t/gis.test (+18/-0)
mysql-test/t/partition_locking_4.test (+7/-20)
mysql-test/t/type_temporal_upgrade.test (+8/-7)
mysql-test/t/warnings_engine_disabled-master.opt (+0/-1)
mysql-test/t/warnings_engine_disabled.test (+16/-14)
mysys/mf_iocache.c (+1/-1)
mysys/mf_iocache2.c (+2/-2)
mysys/mf_keycache.c (+1/-1)
mysys/mf_same.c (+1/-1)
mysys/mf_soundex.c (+1/-1)
mysys/mf_tempdir.c (+2/-2)
mysys/mf_tempfile.c (+2/-2)
mysys/mf_wcomp.c (+1/-1)
mysys/mulalloc.c (+1/-1)
mysys/my_access.c (+1/-1)
mysys/my_compare.c (+1/-1)
mysys/my_crc32.c (+1/-1)
mysys/my_div.c (+1/-1)
mysys/my_fopen.c (+1/-1)
mysys/my_getpagesize.c (+1/-1)
mysys/my_getwd.c (+1/-1)
mysys/my_handler_errors.h (+2/-1)
mysys/my_isnan.c (+1/-1)
mysys/my_libwrap.c (+1/-1)
mysys/my_lockmem.c (+1/-1)
mysys/my_memmem.c (+1/-1)
mysys/my_mkdir.c (+1/-1)
mysys/my_once.c (+1/-1)
mysys/my_symlink2.c (+1/-1)
mysys/my_thr_init.c (+1/-1)
mysys/my_wincond.c (+2/-2)
mysys/my_winthread.c (+1/-1)
mysys/psi_noop.c (+1/-1)
mysys/test_dir.c (+1/-1)
mysys/test_xml.c (+1/-1)
mysys/thr_alarm.c (+1/-1)
mysys_ssl/crypt_genhash_impl.cc (+1/-1)
packaging/WiX/CMakeLists.txt (+1/-1)
packaging/WiX/ca/CustomAction.cpp (+1/-1)
packaging/WiX/custom_ui.wxs (+2/-2)
packaging/WiX/extra.wxs.in (+1/-1)
packaging/WiX/mysql_server.wxs.in (+1/-1)
packaging/rpm-fedora/mysql-5.6.14-mysql-install.patch (+4/-39)
packaging/rpm-fedora/mysql.spec.in (+4/-1)
packaging/rpm-oel/mysql-5.6.14-mysql-install.patch (+4/-39)
packaging/rpm-oel/mysql.spec.in (+62/-21)
packaging/rpm-oel/mysql_config.sh (+16/-8)
plugin/audit_null/audit_null.c (+1/-1)
plugin/auth/dialog.c (+1/-1)
plugin/auth/qa_auth_interface.c (+1/-1)
plugin/auth/qa_auth_server.c (+1/-1)
plugin/innodb_memcached/README-innodb_memcached (+1/-1)
plugin/innodb_memcached/daemon_memcached/CMakeLists.txt (+8/-2)
plugin/innodb_memcached/daemon_memcached/daemon/memcached_mysql.cc (+3/-2)
plugin/innodb_memcached/daemon_memcached/daemon/memcached_mysql.h (+1/-1)
plugin/innodb_memcached/innodb_memcache/CMakeLists.txt (+8/-2)
plugin/innodb_memcached/innodb_memcache/include/handler_api.h (+1/-1)
plugin/innodb_memcached/innodb_memcache/include/innodb_api.h (+1/-1)
plugin/innodb_memcached/innodb_memcache/include/innodb_cb_api.h (+9/-1)
plugin/innodb_memcached/innodb_memcache/include/innodb_config.h (+1/-1)
plugin/innodb_memcached/innodb_memcache/include/innodb_engine.h (+3/-1)
plugin/innodb_memcached/innodb_memcache/src/handler_api.cc (+1/-1)
plugin/innodb_memcached/innodb_memcache/src/innodb_api.c (+9/-2)
plugin/innodb_memcached/innodb_memcache/src/innodb_config.c (+1/-1)
plugin/innodb_memcached/innodb_memcache/src/innodb_engine.c (+67/-7)
plugin/innodb_memcached/innodb_memcache/src/innodb_engine_private.h (+1/-1)
plugin/password_validation/validate_password.cc (+18/-14)
plugin/semisync/semisync_master.cc (+6/-3)
scripts/CMakeLists.txt (+18/-5)
scripts/mysql_install_db.pl.in (+4/-3)
scripts/mysql_install_db.sh (+4/-4)
scripts/mysql_secure_installation.pl.in (+1/-1)
scripts/mysqlaccess.sh (+4/-5)
sql-common/pack.c (+1/-1)
sql/CMakeLists.txt (+1/-1)
sql/binlog.cc (+91/-5)
sql/binlog.h (+1/-1)
sql/event_scheduler.cc (+1/-1)
sql/event_scheduler.h (+1/-1)
sql/events.cc (+1/-1)
sql/events.h (+1/-1)
sql/field.cc (+7/-6)
sql/field.h (+5/-17)
sql/filesort.cc (+26/-28)
sql/filesort.h (+1/-1)
sql/filesort_utils.cc (+17/-5)
sql/filesort_utils.h (+1/-8)
sql/gcalc_slicescan.h (+1/-1)
sql/global_threads.h (+1/-1)
sql/ha_ndb_index_stat.cc (+1/-1)
sql/ha_ndb_index_stat.h (+1/-1)
sql/ha_ndbcluster.cc (+1/-1)
sql/ha_ndbcluster_glue.h (+1/-1)
sql/ha_ndbcluster_push.cc (+1/-1)
sql/ha_ndbcluster_push.h (+1/-1)
sql/ha_partition.cc (+24/-11)
sql/handler.cc (+47/-3)
sql/handler.h (+8/-0)
sql/item.cc (+14/-6)
sql/item_cmpfunc.cc (+60/-18)
sql/item_cmpfunc.h (+6/-0)
sql/item_row.cc (+5/-3)
sql/item_strfunc.cc (+24/-4)
sql/item_sum.cc (+54/-23)
sql/item_sum.h (+25/-20)
sql/item_timefunc.cc (+25/-2)
sql/item_timefunc.h (+1/-1)
sql/item_xmlfunc.cc (+4/-1)
sql/lock.h (+1/-1)
sql/log.cc (+1/-1)
sql/log.h (+1/-1)
sql/log_event.cc (+46/-14)
sql/log_event.h (+2/-6)
sql/log_event_old.h (+2/-4)
sql/mem_root_array.h (+1/-1)
sql/mysqld.cc (+2/-1)
sql/ndb_dist_priv_util.h (+1/-1)
sql/ndb_global_schema_lock.cc (+1/-1)
sql/ndb_global_schema_lock.h (+1/-1)
sql/ndb_global_schema_lock_guard.h (+1/-1)
sql/ndb_local_connection.cc (+1/-1)
sql/ndb_local_connection.h (+1/-1)
sql/ndb_mi.cc (+1/-1)
sql/ndb_mi.h (+1/-1)
sql/ndb_share.cc (+1/-1)
sql/ndb_share.h (+1/-1)
sql/ndb_table_guard.h (+1/-1)
sql/ndb_thd.cc (+1/-1)
sql/ndb_thd.h (+1/-1)
sql/ndb_thd_ndb.cc (+1/-1)
sql/ndb_thd_ndb.h (+1/-1)
sql/opt_sum.cc (+1/-1)
sql/opt_trace_Doxyfile (+1/-1)
sql/password.c (+1/-1)
sql/rpl_filter.cc (+1/-1)
sql/rpl_gtid.h (+1/-1)
sql/rpl_gtid_execution.cc (+1/-1)
sql/rpl_gtid_owned.cc (+1/-1)
sql/rpl_gtid_state.cc (+1/-1)
sql/rpl_handler.cc (+1/-1)
sql/rpl_info_dummy.cc (+1/-1)
sql/rpl_info_dummy.h (+1/-1)
sql/rpl_info_values.h (+1/-1)
sql/rpl_master.cc (+1/-1)
sql/rpl_record.cc (+23/-6)
sql/rpl_record.h (+3/-2)
sql/rpl_reporting.cc (+1/-1)
sql/rpl_reporting.h (+1/-1)
sql/rpl_rli.cc (+2/-3)
sql/rpl_utility.cc (+5/-16)
sql/set_var.cc (+1/-1)
sql/set_var.h (+1/-1)
sql/share/CMakeLists.txt (+1/-1)
sql/share/charsets/Index.xml (+1/-1)
sql/share/charsets/armscii8.xml (+1/-1)
sql/share/charsets/ascii.xml (+1/-1)
sql/share/charsets/cp1250.xml (+1/-1)
sql/share/charsets/cp852.xml (+1/-1)
sql/share/charsets/hebrew.xml (+1/-1)
sql/share/charsets/latin1.xml (+1/-1)
sql/share/charsets/latin2.xml (+1/-1)
sql/share/charsets/latin5.xml (+1/-1)
sql/share/errmsg-utf8.txt (+11/-3)
sql/signal_handler.cc (+1/-1)
sql/sp_head.h (+1/-1)
sql/sp_rcontext.h (+2/-1)
sql/sql_acl.cc (+16/-0)
sql/sql_acl.h (+1/-1)
sql/sql_audit.cc (+1/-1)
sql/sql_audit.h (+1/-1)
sql/sql_binlog.cc (+1/-1)
sql/sql_bitmap.h (+1/-1)
sql/sql_callback.h (+1/-1)
sql/sql_connect.cc (+1/-1)
sql/sql_executor.cc (+3/-0)
sql/sql_get_diagnostics.cc (+1/-1)
sql/sql_get_diagnostics.h (+1/-1)
sql/sql_hset.h (+1/-1)
sql/sql_insert.h (+1/-1)
sql/sql_join_buffer.cc (+6/-0)
sql/sql_join_buffer.h (+38/-81)
sql/sql_lex.cc (+15/-0)
sql/sql_lex.h (+1/-1)
sql/sql_manager.cc (+1/-1)
sql/sql_optimizer.cc (+3/-2)
sql/sql_partition_admin.cc (+1/-1)
sql/sql_partition_admin.h (+1/-1)
sql/sql_plugin.h (+1/-1)
sql/sql_resolver.cc (+2/-0)
sql/sql_select.cc (+20/-6)
sql/sql_string.cc (+1/-1)
sql/sql_table.cc (+120/-0)
sql/sql_test.cc (+1/-1)
sql/sql_time.cc (+1/-1)
sql/sql_tmp_table.cc (+5/-4)
sql/sql_view.cc (+17/-5)
sql/string_service.cc (+15/-14)
sql/string_service.h (+1/-3)
sql/table.h (+0/-3)
sql/transaction.cc (+27/-8)
sql/tztime.cc (+1/-1)
sql/unireg.cc (+1/-1)
storage/example/ha_example.cc (+1/-1)
storage/federated/ha_federated.cc (+57/-52)
storage/federated/ha_federated.h (+11/-17)
storage/heap/_check.c (+1/-1)
storage/heap/_rectest.c (+1/-1)
storage/heap/ha_heap.cc (+1/-1)
storage/heap/hp_delete.c (+1/-1)
storage/heap/hp_extra.c (+1/-1)
storage/heap/hp_hash.c (+1/-1)
storage/heap/hp_info.c (+1/-1)
storage/heap/hp_rfirst.c (+1/-1)
storage/heap/hp_rlast.c (+1/-1)
storage/heap/hp_rnext.c (+1/-1)
storage/heap/hp_rprev.c (+1/-1)
storage/heap/hp_rrnd.c (+1/-1)
storage/heap/hp_rsame.c (+1/-1)
storage/heap/hp_scan.c (+1/-1)
storage/heap/hp_update.c (+1/-1)
storage/innobase/api/api0api.cc (+65/-0)
storage/innobase/btr/btr0cur.cc (+2/-4)
storage/innobase/buf/buf0buddy.cc (+35/-19)
storage/innobase/buf/buf0buf.cc (+325/-184)
storage/innobase/buf/buf0dblwr.cc (+51/-35)
storage/innobase/buf/buf0flu.cc (+179/-169)
storage/innobase/buf/buf0lru.cc (+34/-36)
storage/innobase/dict/dict0crea.cc (+7/-1)
storage/innobase/dict/dict0dict.cc (+42/-54)
storage/innobase/dict/dict0load.cc (+27/-3)
storage/innobase/dict/dict0mem.cc (+8/-0)
storage/innobase/dict/dict0stats.cc (+45/-85)
storage/innobase/fil/fil0fil.cc (+198/-17)
storage/innobase/fts/fts0ast.cc (+9/-11)
storage/innobase/fts/fts0blex.cc (+13/-13)
storage/innobase/fts/fts0config.cc (+3/-1)
storage/innobase/fts/fts0fts.cc (+551/-20)
storage/innobase/fts/fts0opt.cc (+2/-0)
storage/innobase/fts/fts0pars.cc (+31/-26)
storage/innobase/fts/fts0pars.y (+8/-3)
storage/innobase/fts/fts0que.cc (+123/-117)
storage/innobase/fts/fts0sql.cc (+12/-5)
storage/innobase/fts/fts0tlex.cc (+12/-12)
storage/innobase/handler/ha_innodb.cc (+152/-54)
storage/innobase/handler/handler0alter.cc (+75/-17)
storage/innobase/include/api0api.h (+10/-0)
storage/innobase/include/btr0pcur.h (+7/-0)
storage/innobase/include/btr0pcur.ic (+16/-0)
storage/innobase/include/buf0buf.h (+71/-40)
storage/innobase/include/buf0buf.ic (+74/-31)
storage/innobase/include/buf0dblwr.h (+14/-6)
storage/innobase/include/buf0flu.h (+6/-4)
storage/innobase/include/buf0types.h (+4/-0)
storage/innobase/include/dict0dict.h (+15/-8)
storage/innobase/include/dict0dict.ic (+27/-0)
storage/innobase/include/dict0mem.h (+29/-1)
storage/innobase/include/fil0fil.h (+2/-0)
storage/innobase/include/fts0priv.h (+5/-2)
storage/innobase/include/fts0priv.ic (+21/-3)
storage/innobase/include/ha_prototypes.h (+0/-10)
storage/innobase/include/log0recv.h (+12/-1)
storage/innobase/include/mem0mem.h (+48/-19)
storage/innobase/include/mem0mem.ic (+28/-11)
storage/innobase/include/os0file.h (+7/-2)
storage/innobase/include/os0sync.h (+27/-0)
storage/innobase/include/page0page.h (+8/-0)
storage/innobase/include/page0page.ic (+6/-0)
storage/innobase/include/rem0rec.h (+16/-5)
storage/innobase/include/srv0srv.h (+3/-3)
storage/innobase/include/sync0rw.h (+6/-0)
storage/innobase/include/trx0trx.h (+1/-2)
storage/innobase/include/univ.i (+1/-1)
storage/innobase/log/log0recv.cc (+70/-7)
storage/innobase/mem/mem0mem.cc (+10/-7)
storage/innobase/os/os0file.cc (+38/-22)
storage/innobase/page/page0cur.cc (+8/-4)
storage/innobase/page/page0page.cc (+32/-0)
storage/innobase/page/page0zip.cc (+12/-6)
storage/innobase/pars/pars0pars.cc (+6/-0)
storage/innobase/rem/rem0rec.cc (+6/-5)
storage/innobase/row/row0ftsort.cc (+8/-2)
storage/innobase/row/row0log.cc (+84/-15)
storage/innobase/row/row0mysql.cc (+53/-5)
storage/innobase/row/row0sel.cc (+41/-51)
storage/innobase/srv/srv0srv.cc (+2/-2)
storage/innobase/srv/srv0start.cc (+12/-1)
storage/innobase/trx/trx0trx.cc (+14/-0)
storage/myisam/ft_boolean_search.c (+1/-1)
storage/myisam/ft_stopwords.c (+1/-1)
storage/myisam/ftbench/Ecompare.pl (+1/-1)
storage/myisam/ftbench/Ecreate.pl (+1/-1)
storage/myisam/ftbench/Ereport.pl (+1/-1)
storage/myisam/ftbench/ft-test-run.sh (+1/-1)
storage/myisam/ha_myisam.cc (+1/-1)
storage/myisam/ha_myisam.h (+1/-1)
storage/myisam/mi_check.c (+1/-1)
storage/myisam/mi_checksum.c (+1/-1)
storage/myisam/mi_create.c (+1/-1)
storage/myisam/mi_delete.c (+1/-1)
storage/myisam/mi_dynrec.c (+1/-1)
storage/myisam/mi_extra.c (+1/-1)
storage/myisam/mi_locking.c (+1/-1)
storage/myisam/mi_open.c (+1/-1)
storage/myisam/mi_range.c (+1/-1)
storage/myisam/mi_rfirst.c (+1/-1)
storage/myisam/mi_rlast.c (+1/-1)
storage/myisam/mi_rrnd.c (+1/-1)
storage/myisam/mi_rsamepos.c (+1/-1)
storage/myisam/mi_search.c (+1/-1)
storage/myisam/mi_test1.c (+1/-1)
storage/myisam/mi_write.c (+1/-1)
storage/myisam/myisamchk.c (+1/-1)
storage/myisam/myisampack.c (+1/-1)
storage/myisam/rt_index.h (+1/-1)
storage/myisam/rt_key.c (+1/-1)
storage/myisam/rt_key.h (+1/-1)
storage/myisam/rt_mbr.c (+1/-1)
storage/myisam/rt_mbr.h (+1/-1)
storage/myisam/sp_defs.h (+1/-1)
storage/myisammrg/myrg_delete.c (+1/-1)
storage/myisammrg/myrg_locking.c (+1/-1)
storage/myisammrg/myrg_panic.c (+1/-1)
storage/myisammrg/myrg_range.c (+1/-1)
storage/myisammrg/myrg_rfirst.c (+1/-1)
storage/myisammrg/myrg_rlast.c (+1/-1)
storage/myisammrg/myrg_rnext.c (+1/-1)
storage/myisammrg/myrg_rnext_same.c (+1/-1)
storage/myisammrg/myrg_rprev.c (+1/-1)
storage/myisammrg/myrg_rrnd.c (+1/-1)
storage/myisammrg/myrg_rsame.c (+1/-1)
storage/myisammrg/myrg_update.c (+1/-1)
storage/myisammrg/myrg_write.c (+1/-1)
storage/ndb/clusterj/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-api/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html (+1/-1)
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html (+1/-1)
storage/ndb/clusterj/clusterj-core/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LikePredicateImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java (+1/-1)
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/pom.xml (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/antlr3/imports/MySQL51Functions.g (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/AbstractResultSetInternalMethods.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ConnectionLifecycleInterceptor.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/DomainFieldHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/InterceptorImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/QueryExecutionContextJDBCImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ResultSetInternalMethodsImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ResultSetInternalMethodsUpdateCount.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/SQLExecutor.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/StatementInterceptor.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/ValueHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ANTLRNoCaseFileStream.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ANTLRNoCaseStringStream.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/BaseErrorListener.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/ErrorListener.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/MySQLLexer.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/MySQLParser.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/QueuingErrorListener.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/RecognizerErrorDelegate.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/AndNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BetweenNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BinaryOperatorNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/BooleanOperatorNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/CommandNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/DeleteNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/EqualsNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/GreaterEqualsNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/GreaterThanNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/InsertNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/LessEqualsNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/LessThanNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/Node.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/NotNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/OrNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/ParensNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/PlaceholderNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/PredicateNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/SelectNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/main/java/com/mysql/clusterj/jdbc/antlr/node/WhereNode.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BadConnectionLifecycleInterceptor.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BatchDeleteQueryAllPrimitivesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/BigIntegerTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/CoordinatedTransactionIdVariableTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/DecimalTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/DeleteQueryAllPrimitivesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeBadConnectionLifecycleInterceptorTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeMissingConnectionLifecycleInterceptorTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jdbc/src/test/java/jdbctest/NegativeMissingStatementInterceptorTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-jpatest/src/main/resources/META-INF/persistence.xml (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/crundRun.properties (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/logging.properties (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/main/resources/com/mysql/clusterj/openjpa/Bundle.properties (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java (+1/-1)
storage/ndb/clusterj/clusterj-openjpa/src/test/resources/META-INF/persistence.xml (+1/-1)
storage/ndb/clusterj/clusterj-test/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ConnectionPoolTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteQueryAllPrimitivesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicBinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongvarbinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryLikeByteArrayTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryLikeTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryMultiColumnIndexInTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryMultipleParameterTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarbinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarbinaryTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryPK.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DynamicPK.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongvarbinaryPK.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/VarbinaryPK.java (+1/-1)
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/VarbinaryTypes.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/CMakeLists.txt (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/ConnectionPoolTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicBinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LongvarbinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryLikeByteArrayTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryLikeTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryMultipleParameterTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarbinaryPKTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarbinaryTypesTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java (+1/-1)
storage/ndb/clusterj/clusterj-tie/src/test/resources/clusterj.properties (+1/-1)
storage/ndb/cmake/ndb_require_variable.cmake (+1/-1)
storage/ndb/cmake/os/Windows.cmake (+1/-1)
storage/ndb/cmake/os/WindowsCache.cmake (+1/-1)
storage/ndb/config/type_JAVA.cmake (+1/-1)
storage/ndb/include/kernel/signaldata/DihGetTabInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihRestart.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/GetConfig.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/IndexStatSignal.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NodePing.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/Sync.hpp (+1/-1)
storage/ndb/include/portlib/NdbNuma.h (+1/-1)
storage/ndb/include/portlib/ndb_socket_poller.h (+1/-1)
storage/ndb/include/util/HashMap.hpp (+1/-1)
storage/ndb/include/util/NdbPack.hpp (+1/-1)
storage/ndb/include/util/NdbTypesUtil.hpp (+1/-1)
storage/ndb/include/util/SparseBitmask.hpp (+1/-1)
storage/ndb/include/util/ndb_base64.h (+1/-1)
storage/ndb/include/util/ndbzio.h (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_multi_cursor/main.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/GetConfig.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/IndexStatSignal.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/NodePing.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SchemaTransImpl.cpp (+1/-2)
storage/ndb/src/common/logger/EventLogHandler.cpp (+1/-1)
storage/ndb/src/common/logger/EventLogHandler.hpp (+1/-1)
storage/ndb/src/common/logger/message.h (+1/-1)
storage/ndb/src/common/portlib/NdbNuma.cpp (+1/-1)
storage/ndb/src/common/transporter/Loopback_Transporter.cpp (+1/-1)
storage/ndb/src/common/transporter/Loopback_Transporter.hpp (+1/-1)
storage/ndb/src/common/util/NdbPack.cpp (+1/-1)
storage/ndb/src/common/util/SparseBitmask.cpp (+1/-1)
storage/ndb/src/common/util/Vector.cpp (+1/-1)
storage/ndb/src/common/util/ndbzio.c (+1/-1)
storage/ndb/src/common/util/parse_mask.hpp (+1/-1)
storage/ndb/src/kernel/blocks/LocalProxy.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbinfo/Dbinfo.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/DblqhProxy.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbspj/DbspjProxy.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/DbtcProxy.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/DbtcProxy.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxProxy.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxProxy.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/AsyncIoThread.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/AsyncIoThread.hpp (+1/-1)
storage/ndb/src/kernel/ndbd.cpp (+1/-1)
storage/ndb/src/kernel/vm/ArenaPool.cpp (+1/-1)
storage/ndb/src/kernel/vm/ArenaPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/DataBuffer2.hpp (+1/-1)
storage/ndb/src/kernel/vm/LongSignal.cpp (+1/-2)
storage/ndb/src/kernel/vm/LongSignalImpl.hpp (+1/-2)
storage/ndb/src/kernel/vm/NdbSeqLock.hpp (+1/-1)
storage/ndb/src/kernel/vm/mt-asm.h (+1/-1)
storage/ndb/src/kernel/vm/mt.hpp (+1/-2)
storage/ndb/src/kernel/vm/mt_thr_config.cpp (+1/-1)
storage/ndb/src/kernel/vm/mt_thr_config.hpp (+1/-1)
storage/ndb/src/mgmsrv/ConfigManager.hpp (+1/-1)
storage/ndb/src/mgmsrv/Defragger.hpp (+1/-2)
storage/ndb/src/ndbapi/NdbIndexStatFrmData.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbIndexStatImpl.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbIndexStatImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryBuilder.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryBuilder.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryBuilderImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryOperation.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryOperation.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbQueryOperationImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/ndb_internal.cpp (+1/-1)
storage/ndb/src/ndbapi/trp_node.cpp (+1/-1)
storage/ndb/src/ndbapi/trp_node.hpp (+1/-1)
storage/ndb/src/ndbjtie/CMakeLists.txt (+1/-1)
storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp (+1/-1)
storage/ndb/src/ndbjtie/NdbApiWrapper.hpp (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java (+1/-1)
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/CMakeLists.txt (+1/-1)
storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_stdint.h (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp (+1/-1)
storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java (+1/-1)
storage/ndb/src/ndbjtie/mysql/CMakeLists.txt (+1/-1)
storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp (+1/-1)
storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp (+1/-1)
storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h (+1/-1)
storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp (+1/-1)
storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t (+1/-1)
storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp (+1/-1)
storage/ndb/src/ndbjtie/ndbapi_jtie.hpp (+1/-1)
storage/ndb/src/ndbjtie/ndbjtie_defs.hpp (+1/-1)
storage/ndb/src/ndbjtie/ndbjtie_lib.cpp (+1/-1)
storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t (+1/-1)
storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java (+1/-1)
storage/ndb/src/ndbjtie/utils/mystdint.h (+1/-1)
storage/ndb/test/crund/Makefile.defaults (+1/-1)
storage/ndb/test/crund/config_samples/crundResult.properties (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp (+1/-1)
storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c (+1/-1)
storage/ndb/test/crund/process.sh (+1/-1)
storage/ndb/test/crund/scripts/load_shema.sh (+1/-1)
storage/ndb/test/crund/scripts/mytwscxx.sh (+1/-1)
storage/ndb/test/crund/scripts/mytwsjava.sh (+1/-1)
storage/ndb/test/crund/scripts/restart_cluster.sh (+1/-1)
storage/ndb/test/crund/scripts/restart_mysqld.sh (+1/-1)
storage/ndb/test/crund/scripts/restart_ndb.sh (+1/-1)
storage/ndb/test/crund/scripts/slay.sh (+1/-1)
storage/ndb/test/crund/scripts/start_cluster.sh (+1/-1)
storage/ndb/test/crund/scripts/start_mysqld.sh (+1/-1)
storage/ndb/test/crund/scripts/stop_cluster.sh (+1/-1)
storage/ndb/test/crund/scripts/stop_mysqld.sh (+1/-1)
storage/ndb/test/crund/scripts/stop_ndb.sh (+1/-1)
storage/ndb/test/crund/src/com/mysql/cluster/crund/A.java (+1/-1)
storage/ndb/test/crund/src/com/mysql/cluster/crund/Driver.java (+1/-1)
storage/ndb/test/crund/src/com/mysql/cluster/crund/NdbBase.java (+1/-1)
storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java (+1/-1)
storage/ndb/test/crund/src/crundndb/Driver.cpp (+1/-1)
storage/ndb/test/crund/src/crundndb/Driver.hpp (+1/-1)
storage/ndb/test/crund/src/tables_mysql.sql (+1/-1)
storage/ndb/test/crund/tws/schema.sql (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/Driver.cpp (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/Driver.hpp (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/NdbApiTwsDriver.cpp (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/NdbApiTwsDriver.hpp (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/TwsDriver.cpp (+1/-1)
storage/ndb/test/crund/tws/tws_cpp/TwsDriver.hpp (+1/-1)
storage/ndb/test/crund/tws/tws_java/build.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/build-impl.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/configs_sample/server-dbg.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/configs_sample/server-opt.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/genfiles.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/config.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/configs/server-dbg.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/configs/server-opt.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/private.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/private.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/private_sample/profiler/configurations.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/profiler-build-impl.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/project.properties (+1/-1)
storage/ndb/test/crund/tws/tws_java/nbproject/project.xml (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/ClusterjLoad.java (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/Driver.java (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/JdbcLoad.java (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/NdbjtieLoad.java (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/TwsDriver.java (+1/-1)
storage/ndb/test/crund/tws/tws_java/src/com/mysql/cluster/benchmark/tws/TwsLoad.java (+1/-1)
storage/ndb/test/ndbapi/testNativeDefault.cpp (+1/-1)
storage/ndb/test/ndbapi/testSpj.cpp (+1/-1)
storage/ndb/test/tools/hugoJoin.cpp (+1/-1)
storage/ndb/test/tools/spj_performance_test.cpp (+1/-1)
storage/ndb/test/tools/spj_sanity_test.cpp (+1/-1)
storage/ndb/test/tools/test_spj.cpp (+1/-1)
storage/ndb/tools/ndb_dist_priv.sql (+1/-1)
storage/ndb/tools/ndb_dump_frm_data.cpp (+1/-1)
storage/ndb/tools/ndb_index_stat.cpp (+1/-1)
storage/perfschema/cursor_by_account.cc (+1/-1)
storage/perfschema/cursor_by_account.h (+1/-1)
storage/perfschema/cursor_by_host.cc (+1/-1)
storage/perfschema/cursor_by_host.h (+1/-1)
storage/perfschema/cursor_by_thread.cc (+1/-1)
storage/perfschema/cursor_by_thread.h (+1/-1)
storage/perfschema/cursor_by_user.cc (+1/-1)
storage/perfschema/cursor_by_user.h (+1/-1)
storage/perfschema/ha_perfschema.cc (+9/-1)
storage/perfschema/pfs.cc (+5/-0)
storage/perfschema/pfs_check.cc (+2/-3)
storage/perfschema/pfs_setup_object.cc (+1/-1)
storage/perfschema/pfs_user.cc (+1/-1)
storage/perfschema/pfs_user.h (+1/-1)
storage/perfschema/table_esgs_by_account_by_event_name.cc (+1/-1)
storage/perfschema/table_esgs_by_account_by_event_name.h (+1/-1)
storage/perfschema/table_esgs_by_host_by_event_name.cc (+1/-1)
storage/perfschema/table_esgs_by_host_by_event_name.h (+1/-1)
storage/perfschema/table_esgs_by_user_by_event_name.cc (+1/-1)
storage/perfschema/table_esgs_by_user_by_event_name.h (+1/-1)
storage/perfschema/table_esms_by_account_by_event_name.h (+1/-1)
storage/perfschema/table_esms_by_digest.cc (+1/-1)
storage/perfschema/table_esms_by_digest.h (+1/-1)
storage/perfschema/table_esms_by_host_by_event_name.h (+1/-1)
storage/perfschema/table_esms_by_user_by_event_name.h (+1/-1)
storage/perfschema/table_events_statements.cc (+75/-8)
storage/perfschema/table_events_statements.h (+11/-2)
storage/perfschema/table_ews_by_account_by_event_name.cc (+1/-1)
storage/perfschema/table_ews_by_account_by_event_name.h (+1/-1)
storage/perfschema/table_ews_by_host_by_event_name.cc (+1/-1)
storage/perfschema/table_ews_by_host_by_event_name.h (+1/-1)
storage/perfschema/table_ews_by_user_by_event_name.cc (+1/-1)
storage/perfschema/table_ews_by_user_by_event_name.h (+1/-1)
storage/perfschema/table_os_global_by_type.cc (+1/-1)
storage/perfschema/table_os_global_by_type.h (+1/-1)
storage/perfschema/table_tiws_by_table.cc (+1/-1)
storage/perfschema/table_tiws_by_table.h (+1/-1)
storage/perfschema/table_tlws_by_table.cc (+1/-1)
storage/perfschema/table_tlws_by_table.h (+1/-1)
storage/perfschema/unittest/stub_pfs_defaults.h (+1/-1)
storage/perfschema/unittest/stub_server_misc.h (+1/-1)
strings/CMakeLists.txt (+1/-1)
strings/ctype-ucs2.c (+1/-1)
strings/ctype-utf8.c (+235/-39)
strings/my_strtoll10.c (+1/-1)
strings/t_ctype.h (+1/-1)
strings/xml.c (+1/-1)
support-files/MySQL-shared-compat.spec.sh (+1/-1)
support-files/compiler_warnings.supp (+1/-1)
tests/connect_test.c (+1/-1)
tests/fork_big.pl (+1/-1)
tests/fork_big2.pl (+1/-1)
tests/insert_test.c (+1/-1)
tests/list_test.c (+1/-1)
tests/select_test.c (+1/-1)
tests/showdb_test.c (+1/-1)
tests/ssl_test.c (+1/-1)
unittest/gunit/CMakeLists.txt (+1/-1)
unittest/gunit/alignment-t.cc (+1/-1)
unittest/gunit/bounded_queue-t.cc (+1/-1)
unittest/gunit/bounds_checked_array-t.cc (+1/-1)
unittest/gunit/byteorder-t.cc (+1/-1)
unittest/gunit/client_string-t.cc (+1/-1)
unittest/gunit/cost_estimate-t.cc (+1/-1)
unittest/gunit/dbug-t.cc (+1/-1)
unittest/gunit/dynarray-t.cc (+1/-1)
unittest/gunit/field_date-t.cc (+1/-1)
unittest/gunit/field_datetime-t.cc (+1/-1)
unittest/gunit/field_long-t.cc (+1/-1)
unittest/gunit/field_newdecimal-t.cc (+1/-1)
unittest/gunit/field_temporal_utils.h (+1/-1)
unittest/gunit/filesort_buffer-t.cc (+0/-10)
unittest/gunit/filesort_compare-t.cc (+1/-1)
unittest/gunit/handler-t.cc (+1/-1)
unittest/gunit/handler-t.h (+1/-1)
unittest/gunit/item-t.cc (+1/-1)
unittest/gunit/item_timefunc-t.cc (+1/-1)
unittest/gunit/join_tab_sort-t.cc (+1/-1)
unittest/gunit/make_sortkey-t.cc (+1/-1)
unittest/gunit/mock_create_field.h (+1/-1)
unittest/gunit/mock_field_timestamp.h (+1/-1)
unittest/gunit/mock_field_timestampf.h (+1/-1)
unittest/gunit/my_decimal-t.cc (+1/-1)
unittest/gunit/my_error-t.cc (+1/-1)
unittest/gunit/my_fileutils-t.cc (+1/-1)
unittest/gunit/my_regex-t.cc (+1/-1)
unittest/gunit/mysys_my_rdtsc-t.cc (+1/-1)
unittest/gunit/opt_trace-t.cc (+1/-1)
unittest/gunit/sql_plist-t.cc (+1/-1)
unittest/gunit/sql_string-t.cc (+1/-1)
unittest/gunit/stdcxx-t.cc (+1/-1)
unittest/gunit/string-tests.cc (+1/-1)
unittest/gunit/table_cache-t.cc (+1/-1)
unittest/gunit/test_mdl_context_owner.h (+1/-1)
unittest/gunit/yassl/yassl-t.cc (+1/-1)
vio/CMakeLists.txt (+1/-1)
vio/vio.c (+1/-1)
vio/viosocket.c (+7/-2)
vio/viosslfactories.c (+1/-1)
zlib/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/merge-5.6.16
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Laurynas Biveinis Pending
Review via email: mp+206713@code.launchpad.net

This proposal supersedes a proposal from 2014-02-07.

Description of the change

2nd MP:

Rebased on the current trunk.
Fixed buf_flush_page_and_try_neighbors returning undefined value in one code path.
http://jenkins.percona.com/job/percona-server-5.6-param/520/

1st MP:

Merge MySQL 5.6.16,
https://blueprints.launchpad.net/percona-server/+spec/merge-5.6.16.

Revert our fix for bug 1182572 / upstream
http://bugs.mysql.com/bug.php?id=68354.

The merge of upstream fix for http://bugs.mysql.com/bug.php?id=68079
that introduced atomic buffer pool page reference counting and
required changes in flushing required changes for both XtraDB buffer
pool mutex split and the new XtraDB LRU flushing algorithm:
- Make buf_flush_page() to hold the LRU list mutex iff called for a
  single page LRU flush. Release it by the time we are committed to
  flushing a page and cannot decide otherwise anymore. Adjust callers
  accordingly.
- Postpone page hash unlock in buf_page_init_for_read() until the
  buffer page has been I/O-fixed and its frame X latched. This is to
  avoid buf_pool_validate_instance() observing inconsistent buffer
  pool state.
- Move I/O read time userstat accounting from buf_page_get_gen() to
  buf_wait_for_read().

Moved ER_QUERY_TIMEOUT to the end of 5.6 error messages to avoid
renumbering of the new error messages introduced by Oracle.

This merge also takes an upstream fix for bug 691601 /
http://bugs.mysql.com/bug.php?id=61746.

Import man pages from mysql-5.6.16.tar.gz.

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

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal

A merge regression in that buf_flush_page_and_try_neighbors() will return an uninitialized value if doing flush list flushing and encountering a page not ready for flush:

...
 ibool flushed;
...
 if (buf_flush_ready_for_flush(bpage, flush_type)) {
...
  flushed = TRUE;
 } else if (flush_type == BUF_FLUSH_LRU) {
...
  flushed = FALSE;
 }
...
 return(flushed);

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

There is some interaction between backup locks and 5.6.16. It is coming from the fix for http://bugs.mysql.com/bug.php?id=71017, which makes mysqldump --single-transaction to create savepoints and rollback to them after each dumped table. Maybe these savepoints are redundant if --single-transaction --lock-for-backup is specified, but they shouldn't be harmful neither, thus it should be acceptable to simply re-record the testcase and address any redundancy in a follow-up.

$ ./mysql-test-run backup_locks_mysqldump
...
main.backup_locks_mysqldump [ fail ]
...
@@ -66,6 +66,7 @@
 SELECT DISTINCT TABLESPACE_NAME, FILE_NAME, LOGFILE_GROUP_NAME, EXTENT_SIZE, INITIAL_SIZE, ENGINE FROM INFORMATION_SCHEMA.FILES WHERE FILE_TYPE = 'DATAFILE' AND TABLESPACE_NAME IN (SELECT DISTINCT TABLESPACE_NAME FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_SCHEMA IN ('test')) ORDER BY TABLESPACE_NAME, LOGFILE_GROUP_NAME
 SHOW VARIABLES LIKE 'ndbinfo\_version'
 test
+SAVEPOINT sp
 show tables
 show table status like 't1'
 SET SQL_QUOTE_SHOW_CREATE=1
@@ -79,6 +80,7 @@
 select @@collation_database
 SHOW TRIGGERS LIKE 't1'
 SET SESSION character_set_results = 'utf8'
+ROLLBACK TO SAVEPOINT sp
 show table status like 't2'
 SET SQL_QUOTE_SHOW_CREATE=1
 SET SESSION character_set_results = 'binary'
@@ -91,6 +93,8 @@
 select @@collation_database
 SHOW TRIGGERS LIKE 't2'
 SET SESSION character_set_results = 'utf8'
+ROLLBACK TO SAVEPOINT sp
+RELEASE SAVEPOINT sp
 SELECT argument FROM mysql.general_log WHERE argument != ''
 TRUNCATE TABLE mysql.general_log;
 # Check that --master-data disables --lock-for-backup
@@ -111,6 +115,7 @@
 SELECT DISTINCT TABLESPACE_NAME, FILE_NAME, LOGFILE_GROUP_NAME, EXTENT_SIZE, INITIAL_SIZE, ENGINE FROM INFORMATION_SCHEMA.FILES WHERE FILE_TYPE = 'DATAFILE' AND TABLESPACE_NAME IN (SELECT DISTINCT TABLESPACE_NAME FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_SCHEMA IN ('test')) ORDER BY TABLESPACE_NAME, LOGFILE_GROUP_NAME
 SHOW VARIABLES LIKE 'ndbinfo\_version'
 test
+SAVEPOINT sp
 show tables
 show table status like 't1'
 SET SQL_QUOTE_SHOW_CREATE=1
@@ -124,6 +129,7 @@
 select @@collation_database
 SHOW TRIGGERS LIKE 't1'
 SET SESSION character_set_results = 'utf8'
+ROLLBACK TO SAVEPOINT sp
 show table status like 't2'
 SET SQL_QUOTE_SHOW_CREATE=1
 SET SESSION character_set_results = 'binary'
@@ -136,6 +142,8 @@
 select @@collation_database
 SHOW TRIGGERS LIKE 't2'
 SET SESSION character_set_results = 'utf8'
+ROLLBACK TO SAVEPOINT sp
+RELEASE SAVEPOINT sp
 SELECT argument FROM mysql.general_log WHERE argument != ''
 TRUNCATE TABLE mysql.general_log;
 SET GLOBAL log_output = @old_log_output;

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-02-05 10:00:04 +0000
3+++ CMakeLists.txt 2014-02-17 13:32:35 +0000
4@@ -173,11 +173,7 @@
5 # Whether the maintainer mode compiler options should be enabled.
6 IF(MYSQL_MAINTAINER_MODE)
7 IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
8- IF(WITH_INNODB_MEMCACHED)
9- SET_MYSQL_MAINTAINER_GNU_C_OPTIONS_NO_WERROR()
10- ELSE()
11- SET_MYSQL_MAINTAINER_GNU_C_OPTIONS()
12- ENDIF()
13+ SET_MYSQL_MAINTAINER_GNU_C_OPTIONS()
14 ENDIF()
15 IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
16 SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS()
17@@ -338,6 +334,10 @@
18 OPTION(INNODB_COMPILER_HINTS "Compile InnoDB with compiler hints" ON)
19 MARK_AS_ADVANCED(INNODB_COMPILER_HINTS)
20
21+OPTION(INNODB_PAGE_ATOMIC_REF_COUNT "Use atomics for the page reference count"
22+ ON)
23+MARK_AS_ADVANCED(INNODB_PAGE_ATOMIC_REF_COUNT)
24+
25 IF (NOT MAX_INDEXES)
26 SET(MAX_INDEXES 64)
27 ENDIF()
28@@ -398,6 +398,15 @@
29 SET(DEFAULT_SYSCONFDIR "${SYSCONFDIR}")
30 ENDIF()
31
32+OPTION(TMPDIR
33+"PATH to MySQL TMP dir. If unspecified, defaults to P_tmpdir in <stdio.h>" OFF)
34+IF(TMPDIR)
35+ # Quote it, to make it a const char string.
36+ SET(DEFAULT_TMPDIR "\"${TMPDIR}\"")
37+ELSE()
38+ # Do not quote it, to refer to the P_tmpdir macro in <stdio.h>.
39+ SET(DEFAULT_TMPDIR "P_tmpdir")
40+ENDIF()
41
42 # Run platform tests
43 INCLUDE(configure.cmake)
44
45=== modified file 'README.MySQL'
46--- README.MySQL 2013-10-08 05:04:18 +0000
47+++ README.MySQL 2014-02-17 13:32:35 +0000
48@@ -5,7 +5,7 @@
49 is released under the version 2 of the GNU General Public License.
50 MySQL is brought to you by Oracle.
51
52-Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
53+Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
54
55 License information can be found in the COPYING file.
56
57
58=== modified file 'VERSION'
59--- VERSION 2013-12-20 03:15:04 +0000
60+++ VERSION 2014-02-17 13:32:35 +0000
61@@ -1,4 +1,4 @@
62 MYSQL_VERSION_MAJOR=5
63 MYSQL_VERSION_MINOR=6
64-MYSQL_VERSION_PATCH=15
65-MYSQL_VERSION_EXTRA=-62.0
66+MYSQL_VERSION_PATCH=16
67+MYSQL_VERSION_EXTRA=-64.0
68
69=== modified file 'client/mysql_plugin.c'
70--- client/mysql_plugin.c 2013-10-09 11:17:06 +0000
71+++ client/mysql_plugin.c 2014-02-17 13:32:35 +0000
72@@ -892,7 +892,7 @@
73 strncat(buff, FN_DIRSEP, sizeof(buff) - strlen(buff) - 1);
74 #endif
75 buff[sizeof(buff) - 1]= 0;
76- my_delete(opt_basedir, MYF(0));
77+ my_free(opt_basedir);
78 opt_basedir= my_strdup(buff, MYF(MY_FAE));
79 }
80 }
81
82=== modified file 'client/mysqldump.c'
83--- client/mysqldump.c 2013-12-16 08:45:31 +0000
84+++ client/mysqldump.c 2014-02-17 13:32:35 +0000
85@@ -492,7 +492,8 @@
86 "are not enabled on the server, an error is generated. If OFF is "
87 "used, this option does nothing. If AUTO is used and GTIDs are enabled "
88 "on the server, 'SET @@GLOBAL.GTID_PURGED' is added to the output. "
89- "If GTIDs are disabled, AUTO does nothing. Default is AUTO.",
90+ "If GTIDs are disabled, AUTO does nothing. If no value is supplied "
91+ "then the default (AUTO) value will be considered.",
92 0, 0, 0, GET_STR, OPT_ARG,
93 0, 0, 0, 0, 0, 0},
94 #ifdef HAVE_SMEM
95@@ -936,9 +937,10 @@
96 break;
97 case (int) OPT_SET_GTID_PURGED:
98 {
99- opt_set_gtid_purged_mode= find_type_or_exit(argument,
100- &set_gtid_purged_mode_typelib,
101- opt->name)-1;
102+ if (argument)
103+ opt_set_gtid_purged_mode= find_type_or_exit(argument,
104+ &set_gtid_purged_mode_typelib,
105+ opt->name)-1;
106 break;
107 }
108 }
109@@ -4879,6 +4881,12 @@
110 else
111 verbose_msg("-- dump_all_tables_in_db : logs flushed successfully!\n");
112 }
113+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
114+ {
115+ verbose_msg("-- Setting savepoint...\n");
116+ if (mysql_query_with_error_report(mysql, 0, "SAVEPOINT sp"))
117+ DBUG_RETURN(1);
118+ }
119 while ((table= getTableName(0)))
120 {
121 char *end= strmov(afterdot, table);
122@@ -4896,6 +4904,23 @@
123 maybe_exit(EX_MYSQLERR);
124 }
125 }
126+
127+ /**
128+ ROLLBACK TO SAVEPOINT in --single-transaction mode to release metadata
129+ lock on table which was already dumped. This allows to avoid blocking
130+ concurrent DDL on this table without sacrificing correctness, as we
131+ won't access table second time and dumps created by --single-transaction
132+ mode have validity point at the start of transaction anyway.
133+ Note that this doesn't make --single-transaction mode with concurrent
134+ DDL safe in general case. It just improves situation for people for whom
135+ it might be working.
136+ */
137+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
138+ {
139+ verbose_msg("-- Rolling back to savepoint sp...\n");
140+ if (mysql_query_with_error_report(mysql, 0, "ROLLBACK TO SAVEPOINT sp"))
141+ maybe_exit(EX_MYSQLERR);
142+ }
143 }
144 else
145 {
146@@ -4918,6 +4943,14 @@
147 }
148 }
149 }
150+
151+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
152+ {
153+ verbose_msg("-- Releasing savepoint...\n");
154+ if (mysql_query_with_error_report(mysql, 0, "RELEASE SAVEPOINT sp"))
155+ DBUG_RETURN(1);
156+ }
157+
158 if (opt_events && mysql_get_server_version(mysql) >= 50106)
159 {
160 DBUG_PRINT("info", ("Dumping events for database %s", database));
161@@ -5160,6 +5193,13 @@
162 if (opt_xml)
163 print_xml_tag(md_result_file, "", "\n", "database", "name=", db, NullS);
164
165+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
166+ {
167+ verbose_msg("-- Setting savepoint...\n");
168+ if (mysql_query_with_error_report(mysql, 0, "SAVEPOINT sp"))
169+ DBUG_RETURN(1);
170+ }
171+
172 /* Dump each selected table */
173 for (pos= dump_tables; pos < end; pos++)
174 {
175@@ -5175,6 +5215,31 @@
176 maybe_exit(EX_MYSQLERR);
177 }
178 }
179+
180+ /**
181+ ROLLBACK TO SAVEPOINT in --single-transaction mode to release metadata
182+ lock on table which was already dumped. This allows to avoid blocking
183+ concurrent DDL on this table without sacrificing correctness, as we
184+ won't access table second time and dumps created by --single-transaction
185+ mode have validity point at the start of transaction anyway.
186+ Note that this doesn't make --single-transaction mode with concurrent
187+ DDL safe in general case. It just improves situation for people for whom
188+ it might be working.
189+ */
190+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
191+ {
192+ verbose_msg("-- Rolling back to savepoint sp...\n");
193+ if (mysql_query_with_error_report(mysql, 0, "ROLLBACK TO SAVEPOINT sp"))
194+ maybe_exit(EX_MYSQLERR);
195+ }
196+ }
197+
198+ if (opt_single_transaction && mysql_get_server_version(mysql) >= 50500)
199+ {
200+ verbose_msg("-- Releasing savepoint...\n");
201+ if (mysql_query_with_error_report(mysql, 0, "RELEASE SAVEPOINT sp"))
202+ DBUG_RETURN(1);
203+
204 }
205
206 /* Dump each selected view */
207
208=== modified file 'cmake/build_configurations/compiler_options.cmake'
209--- cmake/build_configurations/compiler_options.cmake 2013-10-09 11:17:06 +0000
210+++ cmake/build_configurations/compiler_options.cmake 2014-02-17 13:32:35 +0000
211@@ -1,4 +1,4 @@
212-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
213+# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
214 #
215 # This program is free software; you can redistribute it and/or modify
216 # it under the terms of the GNU General Public License as published by
217
218=== modified file 'cmake/build_configurations/feature_set.cmake'
219--- cmake/build_configurations/feature_set.cmake 2013-10-09 11:17:06 +0000
220+++ cmake/build_configurations/feature_set.cmake 2014-02-17 13:32:35 +0000
221@@ -1,4 +1,4 @@
222-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
223+# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
224 #
225 # This program is free software; you can redistribute it and/or modify
226 # it under the terms of the GNU General Public License as published by
227
228=== modified file 'cmake/create_initial_db.cmake.in'
229--- cmake/create_initial_db.cmake.in 2013-02-26 05:45:28 +0000
230+++ cmake/create_initial_db.cmake.in 2014-02-17 13:32:35 +0000
231@@ -1,4 +1,4 @@
232-# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
233+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
234 #
235 # This program is free software; you can redistribute it and/or modify
236 # it under the terms of the GNU General Public License as published by
237
238=== modified file 'cmake/libutils.cmake'
239--- cmake/libutils.cmake 2013-07-23 05:19:27 +0000
240+++ cmake/libutils.cmake 2014-02-17 13:32:35 +0000
241@@ -1,4 +1,4 @@
242-# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
243+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
244 #
245 # This program is free software; you can redistribute it and/or modify
246 # it under the terms of the GNU General Public License as published by
247
248=== modified file 'cmake/maintainer.cmake'
249--- cmake/maintainer.cmake 2013-05-12 06:24:46 +0000
250+++ cmake/maintainer.cmake 2014-02-17 13:32:35 +0000
251@@ -1,4 +1,4 @@
252-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
253+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
254 #
255 # This program is free software; you can redistribute it and/or modify
256 # it under the terms of the GNU General Public License as published by
257@@ -33,23 +33,6 @@
258 SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Wno-error")
259 ENDMACRO()
260
261-MACRO(SET_MYSQL_MAINTAINER_GNU_C_OPTIONS_NO_WERROR)
262- SET(MY_MAINTAINER_WARNINGS
263- "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing")
264-
265- CHECK_C_COMPILER_FLAG("-Wdeclaration-after-statement"
266- HAVE_DECLARATION_AFTER_STATEMENT)
267- IF(HAVE_DECLARATION_AFTER_STATEMENT)
268- SET(MY_MAINTAINER_DECLARATION_AFTER_STATEMENT
269- "-Wdeclaration-after-statement")
270- ENDIF()
271- SET(MY_MAINTAINER_C_WARNINGS
272- "${MY_MAINTAINER_WARNINGS} ${MY_MAINTAINER_DECLARATION_AFTER_STATEMENT}"
273- CACHE STRING "C warning options used in maintainer builds.")
274- # Do not make warnings in checks into errors.
275- SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Wno-error")
276-ENDMACRO()
277-
278
279 # Setup G++ (GNU C++ compiler) warning options.
280 MACRO(SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS)
281
282=== modified file 'cmake/os/AIX.cmake'
283--- cmake/os/AIX.cmake 2013-10-09 11:17:06 +0000
284+++ cmake/os/AIX.cmake 2014-02-17 13:32:35 +0000
285@@ -1,4 +1,4 @@
286-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
287+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
288 #
289 # This program is free software; you can redistribute it and/or modify
290 # it under the terms of the GNU General Public License as published by
291
292=== modified file 'cmake/ssl.cmake'
293--- cmake/ssl.cmake 2014-01-28 10:42:55 +0000
294+++ cmake/ssl.cmake 2014-02-17 13:32:35 +0000
295@@ -1,4 +1,4 @@
296-# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
297+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
298 #
299 # This program is free software; you can redistribute it and/or modify
300 # it under the terms of the GNU General Public License as published by
301
302=== modified file 'cmake/zlib.cmake'
303--- cmake/zlib.cmake 2013-02-21 08:01:03 +0000
304+++ cmake/zlib.cmake 2014-02-17 13:32:35 +0000
305@@ -1,5 +1,4 @@
306-# Copyright (c) 2009 Sun Microsystems, Inc.
307-# Use is subject to license terms.
308+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
309 #
310 # This program is free software; you can redistribute it and/or modify
311 # it under the terms of the GNU General Public License as published by
312
313=== modified file 'config.h.cmake'
314--- config.h.cmake 2013-10-15 11:37:57 +0000
315+++ config.h.cmake 2014-02-17 13:32:35 +0000
316@@ -555,6 +555,7 @@
317 InnoDB config options
318 */
319 #cmakedefine INNODB_COMPILER_HINTS
320+#cmakedefine INNODB_PAGE_ATOMIC_REF_COUNT
321
322 /* Character sets and collations */
323 #cmakedefine MYSQL_DEFAULT_CHARSET_NAME "@MYSQL_DEFAULT_CHARSET_NAME@"
324@@ -640,6 +641,7 @@
325 #cmakedefine DEFAULT_CHARSET_HOME "@DEFAULT_CHARSET_HOME@"
326 #cmakedefine PLUGINDIR "@PLUGINDIR@"
327 #cmakedefine DEFAULT_SYSCONFDIR "@DEFAULT_SYSCONFDIR@"
328+#cmakedefine DEFAULT_TMPDIR @DEFAULT_TMPDIR@
329
330 #cmakedefine SO_EXT "@CMAKE_SHARED_MODULE_SUFFIX@"
331
332
333=== modified file 'configure.cmake'
334--- configure.cmake 2013-12-05 17:23:10 +0000
335+++ configure.cmake 2014-02-17 13:32:35 +0000
336@@ -58,6 +58,7 @@
337 SET(SIGNAL_WITH_VIO_SHUTDOWN 1)
338
339 # Always enable -Wall for gnu C/C++
340+# Remember to strip off these in scripts/CMakeLists.txt
341 IF(CMAKE_COMPILER_IS_GNUCXX)
342 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-unused-parameter")
343 ENDIF()
344@@ -65,6 +66,7 @@
345 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
346 ENDIF()
347
348+# Remember to strip off these in scripts/CMakeLists.txt
349 IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
350 SET(CMAKE_CXX_FLAGS
351 "${CMAKE_CXX_FLAGS} -Wall -Wno-null-conversion -Wno-unused-private-field")
352@@ -1042,7 +1044,7 @@
353 "
354 HAVE_SOLARIS_STYLE_GETHOST)
355
356-IF(CMAKE_COMPILER_IS_GNUCXX)
357+IF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
358 IF(WITH_ATOMIC_OPS STREQUAL "up")
359 SET(MY_ATOMIC_MODE_DUMMY 1 CACHE BOOL "Assume single-CPU mode, no concurrency")
360 ELSEIF(WITH_ATOMIC_OPS STREQUAL "rwlocks")
361@@ -1073,6 +1075,11 @@
362 return 0;
363 }"
364 HAVE_GCC_ATOMIC_BUILTINS)
365+ IF(NOT HAVE_GCC_ATOMIC_BUILTINS)
366+ MESSAGE(WARNING
367+ "Unsupported version of GCC/Clang is used which does not support Atomic "
368+ "Builtins. Using pthread rwlocks instead.")
369+ ENDIF(NOT HAVE_GCC_ATOMIC_BUILTINS)
370 ELSE()
371 MESSAGE(FATAL_ERROR "${WITH_ATOMIC_OPS} is not a valid value for WITH_ATOMIC_OPS!")
372 ENDIF()
373
374=== modified file 'extra/innochecksum.cc'
375--- extra/innochecksum.cc 2013-05-10 09:39:17 +0000
376+++ extra/innochecksum.cc 2014-02-17 13:32:35 +0000
377@@ -1,5 +1,5 @@
378 /*
379- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
380+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
381
382 This program is free software; you can redistribute it and/or modify
383 it under the terms of the GNU General Public License as published by
384@@ -25,6 +25,7 @@
385 Published with a permission.
386 */
387
388+#include <my_config.h>
389 #include <my_global.h>
390 #include <stdio.h>
391 #include <stdlib.h>
392@@ -72,9 +73,9 @@
393 static my_bool verbose;
394 static my_bool debug;
395 static my_bool just_count;
396-static ulong start_page;
397-static ulong end_page;
398-static ulong do_page;
399+static ullint start_page;
400+static ullint end_page;
401+static ullint do_page;
402 static my_bool use_end_page;
403 static my_bool do_one_page;
404 static my_bool display_format;
405@@ -95,7 +96,7 @@
406 {
407 ulong flags;
408
409- int bytes= fread(buf, 1, UNIV_PAGE_SIZE_MIN, f);
410+ ulong bytes= ulong(fread(buf, 1, UNIV_PAGE_SIZE_MIN, f));
411
412 if (ferror(f))
413 {
414@@ -106,7 +107,7 @@
415 if (bytes != UNIV_PAGE_SIZE_MIN)
416 {
417 fprintf(stderr, "Error; Was not able to read the minimum page size ");
418- fprintf(stderr, "of %d bytes. Bytes read was %d\n", UNIV_PAGE_SIZE_MIN, bytes);
419+ fprintf(stderr, "of %d bytes. Bytes read was %lu\n", UNIV_PAGE_SIZE_MIN, bytes);
420 return FALSE;
421 }
422
423@@ -125,6 +126,76 @@
424 return TRUE;
425 }
426
427+#ifdef __WIN__
428+/***********************************************//*
429+ @param [in] error error no. from the getLastError().
430+
431+ @retval error message corresponding to error no.
432+*/
433+static
434+char*
435+win32_error_message(
436+ int error)
437+{
438+ static char err_msg[1024] = {'\0'};
439+ FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM,
440+ NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
441+ (LPTSTR)err_msg, sizeof(err_msg), NULL );
442+
443+ return (err_msg);
444+}
445+#endif /* __WIN__ */
446+
447+/***********************************************//*
448+ @param [in] name name of file.
449+ @retval file pointer; file pointer is NULL when error occured.
450+*/
451+
452+FILE*
453+open_file(
454+ const char* name)
455+{
456+ int fd; /* file descriptor. */
457+ FILE* fil_in;
458+#ifdef __WIN__
459+ HANDLE hFile; /* handle to open file. */
460+ DWORD access; /* define access control */
461+ int flags; /* define the mode for file
462+ descriptor */
463+
464+ access = GENERIC_READ;
465+ flags = _O_RDONLY | _O_BINARY;
466+ hFile = CreateFile(
467+ (LPCTSTR) name, access, 0L, NULL,
468+ OPEN_EXISTING, NULL, NULL);
469+
470+ if (hFile == INVALID_HANDLE_VALUE) {
471+ /* print the error message. */
472+ fprintf(stderr, "Filename::%s %s\n",
473+ win32_error_message(GetLastError()));
474+
475+ return (NULL);
476+ }
477+
478+ /* get the file descriptor. */
479+ fd= _open_osfhandle((intptr_t)hFile, flags);
480+#else /* __WIN__ */
481+
482+ int create_flag;
483+ create_flag = O_RDONLY;
484+
485+ fd = open(name, create_flag);
486+ if ( -1 == fd) {
487+ perror("open");
488+ return (NULL);
489+ }
490+
491+#endif /* __WIN__ */
492+
493+ fil_in = fdopen(fd, "rb");
494+
495+ return (fil_in);
496+}
497
498 /* command line argument to do page checks (that's it) */
499 /* another argument to specify page ranges... seek to right spot and go from there */
500@@ -146,14 +217,14 @@
501 {"format_info", 'f', "Display information about the file format and exit",
502 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
503 {"start_page", 's', "Start on this page number (0 based).",
504- &start_page, &start_page, 0, GET_ULONG, REQUIRED_ARG,
505- 0, 0, (longlong) 2L*1024L*1024L*1024L, 0, 1, 0},
506+ &start_page, &start_page, 0, GET_ULL, REQUIRED_ARG,
507+ 0, 0, ULONGLONG_MAX, 0, 1, 0},
508 {"end_page", 'e', "End at this page number (0 based).",
509- &end_page, &end_page, 0, GET_ULONG, REQUIRED_ARG,
510- 0, 0, (longlong) 2L*1024L*1024L*1024L, 0, 1, 0},
511+ &end_page, &end_page, 0, GET_ULL, REQUIRED_ARG,
512+ 0, 0, ULONGLONG_MAX, 0, 1, 0},
513 {"page", 'p', "Check only this page (0 based).",
514- &do_page, &do_page, 0, GET_ULONG, REQUIRED_ARG,
515- 0, 0, (longlong) 2L*1024L*1024L*1024L, 0, 1, 0},
516+ &do_page, &do_page, 0, GET_ULL, REQUIRED_ARG,
517+ 0, 0, ULONGLONG_MAX, 0, 1, 0},
518
519 {0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
520 };
521@@ -288,12 +359,17 @@
522 time_t now; /* current time */
523 time_t lastt; /* last time */
524 ulint oldcsum, oldcsumfield, csum, csumfield, crc32, logseq, logseqfield;
525+
526 /* ulints for checksum storage */
527- struct stat st; /* for stat, if you couldn't guess */
528+ /* stat, to get file size. */
529+#ifdef __WIN__
530+ struct _stat64 st;
531+#else
532+ struct stat st;
533+#endif
534 unsigned long long int size; /* size of file (has to be 64 bits) */
535 ulint pages; /* number of pages in file */
536 off_t offset= 0;
537- int fd;
538
539 printf("InnoDB offline file checksum utility.\n");
540
541@@ -316,7 +392,11 @@
542 }
543
544 /* stat the file to get size and page count */
545+#ifdef __WIN__
546+ if (_stat64(filename, &st))
547+#else
548 if (stat(filename, &st))
549+#endif
550 {
551 fprintf(stderr, "Error; %s cannot be found\n", filename);
552 return 1;
553@@ -324,11 +404,8 @@
554 size= st.st_size;
555
556 /* Open the file for reading */
557- f= fopen(filename, "rb");
558- if (f == NULL)
559- {
560- fprintf(stderr, "Error; %s cannot be opened", filename);
561- perror(" ");
562+ f= open_file(filename);
563+ if (f == NULL) {
564 return 1;
565 }
566
567@@ -357,28 +434,25 @@
568 {
569 printf("file %s = %llu bytes (%lu pages)...\n", filename, size, pages);
570 if (do_one_page)
571- printf("InnoChecksum; checking page %lu\n", do_page);
572+ printf("InnoChecksum; checking page %llu\n", do_page);
573 else
574- printf("InnoChecksum; checking pages in range %lu to %lu\n", start_page, use_end_page ? end_page : (pages - 1));
575+ printf("InnoChecksum; checking pages in range %llu to %llu\n", start_page, use_end_page ? end_page : (pages - 1));
576 }
577
578 /* seek to the necessary position, ignore with -f as we only need to read the
579 first page */
580 if (start_page && !display_format)
581 {
582- fd= fileno(f);
583- if (!fd)
584- {
585- perror("Error; Unable to obtain file descriptor number");
586- return 1;
587- }
588
589 offset= (off_t)start_page * (off_t)physical_page_size;
590
591- if (lseek(fd, offset, SEEK_SET) != offset)
592- {
593- perror("Error; Unable to seek to necessary offset");
594- return 1;
595+#ifdef __WIN__
596+ if (_fseeki64(f, offset, SEEK_SET)) {
597+#else
598+ if (fseeko(f, offset, SEEK_SET)) {
599+#endif /* __WIN__ */
600+ perror("Error; Unable to seek to necessary offset");
601+ return 1;
602 }
603 }
604
605@@ -387,7 +461,7 @@
606 lastt= 0;
607 while (!feof(f))
608 {
609- bytes= fread(buf, 1, physical_page_size, f);
610+ bytes= ulong(fread(buf, 1, physical_page_size, f));
611 if (!bytes && feof(f))
612 return 0;
613
614
615=== modified file 'extra/yassl/CMakeLists.txt'
616--- extra/yassl/CMakeLists.txt 2013-10-09 05:56:33 +0000
617+++ extra/yassl/CMakeLists.txt 2014-02-17 13:32:35 +0000
618@@ -1,4 +1,4 @@
619-# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
620+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
621 #
622 # This program is free software; you can redistribute it and/or modify
623 # it under the terms of the GNU General Public License as published by
624
625=== modified file 'extra/yassl/include/yassl_error.hpp'
626--- extra/yassl/include/yassl_error.hpp 2013-05-12 06:24:46 +0000
627+++ extra/yassl/include/yassl_error.hpp 2014-02-17 13:32:35 +0000
628@@ -1,5 +1,5 @@
629 /*
630- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
631+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
632
633 This program is free software; you can redistribute it and/or modify
634 it under the terms of the GNU General Public License as published by
635
636=== modified file 'extra/yassl/include/yassl_types.hpp'
637--- extra/yassl/include/yassl_types.hpp 2013-05-12 06:24:46 +0000
638+++ extra/yassl/include/yassl_types.hpp 2014-02-17 13:32:35 +0000
639@@ -1,5 +1,5 @@
640 /*
641- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
642+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
643
644 This program is free software; you can redistribute it and/or modify
645 it under the terms of the GNU General Public License as published by
646
647=== modified file 'extra/yassl/src/handshake.cpp'
648--- extra/yassl/src/handshake.cpp 2013-05-12 06:24:46 +0000
649+++ extra/yassl/src/handshake.cpp 2014-02-17 13:32:35 +0000
650@@ -1,5 +1,5 @@
651 /*
652- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
653+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
654
655 This program is free software; you can redistribute it and/or modify
656 it under the terms of the GNU General Public License as published by
657
658=== modified file 'extra/yassl/src/yassl_error.cpp'
659--- extra/yassl/src/yassl_error.cpp 2013-05-12 06:24:46 +0000
660+++ extra/yassl/src/yassl_error.cpp 2014-02-17 13:32:35 +0000
661@@ -1,5 +1,5 @@
662 /*
663- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
664+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
665
666 This program is free software; you can redistribute it and/or modify
667 it under the terms of the GNU General Public License as published by
668
669=== modified file 'extra/yassl/src/yassl_imp.cpp'
670--- extra/yassl/src/yassl_imp.cpp 2013-05-12 06:24:46 +0000
671+++ extra/yassl/src/yassl_imp.cpp 2014-02-17 13:32:35 +0000
672@@ -1,5 +1,5 @@
673 /*
674- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
675+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
676
677 This program is free software; you can redistribute it and/or modify
678 it under the terms of the GNU General Public License as published by
679
680=== modified file 'extra/yassl/taocrypt/CMakeLists.txt'
681--- extra/yassl/taocrypt/CMakeLists.txt 2013-10-09 05:56:33 +0000
682+++ extra/yassl/taocrypt/CMakeLists.txt 2014-02-17 13:32:35 +0000
683@@ -1,4 +1,4 @@
684-# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
685+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
686 #
687 # This program is free software; you can redistribute it and/or modify
688 # it under the terms of the GNU General Public License as published by
689
690=== modified file 'include/atomic/nolock.h'
691--- include/atomic/nolock.h 2011-06-30 15:46:53 +0000
692+++ include/atomic/nolock.h 2014-02-17 13:32:35 +0000
693@@ -1,7 +1,8 @@
694 #ifndef ATOMIC_NOLOCK_INCLUDED
695 #define ATOMIC_NOLOCK_INCLUDED
696
697-/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
698+/* Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. reserved.
699+ reserved.
700
701 This program is free software; you can redistribute it and/or modify
702 it under the terms of the GNU General Public License as published by
703@@ -16,25 +17,15 @@
704 along with this program; if not, write to the Free Software
705 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
706
707-#if defined(__i386__) || defined(_MSC_VER) || defined(__x86_64__) \
708- || defined(HAVE_GCC_ATOMIC_BUILTINS) \
709- || defined(HAVE_SOLARIS_ATOMIC)
710-
711-# ifdef MY_ATOMIC_MODE_DUMMY
712-# define LOCK_prefix ""
713-# else
714-# define LOCK_prefix "lock"
715-# endif
716 /*
717 We choose implementation as follows:
718 ------------------------------------
719 On Windows using Visual C++ the native implementation should be
720 preferrable. When using gcc we prefer the Solaris implementation
721 before the gcc because of stability preference, we choose gcc
722- builtins if available, otherwise we choose the somewhat broken
723- native x86 implementation. If neither Visual C++ or gcc we still
724- choose the Solaris implementation on Solaris (mainly for SunStudio
725- compilers).
726+ builtins if available, otherwise we fallback to rw locks. If
727+ neither Visual C++ or gcc we still choose the Solaris
728+ implementation on Solaris (mainly for SunStudio compilers).
729 */
730 # if defined(_MSV_VER)
731 # include "generic-msvc.h"
732@@ -43,13 +34,10 @@
733 # include "solaris.h"
734 # elif defined(HAVE_GCC_ATOMIC_BUILTINS)
735 # include "gcc_builtins.h"
736-# elif defined(__i386__) || defined(__x86_64__)
737-# include "x86-gcc.h"
738 # endif
739 # elif defined(HAVE_SOLARIS_ATOMIC)
740 # include "solaris.h"
741 # endif
742-#endif
743
744 #if defined(make_atomic_cas_body)
745 /*
746
747=== modified file 'include/atomic/rwlock.h'
748--- include/atomic/rwlock.h 2013-06-04 06:48:27 +0000
749+++ include/atomic/rwlock.h 2014-02-17 13:32:35 +0000
750@@ -1,7 +1,7 @@
751 #ifndef ATOMIC_RWLOCK_INCLUDED
752 #define ATOMIC_RWLOCK_INCLUDED
753
754-/* Copyright (c) 2006, 2013 Oracle and/or its affiliates. All rights reserved.
755+/* Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
756
757 This program is free software; you can redistribute it and/or modify
758 it under the terms of the GNU General Public License as published by
759
760=== removed file 'include/atomic/x86-gcc.h'
761--- include/atomic/x86-gcc.h 2013-05-10 09:39:17 +0000
762+++ include/atomic/x86-gcc.h 1970-01-01 00:00:00 +0000
763@@ -1,141 +0,0 @@
764-#ifndef ATOMIC_X86_GCC_INCLUDED
765-#define ATOMIC_X86_GCC_INCLUDED
766-
767-/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
768-
769- This program is free software; you can redistribute it and/or modify
770- it under the terms of the GNU General Public License as published by
771- the Free Software Foundation; version 2 of the License.
772-
773- This program is distributed in the hope that it will be useful,
774- but WITHOUT ANY WARRANTY; without even the implied warranty of
775- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
776- GNU General Public License for more details.
777-
778- You should have received a copy of the GNU General Public License
779- along with this program; if not, write to the Free Software
780- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
781-
782-/*
783- XXX 64-bit atomic operations can be implemented using
784- cmpxchg8b, if necessary. Though I've heard that not all 64-bit
785- architectures support double-word (128-bit) cas.
786-*/
787-
788-/*
789- No special support of 8 and 16 bit operations are implemented here
790- currently.
791-*/
792-#undef MY_ATOMIC_HAS_8_AND_16
793-
794-#ifdef __x86_64__
795-# ifdef MY_ATOMIC_NO_XADD
796-# define MY_ATOMIC_MODE "gcc-amd64" LOCK_prefix "-no-xadd"
797-# else
798-# define MY_ATOMIC_MODE "gcc-amd64" LOCK_prefix
799-# endif
800-#else
801-# ifdef MY_ATOMIC_NO_XADD
802-# define MY_ATOMIC_MODE "gcc-x86" LOCK_prefix "-no-xadd"
803-# else
804-# define MY_ATOMIC_MODE "gcc-x86" LOCK_prefix
805-# endif
806-#endif
807-
808-/* fix -ansi errors while maintaining readability */
809-#ifndef asm
810-#define asm __asm__
811-#endif
812-
813-#ifndef MY_ATOMIC_NO_XADD
814-#define make_atomic_add_body(S) make_atomic_add_body ## S
815-#define make_atomic_cas_body(S) make_atomic_cas_body ## S
816-#endif
817-
818-#define make_atomic_add_body32 \
819- asm volatile (LOCK_prefix "; xadd %0, %1;" \
820- : "+r" (v), "=m" (*a) \
821- : "m" (*a) \
822- : "memory")
823-
824-#define make_atomic_cas_body32 \
825- __typeof__(*cmp) sav; \
826- asm volatile (LOCK_prefix "; cmpxchg %3, %0; setz %2;" \
827- : "=m" (*a), "=a" (sav), "=q" (ret) \
828- : "r" (set), "m" (*a), "a" (*cmp) \
829- : "memory"); \
830- if (!ret) \
831- *cmp= sav
832-
833-#ifdef __x86_64__
834-#define make_atomic_add_body64 make_atomic_add_body32
835-#define make_atomic_cas_body64 make_atomic_cas_body32
836-
837-#define make_atomic_fas_body(S) \
838- asm volatile ("xchg %0, %1;" \
839- : "+r" (v), "=m" (*a) \
840- : "m" (*a) \
841- : "memory")
842-
843-/*
844- Actually 32/64-bit reads/writes are always atomic on x86_64,
845- nonetheless issue memory barriers as appropriate.
846-*/
847-#define make_atomic_load_body(S) \
848- /* Serialize prior load and store operations. */ \
849- asm volatile ("mfence" ::: "memory"); \
850- ret= *a; \
851- /* Prevent compiler from reordering instructions. */ \
852- asm volatile ("" ::: "memory")
853-#define make_atomic_store_body(S) \
854- asm volatile ("; xchg %0, %1;" \
855- : "=m" (*a), "+r" (v) \
856- : "m" (*a) \
857- : "memory")
858-
859-#else
860-/*
861- Use default implementations of 64-bit operations since we solved
862- the 64-bit problem on 32-bit platforms for CAS, no need to solve it
863- once more for ADD, LOAD, STORE and FAS as well.
864- Since we already added add32 support, we need to define add64
865- here, but we haven't defined fas, load and store at all, so
866- we can fallback on default implementations.
867-*/
868-#define make_atomic_add_body64 \
869- int64 tmp=*a; \
870- while (!my_atomic_cas64(a, &tmp, tmp+v)) ; \
871- v=tmp;
872-
873-/*
874- cmpxchg8b works on both 32-bit platforms and 64-bit platforms but
875- the code here is only used on 32-bit platforms, on 64-bit
876- platforms the much simpler make_atomic_cas_body32 will work
877- fine.
878-*/
879-#define make_atomic_cas_body64 \
880- asm volatile ("movl %%edi, -4(%%esp);" \
881- "leal %0, %%edi;" \
882- "xchgl %%ebx, %%esi;" \
883- LOCK_prefix "; cmpxchg8b (%%edi);" \
884- "movl %%esi, %%ebx;" \
885- "movl -4(%%esp), %%edi;" \
886- "setz %1;" \
887- : "+m" (*a), "=q" (ret), "+A" (*cmp) \
888- : "S" ((int32)(set & 0xFFFFFFFF)), \
889- "c" ((int32)(set >> 32)) \
890- : "memory", "flags")
891-#endif
892-
893-/*
894- The implementation of make_atomic_cas_body32 is adaptable to
895- the OS word size, so on 64-bit platforms it will automatically
896- adapt to 64-bits and so it will work also on 64-bit platforms
897-*/
898-#define make_atomic_cas_bodyptr make_atomic_cas_body32
899-
900-#ifdef MY_ATOMIC_MODE_DUMMY
901-#define make_atomic_load_body(S) ret=*a
902-#define make_atomic_store_body(S) *a=v
903-#endif
904-#endif /* ATOMIC_X86_GCC_INCLUDED */
905
906=== modified file 'include/big_endian.h'
907--- include/big_endian.h 2013-10-09 11:17:06 +0000
908+++ include/big_endian.h 2014-02-17 13:32:35 +0000
909@@ -1,4 +1,4 @@
910-/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
911+/* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
912
913 This program is free software; you can redistribute it and/or modify
914 it under the terms of the GNU General Public License as published by
915
916=== modified file 'include/byte_order_generic.h'
917--- include/byte_order_generic.h 2013-06-11 06:50:33 +0000
918+++ include/byte_order_generic.h 2014-02-17 13:32:35 +0000
919@@ -1,4 +1,4 @@
920-/* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
921+/* Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
922
923 This program is free software; you can redistribute it and/or modify
924 it under the terms of the GNU General Public License as published by
925
926=== modified file 'include/byte_order_generic_x86.h'
927--- include/byte_order_generic_x86.h 2013-06-11 06:50:33 +0000
928+++ include/byte_order_generic_x86.h 2014-02-17 13:32:35 +0000
929@@ -1,4 +1,4 @@
930-/* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
931+/* Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
932
933 This program is free software; you can redistribute it and/or modify
934 it under the terms of the GNU General Public License as published by
935
936=== modified file 'include/byte_order_generic_x86_64.h'
937--- include/byte_order_generic_x86_64.h 2013-06-11 06:50:33 +0000
938+++ include/byte_order_generic_x86_64.h 2014-02-17 13:32:35 +0000
939@@ -1,4 +1,4 @@
940-/* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
941+/* Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
942
943 This program is free software; you can redistribute it and/or modify
944 it under the terms of the GNU General Public License as published by
945
946=== modified file 'include/little_endian.h'
947--- include/little_endian.h 2013-10-09 11:17:06 +0000
948+++ include/little_endian.h 2014-02-17 13:32:35 +0000
949@@ -1,4 +1,4 @@
950-/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
951+/* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
952
953 This program is free software; you can redistribute it and/or modify
954 it under the terms of the GNU General Public License as published by
955
956=== modified file 'include/my_base.h'
957--- include/my_base.h 2013-12-05 17:23:10 +0000
958+++ include/my_base.h 2014-02-17 13:32:35 +0000
959@@ -482,7 +482,8 @@
960 #define HA_ERR_INNODB_READ_ONLY 187 /* InnoDB is in read only mode. */
961 #define HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT 188 /* FTS query exceeds result cache limit */
962 #define HA_ERR_TEMP_FILE_WRITE_FAILURE 189 /* Temporary file write failure */
963-#define HA_ERR_LAST 189 /* Copy of last error nr */
964+#define HA_ERR_INNODB_FORCED_RECOVERY 190 /* Innodb is in force recovery mode */
965+#define HA_ERR_LAST 190 /* Copy of last error nr */
966
967 /* Number of different errors */
968 #define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)
969
970=== modified file 'include/my_dbug.h'
971--- include/my_dbug.h 2013-04-29 13:07:37 +0000
972+++ include/my_dbug.h 2014-02-17 13:32:35 +0000
973@@ -1,4 +1,4 @@
974-/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
975+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
976
977 This program is free software; you can redistribute it and/or modify
978 it under the terms of the GNU General Public License as published by
979
980=== modified file 'include/my_default.h'
981--- include/my_default.h 2013-10-09 11:17:06 +0000
982+++ include/my_default.h 2014-02-17 13:32:35 +0000
983@@ -1,4 +1,4 @@
984-/* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
985+/* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
986
987 This program is free software; you can redistribute it and/or modify
988 it under the terms of the GNU General Public License as published by
989
990=== modified file 'include/my_getopt.h'
991--- include/my_getopt.h 2013-10-23 08:48:28 +0000
992+++ include/my_getopt.h 2014-02-17 13:32:35 +0000
993@@ -1,5 +1,5 @@
994 /*
995- Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
996+ Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
997
998 This program is free software; you can redistribute it and/or modify
999 it under the terms of the GNU General Public License as published by
1000
1001=== modified file 'include/my_pthread.h'
1002--- include/my_pthread.h 2013-10-15 11:37:57 +0000
1003+++ include/my_pthread.h 2014-02-17 13:32:35 +0000
1004@@ -136,7 +136,7 @@
1005 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr);
1006 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
1007 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
1008- struct timespec *abstime);
1009+ const struct timespec *abstime);
1010 int pthread_cond_signal(pthread_cond_t *cond);
1011 int pthread_cond_broadcast(pthread_cond_t *cond);
1012 int pthread_cond_destroy(pthread_cond_t *cond);
1013
1014=== modified file 'include/myisam.h'
1015--- include/myisam.h 2013-10-30 23:22:43 +0000
1016+++ include/myisam.h 2014-02-17 13:32:35 +0000
1017@@ -1,5 +1,5 @@
1018 /*
1019- Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
1020+ Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
1021
1022 This program is free software; you can redistribute it and/or modify
1023 it under the terms of the GNU General Public License as published by
1024
1025=== modified file 'include/mysql/innodb_priv.h'
1026--- include/mysql/innodb_priv.h 2013-10-09 11:17:06 +0000
1027+++ include/mysql/innodb_priv.h 2014-02-17 13:32:35 +0000
1028@@ -1,4 +1,4 @@
1029-/* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
1030+/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1031
1032 This program is free software; you can redistribute it and/or modify
1033 it under the terms of the GNU General Public License as published by
1034
1035=== modified file 'include/mysql/plugin.h'
1036--- include/mysql/plugin.h 2013-10-23 08:48:28 +0000
1037+++ include/mysql/plugin.h 2014-02-17 13:32:35 +0000
1038@@ -1,4 +1,4 @@
1039-/* Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
1040+/* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
1041
1042 This program is free software; you can redistribute it and/or modify
1043 it under the terms of the GNU General Public License as published by
1044
1045=== modified file 'include/mysql/plugin_audit.h'
1046--- include/mysql/plugin_audit.h 2013-08-23 03:57:09 +0000
1047+++ include/mysql/plugin_audit.h 2014-02-17 13:32:35 +0000
1048@@ -1,4 +1,4 @@
1049-/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
1050+/* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
1051
1052 This program is free software; you can redistribute it and/or
1053 modify it under the terms of the GNU General Public License
1054
1055=== modified file 'include/mysql/psi/mysql_thread.h'
1056--- include/mysql/psi/mysql_thread.h 2012-08-22 01:40:20 +0000
1057+++ include/mysql/psi/mysql_thread.h 2014-02-17 13:32:35 +0000
1058@@ -1,4 +1,4 @@
1059-/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
1060+/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
1061
1062 This program is free software; you can redistribute it and/or modify
1063 it under the terms of the GNU General Public License as published by
1064@@ -1167,7 +1167,7 @@
1065 static inline int inline_mysql_cond_timedwait(
1066 mysql_cond_t *that,
1067 mysql_mutex_t *mutex,
1068- struct timespec *abstime
1069+ const struct timespec *abstime
1070 #ifdef HAVE_PSI_COND_INTERFACE
1071 , const char *src_file, uint src_line
1072 #endif
1073
1074=== modified file 'include/mysql/service_thread_scheduler.h'
1075--- include/mysql/service_thread_scheduler.h 2013-10-09 11:17:06 +0000
1076+++ include/mysql/service_thread_scheduler.h 2014-02-17 13:32:35 +0000
1077@@ -1,5 +1,5 @@
1078 /*
1079- Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
1080+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1081
1082 This program is free software; you can redistribute it and/or modify
1083 it under the terms of the GNU General Public License as published by
1084
1085=== modified file 'include/welcome_copyright_notice.h'
1086--- include/welcome_copyright_notice.h 2013-08-21 07:44:58 +0000
1087+++ include/welcome_copyright_notice.h 2014-02-17 13:32:35 +0000
1088@@ -1,4 +1,4 @@
1089-/* Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
1090+/* Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
1091
1092 This program is free software; you can redistribute it and/or modify
1093 it under the terms of the GNU General Public License as published by
1094@@ -16,7 +16,7 @@
1095 #ifndef _welcome_copyright_notice_h_
1096 #define _welcome_copyright_notice_h_
1097
1098-#define COPYRIGHT_NOTICE_CURRENT_YEAR "2013"
1099+#define COPYRIGHT_NOTICE_CURRENT_YEAR "2014"
1100
1101 /*
1102 This define specifies copyright notice which is displayed by every MySQL
1103
1104=== modified file 'libmysql/authentication_win/CMakeLists.txt'
1105--- libmysql/authentication_win/CMakeLists.txt 2013-10-09 05:56:33 +0000
1106+++ libmysql/authentication_win/CMakeLists.txt 2014-02-17 13:32:35 +0000
1107@@ -1,4 +1,4 @@
1108-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1109+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1110 #
1111 # This program is free software; you can redistribute it and/or modify
1112 # it under the terms of the GNU General Public License as published by
1113
1114=== modified file 'libmysql/authentication_win/common.cc'
1115--- libmysql/authentication_win/common.cc 2013-10-09 11:17:06 +0000
1116+++ libmysql/authentication_win/common.cc 2014-02-17 13:32:35 +0000
1117@@ -1,4 +1,4 @@
1118-/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1119+/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1120
1121 This program is free software; you can redistribute it and/or modify
1122 it under the terms of the GNU General Public License as published by
1123
1124=== modified file 'libmysql/authentication_win/common.h'
1125--- libmysql/authentication_win/common.h 2013-10-09 11:17:06 +0000
1126+++ libmysql/authentication_win/common.h 2014-02-17 13:32:35 +0000
1127@@ -1,4 +1,4 @@
1128-/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1129+/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1130
1131 This program is free software; you can redistribute it and/or modify
1132 it under the terms of the GNU General Public License as published by
1133
1134=== modified file 'libmysql/authentication_win/handshake_client.cc'
1135--- libmysql/authentication_win/handshake_client.cc 2013-10-09 11:17:06 +0000
1136+++ libmysql/authentication_win/handshake_client.cc 2014-02-17 13:32:35 +0000
1137@@ -1,4 +1,4 @@
1138-/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1139+/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1140
1141 This program is free software; you can redistribute it and/or modify
1142 it under the terms of the GNU General Public License as published by
1143
1144=== modified file 'libmysql/authentication_win/log_client.cc'
1145--- libmysql/authentication_win/log_client.cc 2013-10-09 11:17:06 +0000
1146+++ libmysql/authentication_win/log_client.cc 2014-02-17 13:32:35 +0000
1147@@ -1,4 +1,4 @@
1148-/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1149+/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1150
1151 This program is free software; you can redistribute it and/or modify
1152 it under the terms of the GNU General Public License as published by
1153
1154=== modified file 'libmysql/authentication_win/plugin_client.cc'
1155--- libmysql/authentication_win/plugin_client.cc 2013-10-09 11:17:06 +0000
1156+++ libmysql/authentication_win/plugin_client.cc 2014-02-17 13:32:35 +0000
1157@@ -1,4 +1,4 @@
1158-/* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1159+/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1160
1161 This program is free software; you can redistribute it and/or modify
1162 it under the terms of the GNU General Public License as published by
1163
1164=== modified file 'libmysql/conf_to_src.c'
1165--- libmysql/conf_to_src.c 2013-03-20 05:56:02 +0000
1166+++ libmysql/conf_to_src.c 2014-02-17 13:32:35 +0000
1167@@ -1,4 +1,4 @@
1168-/* Copyright (C) 2000-2004 MySQL AB
1169+/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
1170
1171 This program is free software; you can redistribute it and/or modify
1172 it under the terms of the GNU General Public License as published by
1173
1174=== modified file 'libmysqld/lib_sql.cc'
1175--- libmysqld/lib_sql.cc 2013-12-16 08:45:31 +0000
1176+++ libmysqld/lib_sql.cc 2014-02-17 13:32:35 +0000
1177@@ -587,7 +587,7 @@
1178 opt_mysql_tmpdir=getenv("TMP");
1179 #endif
1180 if (!opt_mysql_tmpdir || !opt_mysql_tmpdir[0])
1181- opt_mysql_tmpdir=(char*) P_tmpdir; /* purecov: inspected */
1182+ opt_mysql_tmpdir= const_cast<char*>(DEFAULT_TMPDIR); /* purecov: inspected*/
1183
1184 init_ssl();
1185 umask(((~my_umask) & 0666));
1186
1187=== modified file 'libservices/my_thread_scheduler_service.c'
1188--- libservices/my_thread_scheduler_service.c 2013-10-09 11:17:06 +0000
1189+++ libservices/my_thread_scheduler_service.c 2014-02-17 13:32:35 +0000
1190@@ -1,5 +1,5 @@
1191 /*
1192- Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
1193+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1194
1195 This program is free software; you can redistribute it and/or modify
1196 it under the terms of the GNU General Public License as published by
1197
1198=== modified file 'libservices/thd_wait_service.c'
1199--- libservices/thd_wait_service.c 2013-10-09 11:17:06 +0000
1200+++ libservices/thd_wait_service.c 2014-02-17 13:32:35 +0000
1201@@ -1,5 +1,5 @@
1202 /*
1203- Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
1204+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1205
1206 This program is free software; you can redistribute it and/or modify
1207 it under the terms of the GNU General Public License as published by
1208
1209=== modified file 'man/comp_err.1'
1210--- man/comp_err.1 2013-12-16 08:45:31 +0000
1211+++ man/comp_err.1 2014-02-17 13:32:35 +0000
1212@@ -2,12 +2,12 @@
1213 .\" Title: \fBcomp_err\fR
1214 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1215 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1216-.\" Date: 11/15/2013
1217+.\" Date: 01/14/2014
1218 .\" Manual: MySQL Database System
1219 .\" Source: MySQL 5.6
1220 .\" Language: English
1221 .\"
1222-.TH "\FBCOMP_ERR\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1223+.TH "\FBCOMP_ERR\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1224 .\" -----------------------------------------------------------------
1225 .\" * Define some portability stuff
1226 .\" -----------------------------------------------------------------
1227@@ -83,7 +83,9 @@
1228 .sp -1
1229 .IP \(bu 2.3
1230 .\}
1231-.\" comp_err: help option.\" help option: comp_err\fB\-\-help\fR,
1232+.\" comp_err: help option
1233+.\" help option: comp_err
1234+\fB\-\-help\fR,
1235 \fB\-?\fR
1236 .sp
1237 Display a help message and exit\&.
1238@@ -97,7 +99,9 @@
1239 .sp -1
1240 .IP \(bu 2.3
1241 .\}
1242-.\" comp_err: charset option.\" charset option: comp_err\fB\-\-charset=\fR\fB\fIpath\fR\fR,
1243+.\" comp_err: charset option
1244+.\" charset option: comp_err
1245+\fB\-\-charset=\fR\fB\fIpath\fR\fR,
1246 \fB\-C \fR\fB\fIpath\fR\fR
1247 .sp
1248 The character set directory\&. The default is
1249@@ -112,7 +116,9 @@
1250 .sp -1
1251 .IP \(bu 2.3
1252 .\}
1253-.\" comp_err: debug option.\" debug option: comp_err\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1254+.\" comp_err: debug option
1255+.\" debug option: comp_err
1256+\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1257 \fB\-# \fR\fB\fIdebug_options\fR\fR
1258 .sp
1259 Write a debugging log\&. A typical
1260@@ -130,7 +136,9 @@
1261 .sp -1
1262 .IP \(bu 2.3
1263 .\}
1264-.\" comp_err: debug-info option.\" debug-info option: comp_err\fB\-\-debug\-info\fR,
1265+.\" comp_err: debug-info option
1266+.\" debug-info option: comp_err
1267+\fB\-\-debug\-info\fR,
1268 \fB\-T\fR
1269 .sp
1270 Print some debugging information when the program exits\&.
1271@@ -144,7 +152,9 @@
1272 .sp -1
1273 .IP \(bu 2.3
1274 .\}
1275-.\" comp_err: header_file option.\" header_file option: comp_err\fB\-\-header_file=\fR\fB\fIfile_name\fR\fR,
1276+.\" comp_err: header_file option
1277+.\" header_file option: comp_err
1278+\fB\-\-header_file=\fR\fB\fIfile_name\fR\fR,
1279 \fB\-H \fR\fB\fIfile_name\fR\fR
1280 .sp
1281 The name of the error header file\&. The default is
1282@@ -159,7 +169,9 @@
1283 .sp -1
1284 .IP \(bu 2.3
1285 .\}
1286-.\" comp_err: in_file option.\" in_file option: comp_err\fB\-\-in_file=\fR\fB\fIfile_name\fR\fR,
1287+.\" comp_err: in_file option
1288+.\" in_file option: comp_err
1289+\fB\-\-in_file=\fR\fB\fIfile_name\fR\fR,
1290 \fB\-F \fR\fB\fIfile_name\fR\fR
1291 .sp
1292 The name of the input file\&. The default is
1293@@ -174,7 +186,9 @@
1294 .sp -1
1295 .IP \(bu 2.3
1296 .\}
1297-.\" comp_err: name_file option.\" name_file option: comp_err\fB\-\-name_file=\fR\fB\fIfile_name\fR\fR,
1298+.\" comp_err: name_file option
1299+.\" name_file option: comp_err
1300+\fB\-\-name_file=\fR\fB\fIfile_name\fR\fR,
1301 \fB\-N \fR\fB\fIfile_name\fR\fR
1302 .sp
1303 The name of the error name file\&. The default is
1304@@ -189,7 +203,9 @@
1305 .sp -1
1306 .IP \(bu 2.3
1307 .\}
1308-.\" comp_err: out_dir option.\" out_dir option: comp_err\fB\-\-out_dir=\fR\fB\fIpath\fR\fR,
1309+.\" comp_err: out_dir option
1310+.\" out_dir option: comp_err
1311+\fB\-\-out_dir=\fR\fB\fIpath\fR\fR,
1312 \fB\-D \fR\fB\fIpath\fR\fR
1313 .sp
1314 The name of the output base directory\&. The default is
1315@@ -204,7 +220,9 @@
1316 .sp -1
1317 .IP \(bu 2.3
1318 .\}
1319-.\" comp_err: out_file option.\" out_file option: comp_err\fB\-\-out_file=\fR\fB\fIfile_name\fR\fR,
1320+.\" comp_err: out_file option
1321+.\" out_file option: comp_err
1322+\fB\-\-out_file=\fR\fB\fIfile_name\fR\fR,
1323 \fB\-O \fR\fB\fIfile_name\fR\fR
1324 .sp
1325 The name of the output file\&. The default is
1326@@ -219,7 +237,9 @@
1327 .sp -1
1328 .IP \(bu 2.3
1329 .\}
1330-.\" comp_err: statefile option.\" statefile option: comp_err\fB\-\-statefile=\fR\fB\fIfile_name\fR\fR,
1331+.\" comp_err: statefile option
1332+.\" statefile option: comp_err
1333+\fB\-\-statefile=\fR\fB\fIfile_name\fR\fR,
1334 \fB\-S \fR\fB\fIfile_name\fR\fR
1335 .sp
1336 The name for the SQLSTATE header file\&. The default is
1337@@ -234,7 +254,9 @@
1338 .sp -1
1339 .IP \(bu 2.3
1340 .\}
1341-.\" comp_err: version option.\" version option: comp_err\fB\-\-version\fR,
1342+.\" comp_err: version option
1343+.\" version option: comp_err
1344+\fB\-\-version\fR,
1345 \fB\-V\fR
1346 .sp
1347 Display version information and exit\&.
1348@@ -242,7 +264,7 @@
1349 .SH "COPYRIGHT"
1350 .br
1351 .PP
1352-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1353+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1354 .PP
1355 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1356 .PP
1357
1358=== modified file 'man/innochecksum.1'
1359--- man/innochecksum.1 2013-12-16 08:45:31 +0000
1360+++ man/innochecksum.1 2014-02-17 13:32:35 +0000
1361@@ -2,12 +2,12 @@
1362 .\" Title: \fBinnochecksum\fR
1363 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1364 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1365-.\" Date: 11/15/2013
1366+.\" Date: 01/14/2014
1367 .\" Manual: MySQL Database System
1368 .\" Source: MySQL 5.6
1369 .\" Language: English
1370 .\"
1371-.TH "\FBINNOCHECKSUM\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1372+.TH "\FBINNOCHECKSUM\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1373 .\" -----------------------------------------------------------------
1374 .\" * Define some portability stuff
1375 .\" -----------------------------------------------------------------
1376@@ -42,7 +42,11 @@
1377 InnoDB
1378 tablespace file, calculates the checksum for each page, compares the calculated checksum to the stored checksum, and reports mismatches, which indicate damaged pages\&. It was originally developed to speed up verifying the integrity of tablespace files after power outages but can also be used after file copies\&. Because checksum mismatches will cause
1379 InnoDB
1380-to deliberately shut down a running server, it can be preferable to use this tool rather than waiting for a server in production usage to encounter the damaged pages\&.
1381+to deliberately shut down a running server, it can be preferable to use this tool rather than waiting for a server in production usage to encounter the damaged pages\&. As of MySQL 5\&.6\&.16,
1382+\fBinnochecksum\fR
1383+supports files greater than 2GB in size\&. Previously,
1384+\fBinnochecksum\fR
1385+only supported files up to 2GB in size\&.
1386 .PP
1387 \fBinnochecksum\fR
1388 cannot be used on tablespace files that the server already has open\&. For such files, you should use
1389@@ -150,7 +154,7 @@
1390 .SH "COPYRIGHT"
1391 .br
1392 .PP
1393-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1394+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1395 .PP
1396 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1397 .PP
1398
1399=== modified file 'man/msql2mysql.1'
1400--- man/msql2mysql.1 2013-12-16 08:45:31 +0000
1401+++ man/msql2mysql.1 2014-02-17 13:32:35 +0000
1402@@ -2,12 +2,12 @@
1403 .\" Title: \fBmsql2mysql\fR
1404 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1405 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1406-.\" Date: 11/15/2013
1407+.\" Date: 01/14/2014
1408 .\" Manual: MySQL Database System
1409 .\" Source: MySQL 5.6
1410 .\" Language: English
1411 .\"
1412-.TH "\FBMSQL2MYSQL\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1413+.TH "\FBMSQL2MYSQL\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1414 .\" -----------------------------------------------------------------
1415 .\" * Define some portability stuff
1416 .\" -----------------------------------------------------------------
1417@@ -69,7 +69,7 @@
1418 .SH "COPYRIGHT"
1419 .br
1420 .PP
1421-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1422+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1423 .PP
1424 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1425 .PP
1426
1427=== modified file 'man/my_print_defaults.1'
1428--- man/my_print_defaults.1 2013-12-16 08:45:31 +0000
1429+++ man/my_print_defaults.1 2014-02-17 13:32:35 +0000
1430@@ -2,12 +2,12 @@
1431 .\" Title: \fBmy_print_defaults\fR
1432 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1433 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1434-.\" Date: 11/15/2013
1435+.\" Date: 01/14/2014
1436 .\" Manual: MySQL Database System
1437 .\" Source: MySQL 5.6
1438 .\" Language: English
1439 .\"
1440-.TH "\FBMY_PRINT_DEFAULTS" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1441+.TH "\FBMY_PRINT_DEFAULTS" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1442 .\" -----------------------------------------------------------------
1443 .\" * Define some portability stuff
1444 .\" -----------------------------------------------------------------
1445@@ -72,7 +72,9 @@
1446 .sp -1
1447 .IP \(bu 2.3
1448 .\}
1449-.\" my_print_defaults: help option.\" help option: my_print_defaults\fB\-\-help\fR,
1450+.\" my_print_defaults: help option
1451+.\" help option: my_print_defaults
1452+\fB\-\-help\fR,
1453 \fB\-?\fR
1454 .sp
1455 Display a help message and exit\&.
1456@@ -86,8 +88,12 @@
1457 .sp -1
1458 .IP \(bu 2.3
1459 .\}
1460-.\" my_print_defaults: config-file option.\" config-file option: my_print_defaults\fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR,
1461-.\" my_print_defaults: defaults-file option.\" defaults-file option: my_print_defaults\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR,
1462+.\" my_print_defaults: config-file option
1463+.\" config-file option: my_print_defaults
1464+\fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR,
1465+.\" my_print_defaults: defaults-file option
1466+.\" defaults-file option: my_print_defaults
1467+\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR,
1468 \fB\-c \fR\fB\fIfile_name\fR\fR
1469 .sp
1470 Read only the given option file\&.
1471@@ -101,7 +107,9 @@
1472 .sp -1
1473 .IP \(bu 2.3
1474 .\}
1475-.\" my_print_defaults: debug option.\" debug option: my_print_defaults\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1476+.\" my_print_defaults: debug option
1477+.\" debug option: my_print_defaults
1478+\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1479 \fB\-# \fR\fB\fIdebug_options\fR\fR
1480 .sp
1481 Write a debugging log\&. A typical
1482@@ -119,8 +127,12 @@
1483 .sp -1
1484 .IP \(bu 2.3
1485 .\}
1486-.\" my_print_defaults: defaults-extra-file option.\" defaults-extra-file option: my_print_defaults\fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR,
1487-.\" my_print_defaults: extra-file option.\" extra-file option: my_print_defaults\fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR,
1488+.\" my_print_defaults: defaults-extra-file option
1489+.\" defaults-extra-file option: my_print_defaults
1490+\fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR,
1491+.\" my_print_defaults: extra-file option
1492+.\" extra-file option: my_print_defaults
1493+\fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR,
1494 \fB\-e \fR\fB\fIfile_name\fR\fR
1495 .sp
1496 Read this option file after the global option file but (on Unix) before the user option file\&.
1497@@ -134,7 +146,9 @@
1498 .sp -1
1499 .IP \(bu 2.3
1500 .\}
1501-.\" my_print_defaults: defaults-group-suffix option.\" defaults-group-suffix option: my_print_defaults\fB\-\-defaults\-group\-suffix=\fR\fB\fIsuffix\fR\fR,
1502+.\" my_print_defaults: defaults-group-suffix option
1503+.\" defaults-group-suffix option: my_print_defaults
1504+\fB\-\-defaults\-group\-suffix=\fR\fB\fIsuffix\fR\fR,
1505 \fB\-g \fR\fB\fIsuffix\fR\fR
1506 .sp
1507 In addition to the groups named on the command line, read groups that have the given suffix\&.
1508@@ -148,7 +162,8 @@
1509 .sp -1
1510 .IP \(bu 2.3
1511 .\}
1512-.\" login-path option\fB\-\-login\-path=\fR\fB\fIname\fR\fR,
1513+.\" login-path option
1514+\fB\-\-login\-path=\fR\fB\fIname\fR\fR,
1515 \fB\-l \fR\fB\fIname\fR\fR
1516 .sp
1517 Read options from the named login path in the
1518@@ -165,7 +180,9 @@
1519 .sp -1
1520 .IP \(bu 2.3
1521 .\}
1522-.\" my_print_defaults: no-defaults option.\" no-defaults option: my_print_defaults\fB\-\-no\-defaults\fR,
1523+.\" my_print_defaults: no-defaults option
1524+.\" no-defaults option: my_print_defaults
1525+\fB\-\-no\-defaults\fR,
1526 \fB\-n\fR
1527 .sp
1528 Return an empty string\&.
1529@@ -179,7 +196,9 @@
1530 .sp -1
1531 .IP \(bu 2.3
1532 .\}
1533-.\" my_print_defaults: verbose option.\" verbose option: my_print_defaults\fB\-\-verbose\fR,
1534+.\" my_print_defaults: verbose option
1535+.\" verbose option: my_print_defaults
1536+\fB\-\-verbose\fR,
1537 \fB\-v\fR
1538 .sp
1539 Verbose mode\&. Print more information about what the program does\&.
1540@@ -193,7 +212,9 @@
1541 .sp -1
1542 .IP \(bu 2.3
1543 .\}
1544-.\" my_print_defaults: version option.\" version option: my_print_defaults\fB\-\-version\fR,
1545+.\" my_print_defaults: version option
1546+.\" version option: my_print_defaults
1547+\fB\-\-version\fR,
1548 \fB\-V\fR
1549 .sp
1550 Display version information and exit\&.
1551@@ -201,7 +222,7 @@
1552 .SH "COPYRIGHT"
1553 .br
1554 .PP
1555-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1556+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1557 .PP
1558 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1559 .PP
1560
1561=== modified file 'man/myisam_ftdump.1'
1562--- man/myisam_ftdump.1 2013-12-16 08:45:31 +0000
1563+++ man/myisam_ftdump.1 2014-02-17 13:32:35 +0000
1564@@ -2,12 +2,12 @@
1565 .\" Title: \fBmyisam_ftdump\fR
1566 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1567 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1568-.\" Date: 11/15/2013
1569+.\" Date: 01/14/2014
1570 .\" Manual: MySQL Database System
1571 .\" Source: MySQL 5.6
1572 .\" Language: English
1573 .\"
1574-.TH "\FBMYISAM_FTDUMP\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1575+.TH "\FBMYISAM_FTDUMP\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1576 .\" -----------------------------------------------------------------
1577 .\" * Define some portability stuff
1578 .\" -----------------------------------------------------------------
1579@@ -160,8 +160,11 @@
1580 .sp -1
1581 .IP \(bu 2.3
1582 .\}
1583-.\" myisam_ftdump: help option.\" help option: myisam_ftdump\fB\-\-help\fR,
1584-\fB\-h\fR\fB\-?\fR
1585+.\" myisam_ftdump: help option
1586+.\" help option: myisam_ftdump
1587+\fB\-\-help\fR,
1588+\fB\-h\fR
1589+\fB\-?\fR
1590 .sp
1591 Display a help message and exit\&.
1592 .RE
1593@@ -174,7 +177,9 @@
1594 .sp -1
1595 .IP \(bu 2.3
1596 .\}
1597-.\" myisam_ftdump: count option.\" count option: myisam_ftdump\fB\-\-count\fR,
1598+.\" myisam_ftdump: count option
1599+.\" count option: myisam_ftdump
1600+\fB\-\-count\fR,
1601 \fB\-c\fR
1602 .sp
1603 Calculate per\-word statistics (counts and global weights)\&.
1604@@ -188,7 +193,9 @@
1605 .sp -1
1606 .IP \(bu 2.3
1607 .\}
1608-.\" myisam_ftdump: dump option.\" dump option: myisam_ftdump\fB\-\-dump\fR,
1609+.\" myisam_ftdump: dump option
1610+.\" dump option: myisam_ftdump
1611+\fB\-\-dump\fR,
1612 \fB\-d\fR
1613 .sp
1614 Dump the index, including data offsets and word weights\&.
1615@@ -202,7 +209,9 @@
1616 .sp -1
1617 .IP \(bu 2.3
1618 .\}
1619-.\" myisam_ftdump: length option.\" length option: myisam_ftdump\fB\-\-length\fR,
1620+.\" myisam_ftdump: length option
1621+.\" length option: myisam_ftdump
1622+\fB\-\-length\fR,
1623 \fB\-l\fR
1624 .sp
1625 Report the length distribution\&.
1626@@ -216,7 +225,9 @@
1627 .sp -1
1628 .IP \(bu 2.3
1629 .\}
1630-.\" myisam_ftdump: stats option.\" stats option: myisam_ftdump\fB\-\-stats\fR,
1631+.\" myisam_ftdump: stats option
1632+.\" stats option: myisam_ftdump
1633+\fB\-\-stats\fR,
1634 \fB\-s\fR
1635 .sp
1636 Report global index statistics\&. This is the default operation if no other operation is specified\&.
1637@@ -230,7 +241,9 @@
1638 .sp -1
1639 .IP \(bu 2.3
1640 .\}
1641-.\" myisam_ftdump: verbose option.\" verbose option: myisam_ftdump\fB\-\-verbose\fR,
1642+.\" myisam_ftdump: verbose option
1643+.\" verbose option: myisam_ftdump
1644+\fB\-\-verbose\fR,
1645 \fB\-v\fR
1646 .sp
1647 Verbose mode\&. Print more output about what the program does\&.
1648@@ -238,7 +251,7 @@
1649 .SH "COPYRIGHT"
1650 .br
1651 .PP
1652-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1653+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1654 .PP
1655 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1656 .PP
1657
1658=== modified file 'man/myisamchk.1'
1659--- man/myisamchk.1 2013-12-16 08:45:31 +0000
1660+++ man/myisamchk.1 2014-02-17 13:32:35 +0000
1661@@ -2,12 +2,12 @@
1662 .\" Title: \fBmyisamchk\fR
1663 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1664 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1665-.\" Date: 11/15/2013
1666+.\" Date: 01/14/2014
1667 .\" Manual: MySQL Database System
1668 .\" Source: MySQL 5.6
1669 .\" Language: English
1670 .\"
1671-.TH "\FBMYISAMCHK\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
1672+.TH "\FBMYISAMCHK\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
1673 .\" -----------------------------------------------------------------
1674 .\" * Define some portability stuff
1675 .\" -----------------------------------------------------------------
1676@@ -268,7 +268,9 @@
1677 .sp -1
1678 .IP \(bu 2.3
1679 .\}
1680-.\" myisamchk: help option.\" help option: myisamchk\fB\-\-help\fR,
1681+.\" myisamchk: help option
1682+.\" help option: myisamchk
1683+\fB\-\-help\fR,
1684 \fB\-?\fR
1685 .sp
1686 Display a help message and exit\&. Options are grouped by type of operation\&.
1687@@ -282,7 +284,9 @@
1688 .sp -1
1689 .IP \(bu 2.3
1690 .\}
1691-.\" myisamchk: HELP option.\" HELP option: myisamchk\fB\-\-HELP\fR,
1692+.\" myisamchk: HELP option
1693+.\" HELP option: myisamchk
1694+\fB\-\-HELP\fR,
1695 \fB\-H\fR
1696 .sp
1697 Display a help message and exit\&. Options are presented in a single list\&.
1698@@ -296,7 +300,9 @@
1699 .sp -1
1700 .IP \(bu 2.3
1701 .\}
1702-.\" myisamchk: debug option.\" debug option: myisamchk\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1703+.\" myisamchk: debug option
1704+.\" debug option: myisamchk
1705+\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
1706 \fB\-# \fR\fB\fIdebug_options\fR\fR
1707 .sp
1708 Write a debugging log\&. A typical
1709@@ -314,7 +320,9 @@
1710 .sp -1
1711 .IP \(bu 2.3
1712 .\}
1713-.\" myisamchk: silent option.\" silent option: myisamchk\fB\-\-silent\fR,
1714+.\" myisamchk: silent option
1715+.\" silent option: myisamchk
1716+\fB\-\-silent\fR,
1717 \fB\-s\fR
1718 .sp
1719 Silent mode\&. Write output only when errors occur\&. You can use
1720@@ -332,7 +340,9 @@
1721 .sp -1
1722 .IP \(bu 2.3
1723 .\}
1724-.\" myisamchk: verbose option.\" verbose option: myisamchk\fB\-\-verbose\fR,
1725+.\" myisamchk: verbose option
1726+.\" verbose option: myisamchk
1727+\fB\-\-verbose\fR,
1728 \fB\-v\fR
1729 .sp
1730 Verbose mode\&. Print more information about what the program does\&. This can be used with
1731@@ -352,7 +362,9 @@
1732 .sp -1
1733 .IP \(bu 2.3
1734 .\}
1735-.\" myisamchk: version option.\" version option: myisamchk\fB\-\-version\fR,
1736+.\" myisamchk: version option
1737+.\" version option: myisamchk
1738+\fB\-\-version\fR,
1739 \fB\-V\fR
1740 .sp
1741 Display version information and exit\&.
1742@@ -366,7 +378,9 @@
1743 .sp -1
1744 .IP \(bu 2.3
1745 .\}
1746-.\" myisamchk: wait option.\" wait option: myisamchk\fB\-\-wait\fR,
1747+.\" myisamchk: wait option
1748+.\" wait option: myisamchk
1749+\fB\-\-wait\fR,
1750 \fB\-w\fR
1751 .sp
1752 Instead of terminating with an error if the table is locked, wait until the table is unlocked before continuing\&. If you are running
1753@@ -638,7 +652,9 @@
1754 .sp -1
1755 .IP \(bu 2.3
1756 .\}
1757-.\" myisamchk: check option.\" check option: myisamchk\fB\-\-check\fR,
1758+.\" myisamchk: check option
1759+.\" check option: myisamchk
1760+\fB\-\-check\fR,
1761 \fB\-c\fR
1762 .sp
1763 Check the table for errors\&. This is the default operation if you specify no option that selects an operation type explicitly\&.
1764@@ -652,7 +668,9 @@
1765 .sp -1
1766 .IP \(bu 2.3
1767 .\}
1768-.\" myisamchk: check-only-changed option.\" check-only-changed option: myisamchk\fB\-\-check\-only\-changed\fR,
1769+.\" myisamchk: check-only-changed option
1770+.\" check-only-changed option: myisamchk
1771+\fB\-\-check\-only\-changed\fR,
1772 \fB\-C\fR
1773 .sp
1774 Check only tables that have changed since the last check\&.
1775@@ -666,7 +684,9 @@
1776 .sp -1
1777 .IP \(bu 2.3
1778 .\}
1779-.\" myisamchk: extend-check option.\" extend-check option: myisamchk\fB\-\-extend\-check\fR,
1780+.\" myisamchk: extend-check option
1781+.\" extend-check option: myisamchk
1782+\fB\-\-extend\-check\fR,
1783 \fB\-e\fR
1784 .sp
1785 Check the table very thoroughly\&. This is quite slow if the table has many indexes\&. This option should only be used in extreme cases\&. Normally,
1786@@ -695,7 +715,9 @@
1787 .sp -1
1788 .IP \(bu 2.3
1789 .\}
1790-.\" myisamchk: fast option.\" fast option: myisamchk\fB\-\-fast\fR,
1791+.\" myisamchk: fast option
1792+.\" fast option: myisamchk
1793+\fB\-\-fast\fR,
1794 \fB\-F\fR
1795 .sp
1796 Check only tables that haven\*(Aqt been closed properly\&.
1797@@ -709,7 +731,9 @@
1798 .sp -1
1799 .IP \(bu 2.3
1800 .\}
1801-.\" myisamchk: force option.\" force option: myisamchk\fB\-\-force\fR,
1802+.\" myisamchk: force option
1803+.\" force option: myisamchk
1804+\fB\-\-force\fR,
1805 \fB\-f\fR
1806 .sp
1807 Do a repair operation automatically if
1808@@ -729,7 +753,9 @@
1809 .sp -1
1810 .IP \(bu 2.3
1811 .\}
1812-.\" myisamchk: information option.\" information option: myisamchk\fB\-\-information\fR,
1813+.\" myisamchk: information option
1814+.\" information option: myisamchk
1815+\fB\-\-information\fR,
1816 \fB\-i\fR
1817 .sp
1818 Print informational statistics about the table that is checked\&.
1819@@ -743,7 +769,9 @@
1820 .sp -1
1821 .IP \(bu 2.3
1822 .\}
1823-.\" myisamchk: medium-check option.\" medium-check option: myisamchk\fB\-\-medium\-check\fR,
1824+.\" myisamchk: medium-check option
1825+.\" medium-check option: myisamchk
1826+\fB\-\-medium\-check\fR,
1827 \fB\-m\fR
1828 .sp
1829 Do a check that is faster than an
1830@@ -759,7 +787,9 @@
1831 .sp -1
1832 .IP \(bu 2.3
1833 .\}
1834-.\" myisamchk: read-only option.\" read-only option: myisamchk\fB\-\-read\-only\fR,
1835+.\" myisamchk: read-only option
1836+.\" read-only option: myisamchk
1837+\fB\-\-read\-only\fR,
1838 \fB\-T\fR
1839 .sp
1840 Do not mark the table as checked\&. This is useful if you use
1841@@ -777,7 +807,9 @@
1842 .sp -1
1843 .IP \(bu 2.3
1844 .\}
1845-.\" myisamchk: update-state option.\" update-state option: myisamchk\fB\-\-update\-state\fR,
1846+.\" myisamchk: update-state option
1847+.\" update-state option: myisamchk
1848+\fB\-\-update\-state\fR,
1849 \fB\-U\fR
1850 .sp
1851 Store information in the
1852@@ -807,7 +839,9 @@
1853 .sp -1
1854 .IP \(bu 2.3
1855 .\}
1856-.\" myisamchk: backup option.\" backup option: myisamchk\fB\-\-backup\fR,
1857+.\" myisamchk: backup option
1858+.\" backup option: myisamchk
1859+\fB\-\-backup\fR,
1860 \fB\-B\fR
1861 .sp
1862 Make a backup of the
1863@@ -824,7 +858,9 @@
1864 .sp -1
1865 .IP \(bu 2.3
1866 .\}
1867-.\" myisamchk: character-sets-dir option.\" character-sets-dir option: myisamchk\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
1868+.\" myisamchk: character-sets-dir option
1869+.\" character-sets-dir option: myisamchk
1870+\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
1871 .sp
1872 The directory where character sets are installed\&. See
1873 Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
1874@@ -838,7 +874,9 @@
1875 .sp -1
1876 .IP \(bu 2.3
1877 .\}
1878-.\" myisamchk: correct-checksum option.\" correct-checksum option: myisamchk\fB\-\-correct\-checksum\fR
1879+.\" myisamchk: correct-checksum option
1880+.\" correct-checksum option: myisamchk
1881+\fB\-\-correct\-checksum\fR
1882 .sp
1883 Correct the checksum information for the table\&.
1884 .RE
1885@@ -851,7 +889,9 @@
1886 .sp -1
1887 .IP \(bu 2.3
1888 .\}
1889-.\" myisamchk: data-file-length option.\" data-file-length option: myisamchk\fB\-\-data\-file\-length=\fR\fB\fIlen\fR\fR,
1890+.\" myisamchk: data-file-length option
1891+.\" data-file-length option: myisamchk
1892+\fB\-\-data\-file\-length=\fR\fB\fIlen\fR\fR,
1893 \fB\-D \fR\fB\fIlen\fR\fR
1894 .sp
1895 The maximum length of the data file (when re\-creating data file when it is
1896@@ -866,7 +906,9 @@
1897 .sp -1
1898 .IP \(bu 2.3
1899 .\}
1900-.\" myisamchk: extend-check option.\" extend-check option: myisamchk\fB\-\-extend\-check\fR,
1901+.\" myisamchk: extend-check option
1902+.\" extend-check option: myisamchk
1903+\fB\-\-extend\-check\fR,
1904 \fB\-e\fR
1905 .sp
1906 Do 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\&.
1907@@ -885,7 +927,9 @@
1908 .sp -1
1909 .IP \(bu 2.3
1910 .\}
1911-.\" myisamchk: force option.\" force option: myisamchk\fB\-\-force\fR,
1912+.\" myisamchk: force option
1913+.\" force option: myisamchk
1914+\fB\-\-force\fR,
1915 \fB\-f\fR
1916 .sp
1917 Overwrite old intermediate files (files with names like
1918@@ -900,7 +944,9 @@
1919 .sp -1
1920 .IP \(bu 2.3
1921 .\}
1922-.\" myisamchk: keys-used option.\" keys-used option: myisamchk\fB\-\-keys\-used=\fR\fB\fIval\fR\fR,
1923+.\" myisamchk: keys-used option
1924+.\" keys-used option: myisamchk
1925+\fB\-\-keys\-used=\fR\fB\fIval\fR\fR,
1926 \fB\-k \fR\fB\fIval\fR\fR
1927 .sp
1928 For
1929@@ -916,7 +962,9 @@
1930 .sp -1
1931 .IP \(bu 2.3
1932 .\}
1933-.\" myisamchk: no-symlinks option.\" no-symlinks option: myisamchk\fB\-\-no\-symlinks\fR,
1934+.\" myisamchk: no-symlinks option
1935+.\" no-symlinks option: myisamchk
1936+\fB\-\-no\-symlinks\fR,
1937 \fB\-l\fR
1938 .sp
1939 Do not follow symbolic links\&. Normally
1940@@ -932,7 +980,9 @@
1941 .sp -1
1942 .IP \(bu 2.3
1943 .\}
1944-.\" myisamchk: max-record-length option.\" max-record-length option: myisamchk\fB\-\-max\-record\-length=\fR\fB\fIlen\fR\fR
1945+.\" myisamchk: max-record-length option
1946+.\" max-record-length option: myisamchk
1947+\fB\-\-max\-record\-length=\fR\fB\fIlen\fR\fR
1948 .sp
1949 Skip rows larger than the given length if
1950 \fBmyisamchk\fR
1951@@ -947,7 +997,9 @@
1952 .sp -1
1953 .IP \(bu 2.3
1954 .\}
1955-.\" myisamchk: parallel-recover option.\" parallel-recover option: myisamchk\fB\-\-parallel\-recover\fR,
1956+.\" myisamchk: parallel-recover option
1957+.\" parallel-recover option: myisamchk
1958+\fB\-\-parallel\-recover\fR,
1959 \fB\-p\fR
1960 .sp
1961 Use the same technique as
1962@@ -965,7 +1017,9 @@
1963 .sp -1
1964 .IP \(bu 2.3
1965 .\}
1966-.\" myisamchk: quick option.\" quick option: myisamchk\fB\-\-quick\fR,
1967+.\" myisamchk: quick option
1968+.\" quick option: myisamchk
1969+\fB\-\-quick\fR,
1970 \fB\-q\fR
1971 .sp
1972 Achieve a faster repair by modifying only the index file, not the data file\&. You can specify this option twice to force
1973@@ -981,7 +1035,9 @@
1974 .sp -1
1975 .IP \(bu 2.3
1976 .\}
1977-.\" myisamchk: recover option.\" recover option: myisamchk\fB\-\-recover\fR,
1978+.\" myisamchk: recover option
1979+.\" recover option: myisamchk
1980+\fB\-\-recover\fR,
1981 \fB\-r\fR
1982 .sp
1983 Do a repair that can fix almost any problem except unique keys that are not unique (which is an extremely unlikely error with
1984@@ -1007,7 +1063,9 @@
1985 .sp -1
1986 .IP \(bu 2.3
1987 .\}
1988-.\" myisamchk: safe-recover option.\" safe-recover option: myisamchk\fB\-\-safe\-recover\fR,
1989+.\" myisamchk: safe-recover option
1990+.\" safe-recover option: myisamchk
1991+\fB\-\-safe\-recover\fR,
1992 \fB\-o\fR
1993 .sp
1994 Do 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
1995@@ -1033,7 +1091,9 @@
1996 .sp -1
1997 .IP \(bu 2.3
1998 .\}
1999-.\" myisamchk: set-character-set option.\" set-character-set option: myisamchk\fB\-\-set\-character\-set=\fR\fB\fIname\fR\fR
2000+.\" myisamchk: set-character-set option
2001+.\" set-character-set option: myisamchk
2002+\fB\-\-set\-character\-set=\fR\fB\fIname\fR\fR
2003 .sp
2004 Change the character set used by the table indexes\&. This option was replaced by
2005 \fB\-\-set\-collation\fR
2006@@ -1048,7 +1108,9 @@
2007 .sp -1
2008 .IP \(bu 2.3
2009 .\}
2010-.\" myisamchk: set-collation option.\" set-collation option: myisamchk\fB\-\-set\-collation=\fR\fB\fIname\fR\fR
2011+.\" myisamchk: set-collation option
2012+.\" set-collation option: myisamchk
2013+\fB\-\-set\-collation=\fR\fB\fIname\fR\fR
2014 .sp
2015 Specify the collation to use for sorting table indexes\&. The character set name is implied by the first part of the collation name\&.
2016 .RE
2017@@ -1061,7 +1123,9 @@
2018 .sp -1
2019 .IP \(bu 2.3
2020 .\}
2021-.\" myisamchk: sort-recover option.\" sort-recover option: myisamchk\fB\-\-sort\-recover\fR,
2022+.\" myisamchk: sort-recover option
2023+.\" sort-recover option: myisamchk
2024+\fB\-\-sort\-recover\fR,
2025 \fB\-n\fR
2026 .sp
2027 Force
2028@@ -1077,7 +1141,9 @@
2029 .sp -1
2030 .IP \(bu 2.3
2031 .\}
2032-.\" myisamchk: tmpdir option.\" tmpdir option: myisamchk\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
2033+.\" myisamchk: tmpdir option
2034+.\" tmpdir option: myisamchk
2035+\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
2036 \fB\-t \fR\fB\fIpath\fR\fR
2037 .sp
2038 The path of the directory to be used for storing temporary files\&. If this is not set,
2039@@ -1097,7 +1163,9 @@
2040 .sp -1
2041 .IP \(bu 2.3
2042 .\}
2043-.\" myisamchk: unpack option.\" unpack option: myisamchk\fB\-\-unpack\fR,
2044+.\" myisamchk: unpack option
2045+.\" unpack option: myisamchk
2046+\fB\-\-unpack\fR,
2047 \fB\-u\fR
2048 .sp
2049 Unpack a table that was packed with
2050@@ -1116,7 +1184,9 @@
2051 .sp -1
2052 .IP \(bu 2.3
2053 .\}
2054-.\" myisamchk: analyze option.\" analyze option: myisamchk\fB\-\-analyze\fR,
2055+.\" myisamchk: analyze option
2056+.\" analyze option: myisamchk
2057+\fB\-\-analyze\fR,
2058 \fB\-a\fR
2059 .sp
2060 Analyze 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
2061@@ -1134,7 +1204,9 @@
2062 .sp -1
2063 .IP \(bu 2.3
2064 .\}
2065-.\" myisamchk: block-search option.\" block-search option: myisamchk\fB\-\-block\-search=\fR\fB\fIoffset\fR\fR,
2066+.\" myisamchk: block-search option
2067+.\" block-search option: myisamchk
2068+\fB\-\-block\-search=\fR\fB\fIoffset\fR\fR,
2069 \fB\-b \fR\fB\fIoffset\fR\fR
2070 .sp
2071 Find the record that a block at the given offset belongs to\&.
2072@@ -1148,7 +1220,9 @@
2073 .sp -1
2074 .IP \(bu 2.3
2075 .\}
2076-.\" myisamchk: description option.\" description option: myisamchk\fB\-\-description\fR,
2077+.\" myisamchk: description option
2078+.\" description option: myisamchk
2079+\fB\-\-description\fR,
2080 \fB\-d\fR
2081 .sp
2082 Print some descriptive information about the table\&. Specifying the
2083@@ -1165,7 +1239,9 @@
2084 .sp -1
2085 .IP \(bu 2.3
2086 .\}
2087-.\" myisamchk: set-auto-increment[ option.\" set-auto-increment[ option: myisamchk\fB\-\-set\-auto\-increment[=\fR\fB\fIvalue\fR\fR\fB]\fR,
2088+.\" myisamchk: set-auto-increment[ option
2089+.\" set-auto-increment[ option: myisamchk
2090+\fB\-\-set\-auto\-increment[=\fR\fB\fIvalue\fR\fR\fB]\fR,
2091 \fB\-A[\fR\fB\fIvalue\fR\fR\fB]\fR
2092 .sp
2093 Force
2094@@ -1187,7 +1263,9 @@
2095 .sp -1
2096 .IP \(bu 2.3
2097 .\}
2098-.\" myisamchk: sort-index option.\" sort-index option: myisamchk\fB\-\-sort\-index\fR,
2099+.\" myisamchk: sort-index option
2100+.\" sort-index option: myisamchk
2101+\fB\-\-sort\-index\fR,
2102 \fB\-S\fR
2103 .sp
2104 Sort the index tree blocks in high\-low order\&. This optimizes seeks and makes table scans that use indexes faster\&.
2105@@ -1201,7 +1279,9 @@
2106 .sp -1
2107 .IP \(bu 2.3
2108 .\}
2109-.\" myisamchk: sort-records option.\" sort-records option: myisamchk\fB\-\-sort\-records=\fR\fB\fIN\fR\fR,
2110+.\" myisamchk: sort-records option
2111+.\" sort-records option: myisamchk
2112+\fB\-\-sort\-records=\fR\fB\fIN\fR\fR,
2113 \fB\-R \fR\fB\fIN\fR\fR
2114 .sp
2115 Sort records according to a particular index\&. This makes your data much more localized and may speed up range\-based
2116@@ -2412,7 +2492,7 @@
2117 .SH "COPYRIGHT"
2118 .br
2119 .PP
2120-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2121+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2122 .PP
2123 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2124 .PP
2125
2126=== modified file 'man/myisamlog.1'
2127--- man/myisamlog.1 2013-12-16 08:45:31 +0000
2128+++ man/myisamlog.1 2014-02-17 13:32:35 +0000
2129@@ -2,12 +2,12 @@
2130 .\" Title: \fBmyisamlog\fR
2131 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2132 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2133-.\" Date: 11/15/2013
2134+.\" Date: 01/14/2014
2135 .\" Manual: MySQL Database System
2136 .\" Source: MySQL 5.6
2137 .\" Language: English
2138 .\"
2139-.TH "\FBMYISAMLOG\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
2140+.TH "\FBMYISAMLOG\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
2141 .\" -----------------------------------------------------------------
2142 .\" * Define some portability stuff
2143 .\" -----------------------------------------------------------------
2144@@ -228,7 +228,7 @@
2145 .SH "COPYRIGHT"
2146 .br
2147 .PP
2148-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2149+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2150 .PP
2151 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2152 .PP
2153
2154=== modified file 'man/myisampack.1'
2155--- man/myisampack.1 2013-12-16 08:45:31 +0000
2156+++ man/myisampack.1 2014-02-17 13:32:35 +0000
2157@@ -2,12 +2,12 @@
2158 .\" Title: \fBmyisampack\fR
2159 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2160 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2161-.\" Date: 11/15/2013
2162+.\" Date: 01/14/2014
2163 .\" Manual: MySQL Database System
2164 .\" Source: MySQL 5.6
2165 .\" Language: English
2166 .\"
2167-.TH "\FBMYISAMPACK\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
2168+.TH "\FBMYISAMPACK\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
2169 .\" -----------------------------------------------------------------
2170 .\" * Define some portability stuff
2171 .\" -----------------------------------------------------------------
2172@@ -83,6 +83,18 @@
2173 .\}
2174 After packing a table, it becomes read only\&. This is generally intended (such as when accessing packed tables on a CD)\&.
2175 .RE
2176+.sp
2177+.RS 4
2178+.ie n \{\
2179+\h'-04'\(bu\h'+03'\c
2180+.\}
2181+.el \{\
2182+.sp -1
2183+.IP \(bu 2.3
2184+.\}
2185+\fBmyisampack\fR
2186+does not support partitioned tables\&.
2187+.RE
2188 .PP
2189 Invoke
2190 \fBmyisampack\fR
2191@@ -120,7 +132,9 @@
2192 .sp -1
2193 .IP \(bu 2.3
2194 .\}
2195-.\" myisampack: help option.\" help option: myisampack\fB\-\-help\fR,
2196+.\" myisampack: help option
2197+.\" help option: myisampack
2198+\fB\-\-help\fR,
2199 \fB\-?\fR
2200 .sp
2201 Display a help message and exit\&.
2202@@ -134,7 +148,9 @@
2203 .sp -1
2204 .IP \(bu 2.3
2205 .\}
2206-.\" myisampack: backup option.\" backup option: myisampack\fB\-\-backup\fR,
2207+.\" myisampack: backup option
2208+.\" backup option: myisampack
2209+\fB\-\-backup\fR,
2210 \fB\-b\fR
2211 .sp
2212 Make a backup of each table\*(Aqs data file using the name
2213@@ -149,7 +165,9 @@
2214 .sp -1
2215 .IP \(bu 2.3
2216 .\}
2217-.\" myisampack: character-sets-dir option.\" character-sets-dir option: myisampack\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
2218+.\" myisampack: character-sets-dir option
2219+.\" character-sets-dir option: myisampack
2220+\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
2221 .sp
2222 The directory where character sets are installed\&. See
2223 Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
2224@@ -163,7 +181,9 @@
2225 .sp -1
2226 .IP \(bu 2.3
2227 .\}
2228-.\" myisampack: debug option.\" debug option: myisampack\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
2229+.\" myisampack: debug option
2230+.\" debug option: myisampack
2231+\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
2232 \fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR
2233 .sp
2234 Write a debugging log\&. A typical
2235@@ -181,7 +201,9 @@
2236 .sp -1
2237 .IP \(bu 2.3
2238 .\}
2239-.\" myisampack: force option.\" force option: myisampack\fB\-\-force\fR,
2240+.\" myisampack: force option
2241+.\" force option: myisampack
2242+\fB\-\-force\fR,
2243 \fB\-f\fR
2244 .sp
2245 Produce a packed table even if it becomes larger than the original or if the intermediate file from an earlier invocation of
2246@@ -210,7 +232,9 @@
2247 .sp -1
2248 .IP \(bu 2.3
2249 .\}
2250-.\" myisampack: join option.\" join option: myisampack\fB\-\-join=\fR\fB\fIbig_tbl_name\fR\fR,
2251+.\" myisampack: join option
2252+.\" join option: myisampack
2253+\fB\-\-join=\fR\fB\fIbig_tbl_name\fR\fR,
2254 \fB\-j \fR\fB\fIbig_tbl_name\fR\fR
2255 .sp
2256 Join all tables named on the command line into a single packed table
2257@@ -238,7 +262,9 @@
2258 .sp -1
2259 .IP \(bu 2.3
2260 .\}
2261-.\" myisampack: silent option.\" silent option: myisampack\fB\-\-silent\fR,
2262+.\" myisampack: silent option
2263+.\" silent option: myisampack
2264+\fB\-\-silent\fR,
2265 \fB\-s\fR
2266 .sp
2267 Silent mode\&. Write output only when errors occur\&.
2268@@ -252,7 +278,9 @@
2269 .sp -1
2270 .IP \(bu 2.3
2271 .\}
2272-.\" myisampack: test option.\" test option: myisampack\fB\-\-test\fR,
2273+.\" myisampack: test option
2274+.\" test option: myisampack
2275+\fB\-\-test\fR,
2276 \fB\-t\fR
2277 .sp
2278 Do not actually pack the table, just test packing it\&.
2279@@ -266,7 +294,9 @@
2280 .sp -1
2281 .IP \(bu 2.3
2282 .\}
2283-.\" myisampack: tmpdir option.\" tmpdir option: myisampack\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
2284+.\" myisampack: tmpdir option
2285+.\" tmpdir option: myisampack
2286+\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR,
2287 \fB\-T \fR\fB\fIpath\fR\fR
2288 .sp
2289 Use the named directory as the location where
2290@@ -282,7 +312,9 @@
2291 .sp -1
2292 .IP \(bu 2.3
2293 .\}
2294-.\" myisampack: verbose option.\" verbose option: myisampack\fB\-\-verbose\fR,
2295+.\" myisampack: verbose option
2296+.\" verbose option: myisampack
2297+\fB\-\-verbose\fR,
2298 \fB\-v\fR
2299 .sp
2300 Verbose mode\&. Write information about the progress of the packing operation and its result\&.
2301@@ -296,7 +328,9 @@
2302 .sp -1
2303 .IP \(bu 2.3
2304 .\}
2305-.\" myisampack: version option.\" version option: myisampack\fB\-\-version\fR,
2306+.\" myisampack: version option
2307+.\" version option: myisampack
2308+\fB\-\-version\fR,
2309 \fB\-V\fR
2310 .sp
2311 Display version information and exit\&.
2312@@ -310,7 +344,9 @@
2313 .sp -1
2314 .IP \(bu 2.3
2315 .\}
2316-.\" myisampack: wait option.\" wait option: myisampack\fB\-\-wait\fR,
2317+.\" myisampack: wait option
2318+.\" wait option: myisampack
2319+\fB\-\-wait\fR,
2320 \fB\-w\fR
2321 .sp
2322 Wait and retry if the table is in use\&. If the
2323@@ -817,7 +853,7 @@
2324 .SH "COPYRIGHT"
2325 .br
2326 .PP
2327-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2328+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2329 .PP
2330 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2331 .PP
2332
2333=== modified file 'man/mysql-stress-test.pl.1'
2334--- man/mysql-stress-test.pl.1 2013-12-16 08:45:31 +0000
2335+++ man/mysql-stress-test.pl.1 2014-02-17 13:32:35 +0000
2336@@ -2,12 +2,12 @@
2337 .\" Title: \fBmysql-stress-test.pl\fR
2338 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2339 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2340-.\" Date: 11/13/2013
2341+.\" Date: 01/10/2014
2342 .\" Manual: MySQL Database System
2343 .\" Source: MySQL
2344 .\" Language: English
2345 .\"
2346-.TH "\FBMYSQL\-STRESS\-TE" "1" "11/13/2013" "MySQL" "MySQL Database System"
2347+.TH "\FBMYSQL\-STRESS\-TE" "1" "01/10/2014" "MySQL" "MySQL Database System"
2348 .\" -----------------------------------------------------------------
2349 .\" * Define some portability stuff
2350 .\" -----------------------------------------------------------------
2351@@ -67,7 +67,9 @@
2352 .sp -1
2353 .IP \(bu 2.3
2354 .\}
2355-.\" mysql-stress-test.pl: help option.\" help option: mysql-stress-test.pl\fB\-\-help\fR
2356+.\" mysql-stress-test.pl: help option
2357+.\" help option: mysql-stress-test.pl
2358+\fB\-\-help\fR
2359 .sp
2360 Display a help message and exit\&.
2361 .RE
2362@@ -80,7 +82,9 @@
2363 .sp -1
2364 .IP \(bu 2.3
2365 .\}
2366-.\" 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
2367+.\" mysql-stress-test.pl: abort-on-error option
2368+.\" abort-on-error option: mysql-stress-test.pl
2369+\fB\-\-abort\-on\-error=\fR\fB\fIN\fR\fR
2370 .sp
2371 Causes 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\&.
2372 .RE
2373@@ -93,7 +97,9 @@
2374 .sp -1
2375 .IP \(bu 2.3
2376 .\}
2377-.\" mysql-stress-test.pl: check-tests-file option.\" check-tests-file option: mysql-stress-test.pl\fB\-\-check\-tests\-file\fR
2378+.\" mysql-stress-test.pl: check-tests-file option
2379+.\" check-tests-file option: mysql-stress-test.pl
2380+\fB\-\-check\-tests\-file\fR
2381 .sp
2382 Periodically 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\&.
2383 .RE
2384@@ -106,7 +112,9 @@
2385 .sp -1
2386 .IP \(bu 2.3
2387 .\}
2388-.\" mysql-stress-test.pl: cleanup option.\" cleanup option: mysql-stress-test.pl\fB\-\-cleanup\fR
2389+.\" mysql-stress-test.pl: cleanup option
2390+.\" cleanup option: mysql-stress-test.pl
2391+\fB\-\-cleanup\fR
2392 .sp
2393 Force cleanup of the working directory\&.
2394 .RE
2395@@ -119,7 +127,9 @@
2396 .sp -1
2397 .IP \(bu 2.3
2398 .\}
2399-.\" mysql-stress-test.pl: log-error-details option.\" log-error-details option: mysql-stress-test.pl\fB\-\-log\-error\-details\fR
2400+.\" mysql-stress-test.pl: log-error-details option
2401+.\" log-error-details option: mysql-stress-test.pl
2402+\fB\-\-log\-error\-details\fR
2403 .sp
2404 Log error details in the global error log file\&.
2405 .RE
2406@@ -132,7 +142,9 @@
2407 .sp -1
2408 .IP \(bu 2.3
2409 .\}
2410-.\" mysql-stress-test.pl: loop-count option.\" loop-count option: mysql-stress-test.pl\fB\-\-loop\-count=\fR\fB\fIN\fR\fR
2411+.\" mysql-stress-test.pl: loop-count option
2412+.\" loop-count option: mysql-stress-test.pl
2413+\fB\-\-loop\-count=\fR\fB\fIN\fR\fR
2414 .sp
2415 In sequential test mode, the number of loops to execute before exiting\&.
2416 .RE
2417@@ -145,7 +157,9 @@
2418 .sp -1
2419 .IP \(bu 2.3
2420 .\}
2421-.\" mysql-stress-test.pl: mysqltest option.\" mysqltest option: mysql-stress-test.pl\fB\-\-mysqltest=\fR\fB\fIpath\fR\fR
2422+.\" mysql-stress-test.pl: mysqltest option
2423+.\" mysqltest option: mysql-stress-test.pl
2424+\fB\-\-mysqltest=\fR\fB\fIpath\fR\fR
2425 .sp
2426 The path name to the
2427 \fBmysqltest\fR
2428@@ -160,7 +174,9 @@
2429 .sp -1
2430 .IP \(bu 2.3
2431 .\}
2432-.\" mysql-stress-test.pl: server-database option.\" server-database option: mysql-stress-test.pl\fB\-\-server\-database=\fR\fB\fIdb_name\fR\fR
2433+.\" mysql-stress-test.pl: server-database option
2434+.\" server-database option: mysql-stress-test.pl
2435+\fB\-\-server\-database=\fR\fB\fIdb_name\fR\fR
2436 .sp
2437 The database to use for the tests\&. The default is
2438 test\&.
2439@@ -174,7 +190,9 @@
2440 .sp -1
2441 .IP \(bu 2.3
2442 .\}
2443-.\" mysql-stress-test.pl: server-host option.\" server-host option: mysql-stress-test.pl\fB\-\-server\-host=\fR\fB\fIhost_name\fR\fR
2444+.\" mysql-stress-test.pl: server-host option
2445+.\" server-host option: mysql-stress-test.pl
2446+\fB\-\-server\-host=\fR\fB\fIhost_name\fR\fR
2447 .sp
2448 The 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
2449 localhost
2450@@ -189,7 +207,9 @@
2451 .sp -1
2452 .IP \(bu 2.3
2453 .\}
2454-.\" 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
2455+.\" mysql-stress-test.pl: server-logs-dir option
2456+.\" server-logs-dir option: mysql-stress-test.pl
2457+\fB\-\-server\-logs\-dir=\fR\fB\fIpath\fR\fR
2458 .sp
2459 This option is required\&.
2460 \fIpath\fR
2461@@ -204,7 +224,9 @@
2462 .sp -1
2463 .IP \(bu 2.3
2464 .\}
2465-.\" mysql-stress-test.pl: server-password option.\" server-password option: mysql-stress-test.pl\fB\-\-server\-password=\fR\fB\fIpassword\fR\fR
2466+.\" mysql-stress-test.pl: server-password option
2467+.\" server-password option: mysql-stress-test.pl
2468+\fB\-\-server\-password=\fR\fB\fIpassword\fR\fR
2469 .sp
2470 The password to use when connecting to the server\&.
2471 .RE
2472@@ -217,7 +239,9 @@
2473 .sp -1
2474 .IP \(bu 2.3
2475 .\}
2476-.\" mysql-stress-test.pl: server-port option.\" server-port option: mysql-stress-test.pl\fB\-\-server\-port=\fR\fB\fIport_num\fR\fR
2477+.\" mysql-stress-test.pl: server-port option
2478+.\" server-port option: mysql-stress-test.pl
2479+\fB\-\-server\-port=\fR\fB\fIport_num\fR\fR
2480 .sp
2481 The TCP/IP port number to use for connecting to the server\&. The default is 3306\&.
2482 .RE
2483@@ -230,7 +254,9 @@
2484 .sp -1
2485 .IP \(bu 2.3
2486 .\}
2487-.\" mysql-stress-test.pl: server-socket option.\" server-socket option: mysql-stress-test.pl\fB\-\-server\-socket=\fR\fB\fIfile_name\fR\fR
2488+.\" mysql-stress-test.pl: server-socket option
2489+.\" server-socket option: mysql-stress-test.pl
2490+\fB\-\-server\-socket=\fR\fB\fIfile_name\fR\fR
2491 .sp
2492 For connections to
2493 localhost, the Unix socket file to use, or, on Windows, the name of the named pipe to use\&. The default if
2494@@ -245,7 +271,9 @@
2495 .sp -1
2496 .IP \(bu 2.3
2497 .\}
2498-.\" mysql-stress-test.pl: server-user option.\" server-user option: mysql-stress-test.pl\fB\-\-server\-user=\fR\fB\fIuser_name\fR\fR
2499+.\" mysql-stress-test.pl: server-user option
2500+.\" server-user option: mysql-stress-test.pl
2501+\fB\-\-server\-user=\fR\fB\fIuser_name\fR\fR
2502 .sp
2503 The MySQL user name to use when connecting to the server\&. The default is
2504 root\&.
2505@@ -259,7 +287,9 @@
2506 .sp -1
2507 .IP \(bu 2.3
2508 .\}
2509-.\" mysql-stress-test.pl: sleep-time option.\" sleep-time option: mysql-stress-test.pl\fB\-\-sleep\-time=\fR\fB\fIN\fR\fR
2510+.\" mysql-stress-test.pl: sleep-time option
2511+.\" sleep-time option: mysql-stress-test.pl
2512+\fB\-\-sleep\-time=\fR\fB\fIN\fR\fR
2513 .sp
2514 The delay in seconds between test executions\&.
2515 .RE
2516@@ -272,7 +302,9 @@
2517 .sp -1
2518 .IP \(bu 2.3
2519 .\}
2520-.\" mysql-stress-test.pl: stress-basedir option.\" stress-basedir option: mysql-stress-test.pl\fB\-\-stress\-basedir=\fR\fB\fIpath\fR\fR
2521+.\" mysql-stress-test.pl: stress-basedir option
2522+.\" stress-basedir option: mysql-stress-test.pl
2523+\fB\-\-stress\-basedir=\fR\fB\fIpath\fR\fR
2524 .sp
2525 This option is required\&.
2526 \fIpath\fR
2527@@ -287,7 +319,9 @@
2528 .sp -1
2529 .IP \(bu 2.3
2530 .\}
2531-.\" mysql-stress-test.pl: stress-datadir option.\" stress-datadir option: mysql-stress-test.pl\fB\-\-stress\-datadir=\fR\fB\fIpath\fR\fR
2532+.\" mysql-stress-test.pl: stress-datadir option
2533+.\" stress-datadir option: mysql-stress-test.pl
2534+\fB\-\-stress\-datadir=\fR\fB\fIpath\fR\fR
2535 .sp
2536 The directory of data files to be used during testing\&. The default location is the
2537 data
2538@@ -304,7 +338,9 @@
2539 .sp -1
2540 .IP \(bu 2.3
2541 .\}
2542-.\" 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
2543+.\" mysql-stress-test.pl: stress-init-file option
2544+.\" stress-init-file option: mysql-stress-test.pl
2545+\fB\-\-stress\-init\-file[=\fR\fB\fIpath\fR\fR\fB]\fR
2546 .sp
2547 \fIfile_name\fR
2548 is 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
2549@@ -320,7 +356,9 @@
2550 .sp -1
2551 .IP \(bu 2.3
2552 .\}
2553-.\" mysql-stress-test.pl: stress-mode option.\" stress-mode option: mysql-stress-test.pl\fB\-\-stress\-mode=\fR\fB\fImode\fR\fR
2554+.\" mysql-stress-test.pl: stress-mode option
2555+.\" stress-mode option: mysql-stress-test.pl
2556+\fB\-\-stress\-mode=\fR\fB\fImode\fR\fR
2557 .sp
2558 This option indicates the test order in stress\-test mode\&. The
2559 \fImode\fR
2560@@ -340,7 +378,9 @@
2561 .sp -1
2562 .IP \(bu 2.3
2563 .\}
2564-.\" 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
2565+.\" mysql-stress-test.pl: stress-suite-basedir option
2566+.\" stress-suite-basedir option: mysql-stress-test.pl
2567+\fB\-\-stress\-suite\-basedir=\fR\fB\fIpath\fR\fR
2568 .sp
2569 This option is required\&.
2570 \fIpath\fR
2571@@ -363,7 +403,9 @@
2572 .sp -1
2573 .IP \(bu 2.3
2574 .\}
2575-.\" 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
2576+.\" mysql-stress-test.pl: stress-tests-file option
2577+.\" stress-tests-file option: mysql-stress-test.pl
2578+\fB\-\-stress\-tests\-file[=\fR\fB\fIfile_name\fR\fR\fB]\fR
2579 .sp
2580 Use this option to run the stress tests\&.
2581 \fIfile_name\fR
2582@@ -383,7 +425,9 @@
2583 .sp -1
2584 .IP \(bu 2.3
2585 .\}
2586-.\" mysql-stress-test.pl: suite option.\" suite option: mysql-stress-test.pl\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
2587+.\" mysql-stress-test.pl: suite option
2588+.\" suite option: mysql-stress-test.pl
2589+\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
2590 .sp
2591 Run the named test suite\&. The default name is
2592 main
2593@@ -400,7 +444,9 @@
2594 .sp -1
2595 .IP \(bu 2.3
2596 .\}
2597-.\" mysql-stress-test.pl: test-count option.\" test-count option: mysql-stress-test.pl\fB\-\-test\-count=\fR\fB\fIN\fR\fR
2598+.\" mysql-stress-test.pl: test-count option
2599+.\" test-count option: mysql-stress-test.pl
2600+\fB\-\-test\-count=\fR\fB\fIN\fR\fR
2601 .sp
2602 The number of tests to execute before exiting\&.
2603 .RE
2604@@ -413,7 +459,9 @@
2605 .sp -1
2606 .IP \(bu 2.3
2607 .\}
2608-.\" mysql-stress-test.pl: test-duration option.\" test-duration option: mysql-stress-test.pl\fB\-\-test\-duration=\fR\fB\fIN\fR\fR
2609+.\" mysql-stress-test.pl: test-duration option
2610+.\" test-duration option: mysql-stress-test.pl
2611+\fB\-\-test\-duration=\fR\fB\fIN\fR\fR
2612 .sp
2613 The duration of stress testing in seconds\&.
2614 .RE
2615@@ -426,7 +474,9 @@
2616 .sp -1
2617 .IP \(bu 2.3
2618 .\}
2619-.\" mysql-stress-test.pl: threads option.\" threads option: mysql-stress-test.pl\fB\-\-threads=\fR\fB\fIN\fR\fR
2620+.\" mysql-stress-test.pl: threads option
2621+.\" threads option: mysql-stress-test.pl
2622+\fB\-\-threads=\fR\fB\fIN\fR\fR
2623 .sp
2624 The number of threads\&. The default is 1\&.
2625 .RE
2626@@ -439,7 +489,9 @@
2627 .sp -1
2628 .IP \(bu 2.3
2629 .\}
2630-.\" mysql-stress-test.pl: verbose option.\" verbose option: mysql-stress-test.pl\fB\-\-verbose\fR
2631+.\" mysql-stress-test.pl: verbose option
2632+.\" verbose option: mysql-stress-test.pl
2633+\fB\-\-verbose\fR
2634 .sp
2635 Verbose mode\&. Print more information about what the program does\&.
2636 .RE
2637
2638=== modified file 'man/mysql-test-run.pl.1'
2639--- man/mysql-test-run.pl.1 2013-12-16 08:45:31 +0000
2640+++ man/mysql-test-run.pl.1 2014-02-17 13:32:35 +0000
2641@@ -2,12 +2,12 @@
2642 .\" Title: \fBmysql-test-run.pl\fR
2643 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2644 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2645-.\" Date: 11/13/2013
2646+.\" Date: 01/10/2014
2647 .\" Manual: MySQL Database System
2648 .\" Source: MySQL
2649 .\" Language: English
2650 .\"
2651-.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/13/2013" "MySQL" "MySQL Database System"
2652+.TH "\FBMYSQL\-TEST\-RUN\" "1" "01/10/2014" "MySQL" "MySQL Database System"
2653 .\" -----------------------------------------------------------------
2654 .\" * Define some portability stuff
2655 .\" -----------------------------------------------------------------
2656@@ -401,7 +401,9 @@
2657 .sp -1
2658 .IP \(bu 2.3
2659 .\}
2660-.\" mysql-test-run.pl: help option.\" help option: mysql-test-run.pl\fB\-\-help\fR,
2661+.\" mysql-test-run.pl: help option
2662+.\" help option: mysql-test-run.pl
2663+\fB\-\-help\fR,
2664 \fB\-h\fR
2665 .sp
2666 Display a help message and exit\&.
2667@@ -415,7 +417,9 @@
2668 .sp -1
2669 .IP \(bu 2.3
2670 .\}
2671-.\" mysql-test-run.pl: big-test option.\" big-test option: mysql-test-run.pl\fB\-\-big\-test\fR
2672+.\" mysql-test-run.pl: big-test option
2673+.\" big-test option: mysql-test-run.pl
2674+\fB\-\-big\-test\fR
2675 .sp
2676 Allow tests marked as "big" to run\&. Tests can be thus marked by including the line
2677 \-\-source include/big_test\&.inc, and they will only be run if this option is given, or if the environment variable
2678@@ -433,7 +437,9 @@
2679 .sp -1
2680 .IP \(bu 2.3
2681 .\}
2682-.\" mysql-test-run.pl: boot-dbx option.\" boot-dbx option: mysql-test-run.pl\fB\-\-boot\-dbx\fR
2683+.\" mysql-test-run.pl: boot-dbx option
2684+.\" boot-dbx option: mysql-test-run.pl
2685+\fB\-\-boot\-dbx\fR
2686 .sp
2687 Run the
2688 \fBmysqld\fR
2689@@ -450,7 +456,9 @@
2690 .sp -1
2691 .IP \(bu 2.3
2692 .\}
2693-.\" mysql-test-run.pl: boot-ddd option.\" boot-ddd option: mysql-test-run.pl\fB\-\-boot\-ddd\fR
2694+.\" mysql-test-run.pl: boot-ddd option
2695+.\" boot-ddd option: mysql-test-run.pl
2696+\fB\-\-boot\-ddd\fR
2697 .sp
2698 Run the
2699 \fBmysqld\fR
2700@@ -467,7 +475,9 @@
2701 .sp -1
2702 .IP \(bu 2.3
2703 .\}
2704-.\" mysql-test-run.pl: boot-gdb option.\" boot-gdb option: mysql-test-run.pl\fB\-\-boot\-gdb\fR
2705+.\" mysql-test-run.pl: boot-gdb option
2706+.\" boot-gdb option: mysql-test-run.pl
2707+\fB\-\-boot\-gdb\fR
2708 .sp
2709 Run the
2710 \fBmysqld\fR
2711@@ -484,7 +494,9 @@
2712 .sp -1
2713 .IP \(bu 2.3
2714 .\}
2715-.\" mysql-test-run.pl: build-thread option.\" build-thread option: mysql-test-run.pl\fB\-\-build\-thread=\fR\fB\fInumber\fR\fR
2716+.\" mysql-test-run.pl: build-thread option
2717+.\" build-thread option: mysql-test-run.pl
2718+\fB\-\-build\-thread=\fR\fB\fInumber\fR\fR
2719 .sp
2720 Specify a number to calculate port numbers from\&. The formula is 10 *
2721 \fIbuild_thread\fR
2722@@ -511,7 +523,9 @@
2723 .sp -1
2724 .IP \(bu 2.3
2725 .\}
2726-.\" mysql-test-run.pl: callgrind option.\" callgrind option: mysql-test-run.pl\fB\-\-callgrind\fR
2727+.\" mysql-test-run.pl: callgrind option
2728+.\" callgrind option: mysql-test-run.pl
2729+\fB\-\-callgrind\fR
2730 .sp
2731 Instructs
2732 \fBvalgrind\fR
2733@@ -527,7 +541,9 @@
2734 .sp -1
2735 .IP \(bu 2.3
2736 .\}
2737-.\" mysql-test-run.pl: check-testcases option.\" check-testcases option: mysql-test-run.pl\fB\-\-check\-testcases\fR
2738+.\" mysql-test-run.pl: check-testcases option
2739+.\" check-testcases option: mysql-test-run.pl
2740+\fB\-\-check\-testcases\fR
2741 .sp
2742 Check 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\&.
2743 .RE
2744@@ -540,7 +556,9 @@
2745 .sp -1
2746 .IP \(bu 2.3
2747 .\}
2748-.\" mysql-test-run.pl: clean-vardir option.\" clean-vardir option: mysql-test-run.pl\fB\-\-clean\-vardir\fR
2749+.\" mysql-test-run.pl: clean-vardir option
2750+.\" clean-vardir option: mysql-test-run.pl
2751+\fB\-\-clean\-vardir\fR
2752 .sp
2753 Clean up the
2754 var
2755@@ -560,7 +578,9 @@
2756 .sp -1
2757 .IP \(bu 2.3
2758 .\}
2759-.\" mysql-test-run.pl: client-bindir option.\" client-bindir option: mysql-test-run.pl\fB\-\-client\-bindir=\fR\fB\fIpath\fR\fR
2760+.\" mysql-test-run.pl: client-bindir option
2761+.\" client-bindir option: mysql-test-run.pl
2762+\fB\-\-client\-bindir=\fR\fB\fIpath\fR\fR
2763 .sp
2764 The path to the directory where client binaries are located\&.
2765 .RE
2766@@ -573,7 +593,9 @@
2767 .sp -1
2768 .IP \(bu 2.3
2769 .\}
2770-.\" mysql-test-run.pl: client-dbx option.\" client-dbx option: mysql-test-run.pl\fB\-\-client\-dbx\fR
2771+.\" mysql-test-run.pl: client-dbx option
2772+.\" client-dbx option: mysql-test-run.pl
2773+\fB\-\-client\-dbx\fR
2774 .sp
2775 Start
2776 \fBmysqltest\fR
2777@@ -590,7 +612,9 @@
2778 .sp -1
2779 .IP \(bu 2.3
2780 .\}
2781-.\" mysql-test-run.pl: client-ddd option.\" client-ddd option: mysql-test-run.pl\fB\-\-client\-ddd\fR
2782+.\" mysql-test-run.pl: client-ddd option
2783+.\" client-ddd option: mysql-test-run.pl
2784+\fB\-\-client\-ddd\fR
2785 .sp
2786 Start
2787 \fBmysqltest\fR
2788@@ -607,7 +631,9 @@
2789 .sp -1
2790 .IP \(bu 2.3
2791 .\}
2792-.\" mysql-test-run.pl: client-debugger option.\" client-debugger option: mysql-test-run.pl\fB\-\-client\-debugger=\fR\fB\fIdebugger\fR\fR
2793+.\" mysql-test-run.pl: client-debugger option
2794+.\" client-debugger option: mysql-test-run.pl
2795+\fB\-\-client\-debugger=\fR\fB\fIdebugger\fR\fR
2796 .sp
2797 Start
2798 \fBmysqltest\fR
2799@@ -622,7 +648,9 @@
2800 .sp -1
2801 .IP \(bu 2.3
2802 .\}
2803-.\" mysql-test-run.pl: client-gdb option.\" client-gdb option: mysql-test-run.pl\fB\-\-client\-gdb\fR
2804+.\" mysql-test-run.pl: client-gdb option
2805+.\" client-gdb option: mysql-test-run.pl
2806+\fB\-\-client\-gdb\fR
2807 .sp
2808 Start
2809 \fBmysqltest\fR
2810@@ -639,7 +667,9 @@
2811 .sp -1
2812 .IP \(bu 2.3
2813 .\}
2814-.\" mysql-test-run.pl: client-libdir option.\" client-libdir option: mysql-test-run.pl\fB\-\-client\-libdir=\fR\fB\fIpath\fR\fR
2815+.\" mysql-test-run.pl: client-libdir option
2816+.\" client-libdir option: mysql-test-run.pl
2817+\fB\-\-client\-libdir=\fR\fB\fIpath\fR\fR
2818 .sp
2819 The path to the directory where client libraries are located\&.
2820 .RE
2821@@ -652,7 +682,9 @@
2822 .sp -1
2823 .IP \(bu 2.3
2824 .\}
2825-.\" mysql-test-run.pl: combination option.\" combination option: mysql-test-run.pl\fB\-\-combination=\fR\fB\fIvalue\fR\fR
2826+.\" mysql-test-run.pl: combination option
2827+.\" combination option: mysql-test-run.pl
2828+\fB\-\-combination=\fR\fB\fIvalue\fR\fR
2829 .sp
2830 Extra option to pass to
2831 \fBmysqld\fR\&. The value should consist of a single
2832@@ -681,7 +713,9 @@
2833 .sp -1
2834 .IP \(bu 2.3
2835 .\}
2836-.\" mysql-test-run.pl: comment option.\" comment option: mysql-test-run.pl\fB\-\-comment=\fR\fB\fIstr\fR\fR
2837+.\" mysql-test-run.pl: comment option
2838+.\" comment option: mysql-test-run.pl
2839+\fB\-\-comment=\fR\fB\fIstr\fR\fR
2840 .sp
2841 Write
2842 \fIstr\fR
2843@@ -697,7 +731,9 @@
2844 .sp -1
2845 .IP \(bu 2.3
2846 .\}
2847-.\" mysql-test-run.pl: compress option.\" compress option: mysql-test-run.pl\fB\-\-compress\fR
2848+.\" mysql-test-run.pl: compress option
2849+.\" compress option: mysql-test-run.pl
2850+\fB\-\-compress\fR
2851 .sp
2852 Compress all information sent between the client and the server if both support compression\&.
2853 .RE
2854@@ -710,7 +746,9 @@
2855 .sp -1
2856 .IP \(bu 2.3
2857 .\}
2858-.\" mysql-test-run.pl: cursor-protocol option.\" cursor-protocol option: mysql-test-run.pl\fB\-\-cursor\-protocol\fR
2859+.\" mysql-test-run.pl: cursor-protocol option
2860+.\" cursor-protocol option: mysql-test-run.pl
2861+\fB\-\-cursor\-protocol\fR
2862 .sp
2863 Pass the
2864 \fB\-\-cursor\-protocol\fR
2865@@ -728,7 +766,9 @@
2866 .sp -1
2867 .IP \(bu 2.3
2868 .\}
2869-.\" mysql-test-run.pl: dbx option.\" gdb option: mysql-test-run.pl\fB\-\-dbx\fR
2870+.\" mysql-test-run.pl: dbx option
2871+.\" gdb option: mysql-test-run.pl
2872+\fB\-\-dbx\fR
2873 .sp
2874 Start
2875 \fBmysqld\fR
2876@@ -745,7 +785,9 @@
2877 .sp -1
2878 .IP \(bu 2.3
2879 .\}
2880-.\" mysql-test-run.pl: ddd option.\" ddd option: mysql-test-run.pl\fB\-\-ddd\fR
2881+.\" mysql-test-run.pl: ddd option
2882+.\" ddd option: mysql-test-run.pl
2883+\fB\-\-ddd\fR
2884 .sp
2885 Start
2886 \fBmysqld\fR
2887@@ -762,7 +804,9 @@
2888 .sp -1
2889 .IP \(bu 2.3
2890 .\}
2891-.\" mysql-test-run.pl: debug option.\" debug option: mysql-test-run.pl\fB\-\-debug\fR
2892+.\" mysql-test-run.pl: debug option
2893+.\" debug option: mysql-test-run.pl
2894+\fB\-\-debug\fR
2895 .sp
2896 Dump trace output for all clients and servers\&.
2897 .RE
2898@@ -775,7 +819,9 @@
2899 .sp -1
2900 .IP \(bu 2.3
2901 .\}
2902-.\" mysql-test-run.pl: debugger option.\" debugger option: mysql-test-run.pl\fB\-\-debugger=\fR\fB\fIdebugger\fR\fR
2903+.\" mysql-test-run.pl: debugger option
2904+.\" debugger option: mysql-test-run.pl
2905+\fB\-\-debugger=\fR\fB\fIdebugger\fR\fR
2906 .sp
2907 Start
2908 \fBmysqld\fR
2909@@ -790,7 +836,9 @@
2910 .sp -1
2911 .IP \(bu 2.3
2912 .\}
2913-.\" mysql-test-run.pl: debug-server option.\" debug-server option: mysql-test-run.pl\fB\-\-debug\-server\fR
2914+.\" mysql-test-run.pl: debug-server option
2915+.\" debug-server option: mysql-test-run.pl
2916+\fB\-\-debug\-server\fR
2917 .sp
2918 Runs
2919 mysqld\&.debug
2920@@ -816,7 +864,9 @@
2921 .sp -1
2922 .IP \(bu 2.3
2923 .\}
2924-.\" 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
2925+.\" mysql-test-run.pl: debug-sync-timeout option
2926+.\" debug-sync-timeout option: mysql-test-run.pl
2927+\fB\-\-debug\-sync\-timeout=\fR\fB\fIN\fR\fR
2928 .sp
2929 Controls 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\&.
2930 .sp
2931@@ -844,7 +894,9 @@
2932 .sp -1
2933 .IP \(bu 2.3
2934 .\}
2935-.\" mysql-test-run.pl: default-myisam option.\" default-myisam option: mysql-test-run.pl\fB\-\-default\-myisam\fR
2936+.\" mysql-test-run.pl: default-myisam option
2937+.\" default-myisam option: mysql-test-run.pl
2938+\fB\-\-default\-myisam\fR
2939 .sp
2940 Use 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
2941 \fB\-\-nodefault\-myisam\fR\&.
2942@@ -858,7 +910,9 @@
2943 .sp -1
2944 .IP \(bu 2.3
2945 .\}
2946-.\" mysql-test-run.pl: defaults-file option.\" default-file option: mysql-test-run.pl\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR
2947+.\" mysql-test-run.pl: defaults-file option
2948+.\" default-file option: mysql-test-run.pl
2949+\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR
2950 .sp
2951 Use the named file as fixed config file template for all tests\&.
2952 .RE
2953@@ -871,7 +925,9 @@
2954 .sp -1
2955 .IP \(bu 2.3
2956 .\}
2957-.\" 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
2958+.\" mysql-test-run.pl: defaults_extra_file option
2959+.\" default_extra_file option: mysql-test-run.pl
2960+\fB\-\-defaults_extra_file=\fR\fB\fIfile_name\fR\fR
2961 .sp
2962 Add setting from the named file to all generated configs\&.
2963 .RE
2964@@ -884,7 +940,9 @@
2965 .sp -1
2966 .IP \(bu 2.3
2967 .\}
2968-.\" mysql-test-run.pl: do-test option.\" do-test option: mysql-test-run.pl\fB\-\-do\-test=\fR\fB\fIprefix\fR\fR
2969+.\" mysql-test-run.pl: do-test option
2970+.\" do-test option: mysql-test-run.pl
2971+\fB\-\-do\-test=\fR\fB\fIprefix\fR\fR
2972 .sp
2973 Run all test cases having a name that begins with the given
2974 \fIprefix\fR
2975@@ -918,7 +976,9 @@
2976 .sp -1
2977 .IP \(bu 2.3
2978 .\}
2979-.\" mysql-test-run.pl: embedded-server option.\" embedded-server option: mysql-test-run.pl\fB\-\-embedded\-server\fR
2980+.\" mysql-test-run.pl: embedded-server option
2981+.\" embedded-server option: mysql-test-run.pl
2982+\fB\-\-embedded\-server\fR
2983 .sp
2984 Use a version of
2985 \fBmysqltest\fR
2986@@ -933,7 +993,9 @@
2987 .sp -1
2988 .IP \(bu 2.3
2989 .\}
2990-.\" mysql-test-run.pl: enable-disabled option.\" enable-disabled option: mysql-test-run.pl\fB\-\-enable\-disabled\fR
2991+.\" mysql-test-run.pl: enable-disabled option
2992+.\" enable-disabled option: mysql-test-run.pl
2993+\fB\-\-enable\-disabled\fR
2994 .sp
2995 Ignore any
2996 disabled\&.def
2997@@ -948,7 +1010,9 @@
2998 .sp -1
2999 .IP \(bu 2.3
3000 .\}
3001-.\" mysql-test-run.pl: experimental option.\" experimental option: mysql-test-run.pl\fB\-\-experimental=\fR\fB\fIfile_name\fR\fR
3002+.\" mysql-test-run.pl: experimental option
3003+.\" experimental option: mysql-test-run.pl
3004+\fB\-\-experimental=\fR\fB\fIfile_name\fR\fR
3005 .sp
3006 Specify a file that contains a list of test cases that should be displayed with the
3007 [ exp\-fail ]
3008@@ -971,7 +1035,10 @@
3009 .sp -1
3010 .IP \(bu 2.3
3011 .\}
3012-.\" mysql-test-run.pl: extern option.\" extern option: mysql-test-run.pl\fB\-\-extern\fR\fIoption\fR=\fIvalue\fR
3013+.\" mysql-test-run.pl: extern option
3014+.\" extern option: mysql-test-run.pl
3015+\fB\-\-extern\fR
3016+\fIoption\fR=\fIvalue\fR
3017 .sp
3018 Use an already running server\&. The option/value pair is what is needed by the
3019 \fBmysql\fR
3020@@ -1004,7 +1071,9 @@
3021 .sp -1
3022 .IP \(bu 2.3
3023 .\}
3024-.\" mysql-test-run.pl: fast option.\" fast option: mysql-test-run.pl\fB\-\-fast\fR
3025+.\" mysql-test-run.pl: fast option
3026+.\" fast option: mysql-test-run.pl
3027+\fB\-\-fast\fR
3028 .sp
3029 Do not perform controlled shutdown when servers need to be restarted or at the end of the test run\&. This is equivalent to using
3030 \-\-shutdown\-timeout=0\&.
3031@@ -1018,7 +1087,9 @@
3032 .sp -1
3033 .IP \(bu 2.3
3034 .\}
3035-.\" mysql-test-run.pl: force option.\" force option: mysql-test-run.pl\fB\-\-force\fR
3036+.\" mysql-test-run.pl: force option
3037+.\" force option: mysql-test-run.pl
3038+\fB\-\-force\fR
3039 .sp
3040 Normally,
3041 \fBmysql\-test\-run\&.pl\fR
3042@@ -1035,7 +1106,9 @@
3043 .sp -1
3044 .IP \(bu 2.3
3045 .\}
3046-.\" mysql-test-run.pl: force-restart option.\" force-restart option: mysql-test-run.pl\fB\-\-force\-restart\fR
3047+.\" mysql-test-run.pl: force-restart option
3048+.\" force-restart option: mysql-test-run.pl
3049+\fB\-\-force\-restart\fR
3050 .sp
3051 Always 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\&.
3052 .sp
3053@@ -1052,7 +1125,9 @@
3054 .sp -1
3055 .IP \(bu 2.3
3056 .\}
3057-.\" mysql-test-run.pl: gcov option.\" gcov option: mysql-test-run.pl\fB\-\-gcov\fR
3058+.\" mysql-test-run.pl: gcov option
3059+.\" gcov option: mysql-test-run.pl
3060+\fB\-\-gcov\fR
3061 .sp
3062 Run tests with the
3063 \fBgcov\fR
3064@@ -1067,7 +1142,9 @@
3065 .sp -1
3066 .IP \(bu 2.3
3067 .\}
3068-.\" mysql-test-run.pl: gdb option.\" gdb option: mysql-test-run.pl\fB\-\-gdb\fR
3069+.\" mysql-test-run.pl: gdb option
3070+.\" gdb option: mysql-test-run.pl
3071+\fB\-\-gdb\fR
3072 .sp
3073 Start
3074 \fBmysqld\fR
3075@@ -1084,7 +1161,9 @@
3076 .sp -1
3077 .IP \(bu 2.3
3078 .\}
3079-.\" mysql-test-run.pl: gprof option.\" gprof option: mysql-test-run.pl\fB\-\-gprof\fR
3080+.\" mysql-test-run.pl: gprof option
3081+.\" gprof option: mysql-test-run.pl
3082+\fB\-\-gprof\fR
3083 .sp
3084 Run tests with the
3085 \fBgprof\fR
3086@@ -1101,8 +1180,12 @@
3087 .sp -1
3088 .IP \(bu 2.3
3089 .\}
3090-.\" mysql-test-run.pl: include-ndbcluster option.\" include-ndbcluster option: mysql-test-run.pl\fB\-\-include\-ndbcluster\fR,
3091-.\" mysql-test-run.pl: include-ndb option.\" include-ndb option: mysql-test-run.pl\fB\-\-include\-ndb\fR
3092+.\" mysql-test-run.pl: include-ndbcluster option
3093+.\" include-ndbcluster option: mysql-test-run.pl
3094+\fB\-\-include\-ndbcluster\fR,
3095+.\" mysql-test-run.pl: include-ndb option
3096+.\" include-ndb option: mysql-test-run.pl
3097+\fB\-\-include\-ndb\fR
3098 .sp
3099 Run 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\&.
3100 .RE
3101@@ -1115,7 +1198,9 @@
3102 .sp -1
3103 .IP \(bu 2.3
3104 .\}
3105-.\" mysql-test-run.pl: manual-dbx option.\" manual-dbx option: mysql-test-run.pl\fB\-\-manual\-dbx\fR
3106+.\" mysql-test-run.pl: manual-dbx option
3107+.\" manual-dbx option: mysql-test-run.pl
3108+\fB\-\-manual\-dbx\fR
3109 .sp
3110 Use a server that has already been started by the user in the
3111 \fBdbx\fR
3112@@ -1130,7 +1215,9 @@
3113 .sp -1
3114 .IP \(bu 2.3
3115 .\}
3116-.\" mysql-test-run.pl: manual-ddd option.\" manual-ddd option: mysql-test-run.pl\fB\-\-manual\-ddd\fR
3117+.\" mysql-test-run.pl: manual-ddd option
3118+.\" manual-ddd option: mysql-test-run.pl
3119+\fB\-\-manual\-ddd\fR
3120 .sp
3121 Use a server that has already been started by the user in the
3122 \fBddd\fR
3123@@ -1145,7 +1232,9 @@
3124 .sp -1
3125 .IP \(bu 2.3
3126 .\}
3127-.\" mysql-test-run.pl: manual-debug option.\" manual-debug option: mysql-test-run.pl\fB\-\-manual\-debug\fR
3128+.\" mysql-test-run.pl: manual-debug option
3129+.\" manual-debug option: mysql-test-run.pl
3130+\fB\-\-manual\-debug\fR
3131 .sp
3132 Use a server that has already been started by the user in a debugger\&.
3133 .RE
3134@@ -1158,7 +1247,9 @@
3135 .sp -1
3136 .IP \(bu 2.3
3137 .\}
3138-.\" mysql-test-run.pl: manual-gdb option.\" manual-gdb option: mysql-test-run.pl\fB\-\-manual\-gdb\fR
3139+.\" mysql-test-run.pl: manual-gdb option
3140+.\" manual-gdb option: mysql-test-run.pl
3141+\fB\-\-manual\-gdb\fR
3142 .sp
3143 Use a server that has already been started by the user in the
3144 \fBgdb\fR
3145@@ -1173,7 +1264,9 @@
3146 .sp -1
3147 .IP \(bu 2.3
3148 .\}
3149-.\" mysql-test-run.pl: mark-progress option.\" mark-progress option: mysql-test-run.pl\fB\-\-mark\-progress\fR
3150+.\" mysql-test-run.pl: mark-progress option
3151+.\" mark-progress option: mysql-test-run.pl
3152+\fB\-\-mark\-progress\fR
3153 .sp
3154 Marks progress with timing (in milliseconds) and line number in
3155 var/log/\fItestname\fR\&.progress\&.
3156@@ -1187,7 +1280,9 @@
3157 .sp -1
3158 .IP \(bu 2.3
3159 .\}
3160-.\" mysql-test-run.pl: max-connections option.\" max-connections option: mysql-test-run.pl\fB\-\-max\-connections=\fR\fB\fInum\fR\fR
3161+.\" mysql-test-run.pl: max-connections option
3162+.\" max-connections option: mysql-test-run.pl
3163+\fB\-\-max\-connections=\fR\fB\fInum\fR\fR
3164 .sp
3165 The 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
3166 \fBmysqltest\fR\&.
3167@@ -1203,7 +1298,9 @@
3168 .sp -1
3169 .IP \(bu 2.3
3170 .\}
3171-.\" 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
3172+.\" mysql-test-run.pl: max-save-core option
3173+.\" max-save-core option: mysql-test-run.pl
3174+\fB\-\-max\-save\-core=\fR\fB\fIN\fR\fR
3175 .sp
3176 Limit 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
3177 MTR_MAX_SAVE_CORE
3178@@ -1217,7 +1314,9 @@
3179 .sp -1
3180 .IP \(bu 2.3
3181 .\}
3182-.\" 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
3183+.\" mysql-test-run.pl: max-save-datadir option
3184+.\" max-save-datadir option: mysql-test-run.pl
3185+\fB\-\-max\-save\-datadir=\fR\fB\fIN\fR\fR
3186 .sp
3187 Limit 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
3188 MTR_MAX_SAVE_DATADIR
3189@@ -1231,7 +1330,9 @@
3190 .sp -1
3191 .IP \(bu 2.3
3192 .\}
3193-.\" 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
3194+.\" mysql-test-run.pl: max-test-fail option
3195+.\" max-test-fail option: mysql-test-run.pl
3196+\fB\-\-max\-test\-fail=\fR\fB\fIN\fR\fR
3197 .sp
3198 Stop 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
3199 MTR_MAX_TEST_FAIL
3200@@ -1245,7 +1346,9 @@
3201 .sp -1
3202 .IP \(bu 2.3
3203 .\}
3204-.\" mysql-test-run.pl: mem option.\" mem option: mysql-test-run.pl\fB\-\-mem\fR
3205+.\" mysql-test-run.pl: mem option
3206+.\" mem option: mysql-test-run.pl
3207+\fB\-\-mem\fR
3208 .sp
3209 This option is not supported on Windows\&.
3210 .sp
3211@@ -1280,7 +1383,9 @@
3212 .sp -1
3213 .IP \(bu 2.3
3214 .\}
3215-.\" mysql-test-run.pl: mysqld option.\" mysqld option: mysql-test-run.pl\fB\-\-mysqld=\fR\fB\fIvalue\fR\fR
3216+.\" mysql-test-run.pl: mysqld option
3217+.\" mysqld option: mysql-test-run.pl
3218+\fB\-\-mysqld=\fR\fB\fIvalue\fR\fR
3219 .sp
3220 Extra option to pass to
3221 \fBmysqld\fR\&. Only one option may be specified in
3222@@ -1298,7 +1403,9 @@
3223 .sp -1
3224 .IP \(bu 2.3
3225 .\}
3226-.\" 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
3227+.\" mysql-test-run.pl: mysqld-env option
3228+.\" mysqld-env option: mysql-test-run.pl
3229+\fB\-\-mysqld\-env=\fR\fB\fIvariable\fR\fR\fB=\fR\fB\fIvalue\fR\fR
3230 .sp
3231 Sets (or changes) an environment variable before starting
3232 \fBmysqld\fR\&. Varibles set in the environment from which you run
3233@@ -1321,7 +1428,9 @@
3234 .sp -1
3235 .IP \(bu 2.3
3236 .\}
3237-.\" mysql-test-run.pl: ndb-connectstring option.\" ndb-connectstring option: mysql-test-run.pl\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
3238+.\" mysql-test-run.pl: ndb-connectstring option
3239+.\" ndb-connectstring option: mysql-test-run.pl
3240+\fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
3241 .sp
3242 Pass
3243 \fB\-\-ndb\-connectstring=\fR\fB\fIstr\fR\fR
3244@@ -1338,7 +1447,9 @@
3245 .sp -1
3246 .IP \(bu 2.3
3247 .\}
3248-.\" mysql-test-run.pl: nocheck-testcases option.\" nocheck-testcases option: mysql-test-run.pl\fB\-\-nocheck\-testcases\fR
3249+.\" mysql-test-run.pl: nocheck-testcases option
3250+.\" nocheck-testcases option: mysql-test-run.pl
3251+\fB\-\-nocheck\-testcases\fR
3252 .sp
3253 Disable the check for test case side effects; see
3254 \fB\-\-check\-testcases\fR
3255@@ -1353,7 +1464,9 @@
3256 .sp -1
3257 .IP \(bu 2.3
3258 .\}
3259-.\" mysql-test-run.pl: nodefault-myisam option.\" nodefault-myisam option: mysql-test-run.pl\fB\-\-nodefault\-myisam\fR
3260+.\" mysql-test-run.pl: nodefault-myisam option
3261+.\" nodefault-myisam option: mysql-test-run.pl
3262+\fB\-\-nodefault\-myisam\fR
3263 .sp
3264 Do 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\&.
3265 .RE
3266@@ -1366,7 +1479,9 @@
3267 .sp -1
3268 .IP \(bu 2.3
3269 .\}
3270-.\" mysql-test-run.pl: noreorder option.\" noreorder option: mysql-test-run.pl\fB\-\-noreorder\fR
3271+.\" mysql-test-run.pl: noreorder option
3272+.\" noreorder option: mysql-test-run.pl
3273+\fB\-\-noreorder\fR
3274 .sp
3275 Do 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\&.
3276 .RE
3277@@ -1379,7 +1494,9 @@
3278 .sp -1
3279 .IP \(bu 2.3
3280 .\}
3281-.\" mysql-test-run.pl: notimer option.\" notimer option: mysql-test-run.pl\fB\-\-notimer\fR
3282+.\" mysql-test-run.pl: notimer option
3283+.\" notimer option: mysql-test-run.pl
3284+\fB\-\-notimer\fR
3285 .sp
3286 Cause
3287 \fBmysqltest\fR
3288@@ -1394,7 +1511,9 @@
3289 .sp -1
3290 .IP \(bu 2.3
3291 .\}
3292-.\" mysql-test-run.pl: nounit-tests option.\" nounit-tests option: mysql-test-run.pl\fB\-\-nounit\-tests\fR
3293+.\" mysql-test-run.pl: nounit-tests option
3294+.\" nounit-tests option: mysql-test-run.pl
3295+\fB\-\-nounit\-tests\fR
3296 .sp
3297 Do not run unit tests, overriding default behaviour or setting of the
3298 MTR_UNIT_TESTS
3299@@ -1411,7 +1530,9 @@
3300 .sp -1
3301 .IP \(bu 2.3
3302 .\}
3303-.\" mysql-test-run.pl: nowarnings option.\" nowarnings option: mysql-test-run.pl\fB\-\-nowarnings\fR
3304+.\" mysql-test-run.pl: nowarnings option
3305+.\" nowarnings option: mysql-test-run.pl
3306+\fB\-\-nowarnings\fR
3307 .sp
3308 Do not look for and report errors and warning in the server logs\&.
3309 .RE
3310@@ -1424,7 +1545,9 @@
3311 .sp -1
3312 .IP \(bu 2.3
3313 .\}
3314-.\" mysql-test-run.pl: parallel option.\" parallel option: mysql-test-run.pl\fB\-\-parallel={\fR\fB\fIN\fR\fR\fB|auto}\fR
3315+.\" mysql-test-run.pl: parallel option
3316+.\" parallel option: mysql-test-run.pl
3317+\fB\-\-parallel={\fR\fB\fIN\fR\fR\fB|auto}\fR
3318 .sp
3319 Run tests using
3320 \fIN\fR
3321@@ -1442,7 +1565,9 @@
3322 .sp -1
3323 .IP \(bu 2.3
3324 .\}
3325-.\" mysql-test-run.pl: port-base option.\" port-base option: mysql-test-run.pl\fB\-\-port\-base=\fR\fB\fIP\fR\fR
3326+.\" mysql-test-run.pl: port-base option
3327+.\" port-base option: mysql-test-run.pl
3328+\fB\-\-port\-base=\fR\fB\fIP\fR\fR
3329 .sp
3330 Specify base of port numbers to be used; a block of 10 will be allocated\&.
3331 \fIP\fR
3332@@ -1468,7 +1593,9 @@
3333 .sp -1
3334 .IP \(bu 2.3
3335 .\}
3336-.\" mysql-test-run.pl: print-testcases option.\" print-testcases option: mysql-test-run.pl\fB\-\-print\-testcases\fR
3337+.\" mysql-test-run.pl: print-testcases option
3338+.\" print-testcases option: mysql-test-run.pl
3339+\fB\-\-print\-testcases\fR
3340 .sp
3341 Do not run any tests, but print details about all tests, in the order they would have been run\&.
3342 .RE
3343@@ -1481,7 +1608,9 @@
3344 .sp -1
3345 .IP \(bu 2.3
3346 .\}
3347-.\" mysql-test-run.pl: ps-protocol option.\" ps-protocol option: mysql-test-run.pl\fB\-\-ps\-protocol\fR
3348+.\" mysql-test-run.pl: ps-protocol option
3349+.\" ps-protocol option: mysql-test-run.pl
3350+\fB\-\-ps\-protocol\fR
3351 .sp
3352 Pass the
3353 \fB\-\-ps\-protocol\fR
3354@@ -1497,7 +1626,9 @@
3355 .sp -1
3356 .IP \(bu 2.3
3357 .\}
3358-.\" mysql-test-run.pl: record option.\" record option: mysql-test-run.pl\fB\-\-record\fR
3359+.\" mysql-test-run.pl: record option
3360+.\" record option: mysql-test-run.pl
3361+\fB\-\-record\fR
3362 .sp
3363 Pass the
3364 \fB\-\-record\fR
3365@@ -1513,7 +1644,9 @@
3366 .sp -1
3367 .IP \(bu 2.3
3368 .\}
3369-.\" mysql-test-run.pl: reorder option.\" reorder option: mysql-test-run.pl\fB\-\-reorder\fR
3370+.\" mysql-test-run.pl: reorder option
3371+.\" reorder option: mysql-test-run.pl
3372+\fB\-\-reorder\fR
3373 .sp
3374 Reorder 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\&.
3375 .RE
3376@@ -1526,7 +1659,9 @@
3377 .sp -1
3378 .IP \(bu 2.3
3379 .\}
3380-.\" mysql-test-run.pl: repeat option.\" repeat option: mysql-test-run.pl\fB\-\-repeat=\fR\fB\fIN\fR\fR
3381+.\" mysql-test-run.pl: repeat option
3382+.\" repeat option: mysql-test-run.pl
3383+\fB\-\-repeat=\fR\fB\fIN\fR\fR
3384 .sp
3385 Run each test
3386 \fIN\fR
3387@@ -1541,7 +1676,9 @@
3388 .sp -1
3389 .IP \(bu 2.3
3390 .\}
3391-.\" mysql-test-run.pl: report-features option.\" report-features option: mysql-test-run.pl\fB\-\-report\-features\fR
3392+.\" mysql-test-run.pl: report-features option
3393+.\" report-features option: mysql-test-run.pl
3394+\fB\-\-report\-features\fR
3395 .sp
3396 Display the output of
3397 SHOW ENGINES
3398@@ -1557,7 +1694,9 @@
3399 .sp -1
3400 .IP \(bu 2.3
3401 .\}
3402-.\" mysql-test-run.pl: report-times option.\" report-times option: mysql-test-run.pl\fB\-\-report\-times\fR
3403+.\" mysql-test-run.pl: report-times option
3404+.\" report-times option: mysql-test-run.pl
3405+\fB\-\-report\-times\fR
3406 .sp
3407 At the end of the test run, write a summary of how much time was spent in various phases of execution\&. If you run with
3408 \fB\-\-parallel\fR, the total will exceed the wall clock time passed, since it will be summed over all threads\&.
3409@@ -1579,7 +1718,9 @@
3410 .sp -1
3411 .IP \(bu 2.3
3412 .\}
3413-.\" mysql-test-run.pl: retry option.\" retry option: mysql-test-run.pl\fB\-\-retry=\fR\fB\fIN\fR\fR
3414+.\" mysql-test-run.pl: retry option
3415+.\" retry option: mysql-test-run.pl
3416+\fB\-\-retry=\fR\fB\fIN\fR\fR
3417 .sp
3418 If a test fails, it is retried up to a maximum of
3419 \fIN\fR
3420@@ -1604,7 +1745,9 @@
3421 .sp -1
3422 .IP \(bu 2.3
3423 .\}
3424-.\" mysql-test-run.pl: retry-failure option.\" retry-failure option: mysql-test-run.pl\fB\-\-retry\-failure=\fR\fB\fIN\fR\fR
3425+.\" mysql-test-run.pl: retry-failure option
3426+.\" retry-failure option: mysql-test-run.pl
3427+\fB\-\-retry\-failure=\fR\fB\fIN\fR\fR
3428 .sp
3429 Allow 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
3430 .RE
3431@@ -1617,7 +1760,9 @@
3432 .sp -1
3433 .IP \(bu 2.3
3434 .\}
3435-.\" mysql-test-run.pl: shutdown-timeout option.\" shutdown-timeout option: mysql-test-run.pl\fB\-\-shutdown\-timeout=\fR\fB\fISECONDS\fR\fR
3436+.\" mysql-test-run.pl: shutdown-timeout option
3437+.\" shutdown-timeout option: mysql-test-run.pl
3438+\fB\-\-shutdown\-timeout=\fR\fB\fISECONDS\fR\fR
3439 .sp
3440 Max number of seconds to wait for servers to do controlled shutdown before killing them\&. Default is 10\&.
3441 .RE
3442@@ -1630,7 +1775,9 @@
3443 .sp -1
3444 .IP \(bu 2.3
3445 .\}
3446-.\" mysql-test-run.pl: skip-combinations option.\" skip-combinations option: mysql-test-run.pl\fB\-\-skip\-combinations\fR
3447+.\" mysql-test-run.pl: skip-combinations option
3448+.\" skip-combinations option: mysql-test-run.pl
3449+\fB\-\-skip\-combinations\fR
3450 .sp
3451 Do not apply combinations; ignore combinations file or option\&.
3452 .RE
3453@@ -1643,8 +1790,12 @@
3454 .sp -1
3455 .IP \(bu 2.3
3456 .\}
3457-.\" mysql-test-run.pl: skip-ndbcluster option.\" skip-ndbcluster option: mysql-test-run.pl\fB\-\-skip\-ndbcluster\fR,
3458-.\" mysql-test-run.pl: skip-ndb option.\" skip-ndb option: mysql-test-run.pl\fB\-\-skip\-ndb\fR
3459+.\" mysql-test-run.pl: skip-ndbcluster option
3460+.\" skip-ndbcluster option: mysql-test-run.pl
3461+\fB\-\-skip\-ndbcluster\fR,
3462+.\" mysql-test-run.pl: skip-ndb option
3463+.\" skip-ndb option: mysql-test-run.pl
3464+\fB\-\-skip\-ndb\fR
3465 .sp
3466 Do 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\&.
3467 .RE
3468@@ -1657,8 +1808,12 @@
3469 .sp -1
3470 .IP \(bu 2.3
3471 .\}
3472-.\" mysql-test-run.pl: skip-ndbcluster-slave option.\" skip-ndbcluster-slave option: mysql-test-run.pl\fB\-\-skip\-ndbcluster\-slave\fR,
3473-.\" mysql-test-run.pl: skip-ndb-slave option.\" skip-ndb-slave option: mysql-test-run.pl\fB\-\-skip\-ndb\-slave\fR
3474+.\" mysql-test-run.pl: skip-ndbcluster-slave option
3475+.\" skip-ndbcluster-slave option: mysql-test-run.pl
3476+\fB\-\-skip\-ndbcluster\-slave\fR,
3477+.\" mysql-test-run.pl: skip-ndb-slave option
3478+.\" skip-ndb-slave option: mysql-test-run.pl
3479+\fB\-\-skip\-ndb\-slave\fR
3480 .sp
3481 Do not start an NDB Cluster slave\&.
3482 .RE
3483@@ -1671,7 +1826,9 @@
3484 .sp -1
3485 .IP \(bu 2.3
3486 .\}
3487-.\" mysql-test-run.pl: skip-rpl option.\" skip-rpl option: mysql-test-run.pl\fB\-\-skip\-rpl\fR
3488+.\" mysql-test-run.pl: skip-rpl option
3489+.\" skip-rpl option: mysql-test-run.pl
3490+\fB\-\-skip\-rpl\fR
3491 .sp
3492 Skip replication test cases\&.
3493 .RE
3494@@ -1684,7 +1841,9 @@
3495 .sp -1
3496 .IP \(bu 2.3
3497 .\}
3498-.\" mysql-test-run.pl: skip-ssl option.\" skip-ssl option: mysql-test-run.pl\fB\-\-skip\-ssl\fR
3499+.\" mysql-test-run.pl: skip-ssl option
3500+.\" skip-ssl option: mysql-test-run.pl
3501+\fB\-\-skip\-ssl\fR
3502 .sp
3503 Do not start
3504 \fBmysqld\fR
3505@@ -1699,7 +1858,9 @@
3506 .sp -1
3507 .IP \(bu 2.3
3508 .\}
3509-.\" mysql-test-run.pl: skip-test option.\" skip-test option: mysql-test-run.pl\fB\-\-skip\-test=\fR\fB\fIregex\fR\fR
3510+.\" mysql-test-run.pl: skip-test option
3511+.\" skip-test option: mysql-test-run.pl
3512+\fB\-\-skip\-test=\fR\fB\fIregex\fR\fR
3513 .sp
3514 Specify a regular expression to be applied to test case names\&. Cases with names that match the expression are skipped\&. tests to skip\&.
3515 .sp
3516@@ -1718,7 +1879,9 @@
3517 .sp -1
3518 .IP \(bu 2.3
3519 .\}
3520-.\" 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
3521+.\" mysql-test-run.pl: skip-test-list option
3522+.\" skip-test-list option: mysql-test-run.pl
3523+\fB\-\-skip\-test\-list=\fR\fB\fIfile\fR\fR
3524 .sp
3525 Specify a file listing tests that should be skipped (disabled)\&.
3526 .sp
3527@@ -1753,7 +1916,9 @@
3528 .sp -1
3529 .IP \(bu 2.3
3530 .\}
3531-.\" mysql-test-run.pl: sleep option.\" sleep option: mysql-test-run.pl\fB\-\-sleep=\fR\fB\fIN\fR\fR
3532+.\" mysql-test-run.pl: sleep option
3533+.\" sleep option: mysql-test-run.pl
3534+\fB\-\-sleep=\fR\fB\fIN\fR\fR
3535 .sp
3536 Pass
3537 \fB\-\-sleep=\fR\fB\fIN\fR\fR
3538@@ -1769,7 +1934,9 @@
3539 .sp -1
3540 .IP \(bu 2.3
3541 .\}
3542-.\" mysql-test-run.pl: sp-protocol option.\" sp-protocol option: mysql-test-run.pl\fB\-\-sp\-protocol\fR
3543+.\" mysql-test-run.pl: sp-protocol option
3544+.\" sp-protocol option: mysql-test-run.pl
3545+\fB\-\-sp\-protocol\fR
3546 .sp
3547 Pass the
3548 \fB\-\-sp\-protocol\fR
3549@@ -1785,7 +1952,9 @@
3550 .sp -1
3551 .IP \(bu 2.3
3552 .\}
3553-.\" mysql-test-run.pl: ssl option.\" ssl option: mysql-test-run.pl\fB\-\-ssl\fR
3554+.\" mysql-test-run.pl: ssl option
3555+.\" ssl option: mysql-test-run.pl
3556+\fB\-\-ssl\fR
3557 .sp
3558 If
3559 \fBmysql\-test\-run\&.pl\fR
3560@@ -1807,7 +1976,9 @@
3561 .sp -1
3562 .IP \(bu 2.3
3563 .\}
3564-.\" mysql-test-run.pl: start option.\" start option: mysql-test-run.pl\fB\-\-start\fR
3565+.\" mysql-test-run.pl: start option
3566+.\" start option: mysql-test-run.pl
3567+\fB\-\-start\fR
3568 .sp
3569 Initialize 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
3570 \fBmysql\fR
3571@@ -1841,7 +2012,9 @@
3572 .sp -1
3573 .IP \(bu 2.3
3574 .\}
3575-.\" mysql-test-run.pl: start-and-exit option.\" start-and-exit option: mysql-test-run.pl\fB\-\-start\-and\-exit\fR
3576+.\" mysql-test-run.pl: start-and-exit option
3577+.\" start-and-exit option: mysql-test-run.pl
3578+\fB\-\-start\-and\-exit\fR
3579 .sp
3580 This is similar to
3581 \fB\-\-start\fR, but
3582@@ -1865,7 +2038,9 @@
3583 .sp -1
3584 .IP \(bu 2.3
3585 .\}
3586-.\" mysql-test-run.pl: start-dirty option.\" start-dirty option: mysql-test-run.pl\fB\-\-start\-dirty\fR
3587+.\" mysql-test-run.pl: start-dirty option
3588+.\" start-dirty option: mysql-test-run.pl
3589+\fB\-\-start\-dirty\fR
3590 .sp
3591 This is similar to
3592 \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\&.
3593@@ -1879,7 +2054,9 @@
3594 .sp -1
3595 .IP \(bu 2.3
3596 .\}
3597-.\" mysql-test-run.pl: start-from option.\" start-from option: mysql-test-run.pl\fB\-\-start\-from=\fR\fB\fItest_name\fR\fR
3598+.\" mysql-test-run.pl: start-from option
3599+.\" start-from option: mysql-test-run.pl
3600+\fB\-\-start\-from=\fR\fB\fItest_name\fR\fR
3601 .sp
3602 \fBmysql\-test\-run\&.pl\fR
3603 sorts the list of names of the test cases to be run, and then begins with
3604@@ -1894,7 +2071,9 @@
3605 .sp -1
3606 .IP \(bu 2.3
3607 .\}
3608-.\" mysql-test-run.pl: strace-client option.\" strace-client option: mysql-test-run.pl\fB\-\-strace\-client\fR
3609+.\" mysql-test-run.pl: strace-client option
3610+.\" strace-client option: mysql-test-run.pl
3611+\fB\-\-strace\-client\fR
3612 .sp
3613 Create
3614 \fBstrace\fR
3615@@ -1917,7 +2096,9 @@
3616 .sp -1
3617 .IP \(bu 2.3
3618 .\}
3619-.\" mysql-test-run.pl: strace-server option.\" strace-server option: mysql-test-run.pl\fB\-\-strace\-server\fR
3620+.\" mysql-test-run.pl: strace-server option
3621+.\" strace-server option: mysql-test-run.pl
3622+\fB\-\-strace\-server\fR
3623 .sp
3624 Create
3625 \fBstrace\fR
3626@@ -1939,7 +2120,9 @@
3627 .sp -1
3628 .IP \(bu 2.3
3629 .\}
3630-.\" mysql-test-run.pl: stress option.\" stress option: mysql-test-run.pl\fB\-\-stress=\fR\fB\fIstress options\fR\fR
3631+.\" mysql-test-run.pl: stress option
3632+.\" stress option: mysql-test-run.pl
3633+\fB\-\-stress=\fR\fB\fIstress options\fR\fR
3634 .sp
3635 Start a server, but instead of running a test, run
3636 \fBmysql\-stress\-test\&.pl\fR
3637@@ -1961,7 +2144,9 @@
3638 .sp -1
3639 .IP \(bu 2.3
3640 .\}
3641-.\" mysql-test-run.pl: suite option.\" suite option: mysql-test-run.pl\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
3642+.\" mysql-test-run.pl: suite option
3643+.\" suite option: mysql-test-run.pl
3644+\fB\-\-suite=\fR\fB\fIsuite_name\fR\fR
3645 .sp
3646 Run the named test suite\&. The default name is
3647 main
3648@@ -1978,7 +2163,9 @@
3649 .sp -1
3650 .IP \(bu 2.3
3651 .\}
3652-.\" mysql-test-run.pl: suite-timeout option.\" suite-timeout option: mysql-test-run.pl\fB\-\-suite\-timeout=\fR\fB\fIminutes\fR\fR
3653+.\" mysql-test-run.pl: suite-timeout option
3654+.\" suite-timeout option: mysql-test-run.pl
3655+\fB\-\-suite\-timeout=\fR\fB\fIminutes\fR\fR
3656 .sp
3657 Specify the maximum test suite runtime\&.
3658 .RE
3659@@ -1991,7 +2178,9 @@
3660 .sp -1
3661 .IP \(bu 2.3
3662 .\}
3663-.\" mysql-test-run.pl: testcase-timeout option.\" testcase-timeout option: mysql-test-run.pl\fB\-\-testcase\-timeout\fR
3664+.\" mysql-test-run.pl: testcase-timeout option
3665+.\" testcase-timeout option: mysql-test-run.pl
3666+\fB\-\-testcase\-timeout\fR
3667 .sp
3668 Specify the maximum test case runtime\&.
3669 .RE
3670@@ -2004,7 +2193,9 @@
3671 .sp -1
3672 .IP \(bu 2.3
3673 .\}
3674-.\" mysql-test-run.pl: timediff option.\" timediff option: mysql-test-run.pl\fB\-\-timediff\fR
3675+.\" mysql-test-run.pl: timediff option
3676+.\" timediff option: mysql-test-run.pl
3677+\fB\-\-timediff\fR
3678 .sp
3679 Adds 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
3680 \fB\-\-timestamp\fR, and has no effect without it\&.
3681@@ -2018,7 +2209,9 @@
3682 .sp -1
3683 .IP \(bu 2.3
3684 .\}
3685-.\" mysql-test-run.pl: timer option.\" timer option: mysql-test-run.pl\fB\-\-timer\fR
3686+.\" mysql-test-run.pl: timer option
3687+.\" timer option: mysql-test-run.pl
3688+\fB\-\-timer\fR
3689 .sp
3690 Cause
3691 \fBmysqltest\fR
3692@@ -2034,7 +2227,9 @@
3693 .sp -1
3694 .IP \(bu 2.3
3695 .\}
3696-.\" mysql-test-run.pl: timestamp option.\" timestamp option: mysql-test-run.pl\fB\-\-timestamp\fR
3697+.\" mysql-test-run.pl: timestamp option
3698+.\" timestamp option: mysql-test-run.pl
3699+\fB\-\-timestamp\fR
3700 .sp
3701 Prints a timestamp before the test case name in each test report line, showing when the test ended\&.
3702 .RE
3703@@ -2047,7 +2242,9 @@
3704 .sp -1
3705 .IP \(bu 2.3
3706 .\}
3707-.\" mysql-test-run.pl: tmpdir option.\" tmpdir option: mysql-test-run.pl\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR
3708+.\" mysql-test-run.pl: tmpdir option
3709+.\" tmpdir option: mysql-test-run.pl
3710+\fB\-\-tmpdir=\fR\fB\fIpath\fR\fR
3711 .sp
3712 The directory where temporary file are stored\&. The default location is
3713 \&./var/tmp\&. The environment variable
3714@@ -2063,7 +2260,9 @@
3715 .sp -1
3716 .IP \(bu 2.3
3717 .\}
3718-.\" mysql-test-run.pl: unit-tests option.\" unit-tests option: mysql-test-run.pl\fB\-\-unit\-tests\fR
3719+.\" mysql-test-run.pl: unit-tests option
3720+.\" unit-tests option: mysql-test-run.pl
3721+\fB\-\-unit\-tests\fR
3722 .sp
3723 Force running of unit tests, overriding default behaviour or setting of the
3724 MTR_UNIT_TESTS
3725@@ -2080,7 +2279,9 @@
3726 .sp -1
3727 .IP \(bu 2.3
3728 .\}
3729-.\" mysql-test-run.pl: user option.\" user option: mysql-test-run.pl\fB\-\-user=\fR\fB\fIuser_name\fR\fR
3730+.\" mysql-test-run.pl: user option
3731+.\" user option: mysql-test-run.pl
3732+\fB\-\-user=\fR\fB\fIuser_name\fR\fR
3733 .sp
3734 The MySQL user name to use when connecting to the server\&.
3735 .RE
3736@@ -2093,7 +2294,9 @@
3737 .sp -1
3738 .IP \(bu 2.3
3739 .\}
3740-.\" mysql-test-run.pl: user-args option.\" user-args option: mysql-test-run.pl\fB\-\-user\-args\fR
3741+.\" mysql-test-run.pl: user-args option
3742+.\" user-args option: mysql-test-run.pl
3743+\fB\-\-user\-args\fR
3744 .sp
3745 Drops all non\-essential command line arguments to the
3746 \fBmysqld\fR
3747@@ -2118,7 +2321,9 @@
3748 .sp -1
3749 .IP \(bu 2.3
3750 .\}
3751-.\" mysql-test-run.pl: valgrind option.\" valgrind option: mysql-test-run.pl\fB\-\-valgrind\fR
3752+.\" mysql-test-run.pl: valgrind option
3753+.\" valgrind option: mysql-test-run.pl
3754+\fB\-\-valgrind\fR
3755 .sp
3756 Run
3757 \fBmysqltest\fR
3758@@ -2146,7 +2351,9 @@
3759 .sp -1
3760 .IP \(bu 2.3
3761 .\}
3762-.\" mysql-test-run.pl: valgrind-mysqld option.\" valgrind-mysqld option: mysql-test-run.pl\fB\-\-valgrind\-mysqld\fR
3763+.\" mysql-test-run.pl: valgrind-mysqld option
3764+.\" valgrind-mysqld option: mysql-test-run.pl
3765+\fB\-\-valgrind\-mysqld\fR
3766 .sp
3767 Run the
3768 \fBmysqld\fR
3769@@ -2162,7 +2369,9 @@
3770 .sp -1
3771 .IP \(bu 2.3
3772 .\}
3773-.\" mysql-test-run.pl: valgrind-mysqltest option.\" valgrind-mysqltest option: mysql-test-run.pl\fB\-\-valgrind\-mysqltest\fR
3774+.\" mysql-test-run.pl: valgrind-mysqltest option
3775+.\" valgrind-mysqltest option: mysql-test-run.pl
3776+\fB\-\-valgrind\-mysqltest\fR
3777 .sp
3778 Run
3779 \fBmysqltest\fR
3780@@ -2178,7 +2387,9 @@
3781 .sp -1
3782 .IP \(bu 2.3
3783 .\}
3784-.\" mysql-test-run.pl: valgrind-options option.\" valgrind-options option: mysql-test-run.pl\fB\-\-valgrind\-option=\fR\fB\fIstr\fR\fR
3785+.\" mysql-test-run.pl: valgrind-options option
3786+.\" valgrind-options option: mysql-test-run.pl
3787+\fB\-\-valgrind\-option=\fR\fB\fIstr\fR\fR
3788 .sp
3789 Extra options to pass to
3790 \fBvalgrind\fR\&.
3791@@ -2192,7 +2403,9 @@
3792 .sp -1
3793 .IP \(bu 2.3
3794 .\}
3795-.\" mysql-test-run.pl: valgrind-path option.\" valgrind-path option: mysql-test-run.pl\fB\-\-valgrind\-path=\fR\fB\fIpath\fR\fR
3796+.\" mysql-test-run.pl: valgrind-path option
3797+.\" valgrind-path option: mysql-test-run.pl
3798+\fB\-\-valgrind\-path=\fR\fB\fIpath\fR\fR
3799 .sp
3800 Specify the path name to the
3801 \fBvalgrind\fR
3802@@ -2207,7 +2420,9 @@
3803 .sp -1
3804 .IP \(bu 2.3
3805 .\}
3806-.\" mysql-test-run.pl: vardir option.\" vardir option: mysql-test-run.pl\fB\-\-vardir=\fR\fB\fIpath\fR\fR
3807+.\" mysql-test-run.pl: vardir option
3808+.\" vardir option: mysql-test-run.pl
3809+\fB\-\-vardir=\fR\fB\fIpath\fR\fR
3810 .sp
3811 Specify the path where files generated during the test run are stored\&. The default location is
3812 \&./var\&. The environment variable
3813@@ -2223,7 +2438,9 @@
3814 .sp -1
3815 .IP \(bu 2.3
3816 .\}
3817-.\" mysql-test-run.pl: verbose option.\" verbose option: mysql-test-run.pl\fB\-\-verbose\fR
3818+.\" mysql-test-run.pl: verbose option
3819+.\" verbose option: mysql-test-run.pl
3820+\fB\-\-verbose\fR
3821 .sp
3822 Give 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\&.
3823 .RE
3824@@ -2236,7 +2453,9 @@
3825 .sp -1
3826 .IP \(bu 2.3
3827 .\}
3828-.\" mysql-test-run.pl: verbose-restart option.\" verbose-restart option: mysql-test-run.pl\fB\-\-verbose\-restart\fR
3829+.\" mysql-test-run.pl: verbose-restart option
3830+.\" verbose-restart option: mysql-test-run.pl
3831+\fB\-\-verbose\-restart\fR
3832 .sp
3833 Write when and why servers are restarted between test cases\&.
3834 .RE
3835@@ -2249,7 +2468,9 @@
3836 .sp -1
3837 .IP \(bu 2.3
3838 .\}
3839-.\" mysql-test-run.pl: view-protocol option.\" view-protocol option: mysql-test-run.pl\fB\-\-view\-protocol\fR
3840+.\" mysql-test-run.pl: view-protocol option
3841+.\" view-protocol option: mysql-test-run.pl
3842+\fB\-\-view\-protocol\fR
3843 .sp
3844 Pass the
3845 \fB\-\-view\-protocol\fR
3846@@ -2265,10 +2486,13 @@
3847 .sp -1
3848 .IP \(bu 2.3
3849 .\}
3850-.\" mysql-test-run.pl: vs-config option.\" vs-config option: mysql-test-run.pl\fB\-\-vs\-config=\fR\fB\fIconfig_val\fR\fR
3851+.\" mysql-test-run.pl: vs-config option
3852+.\" vs-config option: mysql-test-run.pl
3853+\fB\-\-vs\-config=\fR\fB\fIconfig_val\fR\fR
3854 .sp
3855 Specify the configuration used to build MySQL (for example,
3856-\fB\-\-vs\-config=debug\fR\fB\-\-vs\-config=release\fR)\&. This option is for Windows only\&.
3857+\fB\-\-vs\-config=debug\fR
3858+\fB\-\-vs\-config=release\fR)\&. This option is for Windows only\&.
3859 .RE
3860 .sp
3861 .RS 4
3862@@ -2279,7 +2503,9 @@
3863 .sp -1
3864 .IP \(bu 2.3
3865 .\}
3866-.\" mysql-test-run.pl: wait-all option.\" wait-all option: mysql-test-run.pl\fB\-\-wait\-all\fR
3867+.\" mysql-test-run.pl: wait-all option
3868+.\" wait-all option: mysql-test-run.pl
3869+\fB\-\-wait\-all\fR
3870 .sp
3871 If
3872 \fB\-\-start\fR
3873@@ -2298,7 +2524,9 @@
3874 .sp -1
3875 .IP \(bu 2.3
3876 .\}
3877-.\" mysql-test-run.pl: warnings option.\" warnings option: mysql-test-run.pl\fB\-\-warnings\fR
3878+.\" mysql-test-run.pl: warnings option
3879+.\" warnings option: mysql-test-run.pl
3880+\fB\-\-warnings\fR
3881 .sp
3882 Search 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
3883 \fB\-\-nowarnings\fR\&.
3884@@ -2312,7 +2540,9 @@
3885 .sp -1
3886 .IP \(bu 2.3
3887 .\}
3888-.\" mysql-test-run.pl: with-ndbcluster-only option.\" with-ndbcluster-only option: mysql-test-run.pl\fB\-\-with\-ndbcluster\-only\fR
3889+.\" mysql-test-run.pl: with-ndbcluster-only option
3890+.\" with-ndbcluster-only option: mysql-test-run.pl
3891+\fB\-\-with\-ndbcluster\-only\fR
3892 .sp
3893 Run only test cases that have
3894 ndb
3895
3896=== modified file 'man/mysql.1'
3897--- man/mysql.1 2013-12-16 08:45:31 +0000
3898+++ man/mysql.1 2014-02-17 13:32:35 +0000
3899@@ -2,12 +2,12 @@
3900 .\" Title: \fBmysql\fR
3901 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3902 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
3903-.\" Date: 11/15/2013
3904+.\" Date: 01/14/2014
3905 .\" Manual: MySQL Database System
3906 .\" Source: MySQL 5.6
3907 .\" Language: English
3908 .\"
3909-.TH "\FBMYSQL\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
3910+.TH "\FBMYSQL\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
3911 .\" -----------------------------------------------------------------
3912 .\" * Define some portability stuff
3913 .\" -----------------------------------------------------------------
3914@@ -134,7 +134,9 @@
3915 .sp -1
3916 .IP \(bu 2.3
3917 .\}
3918-.\" mysql: help option.\" help option: mysql\fB\-\-help\fR,
3919+.\" mysql: help option
3920+.\" help option: mysql
3921+\fB\-\-help\fR,
3922 \fB\-?\fR
3923 .sp
3924 Display a help message and exit\&.
3925@@ -148,7 +150,9 @@
3926 .sp -1
3927 .IP \(bu 2.3
3928 .\}
3929-.\" mysql: auto-rehash option.\" auto-rehash option: mysql\fB\-\-auto\-rehash\fR
3930+.\" mysql: auto-rehash option
3931+.\" auto-rehash option: mysql
3932+\fB\-\-auto\-rehash\fR
3933 .sp
3934 Enable automatic rehashing\&. This option is on by default, which enables database, table, and column name completion\&. Use
3935 \fB\-\-disable\-auto\-rehash\fR
3936@@ -171,7 +175,9 @@
3937 .sp -1
3938 .IP \(bu 2.3
3939 .\}
3940-.\" mysql: auto-vertical-output option.\" auto-vertical-output option: mysql\fB\-\-auto\-vertical\-output\fR
3941+.\" mysql: auto-vertical-output option
3942+.\" auto-vertical-output option: mysql
3943+\fB\-\-auto\-vertical\-output\fR
3944 .sp
3945 Cause 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
3946 ;
3947@@ -187,7 +193,9 @@
3948 .sp -1
3949 .IP \(bu 2.3
3950 .\}
3951-.\" mysql: batch option.\" batch option: mysql\fB\-\-batch\fR,
3952+.\" mysql: batch option
3953+.\" batch option: mysql
3954+\fB\-\-batch\fR,
3955 \fB\-B\fR
3956 .sp
3957 Print results using tab as the column separator, with each row on a new line\&. With this option,
3958@@ -207,7 +215,9 @@
3959 .sp -1
3960 .IP \(bu 2.3
3961 .\}
3962-.\" mysql: binary-mode option.\" binary-mode option: mysql\fB\-\-binary\-mode\fR
3963+.\" mysql: binary-mode option
3964+.\" binary-mode option: mysql
3965+\fB\-\-binary\-mode\fR
3966 .sp
3967 This option helps when processing
3968 \fBmysqlbinlog\fR
3969@@ -246,7 +256,9 @@
3970 .sp -1
3971 .IP \(bu 2.3
3972 .\}
3973-.\" mysql: bind-address option.\" bind-address option: mysql\fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
3974+.\" mysql: bind-address option
3975+.\" bind-address option: mysql
3976+\fB\-\-bind\-address=\fR\fB\fIip_address\fR\fR
3977 .sp
3978 On a computer having multiple network interfaces, this option can be used to select which interface is employed when connecting to the MySQL server\&.
3979 .sp
3980@@ -261,7 +273,9 @@
3981 .sp -1
3982 .IP \(bu 2.3
3983 .\}
3984-.\" mysql: character-sets-dir option.\" character-sets-dir option: mysql\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
3985+.\" mysql: character-sets-dir option
3986+.\" character-sets-dir option: mysql
3987+\fB\-\-character\-sets\-dir=\fR\fB\fIpath\fR\fR
3988 .sp
3989 The directory where character sets are installed\&. See
3990 Section\ \&10.5, \(lqCharacter Set Configuration\(rq\&.
3991@@ -275,7 +289,9 @@
3992 .sp -1
3993 .IP \(bu 2.3
3994 .\}
3995-.\" mysql: column-names option.\" column-names option: mysql\fB\-\-column\-names\fR
3996+.\" mysql: column-names option
3997+.\" column-names option: mysql
3998+\fB\-\-column\-names\fR
3999 .sp
4000 Write column names in results\&.
4001 .RE
4002@@ -288,7 +304,9 @@
4003 .sp -1
4004 .IP \(bu 2.3
4005 .\}
4006-.\" mysql: column-type-info option.\" column-type-info option: mysql\fB\-\-column\-type\-info\fR,
4007+.\" mysql: column-type-info option
4008+.\" column-type-info option: mysql
4009+\fB\-\-column\-type\-info\fR,
4010 \fB\-m\fR
4011 .sp
4012 Display result set metadata\&.
4013@@ -302,7 +320,9 @@
4014 .sp -1
4015 .IP \(bu 2.3
4016 .\}
4017-.\" mysql: comments option.\" comments option: mysql\fB\-\-comments\fR,
4018+.\" mysql: comments option
4019+.\" comments option: mysql
4020+\fB\-\-comments\fR,
4021 \fB\-c\fR
4022 .sp
4023 Whether to preserve comments in statements sent to the server\&. The default is \-\-skip\-comments (discard comments), enable with \-\-comments (preserve comments)\&.
4024@@ -316,7 +336,9 @@
4025 .sp -1
4026 .IP \(bu 2.3
4027 .\}
4028-.\" mysql: compress option.\" compress option: mysql\fB\-\-compress\fR,
4029+.\" mysql: compress option
4030+.\" compress option: mysql
4031+\fB\-\-compress\fR,
4032 \fB\-C\fR
4033 .sp
4034 Compress all information sent between the client and the server if both support compression\&.
4035@@ -330,7 +352,9 @@
4036 .sp -1
4037 .IP \(bu 2.3
4038 .\}
4039-.\" mysql: connect-expired-password option.\" connect-expired-password option: mysql\fB\-\-connect\-expired\-password\fR
4040+.\" mysql: connect-expired-password option
4041+.\" connect-expired-password option: mysql
4042+\fB\-\-connect\-expired\-password\fR
4043 .sp
4044 Indicate 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
4045 \fBmysql\fR
4046@@ -346,7 +370,9 @@
4047 .sp -1
4048 .IP \(bu 2.3
4049 .\}
4050-.\" mysql: database option.\" database option: mysql\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
4051+.\" mysql: database option
4052+.\" database option: mysql
4053+\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
4054 \fB\-D \fR\fB\fIdb_name\fR\fR
4055 .sp
4056 The database to use\&. This is useful primarily in an option file\&.
4057@@ -360,7 +386,9 @@
4058 .sp -1
4059 .IP \(bu 2.3
4060 .\}
4061-.\" mysql: debug option.\" debug option: mysql\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
4062+.\" mysql: debug option
4063+.\" debug option: mysql
4064+\fB\-\-debug[=\fR\fB\fIdebug_options\fR\fR\fB]\fR,
4065 \fB\-# [\fR\fB\fIdebug_options\fR\fR\fB]\fR
4066 .sp
4067 Write a debugging log\&. A typical
4068@@ -378,7 +406,9 @@
4069 .sp -1
4070 .IP \(bu 2.3
4071 .\}
4072-.\" mysql: debug-check option.\" debug-check option: mysql\fB\-\-debug\-check\fR
4073+.\" mysql: debug-check option
4074+.\" debug-check option: mysql
4075+\fB\-\-debug\-check\fR
4076 .sp
4077 Print some debugging information when the program exits\&.
4078 .RE
4079@@ -391,7 +421,9 @@
4080 .sp -1
4081 .IP \(bu 2.3
4082 .\}
4083-.\" mysql: debug-info option.\" debug-info option: mysql\fB\-\-debug\-info\fR,
4084+.\" mysql: debug-info option
4085+.\" debug-info option: mysql
4086+\fB\-\-debug\-info\fR,
4087 \fB\-T\fR
4088 .sp
4089 Print debugging information and memory and CPU usage statistics when the program exits\&.
4090@@ -405,7 +437,9 @@
4091 .sp -1
4092 .IP \(bu 2.3
4093 .\}
4094-.\" mysql: default-auth option.\" default-auth option: mysql\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
4095+.\" mysql: default-auth option
4096+.\" default-auth option: mysql
4097+\fB\-\-default\-auth=\fR\fB\fIplugin\fR\fR
4098 .sp
4099 The client\-side authentication plugin to use\&. See
4100 Section\ \&6.3.7, \(lqPluggable Authentication\(rq\&.
4101@@ -419,7 +453,9 @@
4102 .sp -1
4103 .IP \(bu 2.3
4104 .\}
4105-.\" mysql: default-character-set option.\" default-character-set option: mysql\fB\-\-default\-character\-set=\fR\fB\fIcharset_name\fR\fR
4106+.\" mysql: default-character-set option
4107+.\" default-character-set option: mysql
4108+\fB\-\-default\-character\-set=\fR\fB\fIcharset_name\fR\fR
4109 .sp
4110 Use
4111 \fIcharset_name\fR
4112@@ -445,7 +481,9 @@
4113 .sp -1
4114 .IP \(bu 2.3
4115 .\}
4116-.\" mysql: delimiter option.\" delimiter option: mysql\fB\-\-delimiter=\fR\fB\fIstr\fR\fR
4117+.\" mysql: delimiter option
4118+.\" delimiter option: mysql
4119+\fB\-\-delimiter=\fR\fB\fIstr\fR\fR
4120 .sp
4121 Set the statement delimiter\&. The default is the semicolon character (\(lq;\(rq)\&.
4122 .RE
4123@@ -458,7 +496,9 @@
4124 .sp -1
4125 .IP \(bu 2.3
4126 .\}
4127-.\" mysql: disable named commands.\" disable named command: mysql\fB\-\-disable\-named\-commands\fR
4128+.\" mysql: disable named commands
4129+.\" disable named command: mysql
4130+\fB\-\-disable\-named\-commands\fR
4131 .sp
4132 Disable named commands\&. Use the
4133 \e*
4134@@ -478,7 +518,9 @@
4135 .sp -1
4136 .IP \(bu 2.3
4137 .\}
4138-.\" mysql: enable-cleartext-plugin option.\" enable-cleartext-plugin option: mysql\fB\-\-enable\-cleartext\-plugin\fR
4139+.\" mysql: enable-cleartext-plugin option
4140+.\" enable-cleartext-plugin option: mysql
4141+\fB\-\-enable\-cleartext\-plugin\fR
4142 .sp
4143 Enable the
4144 mysql_clear_password
4145@@ -494,7 +536,9 @@
4146 .sp -1
4147 .IP \(bu 2.3
4148 .\}
4149-.\" mysql: execute option.\" execute option: mysql\fB\-\-execute=\fR\fB\fIstatement\fR\fR,
4150+.\" mysql: execute option
4151+.\" execute option: mysql
4152+\fB\-\-execute=\fR\fB\fIstatement\fR\fR,
4153 \fB\-e \fR\fB\fIstatement\fR\fR
4154 .sp
4155 Execute the statement and quit\&. The default output format is like that produced with
4156@@ -512,7 +556,9 @@
4157 .sp -1
4158 .IP \(bu 2.3
4159 .\}
4160-.\" mysql: force option.\" force option: mysql\fB\-\-force\fR,
4161+.\" mysql: force option
4162+.\" force option: mysql
4163+\fB\-\-force\fR,
4164 \fB\-f\fR
4165 .sp
4166 Continue even if an SQL error occurs\&.
4167@@ -526,7 +572,9 @@
4168 .sp -1
4169 .IP \(bu 2.3
4170 .\}
4171-.\" mysql: histignore option.\" histignore option: mysql\fB\-\-histignore\fR
4172+.\" mysql: histignore option
4173+.\" histignore option: mysql
4174+\fB\-\-histignore\fR
4175 .sp
4176 A 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
4177 the section called \(lqMYSQL LOGGING\(rq\&. This option was added in MySQL 5\&.6\&.8\&.
4178@@ -540,7 +588,9 @@
4179 .sp -1
4180 .IP \(bu 2.3
4181 .\}
4182-.\" mysql: host option.\" host option: mysql\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
4183+.\" mysql: host option
4184+.\" host option: mysql
4185+\fB\-\-host=\fR\fB\fIhost_name\fR\fR,
4186 \fB\-h \fR\fB\fIhost_name\fR\fR
4187 .sp
4188 Connect to the MySQL server on the given host\&.
4189@@ -554,7 +604,9 @@
4190 .sp -1
4191 .IP \(bu 2.3
4192 .\}
4193-.\" mysql: html option.\" html option: mysql\fB\-\-html\fR,
4194+.\" mysql: html option
4195+.\" html option: mysql
4196+\fB\-\-html\fR,
4197 \fB\-H\fR
4198 .sp
4199 Produce HTML output\&.
4200@@ -568,7 +620,9 @@
4201 .sp -1
4202 .IP \(bu 2.3
4203 .\}
4204-.\" mysql: ignore-spaces option.\" ignore-spaces option: mysql\fB\-\-ignore\-spaces\fR,
4205+.\" mysql: ignore-spaces option
4206+.\" ignore-spaces option: mysql
4207+\fB\-\-ignore\-spaces\fR,
4208 \fB\-i\fR
4209 .sp
4210 Ignore spaces after function names\&. The effect of this is described in the discussion for the
4211@@ -585,7 +639,9 @@
4212 .sp -1
4213 .IP \(bu 2.3
4214 .\}
4215-.\" mysql: init-command option.\" init-command option: mysql\fB\-\-init\-command=str\fR
4216+.\" mysql: init-command option
4217+.\" init-command option: mysql
4218+\fB\-\-init\-command=str\fR
4219 .sp
4220 SQL statement to execute after connecting to the server\&. If auto\-reconnect is enabled, the statement is executed again after reconnection occurs\&.
4221 .RE
4222@@ -598,7 +654,9 @@
4223 .sp -1
4224 .IP \(bu 2.3
4225 .\}
4226-.\" mysql: line-numbers option.\" line-numbers option: mysql\fB\-\-line\-numbers\fR
4227+.\" mysql: line-numbers option
4228+.\" line-numbers option: mysql
4229+\fB\-\-line\-numbers\fR
4230 .sp
4231 Write line numbers for errors\&. Disable this with
4232 \fB\-\-skip\-line\-numbers\fR\&.
4233@@ -612,7 +670,9 @@
4234 .sp -1
4235 .IP \(bu 2.3
4236 .\}
4237-.\" mysql: local-infile option.\" local-infile option: mysql\fB\-\-local\-infile[={0|1}]\fR
4238+.\" mysql: local-infile option
4239+.\" local-infile option: mysql
4240+\fB\-\-local\-infile[={0|1}]\fR
4241 .sp
4242 Enable or disable
4243 LOCAL
4244@@ -636,7 +696,9 @@
4245 .sp -1
4246 .IP \(bu 2.3
4247 .\}
4248-.\" mysql: named-commands option.\" named-commands option: mysql\fB\-\-named\-commands\fR,
4249+.\" mysql: named-commands option
4250+.\" named-commands option: mysql
4251+\fB\-\-named\-commands\fR,
4252 \fB\-G\fR
4253 .sp
4254 Enable named
4255@@ -659,7 +721,9 @@
4256 .sp -1
4257 .IP \(bu 2.3
4258 .\}
4259-.\" mysql: no-auto-rehash option.\" no-auto-rehash option: mysql\fB\-\-no\-auto\-rehash\fR,
4260+.\" mysql: no-auto-rehash option
4261+.\" no-auto-rehash option: mysql
4262+\fB\-\-no\-auto\-rehash\fR,
4263 \fB\-A\fR
4264 .sp
4265 This has the same effect as
4266@@ -675,7 +739,9 @@
4267 .sp -1
4268 .IP \(bu 2.3
4269 .\}
4270-.\" mysql: no-beep option.\" no-beep option: mysql\fB\-\-no\-beep\fR,
4271+.\" mysql: no-beep option
4272+.\" no-beep option: mysql
4273+\fB\-\-no\-beep\fR,
4274 \fB\-b\fR
4275 .sp
4276 Do not beep when errors occur\&.
4277@@ -689,7 +755,9 @@
4278 .sp -1
4279 .IP \(bu 2.3
4280 .\}
4281-.\" mysql: one-database option.\" one-database option: mysql\fB\-\-one\-database\fR,
4282+.\" mysql: one-database option
4283+.\" one-database option: mysql
4284+\fB\-\-one\-database\fR,
4285 \fB\-o\fR
4286 .sp
4287 Ignore 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
4288@@ -791,7 +859,9 @@
4289 .sp -1
4290 .IP \(bu 2.3
4291 .\}
4292-.\" mysql: pager option.\" pager option: mysql\fB\-\-pager[=\fR\fB\fIcommand\fR\fR\fB]\fR
4293+.\" mysql: pager option
4294+.\" pager option: mysql
4295+\fB\-\-pager[=\fR\fB\fIcommand\fR\fR\fB]\fR
4296 .sp
4297 Use the given command for paging query output\&. If the command is omitted, the default pager is the value of your
4298 PAGER
4299@@ -811,7 +881,9 @@
4300 .sp -1
4301 .IP \(bu 2.3
4302 .\}
4303-.\" mysql: password option.\" password option: mysql\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
4304+.\" mysql: password option
4305+.\" password option: mysql
4306+\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
4307 \fB\-p[\fR\fB\fIpassword\fR\fR\fB]\fR
4308 .sp
4309 The password to use when connecting to the server\&. If you use the short option form (\fB\-p\fR), you
4310@@ -838,7 +910,9 @@
4311 .sp -1
4312 .IP \(bu 2.3
4313 .\}
4314-.\" mysql: pipe option.\" pipe option: mysql\fB\-\-pipe\fR,
4315+.\" mysql: pipe option
4316+.\" pipe option: mysql
4317+\fB\-\-pipe\fR,
4318 \fB\-W\fR
4319 .sp
4320 On Windows, connect to the server using a named pipe\&. This option applies only if the server supports named\-pipe connections\&.
4321@@ -852,7 +926,9 @@
4322 .sp -1
4323 .IP \(bu 2.3
4324 .\}
4325-.\" mysql: plugin-dir option.\" plugin-dir option: mysql\fB\-\-plugin\-dir=\fR\fB\fIpath\fR\fR
4326+.\" mysql: plugin-dir option
4327+.\" plugin-dir option: mysql
4328+\fB\-\-plugin\-dir=\fR\fB\fIpath\fR\fR
4329 .sp
4330 The directory in which to look for plugins\&. It may be necessary to specify this option if the
4331 \fB\-\-default\-auth\fR
4332@@ -870,7 +946,10 @@
4333 .sp -1
4334 .IP \(bu 2.3
4335 .\}
4336-.\" mysql: port option.\" port option: mysql.\" TCP/IP\fB\-\-port=\fR\fB\fIport_num\fR\fR,
4337+.\" mysql: port option
4338+.\" port option: mysql
4339+.\" TCP/IP
4340+\fB\-\-port=\fR\fB\fIport_num\fR\fR,
4341 \fB\-P \fR\fB\fIport_num\fR\fR
4342 .sp
4343 The TCP/IP port number to use for the connection\&.
4344@@ -884,7 +963,9 @@
4345 .sp -1
4346 .IP \(bu 2.3
4347 .\}
4348-.\" mysql: prompt option.\" prompt option: mysql\fB\-\-prompt=\fR\fB\fIformat_str\fR\fR
4349+.\" mysql: prompt option
4350+.\" prompt option: mysql
4351+\fB\-\-prompt=\fR\fB\fIformat_str\fR\fR
4352 .sp
4353 Set the prompt to the specified format\&. The default is
4354 mysql>\&. The special sequences that the prompt can contain are described in
4355@@ -899,7 +980,9 @@
4356 .sp -1
4357 .IP \(bu 2.3
4358 .\}
4359-.\" mysql: protocol option.\" protocol option: mysql\fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
4360+.\" mysql: protocol option
4361+.\" protocol option: mysql
4362+\fB\-\-protocol={TCP|SOCKET|PIPE|MEMORY}\fR
4363 .sp
4364 The 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
4365 Section\ \&4.2.2, \(lqConnecting to the MySQL Server\(rq\&.
4366@@ -913,7 +996,9 @@
4367 .sp -1
4368 .IP \(bu 2.3
4369 .\}
4370-.\" mysql: quick option.\" quick option: mysql\fB\-\-quick\fR,
4371+.\" mysql: quick option
4372+.\" quick option: mysql
4373+\fB\-\-quick\fR,
4374 \fB\-q\fR
4375 .sp
4376 Do 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,
4377@@ -929,7 +1014,9 @@
4378 .sp -1
4379 .IP \(bu 2.3
4380 .\}
4381-.\" mysql: raw option.\" raw option: mysql\fB\-\-raw\fR,
4382+.\" mysql: raw option
4383+.\" raw option: mysql
4384+\fB\-\-raw\fR,
4385 \fB\-r\fR
4386 .sp
4387 For tabular output, the
4388@@ -982,7 +1069,9 @@
4389 .sp -1
4390 .IP \(bu 2.3
4391 .\}
4392-.\" mysql: reconnect option.\" reconnect option: mysql\fB\-\-reconnect\fR
4393+.\" mysql: reconnect option
4394+.\" reconnect option: mysql
4395+\fB\-\-reconnect\fR
4396 .sp
4397 If 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
4398 \fB\-\-skip\-reconnect\fR\&.
4399@@ -996,7 +1085,11 @@
4400 .sp -1
4401 .IP \(bu 2.3
4402 .\}
4403-.\" mysql: safe-updates option.\" safe-updates option: mysql.\" mysql: i-am-a-dummy option.\" i-am-a-dummy option: mysql\fB\-\-safe\-updates\fR,
4404+.\" mysql: safe-updates option
4405+.\" safe-updates option: mysql
4406+.\" mysql: i-am-a-dummy option
4407+.\" i-am-a-dummy option: mysql
4408+\fB\-\-safe\-updates\fR,
4409 \fB\-\-i\-am\-a\-dummy\fR,
4410 \fB\-U\fR
4411 .sp
4412@@ -1018,7 +1111,9 @@
4413 .sp -1
4414 .IP \(bu 2.3
4415 .\}
4416-.\" mysql: secure-auth option.\" secure-auth option: mysql\fB\-\-secure\-auth\fR
4417+.\" mysql: secure-auth option
4418+.\" secure-auth option: mysql
4419+\fB\-\-secure\-auth\fR
4420 .sp
4421 Do 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
4422 \fB\-\-skip\-secure\-auth\fR
4423@@ -1048,7 +1143,9 @@
4424 .sp -1
4425 .IP \(bu 2.3
4426 .\}
4427-.\" mysql: server-public-key-path option.\" server-public-key-path option: mysql\fB\-\-server\-public\-key\-path=\fR\fBfile_name\fR
4428+.\" mysql: server-public-key-path option
4429+.\" server-public-key-path option: mysql
4430+\fB\-\-server\-public\-key\-path=\fR\fBfile_name\fR
4431 .sp
4432 The 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
4433 sha256_password
4434@@ -1075,7 +1172,9 @@
4435 .sp -1
4436 .IP \(bu 2.3
4437 .\}
4438-.\" mysql: show-warnings option.\" show-warnings option: mysql\fB\-\-show\-warnings\fR
4439+.\" mysql: show-warnings option
4440+.\" show-warnings option: mysql
4441+\fB\-\-show\-warnings\fR
4442 .sp
4443 Cause warnings to be shown after each statement if there are any\&. This option applies to interactive and batch mode\&.
4444 .RE
4445@@ -1088,7 +1187,9 @@
4446 .sp -1
4447 .IP \(bu 2.3
4448 .\}
4449-.\" mysql: sigint-ignore option.\" sigint-ignore option: mysql\fB\-\-sigint\-ignore\fR
4450+.\" mysql: sigint-ignore option
4451+.\" sigint-ignore option: mysql
4452+\fB\-\-sigint\-ignore\fR
4453 .sp
4454 Ignore
4455 SIGINT
4456@@ -1104,7 +1205,9 @@
4457 .sp -1
4458 .IP \(bu 2.3
4459 .\}
4460-.\" mysql: silent option.\" silent option: mysql\fB\-\-silent\fR,
4461+.\" mysql: silent option
4462+.\" silent option: mysql
4463+\fB\-\-silent\fR,
4464 \fB\-s\fR
4465 .sp
4466 Silent mode\&. Produce less output\&. This option can be given multiple times to produce less and less output\&.
4467@@ -1122,7 +1225,9 @@
4468 .sp -1
4469 .IP \(bu 2.3
4470 .\}
4471-.\" mysql: skip-column-names option.\" skip-column-names option: mysql\fB\-\-skip\-column\-names\fR,
4472+.\" mysql: skip-column-names option
4473+.\" skip-column-names option: mysql
4474+\fB\-\-skip\-column\-names\fR,
4475 \fB\-N\fR
4476 .sp
4477 Do not write column names in results\&.
4478@@ -1136,7 +1241,9 @@
4479 .sp -1
4480 .IP \(bu 2.3
4481 .\}
4482-.\" mysql: skip-line-numbers option.\" skip-line-numbers option: mysql\fB\-\-skip\-line\-numbers\fR,
4483+.\" mysql: skip-line-numbers option
4484+.\" skip-line-numbers option: mysql
4485+\fB\-\-skip\-line\-numbers\fR,
4486 \fB\-L\fR
4487 .sp
4488 Do not write line numbers for errors\&. Useful when you want to compare result files that include error messages\&.
4489@@ -1150,7 +1257,9 @@
4490 .sp -1
4491 .IP \(bu 2.3
4492 .\}
4493-.\" mysql: socket option.\" socket option: mysql\fB\-\-socket=\fR\fB\fIpath\fR\fR,
4494+.\" mysql: socket option
4495+.\" socket option: mysql
4496+\fB\-\-socket=\fR\fB\fIpath\fR\fR,
4497 \fB\-S \fR\fB\fIpath\fR\fR
4498 .sp
4499 For connections to
4500@@ -1165,7 +1274,9 @@
4501 .sp -1
4502 .IP \(bu 2.3
4503 .\}
4504-.\" mysql: SSL options.\" SSL options: mysql\fB\-\-ssl*\fR
4505+.\" mysql: SSL options
4506+.\" SSL options: mysql
4507+\fB\-\-ssl*\fR
4508 .sp
4509 Options that begin with
4510 \fB\-\-ssl\fR
4511@@ -1181,7 +1292,9 @@
4512 .sp -1
4513 .IP \(bu 2.3
4514 .\}
4515-.\" mysql: table option.\" table option: mysql\fB\-\-table\fR,
4516+.\" mysql: table option
4517+.\" table option: mysql
4518+\fB\-\-table\fR,
4519 \fB\-t\fR
4520 .sp
4521 Display output in table format\&. This is the default for interactive use, but can be used to produce table output in batch mode\&.
4522@@ -1195,7 +1308,9 @@
4523 .sp -1
4524 .IP \(bu 2.3
4525 .\}
4526-.\" mysql: tee option.\" tee option: mysql\fB\-\-tee=\fR\fB\fIfile_name\fR\fR
4527+.\" mysql: tee option
4528+.\" tee option: mysql
4529+\fB\-\-tee=\fR\fB\fIfile_name\fR\fR
4530 .sp
4531 Append a copy of output to the given file\&. This option works only in interactive mode\&.
4532 the section called \(lqMYSQL COMMANDS\(rq, discusses tee files further\&.
4533@@ -1209,7 +1324,9 @@
4534 .sp -1
4535 .IP \(bu 2.3
4536 .\}
4537-.\" mysql: unbuffered option.\" unbuffered option: mysql\fB\-\-unbuffered\fR,
4538+.\" mysql: unbuffered option
4539+.\" unbuffered option: mysql
4540+\fB\-\-unbuffered\fR,
4541 \fB\-n\fR
4542 .sp
4543 Flush the buffer after each query\&.
4544@@ -1223,7 +1340,9 @@
4545 .sp -1
4546 .IP \(bu 2.3
4547 .\}
4548-.\" mysql: user option.\" user option: mysql\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
4549+.\" mysql: user option
4550+.\" user option: mysql
4551+\fB\-\-user=\fR\fB\fIuser_name\fR\fR,
4552 \fB\-u \fR\fB\fIuser_name\fR\fR
4553 .sp
4554 The MySQL user name to use when connecting to the server\&.
4555@@ -1237,7 +1356,9 @@
4556 .sp -1
4557 .IP \(bu 2.3
4558 .\}
4559-.\" mysql: verbose option.\" verbose option: mysql\fB\-\-verbose\fR,
4560+.\" mysql: verbose option
4561+.\" verbose option: mysql
4562+\fB\-\-verbose\fR,
4563 \fB\-v\fR
4564 .sp
4565 Verbose mode\&. Produce more output about what the program does\&. This option can be given multiple times to produce more and more output\&. (For example,
4566@@ -1253,7 +1374,9 @@
4567 .sp -1
4568 .IP \(bu 2.3
4569 .\}
4570-.\" mysql: version option.\" version option: mysql\fB\-\-version\fR,
4571+.\" mysql: version option
4572+.\" version option: mysql
4573+\fB\-\-version\fR,
4574 \fB\-V\fR
4575 .sp
4576 Display version information and exit\&.
4577@@ -1267,7 +1390,9 @@
4578 .sp -1
4579 .IP \(bu 2.3
4580 .\}
4581-.\" mysql: vertical option.\" vertical option: mysql\fB\-\-vertical\fR,
4582+.\" mysql: vertical option
4583+.\" vertical option: mysql
4584+\fB\-\-vertical\fR,
4585 \fB\-E\fR
4586 .sp
4587 Print query output rows vertically (one line per column value)\&. Without this option, you can specify vertical output for individual statements by terminating them with
4588@@ -1282,7 +1407,9 @@
4589 .sp -1
4590 .IP \(bu 2.3
4591 .\}
4592-.\" mysql: wait option.\" wait option: mysql\fB\-\-wait\fR,
4593+.\" mysql: wait option
4594+.\" wait option: mysql
4595+\fB\-\-wait\fR,
4596 \fB\-w\fR
4597 .sp
4598 If the connection cannot be established, wait and retry instead of aborting\&.
4599@@ -1296,7 +1423,9 @@
4600 .sp -1
4601 .IP \(bu 2.3
4602 .\}
4603-.\" mysql: xml option.\" xml option: mysql\fB\-\-xml\fR,
4604+.\" mysql: xml option
4605+.\" xml option: mysql
4606+\fB\-\-xml\fR,
4607 \fB\-X\fR
4608 .sp
4609 Produce XML output\&.
4610@@ -1365,7 +1494,9 @@
4611 .sp -1
4612 .IP \(bu 2.3
4613 .\}
4614-.\" timeout: connect_timeout variable.\" connect_timeout variableconnect_timeout
4615+.\" timeout: connect_timeout variable
4616+.\" connect_timeout variable
4617+connect_timeout
4618 .sp
4619 The number of seconds before connection timeout\&. (Default value is
4620 0\&.)
4621@@ -1379,7 +1510,8 @@
4622 .sp -1
4623 .IP \(bu 2.3
4624 .\}
4625-.\" max_allowed_packet variablemax_allowed_packet
4626+.\" max_allowed_packet variable
4627+max_allowed_packet
4628 .sp
4629 The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.
4630 .RE
4631@@ -1392,7 +1524,8 @@
4632 .sp -1
4633 .IP \(bu 2.3
4634 .\}
4635-.\" max_join_size variablemax_join_size
4636+.\" max_join_size variable
4637+max_join_size
4638 .sp
4639 The automatic limit for rows in a join when using
4640 \fB\-\-safe\-updates\fR\&. (Default value is 1,000,000\&.)
4641@@ -1406,7 +1539,8 @@
4642 .sp -1
4643 .IP \(bu 2.3
4644 .\}
4645-.\" net_buffer_length variablenet_buffer_length
4646+.\" net_buffer_length variable
4647+net_buffer_length
4648 .sp
4649 The buffer size for TCP/IP and socket communication\&. (Default value is 16KB\&.)
4650 .RE
4651@@ -1419,7 +1553,8 @@
4652 .sp -1
4653 .IP \(bu 2.3
4654 .\}
4655-.\" select_limit variableselect_limit
4656+.\" select_limit variable
4657+select_limit
4658 .sp
4659 The automatic limit for
4660 SELECT
4661@@ -1509,7 +1644,9 @@
4662 .sp -1
4663 .IP \(bu 2.3
4664 .\}
4665-.\" mysql: help command.\" help command: mysqlhelp [\fIarg\fR],
4666+.\" mysql: help command
4667+.\" help command: mysql
4668+help [\fIarg\fR],
4669 \eh [\fIarg\fR],
4670 \e? [\fIarg\fR],
4671 ? [\fIarg\fR]
4672@@ -1534,7 +1671,9 @@
4673 .sp -1
4674 .IP \(bu 2.3
4675 .\}
4676-.\" mysql: charset command.\" charset command: mysqlcharset \fIcharset_name\fR,
4677+.\" mysql: charset command
4678+.\" charset command: mysql
4679+charset \fIcharset_name\fR,
4680 \eC \fIcharset_name\fR
4681 .sp
4682 Change the default character set and issue a
4683@@ -1552,7 +1691,9 @@
4684 .sp -1
4685 .IP \(bu 2.3
4686 .\}
4687-.\" mysql: clear command.\" clear command: mysqlclear,
4688+.\" mysql: clear command
4689+.\" clear command: mysql
4690+clear,
4691 \ec
4692 .sp
4693 Clear the current input\&. Use this if you change your mind about executing the statement that you are entering\&.
4694@@ -1566,7 +1707,9 @@
4695 .sp -1
4696 .IP \(bu 2.3
4697 .\}
4698-.\" mysql: connect command.\" connect command: mysqlconnect [\fIdb_name\fR \fIhost_name\fR]],
4699+.\" mysql: connect command
4700+.\" connect command: mysql
4701+connect [\fIdb_name\fR \fIhost_name\fR]],
4702 \er [\fIdb_name\fR \fIhost_name\fR]]
4703 .sp
4704 Reconnect 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\&.
4705@@ -1580,7 +1723,9 @@
4706 .sp -1
4707 .IP \(bu 2.3
4708 .\}
4709-.\" mysql: delimiter command.\" delimiter command: mysqldelimiter \fIstr\fR,
4710+.\" mysql: delimiter command
4711+.\" delimiter command: mysql
4712+delimiter \fIstr\fR,
4713 \ed \fIstr\fR
4714 .sp
4715 Change the string that
4716@@ -1620,7 +1765,9 @@
4717 .sp -1
4718 .IP \(bu 2.3
4719 .\}
4720-.\" mysql: edit command.\" edit command: mysqledit,
4721+.\" mysql: edit command
4722+.\" edit command: mysql
4723+edit,
4724 \ee
4725 .sp
4726 Edit the current input statement\&.
4727@@ -1646,7 +1793,9 @@
4728 .sp -1
4729 .IP \(bu 2.3
4730 .\}
4731-.\" mysql: ego command.\" ego command: mysqlego,
4732+.\" mysql: ego command
4733+.\" ego command: mysql
4734+ego,
4735 \eG
4736 .sp
4737 Send the current statement to the server to be executed and display the result using vertical format\&.
4738@@ -1660,7 +1809,9 @@
4739 .sp -1
4740 .IP \(bu 2.3
4741 .\}
4742-.\" mysql: exit command.\" exit command: mysqlexit,
4743+.\" mysql: exit command
4744+.\" exit command: mysql
4745+exit,
4746 \eq
4747 .sp
4748 Exit
4749@@ -1675,7 +1826,9 @@
4750 .sp -1
4751 .IP \(bu 2.3
4752 .\}
4753-.\" mysql: go command.\" go command: mysqlgo,
4754+.\" mysql: go command
4755+.\" go command: mysql
4756+go,
4757 \eg
4758 .sp
4759 Send the current statement to the server to be executed\&.
4760@@ -1689,7 +1842,9 @@
4761 .sp -1
4762 .IP \(bu 2.3
4763 .\}
4764-.\" mysql: nopager command.\" nopager command: mysqlnopager,
4765+.\" mysql: nopager command
4766+.\" nopager command: mysql
4767+nopager,
4768 \en
4769 .sp
4770 Disable output paging\&. See the description for
4771@@ -1708,7 +1863,9 @@
4772 .sp -1
4773 .IP \(bu 2.3
4774 .\}
4775-.\" mysql: notee command.\" notee command: mysqlnotee,
4776+.\" mysql: notee command
4777+.\" notee command: mysql
4778+notee,
4779 \et
4780 .sp
4781 Disable output copying to the tee file\&. See the description for
4782@@ -1723,7 +1880,9 @@
4783 .sp -1
4784 .IP \(bu 2.3
4785 .\}
4786-.\" mysql: nowarning command.\" nowarning command: mysqlnowarning,
4787+.\" mysql: nowarning command
4788+.\" nowarning command: mysql
4789+nowarning,
4790 \ew
4791 .sp
4792 Enable display of warnings after each statement\&.
4793@@ -1737,7 +1896,9 @@
4794 .sp -1
4795 .IP \(bu 2.3
4796 .\}
4797-.\" mysql: pager command.\" pager command: mysqlpager [\fIcommand\fR],
4798+.\" mysql: pager command
4799+.\" pager command: mysql
4800+pager [\fIcommand\fR],
4801 \eP [\fIcommand\fR]
4802 .sp
4803 Enable output paging\&. By using the
4804@@ -1775,7 +1936,9 @@
4805 .sp -1
4806 .IP \(bu 2.3
4807 .\}
4808-.\" mysql: print command.\" print command: mysqlprint,
4809+.\" mysql: print command
4810+.\" print command: mysql
4811+print,
4812 \ep
4813 .sp
4814 Print the current input statement without executing it\&.
4815@@ -1789,7 +1952,9 @@
4816 .sp -1
4817 .IP \(bu 2.3
4818 .\}
4819-.\" mysql: prompt command.\" prompt command: mysqlprompt [\fIstr\fR],
4820+.\" mysql: prompt command
4821+.\" prompt command: mysql
4822+prompt [\fIstr\fR],
4823 \eR [\fIstr\fR]
4824 .sp
4825 Reconfigure the
4826@@ -1812,7 +1977,9 @@
4827 .sp -1
4828 .IP \(bu 2.3
4829 .\}
4830-.\" mysql: quit command.\" quit command: mysqlquit,
4831+.\" mysql: quit command
4832+.\" quit command: mysql
4833+quit,
4834 \eq
4835 .sp
4836 Exit
4837@@ -1827,7 +1994,9 @@
4838 .sp -1
4839 .IP \(bu 2.3
4840 .\}
4841-.\" mysql: rehash command.\" rehash command: mysqlrehash,
4842+.\" mysql: rehash command
4843+.\" rehash command: mysql
4844+rehash,
4845 \e#
4846 .sp
4847 Rebuild the completion hash that enables database, table, and column name completion while you are entering statements\&. (See the description for the
4848@@ -1843,7 +2012,9 @@
4849 .sp -1
4850 .IP \(bu 2.3
4851 .\}
4852-.\" mysql: source command.\" source command: mysqlsource \fIfile_name\fR,
4853+.\" mysql: source command
4854+.\" source command: mysql
4855+source \fIfile_name\fR,
4856 \e\&. \fIfile_name\fR
4857 .sp
4858 Read the named file and executes the statements contained therein\&. On Windows, you can specify path name separators as
4859@@ -1860,7 +2031,9 @@
4860 .sp -1
4861 .IP \(bu 2.3
4862 .\}
4863-.\" mysql: status command.\" status command: mysqlstatus,
4864+.\" mysql: status command
4865+.\" status command: mysql
4866+status,
4867 \es
4868 .sp
4869 Provide status information about the connection and the server you are using\&. If you are running in
4870@@ -1880,7 +2053,9 @@
4871 .sp -1
4872 .IP \(bu 2.3
4873 .\}
4874-.\" mysql: system command.\" system command: mysqlsystem \fIcommand\fR,
4875+.\" mysql: system command
4876+.\" system command: mysql
4877+system \fIcommand\fR,
4878 \e! \fIcommand\fR
4879 .sp
4880 Execute the given command using your default command interpreter\&.
4881@@ -1898,7 +2073,9 @@
4882 .sp -1
4883 .IP \(bu 2.3
4884 .\}
4885-.\" mysql: tee command.\" tee command: mysqltee [\fIfile_name\fR],
4886+.\" mysql: tee command
4887+.\" tee command: mysql
4888+tee [\fIfile_name\fR],
4889 \eT [\fIfile_name\fR]
4890 .sp
4891 By using the
4892@@ -1927,7 +2104,9 @@
4893 .sp -1
4894 .IP \(bu 2.3
4895 .\}
4896-.\" mysql: use command.\" use command: mysqluse \fIdb_name\fR,
4897+.\" mysql: use command
4898+.\" use command: mysql
4899+use \fIdb_name\fR,
4900 \eu \fIdb_name\fR
4901 .sp
4902 Use
4903@@ -1943,7 +2122,9 @@
4904 .sp -1
4905 .IP \(bu 2.3
4906 .\}
4907-.\" mysql: warnings command.\" warnings command: mysqlwarnings,
4908+.\" mysql: warnings command
4909+.\" warnings command: mysql
4910+warnings,
4911 \eW
4912 .sp
4913 Enable display of warnings after each statement (if there are any)\&.
4914@@ -3249,7 +3430,7 @@
4915 .SH "COPYRIGHT"
4916 .br
4917 .PP
4918-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
4919+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
4920 .PP
4921 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
4922 .PP
4923
4924=== modified file 'man/mysql.server.1'
4925--- man/mysql.server.1 2013-12-16 08:45:31 +0000
4926+++ man/mysql.server.1 2014-02-17 13:32:35 +0000
4927@@ -2,12 +2,12 @@
4928 .\" Title: \fBmysql.server\fR
4929 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4930 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
4931-.\" Date: 11/15/2013
4932+.\" Date: 01/14/2014
4933 .\" Manual: MySQL Database System
4934 .\" Source: MySQL 5.6
4935 .\" Language: English
4936 .\"
4937-.TH "\FBMYSQL\&.SERVER\FR" "1" "11/15/2013" "MySQL 5\&.6" "MySQL Database System"
4938+.TH "\FBMYSQL\&.SERVER\FR" "1" "01/14/2014" "MySQL 5\&.6" "MySQL Database System"
4939 .\" -----------------------------------------------------------------
4940 .\" * Define some portability stuff
4941 .\" -----------------------------------------------------------------
4942@@ -81,7 +81,9 @@
4943 .sp -1
4944 .IP \(bu 2.3
4945 .\}
4946-.\" mysql.server: basedir option.\" basedir option: mysql.server\fB\-\-basedir=\fR\fB\fIpath\fR\fR
4947+.\" mysql.server: basedir option
4948+.\" basedir option: mysql.server
4949+\fB\-\-basedir=\fR\fB\fIpath\fR\fR
4950 .sp
4951 The path to the MySQL installation directory\&.
4952 .RE
4953@@ -94,7 +96,9 @@
4954 .sp -1
4955 .IP \(bu 2.3
4956 .\}
4957-.\" mysql.server: datadir option.\" datadir option: mysql.server\fB\-\-datadir=\fR\fB\fIpath\fR\fR
4958+.\" mysql.server: datadir option
4959+.\" datadir option: mysql.server
4960+\fB\-\-datadir=\fR\fB\fIpath\fR\fR
4961 .sp
4962 The path to the MySQL data directory\&.
4963 .RE
4964@@ -107,7 +111,9 @@
4965 .sp -1
4966 .IP \(bu 2.3
4967 .\}
4968-.\" mysql.server: pid-file option.\" pid-file option: mysql.server\fB\-\-pid\-file=\fR\fB\fIfile_name\fR\fR
4969+.\" mysql.server: pid-file option
4970+.\" pid-file option: mysql.server
4971+\fB\-\-pid\-file=\fR\fB\fIfile_name\fR\fR
4972 .sp
4973 The path name of the file in which the server should write its process ID\&.
4974 .RE
4975@@ -120,7 +126,9 @@
4976 .sp -1
4977 .IP \(bu 2.3
4978 .\}
4979-.\" mysql.server: service-startup-timeout option.\" service-startup-timeout option: mysql.server\fB\-\-service\-startup\-timeout=\fR\fB\fIfile_name\fR\fR
4980+.\" mysql.server: service-startup-timeout option
4981+.\" service-startup-timeout option: mysql.server
4982+\fB\-\-service\-startup\-timeout=\fR\fB\fIfile_name\fR\fR
4983 .sp
4984 How long in seconds to wait for confirmation of server startup\&. If the server does not start within this time,
4985 \fBmysql\&.server\fR
4986@@ -135,7 +143,9 @@
4987 .sp -1
4988 .IP \(bu 2.3
4989 .\}
4990-.\" mysql.server: use-mysqld_safe option.\" use-mysqld_safe option: mysql.server\fB\-\-use\-mysqld_safe\fR
4991+.\" mysql.server: use-mysqld_safe option
4992+.\" use-mysqld_safe option: mysql.server
4993+\fB\-\-use\-mysqld_safe\fR
4994 .sp
4995 Use
4996 \fBmysqld_safe\fR
4997@@ -150,7 +160,9 @@
4998 .sp -1
4999 .IP \(bu 2.3
5000 .\}
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches