Merge lp:~laurynas-biveinis/percona-server/merge-5.5.36 into lp:percona-server/5.5

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 625
Proposed branch: lp:~laurynas-biveinis/percona-server/merge-5.5.36
Merge into: lp:percona-server/5.5
Diff against target: 19368 lines (+4577/-1818)
1369 files modified
CMakeLists.txt (+10/-0)
Makefile-ps (+2/-2)
README.MySQL (+1/-1)
VERSION (+2/-2)
client/mysql_plugin.c (+2/-2)
client/mysqlcheck.c (+1/-1)
cmake/zlib.cmake (+1/-2)
config.h.cmake (+2/-1)
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/my_getopt.h (+1/-1)
include/my_net.h (+1/-1)
include/my_pthread.h (+2/-2)
include/myisam.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/welcome_copyright_notice.h (+2/-2)
libmysql/CMakeLists.txt (+1/-1)
libmysql/authentication_win/CMakeLists.txt (+1/-1)
libmysql/conf_to_src.c (+1/-1)
libmysql/libmysql.c (+1/-1)
libmysqld/lib_sql.cc (+1/-1)
man/comp_err.1 (+4/-4)
man/innochecksum.1 (+6/-4)
man/msql2mysql.1 (+4/-4)
man/my_print_defaults.1 (+4/-4)
man/myisam_ftdump.1 (+4/-4)
man/myisamchk.1 (+4/-4)
man/myisamlog.1 (+4/-4)
man/myisampack.1 (+16/-4)
man/mysql-stress-test.pl.1 (+3/-3)
man/mysql-test-run.pl.1 (+3/-3)
man/mysql.1 (+4/-4)
man/mysql.server.1 (+4/-4)
man/mysql_client_test.1 (+3/-3)
man/mysql_client_test_embedded.1 (+1/-1)
man/mysql_config.1 (+7/-7)
man/mysql_convert_table_format.1 (+4/-4)
man/mysql_find_rows.1 (+4/-4)
man/mysql_fix_extensions.1 (+4/-4)
man/mysql_install_db.1 (+4/-4)
man/mysql_plugin.1 (+4/-4)
man/mysql_secure_installation.1 (+4/-4)
man/mysql_setpermission.1 (+4/-4)
man/mysql_tzinfo_to_sql.1 (+4/-4)
man/mysql_upgrade.1 (+4/-4)
man/mysql_waitpid.1 (+4/-4)
man/mysql_zap.1 (+4/-4)
man/mysqlaccess.1 (+4/-4)
man/mysqladmin.1 (+4/-4)
man/mysqlbinlog.1 (+4/-4)
man/mysqlbug.1 (+4/-4)
man/mysqlcheck.1 (+4/-4)
man/mysqld.8 (+4/-4)
man/mysqld_multi.1 (+5/-5)
man/mysqld_safe.1 (+4/-4)
man/mysqldump.1 (+26/-14)
man/mysqldumpslow.1 (+4/-4)
man/mysqlhotcopy.1 (+4/-4)
man/mysqlimport.1 (+4/-4)
man/mysqlshow.1 (+4/-4)
man/mysqlslap.1 (+4/-4)
man/mysqltest.1 (+3/-3)
man/mysqltest_embedded.1 (+1/-1)
man/ndb-common-options.1 (+4/-4)
man/ndb_blob_tool.1 (+4/-4)
man/ndb_config.1 (+4/-4)
man/ndb_cpcd.1 (+4/-4)
man/ndb_delete_all.1 (+4/-4)
man/ndb_desc.1 (+4/-4)
man/ndb_drop_index.1 (+4/-4)
man/ndb_drop_table.1 (+4/-4)
man/ndb_error_reporter.1 (+7/-7)
man/ndb_index_stat.1 (+4/-4)
man/ndb_mgm.1 (+4/-4)
man/ndb_mgmd.8 (+4/-4)
man/ndb_print_backup_file.1 (+4/-4)
man/ndb_print_schema_file.1 (+4/-4)
man/ndb_print_sys_file.1 (+4/-4)
man/ndb_restore.1 (+38/-4)
man/ndb_select_all.1 (+34/-5)
man/ndb_select_count.1 (+4/-4)
man/ndb_show_tables.1 (+4/-4)
man/ndb_size.pl.1 (+4/-4)
man/ndb_waiter.1 (+4/-4)
man/ndbd.8 (+6/-6)
man/ndbd_redo_log_reader.1 (+4/-4)
man/ndbinfo_select_all.1 (+4/-4)
man/ndbmtd.8 (+4/-4)
man/perror.1 (+4/-4)
man/replace.1 (+4/-4)
man/resolve_stack_dump.1 (+4/-4)
man/resolveip.1 (+4/-4)
mysql-test/CMakeLists.txt (+1/-1)
mysql-test/README (+2/-3)
mysql-test/collections/default.weekly (+3/-0)
mysql-test/include/ctype_filesort2.inc (+9/-0)
mysql-test/include/mtr_check.sql (+11/-3)
mysql-test/lib/My/SafeProcess/safe_process.cc (+1/-1)
mysql-test/lib/My/SysInfo.pm (+1/-2)
mysql-test/mysql-test-run.pl (+1/-1)
mysql-test/r/ctype_utf16.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/suite/innodb/r/innodb-change-buffer-recovery.result (+39/-0)
mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt (+1/-0)
mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test (+70/-0)
mysql-test/t/distinct.test (+37/-0)
mysql-test/t/events_trans.test (+1/-0)
mysql-test/t/gis.test (+18/-0)
mysys/md5.c (+1/-1)
mysys/mf_keycache.c (+1/-1)
mysys/mf_qsort.c (+2/-1)
mysys/mf_radix.c (+2/-1)
mysys/mf_same.c (+2/-1)
mysys/mf_soundex.c (+2/-1)
mysys/mf_tempdir.c (+2/-2)
mysys/mf_tempfile.c (+2/-2)
mysys/mf_wcomp.c (+2/-1)
mysys/mulalloc.c (+2/-1)
mysys/my_access.c (+1/-1)
mysys/my_aes.c (+2/-1)
mysys/my_conio.c (+2/-1)
mysys/my_crc32.c (+2/-1)
mysys/my_div.c (+2/-1)
mysys/my_error.c (+1/-1)
mysys/my_fopen.c (+1/-1)
mysys/my_getpagesize.c (+2/-1)
mysys/my_libwrap.c (+1/-1)
mysys/my_lockmem.c (+1/-1)
mysys/my_malloc.c (+1/-1)
mysys/my_memmem.c (+2/-1)
mysys/my_mkdir.c (+2/-1)
mysys/my_once.c (+1/-1)
mysys/my_symlink2.c (+2/-1)
mysys/my_wincond.c (+2/-2)
mysys/my_winthread.c (+1/-1)
mysys/test_dir.c (+2/-1)
mysys/test_xml.c (+2/-1)
mysys/thr_alarm.c (+1/-1)
packaging/WiX/CPackWixConfig.cmake (+1/-1)
packaging/WiX/custom_ui.wxs (+2/-2)
packaging/WiX/mysql_server.wxs.in (+1/-1)
packaging/rpm-oel/CMakeLists.txt (+36/-0)
packaging/rpm-oel/filter-provides.sh (+6/-0)
packaging/rpm-oel/filter-requires.sh (+6/-0)
packaging/rpm-oel/my.cnf (+31/-0)
packaging/rpm-oel/my_config.h (+30/-0)
packaging/rpm-oel/mysql-embedded-check.c (+26/-0)
packaging/rpm-oel/mysql-systemd-start (+52/-0)
packaging/rpm-oel/mysql.conf (+1/-0)
packaging/rpm-oel/mysql.init (+209/-0)
packaging/rpm-oel/mysql.spec.in (+1556/-0)
packaging/rpm-oel/mysql_config.sh (+28/-0)
packaging/rpm-oel/mysqld.service (+48/-0)
scripts/CMakeLists.txt (+1/-1)
scripts/comp_sql.c (+1/-1)
scripts/mysql_install_db.pl.in (+5/-4)
scripts/mysql_install_db.sh (+4/-4)
scripts/mysql_system_tables.sql (+1/-1)
scripts/mysql_system_tables_fix.sql (+1/-1)
scripts/mysqlaccess.sh (+3/-4)
sql-common/pack.c (+2/-1)
sql/CMakeLists.txt (+1/-1)
sql/custom_conf.h (+2/-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.h (+1/-13)
sql/filesort.cc (+31/-15)
sql/ha_ndbcluster_cond.cc (+1/-1)
sql/ha_ndbcluster_cond.h (+1/-1)
sql/ha_ndbcluster_tables.h (+2/-1)
sql/ha_partition.cc (+24/-11)
sql/hostname.cc (+1/-1)
sql/item_cmpfunc.h (+1/-1)
sql/item_func.h (+1/-1)
sql/item_strfunc.cc (+24/-4)
sql/item_sum.cc (+46/-23)
sql/item_sum.h (+25/-20)
sql/item_xmlfunc.cc (+4/-1)
sql/key.cc (+1/-1)
sql/key.h (+1/-1)
sql/lex_symbol.h (+2/-1)
sql/log.cc (+1/-1)
sql/log_event.cc (+20/-0)
sql/log_event.h (+2/-6)
sql/log_event_old.h (+3/-5)
sql/mem_root_array.h (+1/-1)
sql/my_decimal.h (+1/-1)
sql/mysqld.cc (+2/-2)
sql/mysqld.h (+1/-1)
sql/partition_element.h (+1/-1)
sql/partition_info.h (+1/-1)
sql/rpl_filter.cc (+1/-1)
sql/rpl_record.cc (+22/-5)
sql/rpl_record.h (+3/-2)
sql/rpl_utility.cc (+3/-16)
sql/set_var.cc (+1/-1)
sql/set_var.h (+1/-1)
sql/share/charsets/Index.xml (+1/-1)
sql/share/charsets/armscii8.xml (+2/-1)
sql/share/charsets/ascii.xml (+1/-1)
sql/share/charsets/cp1250.xml (+1/-1)
sql/share/charsets/cp852.xml (+2/-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/signal_handler.cc (+1/-1)
sql/slave.cc (+1/-1)
sql/sql_acl.cc (+1/-1)
sql/sql_admin.h (+1/-1)
sql/sql_analyse.cc (+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_connect.cc (+1/-1)
sql/sql_help.cc (+1/-1)
sql/sql_lex.h (+1/-1)
sql/sql_manager.cc (+1/-1)
sql/sql_partition_admin.cc (+1/-1)
sql/sql_plugin.cc (+1/-1)
sql/sql_repl.cc (+1/-1)
sql/sql_string.cc (+1/-1)
sql/sql_trigger.cc (+1/-1)
sql/sql_view.cc (+1/-1)
sql/strfunc.cc (+1/-1)
sql/table.cc (+1/-1)
sql/table.h (+1/-1)
sql/transaction.h (+1/-2)
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 (+2/-1)
storage/heap/_rectest.c (+2/-1)
storage/heap/hp_delete.c (+1/-1)
storage/heap/hp_extra.c (+2/-1)
storage/heap/hp_rfirst.c (+2/-1)
storage/heap/hp_rlast.c (+2/-1)
storage/heap/hp_rnext.c (+2/-1)
storage/heap/hp_rprev.c (+2/-1)
storage/heap/hp_rrnd.c (+2/-1)
storage/heap/hp_rsame.c (+2/-1)
storage/heap/hp_scan.c (+2/-1)
storage/heap/hp_update.c (+2/-1)
storage/innobase/handler/ha_innodb.cc (+0/-10)
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 (+3/-2)
storage/myisam/mi_check.c (+1/-1)
storage/myisam/mi_checksum.c (+1/-1)
storage/myisam/mi_rfirst.c (+2/-1)
storage/myisam/mi_rlast.c (+2/-1)
storage/myisam/mi_rrnd.c (+2/-1)
storage/myisam/mi_rsamepos.c (+2/-1)
storage/myisam/mi_scan.c (+2/-1)
storage/myisam/mi_write.c (+1/-1)
storage/myisam/myisampack.c (+1/-1)
storage/myisam/rt_index.h (+2/-1)
storage/myisam/rt_key.c (+2/-1)
storage/myisam/rt_key.h (+2/-1)
storage/myisam/rt_mbr.c (+2/-1)
storage/myisam/rt_mbr.h (+2/-1)
storage/myisam/sp_defs.h (+2/-1)
storage/myisammrg/myrg_delete.c (+2/-1)
storage/myisammrg/myrg_locking.c (+2/-1)
storage/myisammrg/myrg_panic.c (+2/-1)
storage/myisammrg/myrg_range.c (+2/-1)
storage/myisammrg/myrg_rfirst.c (+2/-1)
storage/myisammrg/myrg_rlast.c (+2/-1)
storage/myisammrg/myrg_rnext.c (+2/-1)
storage/myisammrg/myrg_rnext_same.c (+2/-1)
storage/myisammrg/myrg_rprev.c (+2/-1)
storage/myisammrg/myrg_rrnd.c (+2/-1)
storage/myisammrg/myrg_rsame.c (+2/-1)
storage/myisammrg/myrg_update.c (+2/-1)
storage/myisammrg/myrg_write.c (+2/-1)
storage/ndb/config/win-includes (+1/-1)
storage/ndb/config/win-libraries (+1/-1)
storage/ndb/config/win-name (+1/-1)
storage/ndb/config/win-sources (+1/-1)
storage/ndb/include/debugger/DebuggerNames.hpp (+1/-1)
storage/ndb/include/debugger/EventLogger.hpp (+1/-1)
storage/ndb/include/debugger/GrepError.hpp (+1/-1)
storage/ndb/include/debugger/SignalLoggerManager.hpp (+1/-1)
storage/ndb/include/editline/editline.h (+1/-1)
storage/ndb/include/kernel/AttributeDescriptor.hpp (+1/-1)
storage/ndb/include/kernel/AttributeHeader.hpp (+1/-1)
storage/ndb/include/kernel/AttributeList.hpp (+1/-1)
storage/ndb/include/kernel/BlockNumbers.h (+1/-1)
storage/ndb/include/kernel/GlobalSignalNumbers.h (+1/-1)
storage/ndb/include/kernel/GrepEvent.hpp (+1/-1)
storage/ndb/include/kernel/Interpreter.hpp (+1/-1)
storage/ndb/include/kernel/LogLevel.hpp (+1/-1)
storage/ndb/include/kernel/NodeBitmask.hpp (+1/-1)
storage/ndb/include/kernel/NodeInfo.hpp (+1/-1)
storage/ndb/include/kernel/NodeState.hpp (+1/-1)
storage/ndb/include/kernel/RefConvert.hpp (+1/-1)
storage/ndb/include/kernel/kernel_types.h (+1/-1)
storage/ndb/include/kernel/ndb_limits.h (+1/-1)
storage/ndb/include/kernel/signaldata/AbortAll.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AccFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AccLock.hpp (+2/-1)
storage/ndb/include/kernel/signaldata/AccScan.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AccSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AllocNodeId.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AlterIndx.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AlterTab.hpp (+2/-2)
storage/ndb/include/kernel/signaldata/AlterTable.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AlterTrig.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ApiBroadcast.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ApiRegSignalData.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ApiVersion.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ArbitSignalData.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/AttrInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/BackupContinueB.hpp (+2/-2)
storage/ndb/include/kernel/signaldata/BackupImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/BackupSignalData.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/BlockCommitOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/BuildIndx.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CheckNodeGroups.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CloseComReqConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CmInit.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CmRegSignalData.hpp (+2/-1)
storage/ndb/include/kernel/signaldata/CmvmiCfgConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CntrMasterConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CntrMasterReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ConfigParamId.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ContinueFragmented.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CopyActive.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CopyFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CopyGCIReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateEvnt.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateFragmentation.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateIndx.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateObj.hpp (+2/-1)
storage/ndb/include/kernel/signaldata/CreateTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateTable.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/CreateTrig.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DiAddTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DiGetNodes.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictLock.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictObjOp.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictSchemaInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictStart.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DictTabInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihAddFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihStartTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DihSwitchReplica.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DisconnectRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropFilegroup.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropFilegroupImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropIndx.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropObj.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropTabFile.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropTable.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DropTrig.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/DumpStateOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/EmptyLcp.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/EndTo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/EventReport.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/EventSubscribeReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ExecFragReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/Extent.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FailRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FireTrigOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsAppendReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsCloseReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsOpenReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsReadWriteReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsRef.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/FsRemoveReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/GCPSave.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/GetTabInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/GetTableId.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/GrepImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/HotSpareRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/IndxAttrInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/IndxKeyInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/InvalidateNodeLCPConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/InvalidateNodeLCPReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/KeyInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LCP.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LgmanContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ListTables.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LqhFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LqhKey.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LqhSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/LqhTransConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ManagementServer.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/MasterGCP.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/MasterLCP.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NFCompleteRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NdbSttor.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NdbfsContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NextScan.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NodeFailRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/NodeStateSignalData.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/PackedSignal.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/PrepDropTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/PrepFailReqRef.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ReadNodesConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/RelTabMem.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/RepImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/RestoreContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/RestoreImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ResumeReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/RouteOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ScanFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/ScanTab.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SetLogLevelOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SetVarReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SignalData.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SignalDataPrint.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SignalDroppedRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SrFragidConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartFragReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartMe.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartPerm.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartRec.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StartTo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StopMe.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StopPerm.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/StopReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SumaImpl.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/SystemError.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TamperOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcCommit.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcHbRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcIndx.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcKeyConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcKeyFailConf.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcKeyRef.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcKeyReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcRollbackRep.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TcSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TestOrd.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TransIdAI.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TrigAttrInfo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TsmanContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TupCommit.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TupFrag.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TupKey.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TupSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TuxBound.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TuxContinueB.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TuxMaint.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/TuxSizeAltReq.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UpdateTo.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilDelete.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilExecute.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilLock.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilPrepare.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilRelease.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/UtilSequence.hpp (+1/-1)
storage/ndb/include/kernel/signaldata/WaitGCP.hpp (+1/-1)
storage/ndb/include/kernel/trigger_definitions.h (+1/-1)
storage/ndb/include/logger/ConsoleLogHandler.hpp (+1/-1)
storage/ndb/include/logger/FileLogHandler.hpp (+1/-1)
storage/ndb/include/logger/LogHandler.hpp (+1/-1)
storage/ndb/include/logger/Logger.hpp (+1/-1)
storage/ndb/include/logger/SysLogHandler.hpp (+1/-1)
storage/ndb/include/mgmapi/mgmapi.h (+1/-1)
storage/ndb/include/mgmapi/mgmapi_debug.h (+1/-1)
storage/ndb/include/mgmapi/mgmapi_error.h (+1/-1)
storage/ndb/include/mgmapi/ndb_logevent.h (+1/-1)
storage/ndb/include/mgmapi/ndbd_exit_codes.h (+1/-1)
storage/ndb/include/mgmcommon/ConfigRetriever.hpp (+1/-1)
storage/ndb/include/mgmcommon/IPCConfig.hpp (+1/-1)
storage/ndb/include/mgmcommon/MgmtErrorReporter.hpp (+1/-1)
storage/ndb/include/ndb_constants.h (+1/-1)
storage/ndb/include/ndb_global.h.in (+1/-1)
storage/ndb/include/ndb_init.h (+1/-1)
storage/ndb/include/ndb_types.h.in (+1/-1)
storage/ndb/include/ndb_version.h.in (+1/-1)
storage/ndb/include/ndbapi/Ndb.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbApi.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbBlob.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbDictionary.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbError.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbEventOperation.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbIndexOperation.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbIndexStat.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbOperation.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbPool.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbRecAttr.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbReceiver.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbScanFilter.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbScanOperation.hpp (+1/-1)
storage/ndb/include/ndbapi/NdbTransaction.hpp (+1/-1)
storage/ndb/include/ndbapi/ndb_cluster_connection.hpp (+1/-1)
storage/ndb/include/ndbapi/ndb_opt_defaults.h (+1/-1)
storage/ndb/include/ndbapi/ndbapi_limits.h (+1/-1)
storage/ndb/include/ndbapi/ndberror.h (+1/-1)
storage/ndb/include/newtonapi/dba.h (+1/-1)
storage/ndb/include/newtonapi/defs/pcn_types.h (+1/-1)
storage/ndb/include/portlib/NdbCondition.h (+1/-1)
storage/ndb/include/portlib/NdbConfig.h (+1/-1)
storage/ndb/include/portlib/NdbDaemon.h (+1/-1)
storage/ndb/include/portlib/NdbEnv.h (+1/-1)
storage/ndb/include/portlib/NdbHost.h (+1/-1)
storage/ndb/include/portlib/NdbMain.h (+1/-1)
storage/ndb/include/portlib/NdbMem.h (+1/-1)
storage/ndb/include/portlib/NdbMutex.h (+1/-1)
storage/ndb/include/portlib/NdbSleep.h (+1/-1)
storage/ndb/include/portlib/NdbTCP.h (+1/-1)
storage/ndb/include/portlib/NdbThread.h (+1/-1)
storage/ndb/include/portlib/NdbTick.h (+1/-1)
storage/ndb/include/portlib/PortDefs.h (+1/-1)
storage/ndb/include/portlib/prefetch.h (+1/-1)
storage/ndb/include/transporter/TransporterCallback.hpp (+1/-1)
storage/ndb/include/transporter/TransporterDefinitions.hpp (+1/-1)
storage/ndb/include/transporter/TransporterRegistry.hpp (+1/-1)
storage/ndb/include/util/BaseString.hpp (+1/-1)
storage/ndb/include/util/Bitmask.hpp (+1/-1)
storage/ndb/include/util/File.hpp (+1/-1)
storage/ndb/include/util/InputStream.hpp (+1/-1)
storage/ndb/include/util/NdbAutoPtr.hpp (+1/-1)
storage/ndb/include/util/NdbOut.hpp (+1/-1)
storage/ndb/include/util/NdbSqlUtil.hpp (+1/-1)
storage/ndb/include/util/OutputStream.hpp (+1/-1)
storage/ndb/include/util/Parser.hpp (+1/-1)
storage/ndb/include/util/Properties.hpp (+1/-1)
storage/ndb/include/util/SimpleProperties.hpp (+1/-1)
storage/ndb/include/util/SocketAuthenticator.hpp (+1/-1)
storage/ndb/include/util/SocketClient.hpp (+1/-1)
storage/ndb/include/util/SocketServer.hpp (+1/-1)
storage/ndb/include/util/UtilBuffer.hpp (+1/-1)
storage/ndb/include/util/Vector.hpp (+1/-1)
storage/ndb/include/util/basestring_vsnprintf.h (+1/-1)
storage/ndb/include/util/md5_hash.hpp (+1/-1)
storage/ndb/include/util/ndb_opts.h (+1/-1)
storage/ndb/include/util/ndb_rand.h (+1/-1)
storage/ndb/include/util/random.h (+1/-1)
storage/ndb/include/util/socket_io.h (+1/-1)
storage/ndb/include/util/uucode.h (+1/-1)
storage/ndb/include/util/version.h (+1/-1)
storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp (+1/-1)
storage/ndb/ndbapi-examples/mgmapi_logevent2/main.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple_dual/main.cpp (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp (+1/-1)
storage/ndb/src/common/debugger/BlockNames.cpp (+1/-1)
storage/ndb/src/common/debugger/DebuggerNames.cpp (+1/-1)
storage/ndb/src/common/debugger/EventLogger.cpp (+1/-1)
storage/ndb/src/common/debugger/GrepError.cpp (+1/-1)
storage/ndb/src/common/debugger/SignalLoggerManager.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/AccLock.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/AlterIndx.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/AlterTab.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/AlterTable.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/AlterTrig.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/BackupImpl.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/BackupSignalData.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CloseComReqConf.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/ContinueB.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CopyGCI.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CreateEvnt.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CreateFragmentation.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CreateIndx.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/CreateTrig.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DihContinueB.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DihSwitchReplicaReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DisconnectRep.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DropIndx.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DropTab.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/DropTrig.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FailRep.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FireTrigOrd.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsAppendReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsCloseReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsConf.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsOpenReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsReadWriteReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/FsRef.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/GCPSave.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/IndxAttrInfo.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/IndxKeyInfo.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/LCP.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/LqhFrag.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/LqhKey.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/LqhTrans.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/MasterLCP.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/NFCompleteRep.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/NdbSttor.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/NdbfsContinueB.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/PackedSignal.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/PrepDropTab.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/PrepFailReqRef.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/ScanFrag.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/ScanTab.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SignalDataPrint.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SignalDroppedRep.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SignalNames.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/StartRec.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SumaImpl.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/SystemError.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TcIndx.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TcKeyConf.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TcKeyRef.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TcKeyReq.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TcRollbackRep.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TrigAttrInfo.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TupCommit.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TupKey.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/TuxMaint.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/UtilDelete.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/UtilExecute.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/UtilLock.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/UtilPrepare.cpp (+1/-1)
storage/ndb/src/common/debugger/signaldata/UtilSequence.cpp (+1/-1)
storage/ndb/src/common/logger/ConsoleLogHandler.cpp (+1/-1)
storage/ndb/src/common/logger/FileLogHandler.cpp (+1/-1)
storage/ndb/src/common/logger/LogHandler.cpp (+1/-1)
storage/ndb/src/common/logger/LogHandlerList.cpp (+1/-1)
storage/ndb/src/common/logger/LogHandlerList.hpp (+1/-1)
storage/ndb/src/common/logger/Logger.cpp (+1/-1)
storage/ndb/src/common/logger/SysLogHandler.cpp (+1/-1)
storage/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp (+1/-1)
storage/ndb/src/common/logger/listtest/LogHandlerListUnitTest.hpp (+1/-1)
storage/ndb/src/common/logger/loggertest/LoggerUnitTest.cpp (+1/-1)
storage/ndb/src/common/logger/loggertest/LoggerUnitTest.hpp (+1/-1)
storage/ndb/src/common/mgmcommon/ConfigRetriever.cpp (+1/-1)
storage/ndb/src/common/mgmcommon/IPCConfig.cpp (+1/-1)
storage/ndb/src/common/mgmcommon/printConfig/printConfig.cpp (+1/-1)
storage/ndb/src/common/portlib/NdbCondition.c (+1/-1)
storage/ndb/src/common/portlib/NdbConfig.c (+1/-1)
storage/ndb/src/common/portlib/NdbDaemon.c (+1/-1)
storage/ndb/src/common/portlib/NdbEnv.c (+1/-1)
storage/ndb/src/common/portlib/NdbHost.c (+1/-1)
storage/ndb/src/common/portlib/NdbMem.c (+1/-1)
storage/ndb/src/common/portlib/NdbMutex.c (+1/-1)
storage/ndb/src/common/portlib/NdbPortLibTest.cpp (+1/-1)
storage/ndb/src/common/portlib/NdbSleep.c (+1/-1)
storage/ndb/src/common/portlib/NdbTCP.cpp (+1/-1)
storage/ndb/src/common/portlib/NdbThread.c (+1/-1)
storage/ndb/src/common/portlib/NdbTick.c (+1/-1)
storage/ndb/src/common/portlib/memtest.c (+1/-1)
storage/ndb/src/common/portlib/mmstest.cpp (+1/-1)
storage/ndb/src/common/portlib/munmaptest.cpp (+1/-1)
storage/ndb/src/common/portlib/win32/NdbCondition.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbDaemon.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbEnv.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbHost.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbMem.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbMutex.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbSleep.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbTCP.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbThread.c (+1/-1)
storage/ndb/src/common/portlib/win32/NdbTick.c (+1/-1)
storage/ndb/src/common/transporter/Packer.cpp (+1/-1)
storage/ndb/src/common/transporter/Packer.hpp (+1/-1)
storage/ndb/src/common/transporter/SCI_Transporter.cpp (+1/-1)
storage/ndb/src/common/transporter/SCI_Transporter.hpp (+1/-1)
storage/ndb/src/common/transporter/SHM_Buffer.hpp (+1/-1)
storage/ndb/src/common/transporter/SHM_Transporter.cpp (+1/-1)
storage/ndb/src/common/transporter/SHM_Transporter.hpp (+1/-1)
storage/ndb/src/common/transporter/SHM_Transporter.unix.cpp (+1/-1)
storage/ndb/src/common/transporter/SHM_Transporter.win32.cpp (+1/-1)
storage/ndb/src/common/transporter/SendBuffer.cpp (+1/-1)
storage/ndb/src/common/transporter/SendBuffer.hpp (+1/-1)
storage/ndb/src/common/transporter/TCP_Transporter.cpp (+1/-1)
storage/ndb/src/common/transporter/TCP_Transporter.hpp (+1/-1)
storage/ndb/src/common/transporter/Transporter.cpp (+1/-1)
storage/ndb/src/common/transporter/Transporter.hpp (+1/-1)
storage/ndb/src/common/transporter/TransporterInternalDefinitions.hpp (+1/-1)
storage/ndb/src/common/transporter/TransporterRegistry.cpp (+1/-1)
storage/ndb/src/common/transporter/basictest/basicTransporterTest.cpp (+1/-1)
storage/ndb/src/common/transporter/buddy.cpp (+1/-1)
storage/ndb/src/common/transporter/buddy.hpp (+1/-1)
storage/ndb/src/common/transporter/failoverSCI/failoverSCI.cpp (+1/-1)
storage/ndb/src/common/transporter/perftest/perfTransporterTest.cpp (+1/-1)
storage/ndb/src/common/transporter/priotest/prioSCI/prioSCI.cpp (+1/-1)
storage/ndb/src/common/transporter/priotest/prioSHM/prioSHM.cpp (+1/-1)
storage/ndb/src/common/transporter/priotest/prioTCP/prioTCP.cpp (+1/-1)
storage/ndb/src/common/transporter/priotest/prioTransporterTest.cpp (+1/-1)
storage/ndb/src/common/transporter/priotest/prioTransporterTest.hpp (+1/-1)
storage/ndb/src/common/util/BaseString.cpp (+1/-1)
storage/ndb/src/common/util/File.cpp (+1/-1)
storage/ndb/src/common/util/InputStream.cpp (+1/-1)
storage/ndb/src/common/util/NdbOut.cpp (+1/-1)
storage/ndb/src/common/util/NdbSqlUtil.cpp (+1/-1)
storage/ndb/src/common/util/OutputStream.cpp (+1/-1)
storage/ndb/src/common/util/Parser.cpp (+1/-1)
storage/ndb/src/common/util/Properties.cpp (+1/-1)
storage/ndb/src/common/util/SimpleProperties.cpp (+1/-1)
storage/ndb/src/common/util/SocketAuthenticator.cpp (+1/-1)
storage/ndb/src/common/util/SocketClient.cpp (+1/-1)
storage/ndb/src/common/util/SocketServer.cpp (+1/-1)
storage/ndb/src/common/util/basestring_vsnprintf.c (+1/-1)
storage/ndb/src/common/util/filetest/FileUnitTest.cpp (+1/-1)
storage/ndb/src/common/util/filetest/FileUnitTest.hpp (+1/-1)
storage/ndb/src/common/util/md5_hash.cpp (+1/-1)
storage/ndb/src/common/util/ndb_init.c (+1/-1)
storage/ndb/src/common/util/ndb_rand.c (+1/-1)
storage/ndb/src/common/util/random.c (+1/-1)
storage/ndb/src/common/util/socket_io.cpp (+1/-1)
storage/ndb/src/common/util/strdup.c (+1/-1)
storage/ndb/src/common/util/testProperties/testProperties.cpp (+1/-1)
storage/ndb/src/common/util/testSimpleProperties/sp_test.cpp (+1/-1)
storage/ndb/src/common/util/uucode.c (+1/-1)
storage/ndb/src/common/util/version.c (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/CPC_GUI.cpp (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/CPC_GUI.h (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/NdbControls.cpp (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/StdAfx.cpp (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/StdAfx.h (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/TreeView.cpp (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/TreeView.h (+1/-1)
storage/ndb/src/cw/cpcc-win32/C++/resource.h (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/CPC_Form.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/Computer.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/ComputerAddDialog.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/ComputerRemoveDialog.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/Database.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/PanelWizard.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/Process.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/ProcessDefineDialog.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/fileaccess/FileMgmt.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/simpleparser/SimpleCPCParser.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/socketcomm/SocketComm.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/socketcomm/myTcpClient.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/startDatabaseDlg.cs (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs (+1/-1)
storage/ndb/src/cw/cpcd/APIService.cpp (+1/-1)
storage/ndb/src/cw/cpcd/APIService.hpp (+1/-1)
storage/ndb/src/cw/cpcd/CPCD.cpp (+1/-1)
storage/ndb/src/cw/cpcd/CPCD.hpp (+1/-1)
storage/ndb/src/cw/cpcd/Monitor.cpp (+1/-1)
storage/ndb/src/cw/cpcd/Process.cpp (+1/-1)
storage/ndb/src/cw/cpcd/common.cpp (+1/-1)
storage/ndb/src/cw/cpcd/common.hpp (+1/-1)
storage/ndb/src/cw/cpcd/main.cpp (+1/-1)
storage/ndb/src/cw/test/socketclient/socketClientTest.cpp (+1/-1)
storage/ndb/src/cw/util/ClientInterface.cpp (+1/-1)
storage/ndb/src/cw/util/ClientInterface.hpp (+1/-1)
storage/ndb/src/cw/util/SocketRegistry.cpp (+1/-1)
storage/ndb/src/cw/util/SocketRegistry.hpp (+1/-1)
storage/ndb/src/cw/util/SocketService.cpp (+1/-1)
storage/ndb/src/cw/util/SocketService.hpp (+1/-1)
storage/ndb/src/kernel/SimBlockList.cpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/Backup.cpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/Backup.hpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/BackupFormat.hpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/BackupInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/FsBuffer.hpp (+1/-1)
storage/ndb/src/kernel/blocks/backup/read.cpp (+1/-1)
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp (+1/-1)
storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbacc/Dbacc.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbacc/DbaccInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdict/SchemaFile.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/Sysfile.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/printSysfile.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/DblqhInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/reader.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/records.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dblqh/redoLogReader/records.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/DbtcInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/AttributeOffset.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupStoredProcDef.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxStat.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbutil/DbUtil.cpp (+1/-1)
storage/ndb/src/kernel/blocks/dbutil/DbUtil.hpp (+1/-1)
storage/ndb/src/kernel/blocks/diskpage.hpp (+1/-1)
storage/ndb/src/kernel/blocks/lgman.hpp (+1/-1)
storage/ndb/src/kernel/blocks/mutexes.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrSysTable.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/AsyncFileTest/AsyncFileTest.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/CircularIndex.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/CircularIndex.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/Filename.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/Filename.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/MemoryChannelTest/MemoryChannelTest.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/OpenFiles.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/Pool.hpp (+1/-1)
storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp (+1/-1)
storage/ndb/src/kernel/blocks/pgman.cpp (+1/-1)
storage/ndb/src/kernel/blocks/pgman.hpp (+1/-1)
storage/ndb/src/kernel/blocks/print_file.cpp (+1/-1)
storage/ndb/src/kernel/blocks/qmgr/Qmgr.hpp (+1/-1)
storage/ndb/src/kernel/blocks/qmgr/QmgrInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp (+1/-1)
storage/ndb/src/kernel/blocks/qmgr/timer.hpp (+1/-1)
storage/ndb/src/kernel/blocks/record_types.hpp (+1/-1)
storage/ndb/src/kernel/blocks/restore.cpp (+1/-1)
storage/ndb/src/kernel/blocks/restore.hpp (+1/-1)
storage/ndb/src/kernel/blocks/suma/Suma.cpp (+1/-1)
storage/ndb/src/kernel/blocks/suma/Suma.hpp (+1/-1)
storage/ndb/src/kernel/blocks/suma/SumaInit.cpp (+1/-1)
storage/ndb/src/kernel/blocks/trix/Trix.cpp (+1/-1)
storage/ndb/src/kernel/blocks/trix/Trix.hpp (+1/-1)
storage/ndb/src/kernel/blocks/tsman.cpp (+1/-1)
storage/ndb/src/kernel/blocks/tsman.hpp (+1/-1)
storage/ndb/src/kernel/error/ErrorHandlingMacros.hpp (+1/-1)
storage/ndb/src/kernel/error/ErrorReporter.cpp (+1/-1)
storage/ndb/src/kernel/error/ErrorReporter.hpp (+1/-1)
storage/ndb/src/kernel/error/TimeModule.cpp (+1/-1)
storage/ndb/src/kernel/error/TimeModule.hpp (+1/-1)
storage/ndb/src/kernel/error/ndbd_exit_codes.c (+1/-1)
storage/ndb/src/kernel/main.cpp (+1/-1)
storage/ndb/src/kernel/vm/Array.hpp (+1/-1)
storage/ndb/src/kernel/vm/ArrayPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/CArray.hpp (+1/-1)
storage/ndb/src/kernel/vm/Callback.hpp (+1/-1)
storage/ndb/src/kernel/vm/ClusterConfiguration.cpp (+1/-1)
storage/ndb/src/kernel/vm/ClusterConfiguration.hpp (+1/-1)
storage/ndb/src/kernel/vm/Configuration.cpp (+1/-1)
storage/ndb/src/kernel/vm/Configuration.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLCFifoList.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLCHashTable.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLFifoList.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLHashTable.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLHashTable2.hpp (+1/-1)
storage/ndb/src/kernel/vm/DLList.hpp (+1/-1)
storage/ndb/src/kernel/vm/DataBuffer.hpp (+1/-1)
storage/ndb/src/kernel/vm/DynArr256.cpp (+1/-1)
storage/ndb/src/kernel/vm/DynArr256.hpp (+1/-1)
storage/ndb/src/kernel/vm/Emulator.cpp (+1/-1)
storage/ndb/src/kernel/vm/Emulator.hpp (+1/-1)
storage/ndb/src/kernel/vm/FastScheduler.cpp (+1/-1)
storage/ndb/src/kernel/vm/FastScheduler.hpp (+1/-1)
storage/ndb/src/kernel/vm/GlobalData.hpp (+1/-1)
storage/ndb/src/kernel/vm/KeyDescriptor.hpp (+1/-1)
storage/ndb/src/kernel/vm/KeyTable.hpp (+1/-1)
storage/ndb/src/kernel/vm/KeyTable2.hpp (+1/-1)
storage/ndb/src/kernel/vm/KeyTable2Ref.hpp (+1/-1)
storage/ndb/src/kernel/vm/LinearPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/LongSignal.hpp (+1/-1)
storage/ndb/src/kernel/vm/Mutex.cpp (+1/-1)
storage/ndb/src/kernel/vm/Mutex.hpp (+1/-1)
storage/ndb/src/kernel/vm/NdbdSuperPool.cpp (+1/-1)
storage/ndb/src/kernel/vm/NdbdSuperPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/Pool.cpp (+1/-1)
storage/ndb/src/kernel/vm/Pool.hpp (+1/-1)
storage/ndb/src/kernel/vm/Prio.hpp (+1/-1)
storage/ndb/src/kernel/vm/RWPool.cpp (+1/-1)
storage/ndb/src/kernel/vm/RWPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/RequestTracker.hpp (+1/-1)
storage/ndb/src/kernel/vm/Rope.hpp (+1/-1)
storage/ndb/src/kernel/vm/SLFifoList.hpp (+1/-1)
storage/ndb/src/kernel/vm/SLList.hpp (+1/-1)
storage/ndb/src/kernel/vm/SafeCounter.cpp (+1/-1)
storage/ndb/src/kernel/vm/SafeCounter.hpp (+1/-1)
storage/ndb/src/kernel/vm/SectionReader.cpp (+1/-1)
storage/ndb/src/kernel/vm/SectionReader.hpp (+1/-1)
storage/ndb/src/kernel/vm/SignalCounter.hpp (+1/-1)
storage/ndb/src/kernel/vm/SimBlockList.hpp (+1/-1)
storage/ndb/src/kernel/vm/SimplePropertiesSection.cpp (+1/-1)
storage/ndb/src/kernel/vm/SimulatedBlock.cpp (+1/-1)
storage/ndb/src/kernel/vm/SimulatedBlock.hpp (+1/-1)
storage/ndb/src/kernel/vm/SuperPool.cpp (+1/-1)
storage/ndb/src/kernel/vm/SuperPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/ThreadConfig.cpp (+1/-1)
storage/ndb/src/kernel/vm/ThreadConfig.hpp (+1/-1)
storage/ndb/src/kernel/vm/TimeQueue.cpp (+1/-1)
storage/ndb/src/kernel/vm/TimeQueue.hpp (+1/-1)
storage/ndb/src/kernel/vm/TransporterCallback.cpp (+1/-1)
storage/ndb/src/kernel/vm/VMSignal.cpp (+1/-1)
storage/ndb/src/kernel/vm/VMSignal.hpp (+1/-1)
storage/ndb/src/kernel/vm/WOPool.cpp (+1/-1)
storage/ndb/src/kernel/vm/WOPool.hpp (+1/-1)
storage/ndb/src/kernel/vm/WaitQueue.hpp (+1/-1)
storage/ndb/src/kernel/vm/WatchDog.cpp (+1/-1)
storage/ndb/src/kernel/vm/WatchDog.hpp (+1/-1)
storage/ndb/src/kernel/vm/al_test/arrayListTest.cpp (+1/-1)
storage/ndb/src/kernel/vm/al_test/arrayPoolTest.cpp (+1/-1)
storage/ndb/src/kernel/vm/al_test/main.cpp (+1/-1)
storage/ndb/src/kernel/vm/bench_pool.cpp (+1/-1)
storage/ndb/src/kernel/vm/ndbd_malloc.cpp (+1/-1)
storage/ndb/src/kernel/vm/ndbd_malloc.hpp (+1/-1)
storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp (+1/-1)
storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp (+1/-1)
storage/ndb/src/kernel/vm/pc.hpp (+1/-1)
storage/ndb/src/kernel/vm/testCopy/rr.cpp (+1/-1)
storage/ndb/src/kernel/vm/testCopy/testCopy.cpp (+1/-1)
storage/ndb/src/kernel/vm/testDataBuffer/testDataBuffer.cpp (+1/-1)
storage/ndb/src/kernel/vm/testLongSig/testLongSig.cpp (+1/-1)
storage/ndb/src/kernel/vm/testSimplePropertiesSection/test.cpp (+1/-1)
storage/ndb/src/kernel/vm/testSuperPool.cpp (+1/-1)
storage/ndb/src/mgmapi/LocalConfig.cpp (+1/-1)
storage/ndb/src/mgmapi/LocalConfig.hpp (+1/-1)
storage/ndb/src/mgmapi/mgmapi.cpp (+1/-1)
storage/ndb/src/mgmapi/mgmapi_configuration.hpp (+1/-1)
storage/ndb/src/mgmapi/mgmapi_internal.h (+1/-1)
storage/ndb/src/mgmapi/ndb_logevent.cpp (+1/-1)
storage/ndb/src/mgmapi/ndb_logevent.hpp (+1/-1)
storage/ndb/src/mgmapi/test/keso.c (+1/-1)
storage/ndb/src/mgmapi/test/mgmSrvApi.cpp (+1/-1)
storage/ndb/src/mgmclient/CommandInterpreter.cpp (+1/-1)
storage/ndb/src/mgmclient/main.cpp (+1/-1)
storage/ndb/src/mgmclient/ndb_mgmclient.h (+1/-1)
storage/ndb/src/mgmclient/ndb_mgmclient.hpp (+1/-1)
storage/ndb/src/mgmclient/test_cpcd/test_cpcd.cpp (+1/-1)
storage/ndb/src/mgmsrv/Config.cpp (+1/-1)
storage/ndb/src/mgmsrv/Config.hpp (+1/-1)
storage/ndb/src/mgmsrv/ConfigInfo.cpp (+1/-1)
storage/ndb/src/mgmsrv/ConfigInfo.hpp (+1/-1)
storage/ndb/src/mgmsrv/InitConfigFileParser.cpp (+1/-1)
storage/ndb/src/mgmsrv/InitConfigFileParser.hpp (+1/-1)
storage/ndb/src/mgmsrv/MgmtSrvr.cpp (+1/-1)
storage/ndb/src/mgmsrv/MgmtSrvr.hpp (+1/-1)
storage/ndb/src/mgmsrv/MgmtSrvrConfig.cpp (+1/-1)
storage/ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp (+1/-1)
storage/ndb/src/mgmsrv/Services.cpp (+1/-1)
storage/ndb/src/mgmsrv/Services.hpp (+1/-1)
storage/ndb/src/mgmsrv/SignalQueue.cpp (+1/-1)
storage/ndb/src/mgmsrv/SignalQueue.hpp (+1/-1)
storage/ndb/src/mgmsrv/convertStrToInt.cpp (+1/-1)
storage/ndb/src/mgmsrv/convertStrToInt.hpp (+1/-1)
storage/ndb/src/mgmsrv/main.cpp (+1/-1)
storage/ndb/src/mgmsrv/mkconfig/mkconfig.cpp (+1/-1)
storage/ndb/src/ndbapi/API.hpp (+1/-1)
storage/ndb/src/ndbapi/ClusterMgr.cpp (+1/-1)
storage/ndb/src/ndbapi/ClusterMgr.hpp (+1/-1)
storage/ndb/src/ndbapi/DictCache.cpp (+1/-1)
storage/ndb/src/ndbapi/DictCache.hpp (+1/-1)
storage/ndb/src/ndbapi/Ndb.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbApiSignal.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbApiSignal.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbBlob.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbBlobImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbDictionary.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbErrorOut.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbEventOperation.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbIndexOperation.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbIndexStat.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbLinHash.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperation.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperationDefine.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperationExec.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperationInt.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperationScan.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbOperationSearch.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbPool.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbPoolImpl.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbPoolImpl.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbRecAttr.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbReceiver.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbScanFilter.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbScanOperation.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbTransaction.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbTransactionScan.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbUtil.cpp (+1/-1)
storage/ndb/src/ndbapi/NdbUtil.hpp (+1/-1)
storage/ndb/src/ndbapi/NdbWaiter.hpp (+1/-1)
storage/ndb/src/ndbapi/Ndberr.cpp (+1/-1)
storage/ndb/src/ndbapi/Ndbif.cpp (+1/-1)
storage/ndb/src/ndbapi/Ndbinit.cpp (+1/-1)
storage/ndb/src/ndbapi/Ndblist.cpp (+1/-1)
storage/ndb/src/ndbapi/ObjectMap.cpp (+1/-1)
storage/ndb/src/ndbapi/ObjectMap.hpp (+1/-1)
storage/ndb/src/ndbapi/SignalSender.cpp (+1/-1)
storage/ndb/src/ndbapi/SignalSender.hpp (+1/-1)
storage/ndb/src/ndbapi/TransporterFacade.cpp (+1/-1)
storage/ndb/src/ndbapi/TransporterFacade.hpp (+1/-1)
storage/ndb/src/ndbapi/ndb_cluster_connection.cpp (+1/-1)
storage/ndb/src/ndbapi/ndb_cluster_connection_impl.hpp (+1/-1)
storage/ndb/src/ndbapi/ndberror.c (+1/-1)
storage/ndb/src/ndbapi/signal-sender/SignalSender.cpp (+1/-1)
storage/ndb/src/ndbapi/signal-sender/SignalSender.hpp (+1/-1)
storage/ndb/test/include/AtrtClient.hpp (+1/-1)
storage/ndb/test/include/CpcClient.hpp (+1/-1)
storage/ndb/test/include/DbUtil.hpp (+1/-1)
storage/ndb/test/include/HugoAsynchTransactions.hpp (+1/-1)
storage/ndb/test/include/HugoCalculator.hpp (+1/-1)
storage/ndb/test/include/HugoOperations.hpp (+1/-1)
storage/ndb/test/include/HugoTransactions.hpp (+1/-1)
storage/ndb/test/include/NDBT.hpp (+1/-1)
storage/ndb/test/include/NDBT_DataSet.hpp (+1/-1)
storage/ndb/test/include/NDBT_DataSetTransaction.hpp (+1/-1)
storage/ndb/test/include/NDBT_Error.hpp (+1/-1)
storage/ndb/test/include/NDBT_Output.hpp (+1/-1)
storage/ndb/test/include/NDBT_ResultRow.hpp (+1/-1)
storage/ndb/test/include/NDBT_ReturnCodes.h (+1/-1)
storage/ndb/test/include/NDBT_Stats.hpp (+1/-1)
storage/ndb/test/include/NDBT_Table.hpp (+1/-1)
storage/ndb/test/include/NDBT_Tables.hpp (+1/-1)
storage/ndb/test/include/NDBT_Test.hpp (+1/-1)
storage/ndb/test/include/NDBT_Thread.hpp (+1/-1)
storage/ndb/test/include/NdbBackup.hpp (+1/-1)
storage/ndb/test/include/NdbConfig.hpp (+1/-1)
storage/ndb/test/include/NdbGrep.hpp (+1/-1)
storage/ndb/test/include/NdbMixRestarter.hpp (+1/-1)
storage/ndb/test/include/NdbRestarter.hpp (+1/-1)
storage/ndb/test/include/NdbRestarts.hpp (+1/-1)
storage/ndb/test/include/NdbSchemaCon.hpp (+1/-1)
storage/ndb/test/include/NdbSchemaOp.hpp (+1/-1)
storage/ndb/test/include/NdbTest.hpp (+1/-1)
storage/ndb/test/include/NdbTimer.hpp (+1/-1)
storage/ndb/test/include/TestNdbEventOperation.hpp (+1/-1)
storage/ndb/test/include/UtilTransactions.hpp (+1/-1)
storage/ndb/test/include/getarg.h (+1/-1)
storage/ndb/test/ndbapi/InsertRecs.cpp (+1/-1)
storage/ndb/test/ndbapi/ScanFilter.hpp (+1/-1)
storage/ndb/test/ndbapi/ScanFunctions.hpp (+1/-1)
storage/ndb/test/ndbapi/ScanInterpretTest.hpp (+1/-1)
storage/ndb/test/ndbapi/TraceNdbApi.cpp (+1/-1)
storage/ndb/test/ndbapi/VerifyNdbApi.cpp (+1/-1)
storage/ndb/test/ndbapi/acid.cpp (+1/-1)
storage/ndb/test/ndbapi/acid2.cpp (+1/-1)
storage/ndb/test/ndbapi/acrt/NdbRepStress.cpp (+1/-1)
storage/ndb/test/ndbapi/adoInsertRecs.cpp (+1/-1)
storage/ndb/test/ndbapi/asyncGenerator.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/Bank.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/Bank.hpp (+1/-1)
storage/ndb/test/ndbapi/bank/BankLoad.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankCreator.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankMakeGL.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankSumAccounts.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankTimer.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankTransactionMaker.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/bankValidateAllGLs.cpp (+1/-1)
storage/ndb/test/ndbapi/bank/testBank.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/asyncGenerator.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/dbGenerator.h (+1/-1)
storage/ndb/test/ndbapi/bench/dbPopulate.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/dbPopulate.h (+1/-1)
storage/ndb/test/ndbapi/bench/macros.h (+1/-1)
storage/ndb/test/ndbapi/bench/mainAsyncGenerator.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/mainPopulate.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_async1.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_async2.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_error.hpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_schema.hpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction2.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction3.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction4.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction5.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/ndb_user_transaction6.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/testData.h (+1/-1)
storage/ndb/test/ndbapi/bench/testDefinitions.h (+1/-1)
storage/ndb/test/ndbapi/bench/userInterface.cpp (+1/-1)
storage/ndb/test/ndbapi/bench/userInterface.h (+1/-1)
storage/ndb/test/ndbapi/benchronja.cpp (+1/-1)
storage/ndb/test/ndbapi/bulk_copy.cpp (+1/-1)
storage/ndb/test/ndbapi/cdrserver.cpp (+1/-1)
storage/ndb/test/ndbapi/celloDb.cpp (+1/-1)
storage/ndb/test/ndbapi/create_all_tabs.cpp (+1/-1)
storage/ndb/test/ndbapi/create_tab.cpp (+1/-1)
storage/ndb/test/ndbapi/drop_all_tabs.cpp (+1/-1)
storage/ndb/test/ndbapi/flexAsynch.cpp (+1/-1)
storage/ndb/test/ndbapi/flexBench.cpp (+1/-1)
storage/ndb/test/ndbapi/flexHammer.cpp (+1/-1)
storage/ndb/test/ndbapi/flexScan.cpp (+1/-1)
storage/ndb/test/ndbapi/flexTT.cpp (+1/-1)
storage/ndb/test/ndbapi/flexTimedAsynch.cpp (+1/-1)
storage/ndb/test/ndbapi/flex_bench_mysql.cpp (+1/-1)
storage/ndb/test/ndbapi/index.cpp (+1/-1)
storage/ndb/test/ndbapi/index2.cpp (+1/-1)
storage/ndb/test/ndbapi/initronja.cpp (+1/-1)
storage/ndb/test/ndbapi/interpreterInTup.cpp (+1/-1)
storage/ndb/test/ndbapi/mainAsyncGenerator.cpp (+1/-1)
storage/ndb/test/ndbapi/msa.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_async1.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_async2.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_populate.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction2.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction3.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction4.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction5.cpp (+1/-1)
storage/ndb/test/ndbapi/ndb_user_transaction6.cpp (+1/-1)
storage/ndb/test/ndbapi/restarter.cpp (+1/-1)
storage/ndb/test/ndbapi/restarter2.cpp (+1/-1)
storage/ndb/test/ndbapi/restarts.cpp (+1/-1)
storage/ndb/test/ndbapi/size.cpp (+1/-1)
storage/ndb/test/ndbapi/testBackup.cpp (+1/-1)
storage/ndb/test/ndbapi/testBasic.cpp (+1/-1)
storage/ndb/test/ndbapi/testBasicAsynch.cpp (+1/-1)
storage/ndb/test/ndbapi/testBlobs.cpp (+1/-1)
storage/ndb/test/ndbapi/testDataBuffers.cpp (+1/-1)
storage/ndb/test/ndbapi/testDeadlock.cpp (+1/-1)
storage/ndb/test/ndbapi/testDict.cpp (+1/-1)
storage/ndb/test/ndbapi/testGrepVerify.cpp (+1/-1)
storage/ndb/test/ndbapi/testIndex.cpp (+1/-1)
storage/ndb/test/ndbapi/testIndexStat.cpp (+1/-1)
storage/ndb/test/ndbapi/testInterpreter.cpp (+1/-1)
storage/ndb/test/ndbapi/testMgm.cpp (+1/-1)
storage/ndb/test/ndbapi/testNDBT.cpp (+1/-1)
storage/ndb/test/ndbapi/testNdbApi.cpp (+1/-1)
storage/ndb/test/ndbapi/testNodeRestart.cpp (+1/-1)
storage/ndb/test/ndbapi/testOIBasic.cpp (+1/-1)
storage/ndb/test/ndbapi/testOperations.cpp (+1/-1)
storage/ndb/test/ndbapi/testOrderedIndex.cpp (+1/-1)
storage/ndb/test/ndbapi/testPartitioning.cpp (+1/-1)
storage/ndb/test/ndbapi/testReadPerf.cpp (+1/-1)
storage/ndb/test/ndbapi/testRestartGci.cpp (+1/-1)
storage/ndb/test/ndbapi/testSRBank.cpp (+1/-1)
storage/ndb/test/ndbapi/testScan.cpp (+1/-1)
storage/ndb/test/ndbapi/testScanInterpreter.cpp (+1/-1)
storage/ndb/test/ndbapi/testScanPerf.cpp (+1/-1)
storage/ndb/test/ndbapi/testSystemRestart.cpp (+1/-1)
storage/ndb/test/ndbapi/testTimeout.cpp (+1/-1)
storage/ndb/test/ndbapi/testTransactions.cpp (+1/-1)
storage/ndb/test/ndbapi/test_event.cpp (+1/-1)
storage/ndb/test/ndbapi/test_event_merge.cpp (+1/-1)
storage/ndb/test/ndbapi/test_event_multi_table.cpp (+1/-1)
storage/ndb/test/ndbapi/userInterface.cpp (+1/-1)
storage/ndb/test/ndbnet/test.run (+1/-1)
storage/ndb/test/ndbnet/testError.run (+1/-1)
storage/ndb/test/ndbnet/testMNF.run (+1/-1)
storage/ndb/test/ndbnet/testNR.run (+1/-1)
storage/ndb/test/ndbnet/testNR1.run (+1/-1)
storage/ndb/test/ndbnet/testNR4.run (+1/-1)
storage/ndb/test/ndbnet/testSRhang.run (+1/-1)
storage/ndb/test/ndbnet/testTR295.run (+1/-1)
storage/ndb/test/newtonapi/basic_test/basic/basic.cpp (+1/-1)
storage/ndb/test/newtonapi/basic_test/bulk_read/br_test.cpp (+1/-1)
storage/ndb/test/newtonapi/basic_test/common.cpp (+1/-1)
storage/ndb/test/newtonapi/basic_test/common.hpp (+1/-1)
storage/ndb/test/newtonapi/basic_test/ptr_binding/ptr_binding_test.cpp (+1/-1)
storage/ndb/test/newtonapi/basic_test/too_basic.cpp (+1/-1)
storage/ndb/test/newtonapi/perf_test/perf.cpp (+1/-1)
storage/ndb/test/odbc/SQL99_test/SQL99_test.cpp (+1/-1)
storage/ndb/test/odbc/SQL99_test/SQL99_test.h (+1/-1)
storage/ndb/test/odbc/client/NDBT_ALLOCHANDLE.cpp (+1/-1)
storage/ndb/test/odbc/client/NDBT_ALLOCHANDLE_HDBC.cpp (+1/-1)
storage/ndb/test/odbc/client/NDBT_SQLConnect.cpp (+1/-1)
storage/ndb/test/odbc/client/NDBT_SQLPrepare.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLAllocEnvTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLAllocHandleTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLAllocHandleTest_bf.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLBindColTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLBindParameterTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLCancelTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLCloseCursorTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest1.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest3.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLConnectTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLCopyDescTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLDescribeColTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLDisconnectTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLDriverConnectTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLEndTranTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLErrorTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLExecDirectTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLExecuteTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLFetchScrollTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLFetchTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLFreeHandleTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLFreeStmtTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetConnectAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetCursorNameTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDataTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDescFieldTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDescRecTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDiagFieldTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDiagRecSimpleTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetDiagRecTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetEnvAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetFunctionsTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetInfoTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetStmtAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLGetTypeInfoTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLMoreResultsTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLNumResultColsTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLParamDataTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLPrepareTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLPutDataTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLRowCountTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetConnectAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetCursorNameTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetDescFieldTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetDescRecTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetEnvAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLSetStmtAttrTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLTablesTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLTransactTest.cpp (+1/-1)
storage/ndb/test/odbc/client/common.hpp (+1/-1)
storage/ndb/test/odbc/client/main.cpp (+1/-1)
storage/ndb/test/odbc/driver/testOdbcDriver.cpp (+1/-1)
storage/ndb/test/odbc/test_compiler/test_compiler.cpp (+1/-1)
storage/ndb/test/run-test/atrt-analyze-result.sh (+1/-1)
storage/ndb/test/run-test/atrt-clear-result.sh (+1/-1)
storage/ndb/test/run-test/atrt-gather-result.sh (+1/-1)
storage/ndb/test/run-test/atrt-setup.sh (+1/-1)
storage/ndb/test/run-test/atrt-testBackup (+1/-1)
storage/ndb/test/run-test/atrt.hpp (+1/-1)
storage/ndb/test/run-test/main.cpp (+1/-1)
storage/ndb/test/run-test/make-index.sh (+1/-1)
storage/ndb/test/src/CpcClient.cpp (+1/-1)
storage/ndb/test/src/DbUtil.cpp (+1/-1)
storage/ndb/test/src/HugoAsynchTransactions.cpp (+1/-1)
storage/ndb/test/src/HugoCalculator.cpp (+1/-1)
storage/ndb/test/src/HugoOperations.cpp (+1/-1)
storage/ndb/test/src/HugoTransactions.cpp (+1/-1)
storage/ndb/test/src/NDBT_Error.cpp (+1/-1)
storage/ndb/test/src/NDBT_Output.cpp (+1/-1)
storage/ndb/test/src/NDBT_ResultRow.cpp (+1/-1)
storage/ndb/test/src/NDBT_ReturnCodes.cpp (+1/-1)
storage/ndb/test/src/NDBT_Table.cpp (+1/-1)
storage/ndb/test/src/NDBT_Tables.cpp (+1/-1)
storage/ndb/test/src/NDBT_Test.cpp (+1/-1)
storage/ndb/test/src/NDBT_Thread.cpp (+1/-1)
storage/ndb/test/src/NdbBackup.cpp (+1/-1)
storage/ndb/test/src/NdbConfig.cpp (+1/-1)
storage/ndb/test/src/NdbGrep.cpp (+1/-1)
storage/ndb/test/src/NdbMixRestarter.cpp (+1/-1)
storage/ndb/test/src/NdbRestarter.cpp (+1/-1)
storage/ndb/test/src/NdbRestarts.cpp (+1/-1)
storage/ndb/test/src/NdbSchemaCon.cpp (+1/-1)
storage/ndb/test/src/NdbSchemaOp.cpp (+1/-1)
storage/ndb/test/src/UtilTransactions.cpp (+1/-1)
storage/ndb/test/tools/connect.cpp (+1/-1)
storage/ndb/test/tools/copy_tab.cpp (+1/-1)
storage/ndb/test/tools/cpcc.cpp (+1/-1)
storage/ndb/test/tools/create_index.cpp (+1/-1)
storage/ndb/test/tools/hugoCalculator.cpp (+1/-1)
storage/ndb/test/tools/hugoFill.cpp (+1/-1)
storage/ndb/test/tools/hugoLoad.cpp (+1/-1)
storage/ndb/test/tools/hugoLockRecords.cpp (+1/-1)
storage/ndb/test/tools/hugoPkDelete.cpp (+1/-1)
storage/ndb/test/tools/hugoPkRead.cpp (+1/-1)
storage/ndb/test/tools/hugoPkReadRecord.cpp (+1/-1)
storage/ndb/test/tools/hugoPkUpdate.cpp (+1/-1)
storage/ndb/test/tools/hugoScanRead.cpp (+1/-1)
storage/ndb/test/tools/hugoScanUpdate.cpp (+1/-1)
storage/ndb/test/tools/listen.cpp (+1/-1)
storage/ndb/test/tools/rep_latency.cpp (+1/-1)
storage/ndb/test/tools/restart.cpp (+1/-1)
storage/ndb/test/tools/transproxy.cpp (+1/-1)
storage/ndb/test/tools/verify_index.cpp (+1/-1)
storage/ndb/tools/clean-links.sh (+1/-1)
storage/ndb/tools/delete_all.cpp (+1/-1)
storage/ndb/tools/desc.cpp (+1/-1)
storage/ndb/tools/drop_index.cpp (+1/-1)
storage/ndb/tools/drop_tab.cpp (+1/-1)
storage/ndb/tools/listTables.cpp (+1/-1)
storage/ndb/tools/make-errors.pl (+1/-1)
storage/ndb/tools/make-links.sh (+1/-1)
storage/ndb/tools/ndb_config.cpp (+1/-1)
storage/ndb/tools/ndb_error_reporter (+1/-1)
storage/ndb/tools/ndb_test_platform.cpp (+1/-1)
storage/ndb/tools/ndbsql.cpp (+1/-1)
storage/ndb/tools/restore/Restore.cpp (+1/-1)
storage/ndb/tools/restore/Restore.hpp (+1/-1)
storage/ndb/tools/restore/consumer.cpp (+1/-1)
storage/ndb/tools/restore/consumer.hpp (+1/-1)
storage/ndb/tools/restore/consumer_printer.cpp (+1/-1)
storage/ndb/tools/restore/consumer_printer.hpp (+1/-1)
storage/ndb/tools/restore/consumer_restore.cpp (+1/-1)
storage/ndb/tools/restore/consumer_restore.hpp (+1/-1)
storage/ndb/tools/restore/consumer_restorem.cpp (+1/-1)
storage/ndb/tools/restore/ndb_nodegroup_map.h (+1/-1)
storage/ndb/tools/restore/restore_main.cpp (+1/-1)
storage/ndb/tools/rgrep (+1/-1)
storage/ndb/tools/select_all.cpp (+1/-1)
storage/ndb/tools/select_count.cpp (+1/-1)
storage/ndb/tools/waiter.cpp (+1/-1)
storage/perfschema/pfs_check.cc (+2/-1)
storage/perfschema/pfs_events_waits.cc (+1/-1)
strings/CMakeLists.txt (+1/-1)
strings/ctype-mb.c (+1/-1)
strings/ctype-simple.c (+1/-1)
strings/ctype-uca.c (+1/-1)
strings/ctype-ucs2.c (+2/-2)
strings/ctype-utf8.c (+231/-36)
strings/ctype-win1250ch.c (+1/-1)
strings/ctype.c (+1/-2)
strings/my_strtoll10.c (+1/-1)
strings/t_ctype.h (+2/-1)
support-files/MySQL-shared-compat.spec.sh (+1/-1)
tests/connect_test.c (+2/-1)
tests/fork_big.pl (+3/-2)
tests/fork_big2.pl (+3/-2)
tests/insert_test.c (+2/-1)
tests/list_test.c (+2/-1)
tests/select_test.c (+2/-1)
tests/showdb_test.c (+2/-1)
tests/ssl_test.c (+2/-1)
vio/CMakeLists.txt (+1/-1)
vio/viossl.c (+1/-1)
vio/viosslfactories.c (+1/-1)
zlib/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/merge-5.5.36
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) g2 Approve
Review via email: mp+204428@code.launchpad.net

Description of the change

http://jenkins.percona.com/job/percona-server-5.5-param/939/

Merge MySQL 5.6.36,
https://blueprints.launchpad.net/percona-server/+spec/merge-5.5.36.
The merge is trivial, except for the revert of our fix for bug 1182572
/ upstream http://bugs.mysql.com/bug.php?id=68354.

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

Import updated man pages from mysql-5.5.36.tar.gz.

To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Apart from a bunch of copyright changes this MP is relatively small. Approved, and since it is g2 review also changed status.

review: Approve (g2)

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-01-14 11:57:01 +0000
3+++ CMakeLists.txt 2014-02-03 08:11:10 +0000
4@@ -342,6 +342,15 @@
5 SET(DEFAULT_SYSCONFDIR "${SYSCONFDIR}")
6 ENDIF()
7
8+OPTION(TMPDIR
9+"PATH to MySQL TMP dir. If unspecified, defaults to P_tmpdir in <stdio.h>" OFF)
10+IF(TMPDIR)
11+ # Quote it, to make it a const char string.
12+ SET(DEFAULT_TMPDIR "\"${TMPDIR}\"")
13+ELSE()
14+ # Do not quote it, to refer to the P_tmpdir macro in <stdio.h>.
15+ SET(DEFAULT_TMPDIR "P_tmpdir")
16+ENDIF()
17
18 # Run platform tests
19 INCLUDE(configure.cmake)
20@@ -419,6 +428,7 @@
21 ADD_SUBDIRECTORY(internal)
22 ENDIF()
23 ADD_SUBDIRECTORY(packaging/rpm-uln)
24+ ADD_SUBDIRECTORY(packaging/rpm-oel)
25 ENDIF()
26
27 INCLUDE(cmake/abi_check.cmake)
28
29=== modified file 'Makefile-ps'
30--- Makefile-ps 2014-01-14 11:57:01 +0000
31+++ Makefile-ps 2014-02-03 08:11:10 +0000
32@@ -1,5 +1,5 @@
33-MYSQL_VERSION=5.5.35
34-PERCONA_SERVER_VERSION=rel32.0
35+MYSQL_VERSION=5.5.36
36+PERCONA_SERVER_VERSION=rel34.0
37 PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
38 PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
39 PERCONA_SERVER_SHORT_2 ?=Percona-Server
40
41=== modified file 'README.MySQL'
42--- README.MySQL 2013-10-08 05:03:31 +0000
43+++ README.MySQL 2014-02-03 08:11:10 +0000
44@@ -5,7 +5,7 @@
45 is released under the version 2 of the GNU General Public License.
46 MySQL is brought to you by Oracle.
47
48-Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
49+Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
50
51 License information can be found in the COPYING file.
52
53
54=== modified file 'VERSION'
55--- VERSION 2014-01-14 11:57:01 +0000
56+++ VERSION 2014-02-03 08:11:10 +0000
57@@ -1,4 +1,4 @@
58 MYSQL_VERSION_MAJOR=5
59 MYSQL_VERSION_MINOR=5
60-MYSQL_VERSION_PATCH=35
61-MYSQL_VERSION_EXTRA=-33.1
62+MYSQL_VERSION_PATCH=36
63+MYSQL_VERSION_EXTRA=-34.0
64
65=== modified file 'client/mysql_plugin.c'
66--- client/mysql_plugin.c 2013-09-05 08:48:43 +0000
67+++ client/mysql_plugin.c 2014-02-03 08:11:10 +0000
68@@ -1,5 +1,5 @@
69 /*
70- Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
71+ Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
72
73 This program is free software; you can redistribute it and/or modify
74 it under the terms of the GNU General Public License as published by
75@@ -856,7 +856,7 @@
76 strncat(buff, FN_DIRSEP, sizeof(buff) - strlen(buff) - 1);
77 #endif
78 buff[sizeof(buff) - 1]= 0;
79- my_delete(opt_basedir, MYF(0));
80+ my_free(opt_basedir);
81 opt_basedir= my_strdup(buff, MYF(MY_FAE));
82 }
83 }
84
85=== modified file 'client/mysqlcheck.c'
86--- client/mysqlcheck.c 2013-02-26 05:35:17 +0000
87+++ client/mysqlcheck.c 2014-02-03 08:11:10 +0000
88@@ -1,5 +1,5 @@
89 /*
90- Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
91+ Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
92
93 This program is free software; you can redistribute it and/or modify
94 it under the terms of the GNU General Public License as published by
95
96=== modified file 'cmake/zlib.cmake'
97--- cmake/zlib.cmake 2013-02-20 10:24:16 +0000
98+++ cmake/zlib.cmake 2014-02-03 08:11:10 +0000
99@@ -1,5 +1,4 @@
100-# Copyright (c) 2009 Sun Microsystems, Inc.
101-# Use is subject to license terms.
102+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
103 #
104 # This program is free software; you can redistribute it and/or modify
105 # it under the terms of the GNU General Public License as published by
106
107=== modified file 'config.h.cmake'
108--- config.h.cmake 2012-09-26 13:20:49 +0000
109+++ config.h.cmake 2014-02-03 08:11:10 +0000
110@@ -1,4 +1,4 @@
111-/* Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
112+/* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
113
114 This program is free software; you can redistribute it and/or modify
115 it under the terms of the GNU General Public License as published by
116@@ -600,6 +600,7 @@
117 #cmakedefine DEFAULT_CHARSET_HOME "@DEFAULT_CHARSET_HOME@"
118 #cmakedefine PLUGINDIR "@PLUGINDIR@"
119 #cmakedefine DEFAULT_SYSCONFDIR "@DEFAULT_SYSCONFDIR@"
120+#cmakedefine DEFAULT_TMPDIR @DEFAULT_TMPDIR@
121
122 #cmakedefine SO_EXT "@CMAKE_SHARED_MODULE_SUFFIX@"
123
124
125=== modified file 'extra/yassl/CMakeLists.txt'
126--- extra/yassl/CMakeLists.txt 2013-10-09 05:40:46 +0000
127+++ extra/yassl/CMakeLists.txt 2014-02-03 08:11:10 +0000
128@@ -1,4 +1,4 @@
129-# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
130+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
131 #
132 # This program is free software; you can redistribute it and/or modify
133 # it under the terms of the GNU General Public License as published by
134
135=== modified file 'extra/yassl/include/yassl_error.hpp'
136--- extra/yassl/include/yassl_error.hpp 2013-02-26 05:35:17 +0000
137+++ extra/yassl/include/yassl_error.hpp 2014-02-03 08:11:10 +0000
138@@ -1,5 +1,5 @@
139 /*
140- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
141+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
142
143 This program is free software; you can redistribute it and/or modify
144 it under the terms of the GNU General Public License as published by
145
146=== modified file 'extra/yassl/include/yassl_types.hpp'
147--- extra/yassl/include/yassl_types.hpp 2013-02-26 05:35:17 +0000
148+++ extra/yassl/include/yassl_types.hpp 2014-02-03 08:11:10 +0000
149@@ -1,5 +1,5 @@
150 /*
151- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
152+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
153
154 This program is free software; you can redistribute it and/or modify
155 it under the terms of the GNU General Public License as published by
156
157=== modified file 'extra/yassl/src/handshake.cpp'
158--- extra/yassl/src/handshake.cpp 2013-02-26 05:35:17 +0000
159+++ extra/yassl/src/handshake.cpp 2014-02-03 08:11:10 +0000
160@@ -1,5 +1,5 @@
161 /*
162- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
163+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
164
165 This program is free software; you can redistribute it and/or modify
166 it under the terms of the GNU General Public License as published by
167
168=== modified file 'extra/yassl/src/yassl_error.cpp'
169--- extra/yassl/src/yassl_error.cpp 2013-02-26 05:35:17 +0000
170+++ extra/yassl/src/yassl_error.cpp 2014-02-03 08:11:10 +0000
171@@ -1,5 +1,5 @@
172 /*
173- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
174+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
175
176 This program is free software; you can redistribute it and/or modify
177 it under the terms of the GNU General Public License as published by
178
179=== modified file 'extra/yassl/src/yassl_imp.cpp'
180--- extra/yassl/src/yassl_imp.cpp 2013-02-15 07:07:21 +0000
181+++ extra/yassl/src/yassl_imp.cpp 2014-02-03 08:11:10 +0000
182@@ -1,5 +1,5 @@
183 /*
184- Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
185+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
186
187 This program is free software; you can redistribute it and/or modify
188 it under the terms of the GNU General Public License as published by
189
190=== modified file 'extra/yassl/taocrypt/CMakeLists.txt'
191--- extra/yassl/taocrypt/CMakeLists.txt 2013-10-09 05:40:46 +0000
192+++ extra/yassl/taocrypt/CMakeLists.txt 2014-02-03 08:11:10 +0000
193@@ -1,4 +1,4 @@
194-# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
195+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
196 #
197 # This program is free software; you can redistribute it and/or modify
198 # it under the terms of the GNU General Public License as published by
199
200=== modified file 'include/my_getopt.h'
201--- include/my_getopt.h 2013-10-09 05:59:54 +0000
202+++ include/my_getopt.h 2014-02-03 08:11:10 +0000
203@@ -1,5 +1,5 @@
204 /*
205- Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
206+ Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
207
208 This program is free software; you can redistribute it and/or modify
209 it under the terms of the GNU General Public License as published by
210
211=== modified file 'include/my_net.h'
212--- include/my_net.h 2013-03-19 14:53:48 +0000
213+++ include/my_net.h 2014-02-03 08:11:10 +0000
214@@ -1,4 +1,4 @@
215-/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
216+/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
217
218 This program is free software; you can redistribute it and/or modify
219 it under the terms of the GNU General Public License as published by
220
221=== modified file 'include/my_pthread.h'
222--- include/my_pthread.h 2013-03-19 14:53:48 +0000
223+++ include/my_pthread.h 2014-02-03 08:11:10 +0000
224@@ -1,4 +1,4 @@
225-/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
226+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
227
228 This program is free software; you can redistribute it and/or modify
229 it under the terms of the GNU General Public License as published by
230@@ -134,7 +134,7 @@
231 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr);
232 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
233 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
234- struct timespec *abstime);
235+ const struct timespec *abstime);
236 int pthread_cond_signal(pthread_cond_t *cond);
237 int pthread_cond_broadcast(pthread_cond_t *cond);
238 int pthread_cond_destroy(pthread_cond_t *cond);
239
240=== modified file 'include/myisam.h'
241--- include/myisam.h 2013-10-17 12:39:04 +0000
242+++ include/myisam.h 2014-02-03 08:11:10 +0000
243@@ -1,5 +1,5 @@
244 /*
245- Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
246+ Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
247
248 This program is free software; you can redistribute it and/or modify
249 it under the terms of the GNU General Public License as published by
250
251=== modified file 'include/mysql/plugin.h'
252--- include/mysql/plugin.h 2013-08-02 09:40:55 +0000
253+++ include/mysql/plugin.h 2014-02-03 08:11:10 +0000
254@@ -1,4 +1,4 @@
255-/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
256+/* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
257
258 This program is free software; you can redistribute it and/or modify
259 it under the terms of the GNU General Public License as published by
260
261=== modified file 'include/mysql/plugin_audit.h'
262--- include/mysql/plugin_audit.h 2013-07-02 06:28:39 +0000
263+++ include/mysql/plugin_audit.h 2014-02-03 08:11:10 +0000
264@@ -1,4 +1,4 @@
265-/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
266+/* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
267
268 This program is free software; you can redistribute it and/or
269 modify it under the terms of the GNU General Public License
270
271=== modified file 'include/mysql/psi/mysql_thread.h'
272--- include/mysql/psi/mysql_thread.h 2010-09-29 12:09:07 +0000
273+++ include/mysql/psi/mysql_thread.h 2014-02-03 08:11:10 +0000
274@@ -1,4 +1,4 @@
275-/* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
276+/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
277
278 This program is free software; you can redistribute it and/or modify
279 it under the terms of the GNU General Public License as published by
280@@ -988,7 +988,7 @@
281 static inline int inline_mysql_cond_timedwait(
282 mysql_cond_t *that,
283 mysql_mutex_t *mutex,
284- struct timespec *abstime
285+ const struct timespec *abstime
286 #ifdef HAVE_PSI_INTERFACE
287 , const char *src_file, uint src_line
288 #endif
289
290=== modified file 'include/welcome_copyright_notice.h'
291--- include/welcome_copyright_notice.h 2013-08-21 07:39:21 +0000
292+++ include/welcome_copyright_notice.h 2014-02-03 08:11:10 +0000
293@@ -1,4 +1,4 @@
294-/* Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
295+/* Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
296
297 This program is free software; you can redistribute it and/or modify
298 it under the terms of the GNU General Public License as published by
299@@ -16,7 +16,7 @@
300 #ifndef _welcome_copyright_notice_h_
301 #define _welcome_copyright_notice_h_
302
303-#define COPYRIGHT_NOTICE_CURRENT_YEAR "2013"
304+#define COPYRIGHT_NOTICE_CURRENT_YEAR "2014"
305
306 /*
307 This define specifies copyright notice which is displayed by every MySQL
308
309=== modified file 'libmysql/CMakeLists.txt'
310--- libmysql/CMakeLists.txt 2014-01-14 11:57:01 +0000
311+++ libmysql/CMakeLists.txt 2014-02-03 08:11:10 +0000
312@@ -1,4 +1,4 @@
313-# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
314+# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
315 #
316 # This program is free software; you can redistribute it and/or modify
317 # it under the terms of the GNU General Public License as published by
318
319=== modified file 'libmysql/authentication_win/CMakeLists.txt'
320--- libmysql/authentication_win/CMakeLists.txt 2013-10-09 05:40:46 +0000
321+++ libmysql/authentication_win/CMakeLists.txt 2014-02-03 08:11:10 +0000
322@@ -1,4 +1,4 @@
323-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
324+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
325 #
326 # This program is free software; you can redistribute it and/or modify
327 # it under the terms of the GNU General Public License as published by
328
329=== modified file 'libmysql/conf_to_src.c'
330--- libmysql/conf_to_src.c 2013-03-19 14:53:48 +0000
331+++ libmysql/conf_to_src.c 2014-02-03 08:11:10 +0000
332@@ -1,4 +1,4 @@
333-/* Copyright (C) 2000-2004 MySQL AB
334+/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
335
336 This program is free software; you can redistribute it and/or modify
337 it under the terms of the GNU General Public License as published by
338
339=== modified file 'libmysql/libmysql.c'
340--- libmysql/libmysql.c 2013-05-15 05:05:18 +0000
341+++ libmysql/libmysql.c 2014-02-03 08:11:10 +0000
342@@ -1,4 +1,4 @@
343-/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
344+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
345
346 This program is free software; you can redistribute it and/or modify
347 it under the terms of the GNU General Public License as published by
348
349=== modified file 'libmysqld/lib_sql.cc'
350--- libmysqld/lib_sql.cc 2013-10-22 13:33:14 +0000
351+++ libmysqld/lib_sql.cc 2014-02-03 08:11:10 +0000
352@@ -558,7 +558,7 @@
353 opt_mysql_tmpdir=getenv("TMP");
354 #endif
355 if (!opt_mysql_tmpdir || !opt_mysql_tmpdir[0])
356- opt_mysql_tmpdir=(char*) P_tmpdir; /* purecov: inspected */
357+ opt_mysql_tmpdir= const_cast<char*>(DEFAULT_TMPDIR); /* purecov: inspected*/
358
359 init_ssl();
360 umask(((~my_umask) & 0666));
361
362=== modified file 'man/comp_err.1'
363--- man/comp_err.1 2013-12-05 08:07:26 +0000
364+++ man/comp_err.1 2014-02-03 08:11:10 +0000
365@@ -1,13 +1,13 @@
366 '\" t
367 .\" Title: \fBcomp_err\fR
368 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
369-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
370-.\" Date: 11/04/2013
371+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
372+.\" Date: 01/13/2014
373 .\" Manual: MySQL Database System
374 .\" Source: MySQL 5.5
375 .\" Language: English
376 .\"
377-.TH "\FBCOMP_ERR\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
378+.TH "\FBCOMP_ERR\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
379 .\" -----------------------------------------------------------------
380 .\" * Define some portability stuff
381 .\" -----------------------------------------------------------------
382@@ -264,7 +264,7 @@
383 .SH "COPYRIGHT"
384 .br
385 .PP
386-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
387+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
388 .PP
389 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.
390 .PP
391
392=== modified file 'man/innochecksum.1'
393--- man/innochecksum.1 2013-12-05 08:07:26 +0000
394+++ man/innochecksum.1 2014-02-03 08:11:10 +0000
395@@ -1,13 +1,13 @@
396 '\" t
397 .\" Title: \fBinnochecksum\fR
398 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
399-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
400-.\" Date: 11/04/2013
401+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
402+.\" Date: 01/13/2014
403 .\" Manual: MySQL Database System
404 .\" Source: MySQL 5.5
405 .\" Language: English
406 .\"
407-.TH "\FBINNOCHECKSUM\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
408+.TH "\FBINNOCHECKSUM\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
409 .\" -----------------------------------------------------------------
410 .\" * Define some portability stuff
411 .\" -----------------------------------------------------------------
412@@ -43,6 +43,8 @@
413 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
414 InnoDB
415 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\&.
416+\fBinnochecksum\fR
417+supports files up to 2GB in size\&.
418 .PP
419 \fBinnochecksum\fR
420 cannot be used on tablespace files that the server already has open\&. For such files, you should use
421@@ -150,7 +152,7 @@
422 .SH "COPYRIGHT"
423 .br
424 .PP
425-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
426+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
427 .PP
428 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.
429 .PP
430
431=== modified file 'man/msql2mysql.1'
432--- man/msql2mysql.1 2013-12-05 08:07:26 +0000
433+++ man/msql2mysql.1 2014-02-03 08:11:10 +0000
434@@ -1,13 +1,13 @@
435 '\" t
436 .\" Title: \fBmsql2mysql\fR
437 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
438-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
439-.\" Date: 11/04/2013
440+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
441+.\" Date: 01/13/2014
442 .\" Manual: MySQL Database System
443 .\" Source: MySQL 5.5
444 .\" Language: English
445 .\"
446-.TH "\FBMSQL2MYSQL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
447+.TH "\FBMSQL2MYSQL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
448 .\" -----------------------------------------------------------------
449 .\" * Define some portability stuff
450 .\" -----------------------------------------------------------------
451@@ -69,7 +69,7 @@
452 .SH "COPYRIGHT"
453 .br
454 .PP
455-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
456+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
457 .PP
458 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.
459 .PP
460
461=== modified file 'man/my_print_defaults.1'
462--- man/my_print_defaults.1 2013-12-05 08:07:26 +0000
463+++ man/my_print_defaults.1 2014-02-03 08:11:10 +0000
464@@ -1,13 +1,13 @@
465 '\" t
466 .\" Title: \fBmy_print_defaults\fR
467 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
468-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
469-.\" Date: 11/04/2013
470+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
471+.\" Date: 01/13/2014
472 .\" Manual: MySQL Database System
473 .\" Source: MySQL 5.5
474 .\" Language: English
475 .\"
476-.TH "\FBMY_PRINT_DEFAULTS" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
477+.TH "\FBMY_PRINT_DEFAULTS" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
478 .\" -----------------------------------------------------------------
479 .\" * Define some portability stuff
480 .\" -----------------------------------------------------------------
481@@ -204,7 +204,7 @@
482 .SH "COPYRIGHT"
483 .br
484 .PP
485-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
486+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
487 .PP
488 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.
489 .PP
490
491=== modified file 'man/myisam_ftdump.1'
492--- man/myisam_ftdump.1 2013-12-05 08:07:26 +0000
493+++ man/myisam_ftdump.1 2014-02-03 08:11:10 +0000
494@@ -1,13 +1,13 @@
495 '\" t
496 .\" Title: \fBmyisam_ftdump\fR
497 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
498-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
499-.\" Date: 11/04/2013
500+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
501+.\" Date: 01/13/2014
502 .\" Manual: MySQL Database System
503 .\" Source: MySQL 5.5
504 .\" Language: English
505 .\"
506-.TH "\FBMYISAM_FTDUMP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
507+.TH "\FBMYISAM_FTDUMP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
508 .\" -----------------------------------------------------------------
509 .\" * Define some portability stuff
510 .\" -----------------------------------------------------------------
511@@ -251,7 +251,7 @@
512 .SH "COPYRIGHT"
513 .br
514 .PP
515-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
516+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
517 .PP
518 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.
519 .PP
520
521=== modified file 'man/myisamchk.1'
522--- man/myisamchk.1 2013-12-05 08:07:26 +0000
523+++ man/myisamchk.1 2014-02-03 08:11:10 +0000
524@@ -1,13 +1,13 @@
525 '\" t
526 .\" Title: \fBmyisamchk\fR
527 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
528-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
529-.\" Date: 11/04/2013
530+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
531+.\" Date: 01/13/2014
532 .\" Manual: MySQL Database System
533 .\" Source: MySQL 5.5
534 .\" Language: English
535 .\"
536-.TH "\FBMYISAMCHK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
537+.TH "\FBMYISAMCHK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
538 .\" -----------------------------------------------------------------
539 .\" * Define some portability stuff
540 .\" -----------------------------------------------------------------
541@@ -2490,7 +2490,7 @@
542 .SH "COPYRIGHT"
543 .br
544 .PP
545-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
546+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
547 .PP
548 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.
549 .PP
550
551=== modified file 'man/myisamlog.1'
552--- man/myisamlog.1 2013-12-05 08:07:26 +0000
553+++ man/myisamlog.1 2014-02-03 08:11:10 +0000
554@@ -1,13 +1,13 @@
555 '\" t
556 .\" Title: \fBmyisamlog\fR
557 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
558-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
559-.\" Date: 11/04/2013
560+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
561+.\" Date: 01/13/2014
562 .\" Manual: MySQL Database System
563 .\" Source: MySQL 5.5
564 .\" Language: English
565 .\"
566-.TH "\FBMYISAMLOG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
567+.TH "\FBMYISAMLOG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
568 .\" -----------------------------------------------------------------
569 .\" * Define some portability stuff
570 .\" -----------------------------------------------------------------
571@@ -228,7 +228,7 @@
572 .SH "COPYRIGHT"
573 .br
574 .PP
575-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
576+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
577 .PP
578 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.
579 .PP
580
581=== modified file 'man/myisampack.1'
582--- man/myisampack.1 2013-12-05 08:07:26 +0000
583+++ man/myisampack.1 2014-02-03 08:11:10 +0000
584@@ -1,13 +1,13 @@
585 '\" t
586 .\" Title: \fBmyisampack\fR
587 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
588-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
589-.\" Date: 11/04/2013
590+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
591+.\" Date: 01/13/2014
592 .\" Manual: MySQL Database System
593 .\" Source: MySQL 5.5
594 .\" Language: English
595 .\"
596-.TH "\FBMYISAMPACK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
597+.TH "\FBMYISAMPACK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
598 .\" -----------------------------------------------------------------
599 .\" * Define some portability stuff
600 .\" -----------------------------------------------------------------
601@@ -83,6 +83,18 @@
602 .\}
603 After packing a table, it becomes read only\&. This is generally intended (such as when accessing packed tables on a CD)\&.
604 .RE
605+.sp
606+.RS 4
607+.ie n \{\
608+\h'-04'\(bu\h'+03'\c
609+.\}
610+.el \{\
611+.sp -1
612+.IP \(bu 2.3
613+.\}
614+\fBmyisampack\fR
615+does not support partitioned tables\&.
616+.RE
617 .PP
618 Invoke
619 \fBmyisampack\fR
620@@ -841,7 +853,7 @@
621 .SH "COPYRIGHT"
622 .br
623 .PP
624-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
625+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
626 .PP
627 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.
628 .PP
629
630=== modified file 'man/mysql-stress-test.pl.1'
631--- man/mysql-stress-test.pl.1 2013-12-05 08:07:26 +0000
632+++ man/mysql-stress-test.pl.1 2014-02-03 08:11:10 +0000
633@@ -1,13 +1,13 @@
634 '\" t
635 .\" Title: \fBmysql-stress-test.pl\fR
636 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
637-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
638-.\" Date: 11/04/2013
639+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
640+.\" Date: 01/10/2014
641 .\" Manual: MySQL Database System
642 .\" Source: MySQL
643 .\" Language: English
644 .\"
645-.TH "\FBMYSQL\-STRESS\-TE" "1" "11/04/2013" "MySQL" "MySQL Database System"
646+.TH "\FBMYSQL\-STRESS\-TE" "1" "01/10/2014" "MySQL" "MySQL Database System"
647 .\" -----------------------------------------------------------------
648 .\" * Define some portability stuff
649 .\" -----------------------------------------------------------------
650
651=== modified file 'man/mysql-test-run.pl.1'
652--- man/mysql-test-run.pl.1 2013-12-05 08:07:26 +0000
653+++ man/mysql-test-run.pl.1 2014-02-03 08:11:10 +0000
654@@ -1,13 +1,13 @@
655 '\" t
656 .\" Title: \fBmysql-test-run.pl\fR
657 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
658-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
659-.\" Date: 11/04/2013
660+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
661+.\" Date: 01/10/2014
662 .\" Manual: MySQL Database System
663 .\" Source: MySQL
664 .\" Language: English
665 .\"
666-.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/04/2013" "MySQL" "MySQL Database System"
667+.TH "\FBMYSQL\-TEST\-RUN\" "1" "01/10/2014" "MySQL" "MySQL Database System"
668 .\" -----------------------------------------------------------------
669 .\" * Define some portability stuff
670 .\" -----------------------------------------------------------------
671
672=== modified file 'man/mysql.1'
673--- man/mysql.1 2013-12-05 08:07:26 +0000
674+++ man/mysql.1 2014-02-03 08:11:10 +0000
675@@ -1,13 +1,13 @@
676 '\" t
677 .\" Title: \fBmysql\fR
678 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
679-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
680-.\" Date: 11/04/2013
681+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
682+.\" Date: 01/13/2014
683 .\" Manual: MySQL Database System
684 .\" Source: MySQL 5.5
685 .\" Language: English
686 .\"
687-.TH "\FBMYSQL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
688+.TH "\FBMYSQL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
689 .\" -----------------------------------------------------------------
690 .\" * Define some portability stuff
691 .\" -----------------------------------------------------------------
692@@ -3225,7 +3225,7 @@
693 .SH "COPYRIGHT"
694 .br
695 .PP
696-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
697+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
698 .PP
699 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.
700 .PP
701
702=== modified file 'man/mysql.server.1'
703--- man/mysql.server.1 2013-12-05 08:07:26 +0000
704+++ man/mysql.server.1 2014-02-03 08:11:10 +0000
705@@ -1,13 +1,13 @@
706 '\" t
707 .\" Title: \fBmysql.server\fR
708 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
709-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
710-.\" Date: 11/04/2013
711+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
712+.\" Date: 01/13/2014
713 .\" Manual: MySQL Database System
714 .\" Source: MySQL 5.5
715 .\" Language: English
716 .\"
717-.TH "\FBMYSQL\&.SERVER\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
718+.TH "\FBMYSQL\&.SERVER\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
719 .\" -----------------------------------------------------------------
720 .\" * Define some portability stuff
721 .\" -----------------------------------------------------------------
722@@ -170,7 +170,7 @@
723 .SH "COPYRIGHT"
724 .br
725 .PP
726-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
727+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
728 .PP
729 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.
730 .PP
731
732=== modified file 'man/mysql_client_test.1'
733--- man/mysql_client_test.1 2013-12-05 08:07:26 +0000
734+++ man/mysql_client_test.1 2014-02-03 08:11:10 +0000
735@@ -1,13 +1,13 @@
736 '\" t
737 .\" Title: \fBmysql_client_test\fR
738 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
739-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
740-.\" Date: 11/04/2013
741+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
742+.\" Date: 01/10/2014
743 .\" Manual: MySQL Database System
744 .\" Source: MySQL
745 .\" Language: English
746 .\"
747-.TH "\FBMYSQL_CLIENT_TEST" "1" "11/04/2013" "MySQL" "MySQL Database System"
748+.TH "\FBMYSQL_CLIENT_TEST" "1" "01/10/2014" "MySQL" "MySQL Database System"
749 .\" -----------------------------------------------------------------
750 .\" * Define some portability stuff
751 .\" -----------------------------------------------------------------
752
753=== modified file 'man/mysql_client_test_embedded.1'
754--- man/mysql_client_test_embedded.1 2013-10-22 13:33:14 +0000
755+++ man/mysql_client_test_embedded.1 2014-02-03 08:11:10 +0000
756@@ -1,1 +1,1 @@
757-.so man-gpl-tmp2/mysql_client_test.1
758+.so man/mysql_client_test.1
759
760=== modified file 'man/mysql_config.1'
761--- man/mysql_config.1 2014-01-14 11:57:01 +0000
762+++ man/mysql_config.1 2014-02-03 08:11:10 +0000
763@@ -1,13 +1,13 @@
764 '\" t
765 .\" Title: \fBmysql_config\fR
766 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
767-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
768-.\" Date: 11/04/2013
769+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
770+.\" Date: 01/13/2014
771 .\" Manual: MySQL Database System
772 .\" Source: MySQL 5.5
773 .\" Language: English
774 .\"
775-.TH "\FBMYSQL_CONFIG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
776+.TH "\FBMYSQL_CONFIG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
777 .\" -----------------------------------------------------------------
778 .\" * Define some portability stuff
779 .\" -----------------------------------------------------------------
780@@ -54,7 +54,7 @@
781 \fB\-\-cflags\fR
782 .sp
783 Compiler flags to find include files and critical compiler flags and defines used when compiling the
784-libperconaserverclient
785+libmysqlclient
786 library\&. The options returned are tied to the specific compiler that was used when the library was created and might clash with the settings for your own compiler\&. Use
787 \fB\-\-include\fR
788 for more portable options that contain only include paths\&.
789@@ -198,9 +198,9 @@
790 Options:
791 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]
792 \-\-include [\-I/usr/local/mysql/include/mysql]
793- \-\-libs [\-L/usr/local/mysql/lib/mysql \-lperconaserverclient
794+ \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient
795 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]
796- \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lperconaserverclient_r
797+ \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r
798 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]
799 \-\-socket [/tmp/mysql\&.sock]
800 \-\-port [3306]
801@@ -231,7 +231,7 @@
802 .SH "COPYRIGHT"
803 .br
804 .PP
805-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
806+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
807 .PP
808 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.
809 .PP
810
811=== modified file 'man/mysql_convert_table_format.1'
812--- man/mysql_convert_table_format.1 2013-12-05 08:07:26 +0000
813+++ man/mysql_convert_table_format.1 2014-02-03 08:11:10 +0000
814@@ -1,13 +1,13 @@
815 '\" t
816 .\" Title: \fBmysql_convert_table_format\fR
817 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
818-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
819-.\" Date: 11/04/2013
820+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
821+.\" Date: 01/13/2014
822 .\" Manual: MySQL Database System
823 .\" Source: MySQL 5.5
824 .\" Language: English
825 .\"
826-.TH "\FBMYSQL_CONVERT_TAB" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
827+.TH "\FBMYSQL_CONVERT_TAB" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
828 .\" -----------------------------------------------------------------
829 .\" * Define some portability stuff
830 .\" -----------------------------------------------------------------
831@@ -225,7 +225,7 @@
832 .SH "COPYRIGHT"
833 .br
834 .PP
835-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
836+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
837 .PP
838 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.
839 .PP
840
841=== modified file 'man/mysql_find_rows.1'
842--- man/mysql_find_rows.1 2013-12-05 08:07:26 +0000
843+++ man/mysql_find_rows.1 2014-02-03 08:11:10 +0000
844@@ -1,13 +1,13 @@
845 '\" t
846 .\" Title: \fBmysql_find_rows\fR
847 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
848-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
849-.\" Date: 11/04/2013
850+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
851+.\" Date: 01/13/2014
852 .\" Manual: MySQL Database System
853 .\" Source: MySQL 5.5
854 .\" Language: English
855 .\"
856-.TH "\FBMYSQL_FIND_ROWS\F" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
857+.TH "\FBMYSQL_FIND_ROWS\F" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
858 .\" -----------------------------------------------------------------
859 .\" * Define some portability stuff
860 .\" -----------------------------------------------------------------
861@@ -160,7 +160,7 @@
862 .SH "COPYRIGHT"
863 .br
864 .PP
865-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
866+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
867 .PP
868 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.
869 .PP
870
871=== modified file 'man/mysql_fix_extensions.1'
872--- man/mysql_fix_extensions.1 2013-12-05 08:07:26 +0000
873+++ man/mysql_fix_extensions.1 2014-02-03 08:11:10 +0000
874@@ -1,13 +1,13 @@
875 '\" t
876 .\" Title: \fBmysql_fix_extensions\fR
877 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
878-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
879-.\" Date: 11/04/2013
880+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
881+.\" Date: 01/13/2014
882 .\" Manual: MySQL Database System
883 .\" Source: MySQL 5.5
884 .\" Language: English
885 .\"
886-.TH "\FBMYSQL_FIX_EXTENSI" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
887+.TH "\FBMYSQL_FIX_EXTENSI" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
888 .\" -----------------------------------------------------------------
889 .\" * Define some portability stuff
890 .\" -----------------------------------------------------------------
891@@ -70,7 +70,7 @@
892 .SH "COPYRIGHT"
893 .br
894 .PP
895-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
896+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
897 .PP
898 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.
899 .PP
900
901=== modified file 'man/mysql_install_db.1'
902--- man/mysql_install_db.1 2013-12-05 08:07:26 +0000
903+++ man/mysql_install_db.1 2014-02-03 08:11:10 +0000
904@@ -1,13 +1,13 @@
905 '\" t
906 .\" Title: \fBmysql_install_db\fR
907 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
908-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
909-.\" Date: 11/04/2013
910+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
911+.\" Date: 01/13/2014
912 .\" Manual: MySQL Database System
913 .\" Source: MySQL 5.5
914 .\" Language: English
915 .\"
916-.TH "\FBMYSQL_INSTALL_DB\" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
917+.TH "\FBMYSQL_INSTALL_DB\" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
918 .\" -----------------------------------------------------------------
919 .\" * Define some portability stuff
920 .\" -----------------------------------------------------------------
921@@ -285,7 +285,7 @@
922 .SH "COPYRIGHT"
923 .br
924 .PP
925-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
926+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
927 .PP
928 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.
929 .PP
930
931=== modified file 'man/mysql_plugin.1'
932--- man/mysql_plugin.1 2013-12-05 08:07:26 +0000
933+++ man/mysql_plugin.1 2014-02-03 08:11:10 +0000
934@@ -1,13 +1,13 @@
935 '\" t
936 .\" Title: \fBmysql_plugin\fR
937 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
938-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
939-.\" Date: 11/04/2013
940+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
941+.\" Date: 01/13/2014
942 .\" Manual: MySQL Database System
943 .\" Source: MySQL 5.5
944 .\" Language: English
945 .\"
946-.TH "\FBMYSQL_PLUGIN\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
947+.TH "\FBMYSQL_PLUGIN\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
948 .\" -----------------------------------------------------------------
949 .\" * Define some portability stuff
950 .\" -----------------------------------------------------------------
951@@ -370,7 +370,7 @@
952 .SH "COPYRIGHT"
953 .br
954 .PP
955-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
956+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
957 .PP
958 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.
959 .PP
960
961=== modified file 'man/mysql_secure_installation.1'
962--- man/mysql_secure_installation.1 2013-12-05 08:07:26 +0000
963+++ man/mysql_secure_installation.1 2014-02-03 08:11:10 +0000
964@@ -1,13 +1,13 @@
965 '\" t
966 .\" Title: \fBmysql_secure_installation\fR
967 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
968-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
969-.\" Date: 11/04/2013
970+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
971+.\" Date: 01/13/2014
972 .\" Manual: MySQL Database System
973 .\" Source: MySQL 5.5
974 .\" Language: English
975 .\"
976-.TH "\FBMYSQL_SECURE_INST" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
977+.TH "\FBMYSQL_SECURE_INST" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
978 .\" -----------------------------------------------------------------
979 .\" * Define some portability stuff
980 .\" -----------------------------------------------------------------
981@@ -110,7 +110,7 @@
982 .SH "COPYRIGHT"
983 .br
984 .PP
985-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
986+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
987 .PP
988 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.
989 .PP
990
991=== modified file 'man/mysql_setpermission.1'
992--- man/mysql_setpermission.1 2013-12-05 08:07:26 +0000
993+++ man/mysql_setpermission.1 2014-02-03 08:11:10 +0000
994@@ -1,13 +1,13 @@
995 '\" t
996 .\" Title: \fBmysql_setpermission\fR
997 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
998-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
999-.\" Date: 11/04/2013
1000+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1001+.\" Date: 01/13/2014
1002 .\" Manual: MySQL Database System
1003 .\" Source: MySQL 5.5
1004 .\" Language: English
1005 .\"
1006-.TH "\FBMYSQL_SETPERMISSI" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1007+.TH "\FBMYSQL_SETPERMISSI" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1008 .\" -----------------------------------------------------------------
1009 .\" * Define some portability stuff
1010 .\" -----------------------------------------------------------------
1011@@ -172,7 +172,7 @@
1012 .SH "COPYRIGHT"
1013 .br
1014 .PP
1015-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1016+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1017 .PP
1018 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.
1019 .PP
1020
1021=== modified file 'man/mysql_tzinfo_to_sql.1'
1022--- man/mysql_tzinfo_to_sql.1 2013-12-05 08:07:26 +0000
1023+++ man/mysql_tzinfo_to_sql.1 2014-02-03 08:11:10 +0000
1024@@ -1,13 +1,13 @@
1025 '\" t
1026 .\" Title: \fBmysql_tzinfo_to_sql\fR
1027 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1028-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1029-.\" Date: 11/04/2013
1030+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1031+.\" Date: 01/13/2014
1032 .\" Manual: MySQL Database System
1033 .\" Source: MySQL 5.5
1034 .\" Language: English
1035 .\"
1036-.TH "\FBMYSQL_TZINFO_TO_S" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1037+.TH "\FBMYSQL_TZINFO_TO_S" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1038 .\" -----------------------------------------------------------------
1039 .\" * Define some portability stuff
1040 .\" -----------------------------------------------------------------
1041@@ -122,7 +122,7 @@
1042 .SH "COPYRIGHT"
1043 .br
1044 .PP
1045-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1046+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1047 .PP
1048 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.
1049 .PP
1050
1051=== modified file 'man/mysql_upgrade.1'
1052--- man/mysql_upgrade.1 2013-12-05 08:07:26 +0000
1053+++ man/mysql_upgrade.1 2014-02-03 08:11:10 +0000
1054@@ -1,13 +1,13 @@
1055 '\" t
1056 .\" Title: \fBmysql_upgrade\fR
1057 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1058-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1059-.\" Date: 11/04/2013
1060+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1061+.\" Date: 01/13/2014
1062 .\" Manual: MySQL Database System
1063 .\" Source: MySQL 5.5
1064 .\" Language: English
1065 .\"
1066-.TH "\FBMYSQL_UPGRADE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1067+.TH "\FBMYSQL_UPGRADE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1068 .\" -----------------------------------------------------------------
1069 .\" * Define some portability stuff
1070 .\" -----------------------------------------------------------------
1071@@ -456,7 +456,7 @@
1072 .SH "COPYRIGHT"
1073 .br
1074 .PP
1075-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1076+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1077 .PP
1078 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.
1079 .PP
1080
1081=== modified file 'man/mysql_waitpid.1'
1082--- man/mysql_waitpid.1 2013-12-05 08:07:26 +0000
1083+++ man/mysql_waitpid.1 2014-02-03 08:11:10 +0000
1084@@ -1,13 +1,13 @@
1085 '\" t
1086 .\" Title: \fBmysql_waitpid\fR
1087 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1088-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1089-.\" Date: 11/04/2013
1090+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1091+.\" Date: 01/13/2014
1092 .\" Manual: MySQL Database System
1093 .\" Source: MySQL 5.5
1094 .\" Language: English
1095 .\"
1096-.TH "\FBMYSQL_WAITPID\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1097+.TH "\FBMYSQL_WAITPID\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1098 .\" -----------------------------------------------------------------
1099 .\" * Define some portability stuff
1100 .\" -----------------------------------------------------------------
1101@@ -129,7 +129,7 @@
1102 .SH "COPYRIGHT"
1103 .br
1104 .PP
1105-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1106+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1107 .PP
1108 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.
1109 .PP
1110
1111=== modified file 'man/mysql_zap.1'
1112--- man/mysql_zap.1 2013-12-05 08:07:26 +0000
1113+++ man/mysql_zap.1 2014-02-03 08:11:10 +0000
1114@@ -1,13 +1,13 @@
1115 '\" t
1116 .\" Title: \fBmysql_zap\fR
1117 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1118-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1119-.\" Date: 11/04/2013
1120+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1121+.\" Date: 01/13/2014
1122 .\" Manual: MySQL Database System
1123 .\" Source: MySQL 5.5
1124 .\" Language: English
1125 .\"
1126-.TH "\FBMYSQL_ZAP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1127+.TH "\FBMYSQL_ZAP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1128 .\" -----------------------------------------------------------------
1129 .\" * Define some portability stuff
1130 .\" -----------------------------------------------------------------
1131@@ -125,7 +125,7 @@
1132 .SH "COPYRIGHT"
1133 .br
1134 .PP
1135-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1136+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1137 .PP
1138 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.
1139 .PP
1140
1141=== modified file 'man/mysqlaccess.1'
1142--- man/mysqlaccess.1 2013-12-05 08:07:26 +0000
1143+++ man/mysqlaccess.1 2014-02-03 08:11:10 +0000
1144@@ -1,13 +1,13 @@
1145 '\" t
1146 .\" Title: \fBmysqlaccess\fR
1147 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1148-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1149-.\" Date: 11/04/2013
1150+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1151+.\" Date: 01/13/2014
1152 .\" Manual: MySQL Database System
1153 .\" Source: MySQL 5.5
1154 .\" Language: English
1155 .\"
1156-.TH "\FBMYSQLACCESS\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1157+.TH "\FBMYSQLACCESS\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1158 .\" -----------------------------------------------------------------
1159 .\" * Define some portability stuff
1160 .\" -----------------------------------------------------------------
1161@@ -432,7 +432,7 @@
1162 .SH "COPYRIGHT"
1163 .br
1164 .PP
1165-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1166+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1167 .PP
1168 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.
1169 .PP
1170
1171=== modified file 'man/mysqladmin.1'
1172--- man/mysqladmin.1 2013-12-05 08:07:26 +0000
1173+++ man/mysqladmin.1 2014-02-03 08:11:10 +0000
1174@@ -1,13 +1,13 @@
1175 '\" t
1176 .\" Title: \fBmysqladmin\fR
1177 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1178-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1179-.\" Date: 11/04/2013
1180+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1181+.\" Date: 01/13/2014
1182 .\" Manual: MySQL Database System
1183 .\" Source: MySQL 5.5
1184 .\" Language: English
1185 .\"
1186-.TH "\FBMYSQLADMIN\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1187+.TH "\FBMYSQLADMIN\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1188 .\" -----------------------------------------------------------------
1189 .\" * Define some portability stuff
1190 .\" -----------------------------------------------------------------
1191@@ -1168,7 +1168,7 @@
1192 .SH "COPYRIGHT"
1193 .br
1194 .PP
1195-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1196+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1197 .PP
1198 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.
1199 .PP
1200
1201=== modified file 'man/mysqlbinlog.1'
1202--- man/mysqlbinlog.1 2013-12-05 08:07:26 +0000
1203+++ man/mysqlbinlog.1 2014-02-03 08:11:10 +0000
1204@@ -1,13 +1,13 @@
1205 '\" t
1206 .\" Title: \fBmysqlbinlog\fR
1207 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1208-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1209-.\" Date: 11/04/2013
1210+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1211+.\" Date: 01/13/2014
1212 .\" Manual: MySQL Database System
1213 .\" Source: MySQL 5.5
1214 .\" Language: English
1215 .\"
1216-.TH "\FBMYSQLBINLOG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1217+.TH "\FBMYSQLBINLOG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1218 .\" -----------------------------------------------------------------
1219 .\" * Define some portability stuff
1220 .\" -----------------------------------------------------------------
1221@@ -2102,7 +2102,7 @@
1222 .SH "COPYRIGHT"
1223 .br
1224 .PP
1225-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1226+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1227 .PP
1228 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.
1229 .PP
1230
1231=== modified file 'man/mysqlbug.1'
1232--- man/mysqlbug.1 2013-12-05 08:07:26 +0000
1233+++ man/mysqlbug.1 2014-02-03 08:11:10 +0000
1234@@ -1,13 +1,13 @@
1235 '\" t
1236 .\" Title: \fBmysqlbug\fR
1237 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1238-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1239-.\" Date: 11/04/2013
1240+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1241+.\" Date: 01/13/2014
1242 .\" Manual: MySQL Database System
1243 .\" Source: MySQL 5.5
1244 .\" Language: English
1245 .\"
1246-.TH "\FBMYSQLBUG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1247+.TH "\FBMYSQLBUG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1248 .\" -----------------------------------------------------------------
1249 .\" * Define some portability stuff
1250 .\" -----------------------------------------------------------------
1251@@ -42,7 +42,7 @@
1252 .SH "COPYRIGHT"
1253 .br
1254 .PP
1255-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1256+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1257 .PP
1258 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.
1259 .PP
1260
1261=== modified file 'man/mysqlcheck.1'
1262--- man/mysqlcheck.1 2013-12-05 08:07:26 +0000
1263+++ man/mysqlcheck.1 2014-02-03 08:11:10 +0000
1264@@ -1,13 +1,13 @@
1265 '\" t
1266 .\" Title: \fBmysqlcheck\fR
1267 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1268-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1269-.\" Date: 11/04/2013
1270+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1271+.\" Date: 01/13/2014
1272 .\" Manual: MySQL Database System
1273 .\" Source: MySQL 5.5
1274 .\" Language: English
1275 .\"
1276-.TH "\FBMYSQLCHECK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1277+.TH "\FBMYSQLCHECK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1278 .\" -----------------------------------------------------------------
1279 .\" * Define some portability stuff
1280 .\" -----------------------------------------------------------------
1281@@ -931,7 +931,7 @@
1282 .SH "COPYRIGHT"
1283 .br
1284 .PP
1285-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1286+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1287 .PP
1288 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.
1289 .PP
1290
1291=== modified file 'man/mysqld.8'
1292--- man/mysqld.8 2013-12-05 08:07:26 +0000
1293+++ man/mysqld.8 2014-02-03 08:11:10 +0000
1294@@ -1,13 +1,13 @@
1295 '\" t
1296 .\" Title: \fBmysqld\fR
1297 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1298-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1299-.\" Date: 11/04/2013
1300+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1301+.\" Date: 01/13/2014
1302 .\" Manual: MySQL Database System
1303 .\" Source: MySQL 5.5
1304 .\" Language: English
1305 .\"
1306-.TH "\FBMYSQLD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1307+.TH "\FBMYSQLD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1308 .\" -----------------------------------------------------------------
1309 .\" * Define some portability stuff
1310 .\" -----------------------------------------------------------------
1311@@ -62,7 +62,7 @@
1312 .SH "COPYRIGHT"
1313 .br
1314 .PP
1315-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1316+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1317 .PP
1318 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.
1319 .PP
1320
1321=== modified file 'man/mysqld_multi.1'
1322--- man/mysqld_multi.1 2013-12-05 08:07:26 +0000
1323+++ man/mysqld_multi.1 2014-02-03 08:11:10 +0000
1324@@ -1,13 +1,13 @@
1325 '\" t
1326 .\" Title: \fBmysqld_multi\fR
1327 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1328-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1329-.\" Date: 11/04/2013
1330+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1331+.\" Date: 01/13/2014
1332 .\" Manual: MySQL Database System
1333 .\" Source: MySQL 5.5
1334 .\" Language: English
1335 .\"
1336-.TH "\FBMYSQLD_MULTI\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1337+.TH "\FBMYSQLD_MULTI\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1338 .\" -----------------------------------------------------------------
1339 .\" * Define some portability stuff
1340 .\" -----------------------------------------------------------------
1341@@ -49,7 +49,7 @@
1342 in
1343 my\&.cnf
1344 (or in the file named by the
1345-\fB\-\-config\-file\fR
1346+\fB\-\-defaults\-file\fR
1347 option)\&.
1348 \fIN\fR
1349 can be any positive integer\&. This number is referred to in the following discussion as the option group number, or
1350@@ -705,7 +705,7 @@
1351 .SH "COPYRIGHT"
1352 .br
1353 .PP
1354-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1355+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1356 .PP
1357 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.
1358 .PP
1359
1360=== modified file 'man/mysqld_safe.1'
1361--- man/mysqld_safe.1 2013-12-05 08:07:26 +0000
1362+++ man/mysqld_safe.1 2014-02-03 08:11:10 +0000
1363@@ -1,13 +1,13 @@
1364 '\" t
1365 .\" Title: \fBmysqld_safe\fR
1366 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1367-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1368-.\" Date: 11/04/2013
1369+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1370+.\" Date: 01/13/2014
1371 .\" Manual: MySQL Database System
1372 .\" Source: MySQL 5.5
1373 .\" Language: English
1374 .\"
1375-.TH "\FBMYSQLD_SAFE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1376+.TH "\FBMYSQLD_SAFE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1377 .\" -----------------------------------------------------------------
1378 .\" * Define some portability stuff
1379 .\" -----------------------------------------------------------------
1380@@ -856,7 +856,7 @@
1381 .SH "COPYRIGHT"
1382 .br
1383 .PP
1384-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1385+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1386 .PP
1387 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.
1388 .PP
1389
1390=== modified file 'man/mysqldump.1'
1391--- man/mysqldump.1 2013-12-05 08:07:26 +0000
1392+++ man/mysqldump.1 2014-02-03 08:11:10 +0000
1393@@ -1,13 +1,13 @@
1394 '\" t
1395 .\" Title: \fBmysqldump\fR
1396 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1397-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1398-.\" Date: 11/04/2013
1399+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1400+.\" Date: 01/13/2014
1401 .\" Manual: MySQL Database System
1402 .\" Source: MySQL 5.5
1403 .\" Language: English
1404 .\"
1405-.TH "\FBMYSQLDUMP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1406+.TH "\FBMYSQLDUMP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1407 .\" -----------------------------------------------------------------
1408 .\" * Define some portability stuff
1409 .\" -----------------------------------------------------------------
1410@@ -928,13 +928,20 @@
1411 \fB\-\-master\-data\fR
1412 except that it is used to dump a replication slave server to produce a dump file that can be used to set up another server as a slave that has the same master as the dumped server\&. It causes the dump output to include a
1413 CHANGE MASTER TO
1414-statement that indicates the binary log coordinates (file name and position) of the dumped slave\*(Aqs master (rather than the coordinates of the dumped server, as is done by the
1415-\fB\-\-master\-data\fR
1416-option)\&. These are the master server coordinates from which the slave should start replicating\&. This option was added in MySQL 5\&.5\&.3\&.
1417+statement that indicates the binary log coordinates (file name and position) of the dumped slave\*(Aqs master\&. These are the master server coordinates from which the slave should start replicating\&.
1418+.sp
1419+\fB\-\-dump\-slave\fR
1420+causes the coordinates from the master to be used rather than those of the dumped server, as is done by the
1421+\fB\-\-master\-data\fR
1422+option\&. In addition, specfiying this option causes the
1423+\fB\-\-master\-data\fR
1424+option to be overridden, if used, and effectively ignored\&.
1425 .sp
1426 The option value is handled the same way as for
1427 \fB\-\-master\-data\fR
1428-and has the same effect as
1429+(setting no value or 1 causes a
1430+CHANGE MASTER TO
1431+statement to be written to the dump, setting 2 causes the statement to be written but encased in SQL comments) and has the same effect as
1432 \fB\-\-master\-data\fR
1433 in terms of enabling or disabling other options and in how locking is handled\&.
1434 .sp
1435@@ -948,6 +955,8 @@
1436 and
1437 \fB\-\-include\-master\-host\-port\fR
1438 options can also be used\&.
1439+.sp
1440+This option was added in MySQL 5\&.5\&.3\&.
1441 .RE
1442 .sp
1443 .RS 4
1444@@ -1329,7 +1338,9 @@
1445 .sp
1446 It is also possible to set up a slave by dumping an existing slave of the master\&. In MySQL 5\&.5\&.3 and later, you can create such a dump using the
1447 \fB\-\-dump\-slave\fR
1448-option\&.
1449+option, which overrides
1450+\fB\-\-master\-data\fR
1451+and causes it to be ignored if both options are used\&.
1452 .sp
1453 In MySQL 5\&.2\&.2 and earlier, use the following procedure on the existing slave:
1454 .sp
1455@@ -1930,7 +1941,7 @@
1456 MEMORY
1457 tables dumped while using this option may still change state\&.
1458 .sp
1459-Before MySQL 5\&.5\&.3, while a
1460+While a
1461 \fB\-\-single\-transaction\fR
1462 dump is in process, to ensure a valid dump file (correct table contents and binary log coordinates), no other connection should use the following statements:
1463 ALTER TABLE,
1464@@ -1941,7 +1952,7 @@
1465 SELECT
1466 that is performed by
1467 \fBmysqldump\fR
1468-to retrieve the table contents to obtain incorrect contents or fail\&. As of MySQL 5\&.5\&.3, metadata locking prevents this situation\&.
1469+to retrieve the table contents to obtain incorrect contents or fail\&.
1470 .sp
1471 The
1472 \fB\-\-single\-transaction\fR
1473@@ -1959,10 +1970,11 @@
1474 NDB
1475 backup and restore instead\&.
1476 .sp
1477-To dump large tables, you should combine the
1478+To dump large tables, combine the
1479 \fB\-\-single\-transaction\fR
1480-option with
1481-\fB\-\-quick\fR\&.
1482+option with the
1483+\fB\-\-quick\fR
1484+option\&.
1485 .RE
1486 .sp
1487 .RS 4
1488@@ -2541,7 +2553,7 @@
1489 .SH "COPYRIGHT"
1490 .br
1491 .PP
1492-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1493+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1494 .PP
1495 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.
1496 .PP
1497
1498=== modified file 'man/mysqldumpslow.1'
1499--- man/mysqldumpslow.1 2013-12-05 08:07:26 +0000
1500+++ man/mysqldumpslow.1 2014-02-03 08:11:10 +0000
1501@@ -1,13 +1,13 @@
1502 '\" t
1503 .\" Title: \fBmysqldumpslow\fR
1504 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1505-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1506-.\" Date: 11/04/2013
1507+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1508+.\" Date: 01/13/2014
1509 .\" Manual: MySQL Database System
1510 .\" Source: MySQL 5.5
1511 .\" Language: English
1512 .\"
1513-.TH "\FBMYSQLDUMPSLOW\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1514+.TH "\FBMYSQLDUMPSLOW\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1515 .\" -----------------------------------------------------------------
1516 .\" * Define some portability stuff
1517 .\" -----------------------------------------------------------------
1518@@ -323,7 +323,7 @@
1519 .SH "COPYRIGHT"
1520 .br
1521 .PP
1522-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1523+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1524 .PP
1525 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.
1526 .PP
1527
1528=== modified file 'man/mysqlhotcopy.1'
1529--- man/mysqlhotcopy.1 2013-12-05 08:07:26 +0000
1530+++ man/mysqlhotcopy.1 2014-02-03 08:11:10 +0000
1531@@ -1,13 +1,13 @@
1532 '\" t
1533 .\" Title: \fBmysqlhotcopy\fR
1534 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1535-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1536-.\" Date: 11/04/2013
1537+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1538+.\" Date: 01/13/2014
1539 .\" Manual: MySQL Database System
1540 .\" Source: MySQL 5.5
1541 .\" Language: English
1542 .\"
1543-.TH "\FBMYSQLHOTCOPY\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1544+.TH "\FBMYSQLHOTCOPY\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1545 .\" -----------------------------------------------------------------
1546 .\" * Define some portability stuff
1547 .\" -----------------------------------------------------------------
1548@@ -544,7 +544,7 @@
1549 .SH "COPYRIGHT"
1550 .br
1551 .PP
1552-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1553+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1554 .PP
1555 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.
1556 .PP
1557
1558=== modified file 'man/mysqlimport.1'
1559--- man/mysqlimport.1 2013-12-05 08:07:26 +0000
1560+++ man/mysqlimport.1 2014-02-03 08:11:10 +0000
1561@@ -1,13 +1,13 @@
1562 '\" t
1563 .\" Title: \fBmysqlimport\fR
1564 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1565-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1566-.\" Date: 11/04/2013
1567+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1568+.\" Date: 01/13/2014
1569 .\" Manual: MySQL Database System
1570 .\" Source: MySQL 5.5
1571 .\" Language: English
1572 .\"
1573-.TH "\FBMYSQLIMPORT\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1574+.TH "\FBMYSQLIMPORT\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1575 .\" -----------------------------------------------------------------
1576 .\" * Define some portability stuff
1577 .\" -----------------------------------------------------------------
1578@@ -710,7 +710,7 @@
1579 .SH "COPYRIGHT"
1580 .br
1581 .PP
1582-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1583+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1584 .PP
1585 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.
1586 .PP
1587
1588=== modified file 'man/mysqlshow.1'
1589--- man/mysqlshow.1 2013-12-05 08:07:26 +0000
1590+++ man/mysqlshow.1 2014-02-03 08:11:10 +0000
1591@@ -1,13 +1,13 @@
1592 '\" t
1593 .\" Title: \fBmysqlshow\fR
1594 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1595-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1596-.\" Date: 11/04/2013
1597+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1598+.\" Date: 01/13/2014
1599 .\" Manual: MySQL Database System
1600 .\" Source: MySQL 5.5
1601 .\" Language: English
1602 .\"
1603-.TH "\FBMYSQLSHOW\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1604+.TH "\FBMYSQLSHOW\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1605 .\" -----------------------------------------------------------------
1606 .\" * Define some portability stuff
1607 .\" -----------------------------------------------------------------
1608@@ -551,7 +551,7 @@
1609 .SH "COPYRIGHT"
1610 .br
1611 .PP
1612-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1613+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1614 .PP
1615 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.
1616 .PP
1617
1618=== modified file 'man/mysqlslap.1'
1619--- man/mysqlslap.1 2013-12-05 08:07:26 +0000
1620+++ man/mysqlslap.1 2014-02-03 08:11:10 +0000
1621@@ -1,13 +1,13 @@
1622 '\" t
1623 .\" Title: \fBmysqlslap\fR
1624 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1625-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1626-.\" Date: 11/04/2013
1627+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1628+.\" Date: 01/13/2014
1629 .\" Manual: MySQL Database System
1630 .\" Source: MySQL 5.5
1631 .\" Language: English
1632 .\"
1633-.TH "\FBMYSQLSLAP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1634+.TH "\FBMYSQLSLAP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1635 .\" -----------------------------------------------------------------
1636 .\" * Define some portability stuff
1637 .\" -----------------------------------------------------------------
1638@@ -1019,7 +1019,7 @@
1639 .SH "COPYRIGHT"
1640 .br
1641 .PP
1642-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1643+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1644 .PP
1645 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.
1646 .PP
1647
1648=== modified file 'man/mysqltest.1'
1649--- man/mysqltest.1 2013-12-05 08:07:26 +0000
1650+++ man/mysqltest.1 2014-02-03 08:11:10 +0000
1651@@ -1,13 +1,13 @@
1652 '\" t
1653 .\" Title: \fBmysqltest\fR
1654 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1655-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1656-.\" Date: 11/04/2013
1657+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1658+.\" Date: 01/10/2014
1659 .\" Manual: MySQL Database System
1660 .\" Source: MySQL
1661 .\" Language: English
1662 .\"
1663-.TH "\FBMYSQLTEST\FR" "1" "11/04/2013" "MySQL" "MySQL Database System"
1664+.TH "\FBMYSQLTEST\FR" "1" "01/10/2014" "MySQL" "MySQL Database System"
1665 .\" -----------------------------------------------------------------
1666 .\" * Define some portability stuff
1667 .\" -----------------------------------------------------------------
1668
1669=== modified file 'man/mysqltest_embedded.1'
1670--- man/mysqltest_embedded.1 2013-10-22 13:33:14 +0000
1671+++ man/mysqltest_embedded.1 2014-02-03 08:11:10 +0000
1672@@ -1,1 +1,1 @@
1673-.so man-gpl-tmp2/mysqltest.1
1674+.so man/mysqltest.1
1675
1676=== modified file 'man/ndb-common-options.1'
1677--- man/ndb-common-options.1 2013-12-16 08:19:34 +0000
1678+++ man/ndb-common-options.1 2014-02-03 08:11:10 +0000
1679@@ -1,13 +1,13 @@
1680 '\" t
1681 .\" Title: Options Common to MySQL Cluster Programs
1682 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1683-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1684-.\" Date: 11/04/2013
1685+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1686+.\" Date: 01/13/2014
1687 .\" Manual: MySQL Database System
1688 .\" Source: MySQL 5.5
1689 .\" Language: English
1690 .\"
1691-.TH "OPTIONS COMMON TO MY" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1692+.TH "OPTIONS COMMON TO MY" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1693 .\" -----------------------------------------------------------------
1694 .\" * Define some portability stuff
1695 .\" -----------------------------------------------------------------
1696@@ -639,7 +639,7 @@
1697 .SH "COPYRIGHT"
1698 .br
1699 .PP
1700-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1701+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1702 .PP
1703 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.
1704 .PP
1705
1706=== modified file 'man/ndb_blob_tool.1'
1707--- man/ndb_blob_tool.1 2013-12-16 08:19:34 +0000
1708+++ man/ndb_blob_tool.1 2014-02-03 08:11:10 +0000
1709@@ -1,13 +1,13 @@
1710 '\" t
1711 .\" Title: \fBndb_blob_tool\fR
1712 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1713-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1714-.\" Date: 11/04/2013
1715+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1716+.\" Date: 01/13/2014
1717 .\" Manual: MySQL Database System
1718 .\" Source: MySQL 5.5
1719 .\" Language: English
1720 .\"
1721-.TH "\FBNDB_BLOB_TOOL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1722+.TH "\FBNDB_BLOB_TOOL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1723 .\" -----------------------------------------------------------------
1724 .\" * Define some portability stuff
1725 .\" -----------------------------------------------------------------
1726@@ -483,7 +483,7 @@
1727 .SH "COPYRIGHT"
1728 .br
1729 .PP
1730-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1731+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1732 .PP
1733 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.
1734 .PP
1735
1736=== modified file 'man/ndb_config.1'
1737--- man/ndb_config.1 2013-12-05 08:07:26 +0000
1738+++ man/ndb_config.1 2014-02-03 08:11:10 +0000
1739@@ -1,13 +1,13 @@
1740 '\" t
1741 .\" Title: \fBndb_config\fR
1742 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1743-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1744-.\" Date: 11/04/2013
1745+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1746+.\" Date: 01/13/2014
1747 .\" Manual: MySQL Database System
1748 .\" Source: MySQL 5.5
1749 .\" Language: English
1750 .\"
1751-.TH "\FBNDB_CONFIG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1752+.TH "\FBNDB_CONFIG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1753 .\" -----------------------------------------------------------------
1754 .\" * Define some portability stuff
1755 .\" -----------------------------------------------------------------
1756@@ -1520,7 +1520,7 @@
1757 .SH "COPYRIGHT"
1758 .br
1759 .PP
1760-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1761+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1762 .PP
1763 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.
1764 .PP
1765
1766=== modified file 'man/ndb_cpcd.1'
1767--- man/ndb_cpcd.1 2013-12-05 08:07:26 +0000
1768+++ man/ndb_cpcd.1 2014-02-03 08:11:10 +0000
1769@@ -1,13 +1,13 @@
1770 '\" t
1771 .\" Title: \fBndb_cpcd\fR
1772 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1773-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1774-.\" Date: 11/04/2013
1775+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1776+.\" Date: 01/13/2014
1777 .\" Manual: MySQL Database System
1778 .\" Source: MySQL 5.5
1779 .\" Language: English
1780 .\"
1781-.TH "\FBNDB_CPCD\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1782+.TH "\FBNDB_CPCD\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1783 .\" -----------------------------------------------------------------
1784 .\" * Define some portability stuff
1785 .\" -----------------------------------------------------------------
1786@@ -39,7 +39,7 @@
1787 .SH "COPYRIGHT"
1788 .br
1789 .PP
1790-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1791+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1792 .PP
1793 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.
1794 .PP
1795
1796=== modified file 'man/ndb_delete_all.1'
1797--- man/ndb_delete_all.1 2013-12-05 08:07:26 +0000
1798+++ man/ndb_delete_all.1 2014-02-03 08:11:10 +0000
1799@@ -1,13 +1,13 @@
1800 '\" t
1801 .\" Title: \fBndb_delete_all\fR
1802 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1803-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1804-.\" Date: 11/04/2013
1805+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1806+.\" Date: 01/13/2014
1807 .\" Manual: MySQL Database System
1808 .\" Source: MySQL 5.5
1809 .\" Language: English
1810 .\"
1811-.TH "\FBNDB_DELETE_ALL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1812+.TH "\FBNDB_DELETE_ALL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1813 .\" -----------------------------------------------------------------
1814 .\" * Define some portability stuff
1815 .\" -----------------------------------------------------------------
1816@@ -162,7 +162,7 @@
1817 .SH "COPYRIGHT"
1818 .br
1819 .PP
1820-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1821+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1822 .PP
1823 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.
1824 .PP
1825
1826=== modified file 'man/ndb_desc.1'
1827--- man/ndb_desc.1 2013-12-05 08:07:26 +0000
1828+++ man/ndb_desc.1 2014-02-03 08:11:10 +0000
1829@@ -1,13 +1,13 @@
1830 '\" t
1831 .\" Title: \fBndb_desc\fR
1832 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1833-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1834-.\" Date: 11/04/2013
1835+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1836+.\" Date: 01/13/2014
1837 .\" Manual: MySQL Database System
1838 .\" Source: MySQL 5.5
1839 .\" Language: English
1840 .\"
1841-.TH "\FBNDB_DESC\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1842+.TH "\FBNDB_DESC\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1843 .\" -----------------------------------------------------------------
1844 .\" * Define some portability stuff
1845 .\" -----------------------------------------------------------------
1846@@ -564,7 +564,7 @@
1847 .SH "COPYRIGHT"
1848 .br
1849 .PP
1850-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1851+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1852 .PP
1853 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.
1854 .PP
1855
1856=== modified file 'man/ndb_drop_index.1'
1857--- man/ndb_drop_index.1 2013-12-05 08:07:26 +0000
1858+++ man/ndb_drop_index.1 2014-02-03 08:11:10 +0000
1859@@ -1,13 +1,13 @@
1860 '\" t
1861 .\" Title: \fBndb_drop_index\fR
1862 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1863-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1864-.\" Date: 11/04/2013
1865+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1866+.\" Date: 01/13/2014
1867 .\" Manual: MySQL Database System
1868 .\" Source: MySQL 5.5
1869 .\" Language: English
1870 .\"
1871-.TH "\FBNDB_DROP_INDEX\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1872+.TH "\FBNDB_DROP_INDEX\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1873 .\" -----------------------------------------------------------------
1874 .\" * Define some portability stuff
1875 .\" -----------------------------------------------------------------
1876@@ -154,7 +154,7 @@
1877 .SH "COPYRIGHT"
1878 .br
1879 .PP
1880-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1881+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1882 .PP
1883 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.
1884 .PP
1885
1886=== modified file 'man/ndb_drop_table.1'
1887--- man/ndb_drop_table.1 2013-12-05 08:07:26 +0000
1888+++ man/ndb_drop_table.1 2014-02-03 08:11:10 +0000
1889@@ -1,13 +1,13 @@
1890 '\" t
1891 .\" Title: \fBndb_drop_table\fR
1892 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1893-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1894-.\" Date: 11/04/2013
1895+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1896+.\" Date: 01/13/2014
1897 .\" Manual: MySQL Database System
1898 .\" Source: MySQL 5.5
1899 .\" Language: English
1900 .\"
1901-.TH "\FBNDB_DROP_TABLE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1902+.TH "\FBNDB_DROP_TABLE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1903 .\" -----------------------------------------------------------------
1904 .\" * Define some portability stuff
1905 .\" -----------------------------------------------------------------
1906@@ -95,7 +95,7 @@
1907 .SH "COPYRIGHT"
1908 .br
1909 .PP
1910-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1911+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1912 .PP
1913 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.
1914 .PP
1915
1916=== modified file 'man/ndb_error_reporter.1'
1917--- man/ndb_error_reporter.1 2013-12-05 08:07:26 +0000
1918+++ man/ndb_error_reporter.1 2014-02-03 08:11:10 +0000
1919@@ -1,13 +1,13 @@
1920 '\" t
1921 .\" Title: \fBndb_error_reporter\fR
1922 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1923-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1924-.\" Date: 11/04/2013
1925+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1926+.\" Date: 01/13/2014
1927 .\" Manual: MySQL Database System
1928 .\" Source: MySQL 5.5
1929 .\" Language: English
1930 .\"
1931-.TH "\FBNDB_ERROR_REPORTE" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1932+.TH "\FBNDB_ERROR_REPORTE" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1933 .\" -----------------------------------------------------------------
1934 .\" * Define some portability stuff
1935 .\" -----------------------------------------------------------------
1936@@ -157,7 +157,7 @@
1937 T{
1938 \fBIntroduced\fR
1939 T}:T{
1940-5\&.5\&.33\-ndb\-7\&.2\&.14
1941+5\&.5\&.34\-ndb\-7\&.2\&.14
1942 T}
1943 T{
1944 \fBCommand\-Line Format\fR
1945@@ -204,7 +204,7 @@
1946 T{
1947 \fBIntroduced\fR
1948 T}:T{
1949-5\&.5\&.33\-ndb\-7\&.2\&.14
1950+5\&.5\&.34\-ndb\-7\&.2\&.14
1951 T}
1952 T{
1953 \fBCommand\-Line Format\fR
1954@@ -298,7 +298,7 @@
1955 T{
1956 \fBIntroduced\fR
1957 T}:T{
1958-5\&.5\&.33\-ndb\-7\&.2\&.14
1959+5\&.5\&.34\-ndb\-7\&.2\&.14
1960 T}
1961 T{
1962 \fBCommand\-Line Format\fR
1963@@ -327,7 +327,7 @@
1964 .SH "COPYRIGHT"
1965 .br
1966 .PP
1967-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1968+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1969 .PP
1970 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.
1971 .PP
1972
1973=== modified file 'man/ndb_index_stat.1'
1974--- man/ndb_index_stat.1 2013-12-16 08:19:34 +0000
1975+++ man/ndb_index_stat.1 2014-02-03 08:11:10 +0000
1976@@ -1,13 +1,13 @@
1977 '\" t
1978 .\" Title: \fBndb_index_stat\fR
1979 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1980-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1981-.\" Date: 11/04/2013
1982+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
1983+.\" Date: 01/13/2014
1984 .\" Manual: MySQL Database System
1985 .\" Source: MySQL 5.5
1986 .\" Language: English
1987 .\"
1988-.TH "\FBNDB_INDEX_STAT\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
1989+.TH "\FBNDB_INDEX_STAT\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
1990 .\" -----------------------------------------------------------------
1991 .\" * Define some portability stuff
1992 .\" -----------------------------------------------------------------
1993@@ -971,7 +971,7 @@
1994 .SH "COPYRIGHT"
1995 .br
1996 .PP
1997-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1998+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1999 .PP
2000 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.
2001 .PP
2002
2003=== modified file 'man/ndb_mgm.1'
2004--- man/ndb_mgm.1 2013-12-05 08:07:26 +0000
2005+++ man/ndb_mgm.1 2014-02-03 08:11:10 +0000
2006@@ -1,13 +1,13 @@
2007 '\" t
2008 .\" Title: \fBndb_mgm\fR
2009 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2010-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2011-.\" Date: 11/04/2013
2012+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2013+.\" Date: 01/13/2014
2014 .\" Manual: MySQL Database System
2015 .\" Source: MySQL 5.5
2016 .\" Language: English
2017 .\"
2018-.TH "\FBNDB_MGM\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2019+.TH "\FBNDB_MGM\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2020 .\" -----------------------------------------------------------------
2021 .\" * Define some portability stuff
2022 .\" -----------------------------------------------------------------
2023@@ -251,7 +251,7 @@
2024 .SH "COPYRIGHT"
2025 .br
2026 .PP
2027-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2028+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2029 .PP
2030 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.
2031 .PP
2032
2033=== modified file 'man/ndb_mgmd.8'
2034--- man/ndb_mgmd.8 2013-12-05 08:07:26 +0000
2035+++ man/ndb_mgmd.8 2014-02-03 08:11:10 +0000
2036@@ -1,13 +1,13 @@
2037 '\" t
2038 .\" Title: \fBndb_mgmd\fR
2039 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2040-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2041-.\" Date: 11/04/2013
2042+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2043+.\" Date: 01/13/2014
2044 .\" Manual: MySQL Database System
2045 .\" Source: MySQL 5.5
2046 .\" Language: English
2047 .\"
2048-.TH "\FBNDB_MGMD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2049+.TH "\FBNDB_MGMD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2050 .\" -----------------------------------------------------------------
2051 .\" * Define some portability stuff
2052 .\" -----------------------------------------------------------------
2053@@ -1390,7 +1390,7 @@
2054 .SH "COPYRIGHT"
2055 .br
2056 .PP
2057-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2058+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2059 .PP
2060 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.
2061 .PP
2062
2063=== modified file 'man/ndb_print_backup_file.1'
2064--- man/ndb_print_backup_file.1 2013-12-05 08:07:26 +0000
2065+++ man/ndb_print_backup_file.1 2014-02-03 08:11:10 +0000
2066@@ -1,13 +1,13 @@
2067 '\" t
2068 .\" Title: \fBndb_print_backup_file\fR
2069 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2070-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2071-.\" Date: 11/04/2013
2072+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2073+.\" Date: 01/13/2014
2074 .\" Manual: MySQL Database System
2075 .\" Source: MySQL 5.5
2076 .\" Language: English
2077 .\"
2078-.TH "\FBNDB_PRINT_BACKUP_" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2079+.TH "\FBNDB_PRINT_BACKUP_" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2080 .\" -----------------------------------------------------------------
2081 .\" * Define some portability stuff
2082 .\" -----------------------------------------------------------------
2083@@ -74,7 +74,7 @@
2084 .SH "COPYRIGHT"
2085 .br
2086 .PP
2087-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2088+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2089 .PP
2090 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.
2091 .PP
2092
2093=== modified file 'man/ndb_print_schema_file.1'
2094--- man/ndb_print_schema_file.1 2013-12-05 08:07:26 +0000
2095+++ man/ndb_print_schema_file.1 2014-02-03 08:11:10 +0000
2096@@ -1,13 +1,13 @@
2097 '\" t
2098 .\" Title: \fBndb_print_schema_file\fR
2099 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2100-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2101-.\" Date: 11/04/2013
2102+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2103+.\" Date: 01/13/2014
2104 .\" Manual: MySQL Database System
2105 .\" Source: MySQL 5.5
2106 .\" Language: English
2107 .\"
2108-.TH "\FBNDB_PRINT_SCHEMA_" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2109+.TH "\FBNDB_PRINT_SCHEMA_" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2110 .\" -----------------------------------------------------------------
2111 .\" * Define some portability stuff
2112 .\" -----------------------------------------------------------------
2113@@ -68,7 +68,7 @@
2114 .SH "COPYRIGHT"
2115 .br
2116 .PP
2117-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2118+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2119 .PP
2120 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.
2121 .PP
2122
2123=== modified file 'man/ndb_print_sys_file.1'
2124--- man/ndb_print_sys_file.1 2013-12-05 08:07:26 +0000
2125+++ man/ndb_print_sys_file.1 2014-02-03 08:11:10 +0000
2126@@ -1,13 +1,13 @@
2127 '\" t
2128 .\" Title: \fBndb_print_sys_file\fR
2129 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2130-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2131-.\" Date: 11/04/2013
2132+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2133+.\" Date: 01/13/2014
2134 .\" Manual: MySQL Database System
2135 .\" Source: MySQL 5.5
2136 .\" Language: English
2137 .\"
2138-.TH "\FBNDB_PRINT_SYS_FIL" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2139+.TH "\FBNDB_PRINT_SYS_FIL" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2140 .\" -----------------------------------------------------------------
2141 .\" * Define some portability stuff
2142 .\" -----------------------------------------------------------------
2143@@ -71,7 +71,7 @@
2144 .SH "COPYRIGHT"
2145 .br
2146 .PP
2147-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2148+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2149 .PP
2150 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.
2151 .PP
2152
2153=== modified file 'man/ndb_restore.1'
2154--- man/ndb_restore.1 2013-12-05 08:07:26 +0000
2155+++ man/ndb_restore.1 2014-02-03 08:11:10 +0000
2156@@ -1,13 +1,13 @@
2157 '\" t
2158 .\" Title: \fBndb_restore\fR
2159 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2160-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2161-.\" Date: 11/04/2013
2162+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2163+.\" Date: 01/13/2014
2164 .\" Manual: MySQL Database System
2165 .\" Source: MySQL 5.5
2166 .\" Language: English
2167 .\"
2168-.TH "\FBNDB_RESTORE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2169+.TH "\FBNDB_RESTORE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2170 .\" -----------------------------------------------------------------
2171 .\" * Define some portability stuff
2172 .\" -----------------------------------------------------------------
2173@@ -750,6 +750,40 @@
2174 \fB\-A\fR) when restoring the table data\&. Attribute promotion does not occur if this option is not used; instead, the restore operation fails with an error\&.
2175 .RE
2176 .PP
2177+Prior to MySQL Cluster NDB 7\&.2\&.14, conversions between character data types and
2178+TEXT
2179+or
2180+BLOB
2181+were not handled correctly (Bug #17325051)\&.
2182+.PP
2183+When converting between character data types and
2184+TEXT
2185+or
2186+BLOB, only conversions between character types (CHAR
2187+and
2188+VARCHAR) and binary types (BINARY
2189+and
2190+VARBINARY) can be performed at the same time\&. For example, you cannot promote an
2191+INT
2192+column to
2193+BIGINT
2194+while promoting a
2195+VARCHAR
2196+column to
2197+TEXT
2198+in the same invocation of
2199+\fBndb_restore\fR\&.
2200+.PP
2201+When performing conversions of character or binary types to
2202+TEXT
2203+or
2204+BLOB
2205+with
2206+\fBndb_restore\fR, you may notice that it creates and uses one or more staging tables named
2207+\fItable_name\fR$ST\fInode_id\fR\&. These tables are not needed afterwards, and are normally deleted by
2208+\fBndb_restore\fR
2209+following a successful restoration\&.
2210+.PP
2211 .\" ndb_restore: lossy-conversions option
2212 .\" lossy-conversions option (ndb_restore)
2213 \fB\-\-lossy\-conversions\fR,
2214@@ -2074,7 +2108,7 @@
2215 .SH "COPYRIGHT"
2216 .br
2217 .PP
2218-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2219+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2220 .PP
2221 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.
2222 .PP
2223
2224=== modified file 'man/ndb_select_all.1'
2225--- man/ndb_select_all.1 2013-12-05 08:07:26 +0000
2226+++ man/ndb_select_all.1 2014-02-03 08:11:10 +0000
2227@@ -1,13 +1,13 @@
2228 '\" t
2229 .\" Title: \fBndb_select_all\fR
2230 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2231-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2232-.\" Date: 11/04/2013
2233+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2234+.\" Date: 01/13/2014
2235 .\" Manual: MySQL Database System
2236 .\" Source: MySQL 5.5
2237 .\" Language: English
2238 .\"
2239-.TH "\FBNDB_SELECT_ALL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2240+.TH "\FBNDB_SELECT_ALL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2241 .\" -----------------------------------------------------------------
2242 .\" * Define some portability stuff
2243 .\" -----------------------------------------------------------------
2244@@ -85,6 +85,7 @@
2245 l l l
2246 l l l
2247 l l l
2248+l l l
2249 l l l.
2250 T{
2251 .PP
2252@@ -204,6 +205,15 @@
2253 T}
2254 T{
2255 .PP
2256+--gci64
2257+T}:T{
2258+Include GCI and row epoch in output
2259+T}:T{
2260+.PP
2261+All MySQL 5\&.5 based releases
2262+T}
2263+T{
2264+.PP
2265 --tup,
2266 .PP
2267 -t
2268@@ -441,7 +451,9 @@
2269 .\" gci option: ndb_select_all
2270 \fB\-\-gci\fR
2271 .sp
2272-Adds a column to the output showing the global checkpoint at which each row was last updated\&. See
2273+Adds a
2274+GCI
2275+column to the output showing the global checkpoint at which each row was last updated\&. See
2276 Section\ \&17.1, \(lqMySQL Cluster Overview\(rq, and
2277 Section\ \&17.5.6.2, \(lqMySQL Cluster Log Events\(rq, for more information about checkpoints\&.
2278 .RE
2279@@ -454,6 +466,23 @@
2280 .sp -1
2281 .IP \(bu 2.3
2282 .\}
2283+.\" ndb_select_all: gci64 option
2284+.\" gci64 option: ndb_select_all
2285+\fB\-\-gci64\fR
2286+.sp
2287+Adds a
2288+ROW$GCI64
2289+column to the output showing the global checkpoint at which each row was last updated, as well as the number of the epoch in which this update occurred\&.
2290+.RE
2291+.sp
2292+.RS 4
2293+.ie n \{\
2294+\h'-04'\(bu\h'+03'\c
2295+.\}
2296+.el \{\
2297+.sp -1
2298+.IP \(bu 2.3
2299+.\}
2300 .\" ndb_select_all: tupscan option
2301 .\" tupscan option: ndb_select_all
2302 \fB\-\-tupscan\fR,
2303@@ -574,7 +603,7 @@
2304 .SH "COPYRIGHT"
2305 .br
2306 .PP
2307-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2308+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2309 .PP
2310 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.
2311 .PP
2312
2313=== modified file 'man/ndb_select_count.1'
2314--- man/ndb_select_count.1 2013-12-05 08:07:26 +0000
2315+++ man/ndb_select_count.1 2014-02-03 08:11:10 +0000
2316@@ -1,13 +1,13 @@
2317 '\" t
2318 .\" Title: \fBndb_select_count\fR
2319 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2320-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2321-.\" Date: 11/04/2013
2322+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2323+.\" Date: 01/13/2014
2324 .\" Manual: MySQL Database System
2325 .\" Source: MySQL 5.5
2326 .\" Language: English
2327 .\"
2328-.TH "\FBNDB_SELECT_COUNT\" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2329+.TH "\FBNDB_SELECT_COUNT\" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2330 .\" -----------------------------------------------------------------
2331 .\" * Define some portability stuff
2332 .\" -----------------------------------------------------------------
2333@@ -131,7 +131,7 @@
2334 .SH "COPYRIGHT"
2335 .br
2336 .PP
2337-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2338+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2339 .PP
2340 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.
2341 .PP
2342
2343=== modified file 'man/ndb_show_tables.1'
2344--- man/ndb_show_tables.1 2013-12-05 08:07:26 +0000
2345+++ man/ndb_show_tables.1 2014-02-03 08:11:10 +0000
2346@@ -1,13 +1,13 @@
2347 '\" t
2348 .\" Title: \fBndb_show_tables\fR
2349 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2350-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2351-.\" Date: 11/04/2013
2352+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2353+.\" Date: 01/13/2014
2354 .\" Manual: MySQL Database System
2355 .\" Source: MySQL 5.5
2356 .\" Language: English
2357 .\"
2358-.TH "\FBNDB_SHOW_TABLES\F" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2359+.TH "\FBNDB_SHOW_TABLES\F" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2360 .\" -----------------------------------------------------------------
2361 .\" * Define some portability stuff
2362 .\" -----------------------------------------------------------------
2363@@ -307,7 +307,7 @@
2364 .SH "COPYRIGHT"
2365 .br
2366 .PP
2367-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2368+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2369 .PP
2370 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.
2371 .PP
2372
2373=== modified file 'man/ndb_size.pl.1'
2374--- man/ndb_size.pl.1 2013-12-05 08:07:26 +0000
2375+++ man/ndb_size.pl.1 2014-02-03 08:11:10 +0000
2376@@ -1,13 +1,13 @@
2377 '\" t
2378 .\" Title: \fBndb_size.pl\fR
2379 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2380-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2381-.\" Date: 11/04/2013
2382+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2383+.\" Date: 01/13/2014
2384 .\" Manual: MySQL Database System
2385 .\" Source: MySQL 5.5
2386 .\" Language: English
2387 .\"
2388-.TH "\FBNDB_SIZE\&.PL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2389+.TH "\FBNDB_SIZE\&.PL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2390 .\" -----------------------------------------------------------------
2391 .\" * Define some portability stuff
2392 .\" -----------------------------------------------------------------
2393@@ -397,7 +397,7 @@
2394 .SH "COPYRIGHT"
2395 .br
2396 .PP
2397-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2398+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2399 .PP
2400 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.
2401 .PP
2402
2403=== modified file 'man/ndb_waiter.1'
2404--- man/ndb_waiter.1 2013-12-05 08:07:26 +0000
2405+++ man/ndb_waiter.1 2014-02-03 08:11:10 +0000
2406@@ -1,13 +1,13 @@
2407 '\" t
2408 .\" Title: \fBndb_waiter\fR
2409 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2410-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2411-.\" Date: 11/04/2013
2412+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2413+.\" Date: 01/13/2014
2414 .\" Manual: MySQL Database System
2415 .\" Source: MySQL 5.5
2416 .\" Language: English
2417 .\"
2418-.TH "\FBNDB_WAITER\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2419+.TH "\FBNDB_WAITER\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2420 .\" -----------------------------------------------------------------
2421 .\" * Define some portability stuff
2422 .\" -----------------------------------------------------------------
2423@@ -481,7 +481,7 @@
2424 .SH "COPYRIGHT"
2425 .br
2426 .PP
2427-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2428+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2429 .PP
2430 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.
2431 .PP
2432
2433=== modified file 'man/ndbd.8'
2434--- man/ndbd.8 2013-12-05 08:07:26 +0000
2435+++ man/ndbd.8 2014-02-03 08:11:10 +0000
2436@@ -1,13 +1,13 @@
2437 '\" t
2438 .\" Title: \fBndbd\fR
2439 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2440-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2441-.\" Date: 11/04/2013
2442+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2443+.\" Date: 01/13/2014
2444 .\" Manual: MySQL Database System
2445 .\" Source: MySQL 5.5
2446 .\" Language: English
2447 .\"
2448-.TH "\FBNDBD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2449+.TH "\FBNDBD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2450 .\" -----------------------------------------------------------------
2451 .\" * Define some portability stuff
2452 .\" -----------------------------------------------------------------
2453@@ -898,7 +898,7 @@
2454 T{
2455 \fBIntroduced\fR
2456 T}:T{
2457-5\&.5\&.27\-ndb\-7\&.2\&.9
2458+5\&.5\&.28\-ndb\-7\&.2\&.9
2459 T}
2460 T{
2461 \fBCommand\-Line Format\fR
2462@@ -956,7 +956,7 @@
2463 T{
2464 \fBIntroduced\fR
2465 T}:T{
2466-5\&.5\&.27\-ndb\-7\&.2\&.9
2467+5\&.5\&.28\-ndb\-7\&.2\&.9
2468 T}
2469 T{
2470 \fBCommand\-Line Format\fR
2471@@ -1193,7 +1193,7 @@
2472 .SH "COPYRIGHT"
2473 .br
2474 .PP
2475-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2476+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2477 .PP
2478 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.
2479 .PP
2480
2481=== modified file 'man/ndbd_redo_log_reader.1'
2482--- man/ndbd_redo_log_reader.1 2013-12-05 08:07:26 +0000
2483+++ man/ndbd_redo_log_reader.1 2014-02-03 08:11:10 +0000
2484@@ -1,13 +1,13 @@
2485 '\" t
2486 .\" Title: \fBndbd_redo_log_reader\fR
2487 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2488-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2489-.\" Date: 11/04/2013
2490+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2491+.\" Date: 01/13/2014
2492 .\" Manual: MySQL Database System
2493 .\" Source: MySQL 5.5
2494 .\" Language: English
2495 .\"
2496-.TH "\FBNDBD_REDO_LOG_REA" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2497+.TH "\FBNDBD_REDO_LOG_REA" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2498 .\" -----------------------------------------------------------------
2499 .\" * Define some portability stuff
2500 .\" -----------------------------------------------------------------
2501@@ -239,7 +239,7 @@
2502 .SH "COPYRIGHT"
2503 .br
2504 .PP
2505-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2506+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2507 .PP
2508 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.
2509 .PP
2510
2511=== modified file 'man/ndbinfo_select_all.1'
2512--- man/ndbinfo_select_all.1 2013-12-16 08:19:34 +0000
2513+++ man/ndbinfo_select_all.1 2014-02-03 08:11:10 +0000
2514@@ -1,13 +1,13 @@
2515 '\" t
2516 .\" Title: \fBndbinfo_select_all\fR
2517 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2518-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2519-.\" Date: 11/04/2013
2520+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2521+.\" Date: 01/13/2014
2522 .\" Manual: MySQL Database System
2523 .\" Source: MySQL 5.5
2524 .\" Language: English
2525 .\"
2526-.TH "\FBNDBINFO_SELECT_AL" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2527+.TH "\FBNDBINFO_SELECT_AL" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2528 .\" -----------------------------------------------------------------
2529 .\" * Define some portability stuff
2530 .\" -----------------------------------------------------------------
2531@@ -290,7 +290,7 @@
2532 .SH "COPYRIGHT"
2533 .br
2534 .PP
2535-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2536+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2537 .PP
2538 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.
2539 .PP
2540
2541=== modified file 'man/ndbmtd.8'
2542--- man/ndbmtd.8 2013-12-05 08:07:26 +0000
2543+++ man/ndbmtd.8 2014-02-03 08:11:10 +0000
2544@@ -1,13 +1,13 @@
2545 '\" t
2546 .\" Title: \fBndbmtd\fR
2547 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2548-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2549-.\" Date: 11/04/2013
2550+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2551+.\" Date: 01/13/2014
2552 .\" Manual: MySQL Database System
2553 .\" Source: MySQL 5.5
2554 .\" Language: English
2555 .\"
2556-.TH "\FBNDBMTD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2557+.TH "\FBNDBMTD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2558 .\" -----------------------------------------------------------------
2559 .\" * Define some portability stuff
2560 .\" -----------------------------------------------------------------
2561@@ -203,7 +203,7 @@
2562 .SH "COPYRIGHT"
2563 .br
2564 .PP
2565-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2566+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2567 .PP
2568 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.
2569 .PP
2570
2571=== modified file 'man/perror.1'
2572--- man/perror.1 2013-12-05 08:07:26 +0000
2573+++ man/perror.1 2014-02-03 08:11:10 +0000
2574@@ -1,13 +1,13 @@
2575 '\" t
2576 .\" Title: \fBperror\fR
2577 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2578-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2579-.\" Date: 11/04/2013
2580+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2581+.\" Date: 01/13/2014
2582 .\" Manual: MySQL Database System
2583 .\" Source: MySQL 5.5
2584 .\" Language: English
2585 .\"
2586-.TH "\FBPERROR\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2587+.TH "\FBPERROR\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2588 .\" -----------------------------------------------------------------
2589 .\" * Define some portability stuff
2590 .\" -----------------------------------------------------------------
2591@@ -190,7 +190,7 @@
2592 .SH "COPYRIGHT"
2593 .br
2594 .PP
2595-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2596+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2597 .PP
2598 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.
2599 .PP
2600
2601=== modified file 'man/replace.1'
2602--- man/replace.1 2013-12-05 08:07:26 +0000
2603+++ man/replace.1 2014-02-03 08:11:10 +0000
2604@@ -1,13 +1,13 @@
2605 '\" t
2606 .\" Title: \fBreplace\fR
2607 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2608-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2609-.\" Date: 11/04/2013
2610+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2611+.\" Date: 01/13/2014
2612 .\" Manual: MySQL Database System
2613 .\" Source: MySQL 5.5
2614 .\" Language: English
2615 .\"
2616-.TH "\FBREPLACE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2617+.TH "\FBREPLACE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2618 .\" -----------------------------------------------------------------
2619 .\" * Define some portability stuff
2620 .\" -----------------------------------------------------------------
2621@@ -169,7 +169,7 @@
2622 .SH "COPYRIGHT"
2623 .br
2624 .PP
2625-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2626+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2627 .PP
2628 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.
2629 .PP
2630
2631=== modified file 'man/resolve_stack_dump.1'
2632--- man/resolve_stack_dump.1 2013-12-05 08:07:26 +0000
2633+++ man/resolve_stack_dump.1 2014-02-03 08:11:10 +0000
2634@@ -1,13 +1,13 @@
2635 '\" t
2636 .\" Title: \fBresolve_stack_dump\fR
2637 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2638-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2639-.\" Date: 11/04/2013
2640+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2641+.\" Date: 01/13/2014
2642 .\" Manual: MySQL Database System
2643 .\" Source: MySQL 5.5
2644 .\" Language: English
2645 .\"
2646-.TH "\FBRESOLVE_STACK_DUM" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2647+.TH "\FBRESOLVE_STACK_DUM" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2648 .\" -----------------------------------------------------------------
2649 .\" * Define some portability stuff
2650 .\" -----------------------------------------------------------------
2651@@ -129,7 +129,7 @@
2652 .SH "COPYRIGHT"
2653 .br
2654 .PP
2655-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2656+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2657 .PP
2658 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.
2659 .PP
2660
2661=== modified file 'man/resolveip.1'
2662--- man/resolveip.1 2013-12-05 08:07:26 +0000
2663+++ man/resolveip.1 2014-02-03 08:11:10 +0000
2664@@ -1,13 +1,13 @@
2665 '\" t
2666 .\" Title: \fBresolveip\fR
2667 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2668-.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2669-.\" Date: 11/04/2013
2670+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2671+.\" Date: 01/13/2014
2672 .\" Manual: MySQL Database System
2673 .\" Source: MySQL 5.5
2674 .\" Language: English
2675 .\"
2676-.TH "\FBRESOLVEIP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"
2677+.TH "\FBRESOLVEIP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
2678 .\" -----------------------------------------------------------------
2679 .\" * Define some portability stuff
2680 .\" -----------------------------------------------------------------
2681@@ -108,7 +108,7 @@
2682 .SH "COPYRIGHT"
2683 .br
2684 .PP
2685-Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2686+Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2687 .PP
2688 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.
2689 .PP
2690
2691=== modified file 'mysql-test/CMakeLists.txt'
2692--- mysql-test/CMakeLists.txt 2013-11-14 02:43:34 +0000
2693+++ mysql-test/CMakeLists.txt 2014-02-03 08:11:10 +0000
2694@@ -1,4 +1,4 @@
2695-# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
2696+# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
2697 #
2698 # This program is free software; you can redistribute it and/or modify
2699 # it under the terms of the GNU General Public License as published by
2700
2701=== modified file 'mysql-test/README'
2702--- mysql-test/README 2006-03-02 00:51:33 +0000
2703+++ mysql-test/README 2014-02-03 08:11:10 +0000
2704@@ -68,6 +68,5 @@
2705 that the bug is corrected in future releases.
2706
2707 To submit your test case, put your .test file and .result file(s) into
2708-a tar.gz archive, add a README that explains the problem, ftp the
2709-archive to ftp://support.mysql.com/pub/mysql/secret/ and send a mail
2710-to bugs@lists.mysql.com
2711+a tar.gz or zip archive, create a bug report at http://bugs.mysql.com/
2712+and attach the archive to the bug report.
2713
2714=== modified file 'mysql-test/collections/default.weekly'
2715--- mysql-test/collections/default.weekly 2013-12-04 00:12:58 +0000
2716+++ mysql-test/collections/default.weekly 2014-02-03 08:11:10 +0000
2717@@ -5,3 +5,6 @@
2718 perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=eits-tests-innodb-engine --experimental=collections/default.experimental --vardir=var-stmt-eits-tests-innodb-engine --suite=engines/iuds,engines/funcs --suite-timeout=500 --max-test-fail=0 --retry-failure=0 --mysqld=--default-storage-engine=innodb --mysqld=--innodb --skip-test-list=collections/disabled-weekly.list
2719 perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=eits-rpl-binlog-row-tests-innodb-engine --experimental=collections/default.experimental --vardir=var-binlog-row-eits-tests-innodb-engine --suite=engines/iuds,engines/funcs --suite-timeout=500 --max-test-fail=0 --retry-failure=0 --mysqld=--default-storage-engine=innodb --mysqld=--innodb --do-test=rpl --mysqld=--binlog-format=row --skip-test-list=collections/disabled-weekly.list
2720 perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=eits-rpl-binlog-mixed-tests-innodb-engine --experimental=collections/default.experimental --vardir=var-binlog-mixed-eits-tests-innodb-engine --suite=engines/iuds,engines/funcs --suite-timeout=500 --max-test-fail=0 --retry-failure=0 --mysqld=--default-storage-engine=innodb --mysqld=--innodb --do-test=rpl --mysqld=--binlog-format=mixed --skip-test-list=collections/disabled-weekly.list
2721+
2722+# Run innodb compression tests
2723+perl mysql-test-run.pl --force --debug-server --comment=innodb_compression --vardir=var-innodb-zip --big-test --testcase-timeout=60 --parallel=auto --experimental=collections/default.experimental --suite=innodb_zip
2724
2725=== modified file 'mysql-test/include/ctype_filesort2.inc'
2726--- mysql-test/include/ctype_filesort2.inc 2010-09-28 15:15:58 +0000
2727+++ mysql-test/include/ctype_filesort2.inc 2014-02-03 08:11:10 +0000
2728@@ -14,3 +14,12 @@
2729 ALTER TABLE t1 ADD KEY(a);
2730 SELECT HEX(a), HEX(CONVERT(a USING utf8mb4)) FROM t1 ORDER BY a;
2731 DROP TABLE IF EXISTS t1;
2732+--echo #
2733+--echo # BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
2734+--echo # OUT-OF-ORDER RESULTS
2735+--echo #
2736+CREATE TABLE t1 SELECT ('a a') as n;
2737+INSERT INTO t1 VALUES('a b');
2738+SELECT * FROM t1 ORDER BY LOWER(n) ASC;
2739+SELECT * FROM t1 ORDER BY LOWER(n) DESC;
2740+DROP TABLE t1;
2741
2742=== modified file 'mysql-test/include/mtr_check.sql'
2743--- mysql-test/include/mtr_check.sql 2013-12-05 08:07:26 +0000
2744+++ mysql-test/include/mtr_check.sql 2014-02-03 08:11:10 +0000
2745@@ -1,4 +1,4 @@
2746--- Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2747+-- Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
2748 --
2749 -- This program is free software; you can redistribute it and/or modify
2750 -- it under the terms of the GNU General Public License as published by
2751@@ -52,6 +52,16 @@
2752 WHERE table_schema='mysql' AND table_name != 'ndb_apply_status'
2753 ORDER BY columns_in_mysql;
2754
2755+ -- Dump all events, there should be none
2756+ SELECT * FROM INFORMATION_SCHEMA.EVENTS;
2757+ -- Dump all triggers except mtr internals, there should be none
2758+ SELECT * FROM INFORMATION_SCHEMA.TRIGGERS
2759+ WHERE TRIGGER_NAME NOT IN ('gs_insert', 'ts_insert');
2760+ -- Dump all created procedures, there should be none
2761+ SELECT * FROM INFORMATION_SCHEMA.ROUTINES;
2762+
2763+ SHOW STATUS LIKE 'slave_open_temp_tables';
2764+
2765 -- Checksum system tables to make sure they have been properly
2766 -- restored after test
2767 checksum table
2768@@ -72,8 +82,6 @@
2769 mysql.time_zone_transition_type,
2770 mysql.user;
2771
2772- show status like 'slave_open_temp_tables';
2773-
2774 END||
2775
2776 --
2777
2778=== modified file 'mysql-test/lib/My/SafeProcess/safe_process.cc'
2779--- mysql-test/lib/My/SafeProcess/safe_process.cc 2013-06-27 15:35:20 +0000
2780+++ mysql-test/lib/My/SafeProcess/safe_process.cc 2014-02-03 08:11:10 +0000
2781@@ -1,4 +1,4 @@
2782-/* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2783+/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
2784
2785 This program is free software; you can redistribute it and/or modify
2786 it under the terms of the GNU General Public License as published by
2787
2788=== modified file 'mysql-test/lib/My/SysInfo.pm'
2789--- mysql-test/lib/My/SysInfo.pm 2013-04-16 10:56:45 +0000
2790+++ mysql-test/lib/My/SysInfo.pm 2014-02-03 08:11:10 +0000
2791@@ -1,6 +1,5 @@
2792 # -*- cperl -*-
2793-# Copyright (c) 2013 MySQL AB, 2008 Sun Microsystems, Inc.
2794-# Use is subject to license terms.
2795+# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
2796 #
2797 # This program is free software; you can redistribute it and/or modify
2798 # it under the terms of the GNU General Public License as published by
2799
2800=== modified file 'mysql-test/mysql-test-run.pl'
2801--- mysql-test/mysql-test-run.pl 2013-12-05 08:07:26 +0000
2802+++ mysql-test/mysql-test-run.pl 2014-02-03 08:11:10 +0000
2803@@ -164,7 +164,7 @@
2804
2805 # If you add a new suite, please check TEST_DIRS in Makefile.am.
2806 #
2807-my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,perfschema";
2808+my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,innodb_zip,perfschema";
2809 my $opt_suites;
2810
2811 our $opt_verbose= 0; # Verbose output, enable with --verbose
2812
2813=== modified file 'mysql-test/r/ctype_utf16.result'
2814--- mysql-test/r/ctype_utf16.result 2011-10-12 13:41:25 +0000
2815+++ mysql-test/r/ctype_utf16.result 2014-02-03 08:11:10 +0000
2816@@ -636,6 +636,21 @@
2817 D800DF84 F0908E84
2818 DBC0DC00 F4808080
2819 DROP TABLE IF EXISTS t1;
2820+#
2821+# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
2822+# OUT-OF-ORDER RESULTS
2823+#
2824+CREATE TABLE t1 SELECT ('a a') as n;
2825+INSERT INTO t1 VALUES('a b');
2826+SELECT * FROM t1 ORDER BY LOWER(n) ASC;
2827+n
2828+a a
2829+a b
2830+SELECT * FROM t1 ORDER BY LOWER(n) DESC;
2831+n
2832+a b
2833+a a
2834+DROP TABLE t1;
2835 select @@collation_connection;
2836 @@collation_connection
2837 utf16_bin
2838
2839=== modified file 'mysql-test/r/ctype_utf32.result'
2840--- mysql-test/r/ctype_utf32.result 2011-10-12 13:41:25 +0000
2841+++ mysql-test/r/ctype_utf32.result 2014-02-03 08:11:10 +0000
2842@@ -635,6 +635,21 @@
2843 00010384 F0908E84
2844 00100000 F4808080
2845 DROP TABLE IF EXISTS t1;
2846+#
2847+# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
2848+# OUT-OF-ORDER RESULTS
2849+#
2850+CREATE TABLE t1 SELECT ('a a') as n;
2851+INSERT INTO t1 VALUES('a b');
2852+SELECT * FROM t1 ORDER BY LOWER(n) ASC;
2853+n
2854+a a
2855+a b
2856+SELECT * FROM t1 ORDER BY LOWER(n) DESC;
2857+n
2858+a b
2859+a a
2860+DROP TABLE t1;
2861 select @@collation_connection;
2862 @@collation_connection
2863 utf32_bin
2864
2865=== modified file 'mysql-test/r/ctype_utf8mb4.result'
2866--- mysql-test/r/ctype_utf8mb4.result 2013-01-31 01:36:30 +0000
2867+++ mysql-test/r/ctype_utf8mb4.result 2014-02-03 08:11:10 +0000
2868@@ -1012,6 +1012,21 @@
2869 F0908E84 F0908E84
2870 F4808080 F4808080
2871 DROP TABLE IF EXISTS t1;
2872+#
2873+# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
2874+# OUT-OF-ORDER RESULTS
2875+#
2876+CREATE TABLE t1 SELECT ('a a') as n;
2877+INSERT INTO t1 VALUES('a b');
2878+SELECT * FROM t1 ORDER BY LOWER(n) ASC;
2879+n
2880+a a
2881+a b
2882+SELECT * FROM t1 ORDER BY LOWER(n) DESC;
2883+n
2884+a b
2885+a a
2886+DROP TABLE t1;
2887 select @@collation_connection;
2888 @@collation_connection
2889 utf8mb4_bin
2890
2891=== modified file 'mysql-test/r/distinct.result'
2892--- mysql-test/r/distinct.result 2011-05-11 11:11:57 +0000
2893+++ mysql-test/r/distinct.result 2014-02-03 08:11:10 +0000
2894@@ -804,4 +804,44 @@
2895 11112222
2896 33334444
2897 DROP TABLE t1;
2898+#
2899+# Bug#16539979 BASIC SELECT COUNT(DISTINCT ID) IS BROKEN.
2900+# Bug#17867117 ERROR RESULT WHEN "COUNT + DISTINCT + CASE WHEN" NEED MERGE_WALK
2901+#
2902+SET @tmp_table_size_save= @@tmp_table_size;
2903+SET @@tmp_table_size= 1024;
2904+CREATE TABLE t1 (a INT);
2905+INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
2906+INSERT INTO t1 SELECT a+8 FROM t1;
2907+INSERT INTO t1 SELECT a+16 FROM t1;
2908+INSERT INTO t1 SELECT a+32 FROM t1;
2909+INSERT INTO t1 SELECT a+64 FROM t1;
2910+INSERT INTO t1 VALUE(NULL);
2911+SELECT COUNT(DISTINCT a) FROM t1;
2912+COUNT(DISTINCT a)
2913+128
2914+SELECT COUNT(DISTINCT (a+0)) FROM t1;
2915+COUNT(DISTINCT (a+0))
2916+128
2917+DROP TABLE t1;
2918+create table tb(
2919+id int auto_increment primary key,
2920+v varchar(32))
2921+engine=myisam charset=gbk;
2922+insert into tb(v) values("aaa");
2923+insert into tb(v) (select v from tb);
2924+insert into tb(v) (select v from tb);
2925+insert into tb(v) (select v from tb);
2926+insert into tb(v) (select v from tb);
2927+insert into tb(v) (select v from tb);
2928+insert into tb(v) (select v from tb);
2929+update tb set v=concat(v, id);
2930+select count(distinct case when id<=64 then id end) from tb;
2931+count(distinct case when id<=64 then id end)
2932+64
2933+select count(distinct case when id<=63 then id end) from tb;
2934+count(distinct case when id<=63 then id end)
2935+63
2936+drop table tb;
2937+SET @@tmp_table_size= @tmp_table_size_save;
2938 End of 5.5 tests
2939
2940=== modified file 'mysql-test/r/events_trans.result'
2941--- mysql-test/r/events_trans.result 2010-08-13 08:02:37 +0000
2942+++ mysql-test/r/events_trans.result 2014-02-03 08:11:10 +0000
2943@@ -135,3 +135,4 @@
2944 a
2945 ROLLBACK WORK TO SAVEPOINT A;
2946 DROP TABLE t1, t2;
2947+DROP EVENT e1;
2948
2949=== modified file 'mysql-test/r/gis.result'
2950--- mysql-test/r/gis.result 2012-03-05 18:36:56 +0000
2951+++ mysql-test/r/gis.result 2014-02-03 08:11:10 +0000
2952@@ -1113,4 +1113,25 @@
2953 (SELECT 1 FROM g1 WHERE a = geomfromtext('') OR a) ;
2954 1
2955 DROP TABLE g1;
2956+#
2957+# Bug#16451878 GEOMETRY QUERY CRASHES SERVER
2958+#
2959+# should not crash
2960+SELECT ASTEXT(0x0100000000030000000100000000000010);
2961+ASTEXT(0x0100000000030000000100000000000010)
2962+NULL
2963+#should not crash
2964+SELECT ENVELOPE(0x0100000000030000000100000000000010);
2965+ENVELOPE(0x0100000000030000000100000000000010)
2966+NULL
2967+#should not crash
2968+SELECT
2969+GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1);
2970+GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1)
2971+NULL
2972+#should not crash
2973+SELECT
2974+GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1);
2975+GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1)
2976+NULL
2977 End of 5.5 tests
2978
2979=== added file 'mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result'
2980--- mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result 1970-01-01 00:00:00 +0000
2981+++ mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result 2014-02-03 08:11:10 +0000
2982@@ -0,0 +1,39 @@
2983+#
2984+# Bug#69122 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE
2985+# OPERATION IF IT IS DONE IN-PLACE
2986+#
2987+SET GLOBAL innodb_change_buffering_debug = 1;
2988+CREATE TABLE t1(
2989+a INT AUTO_INCREMENT PRIMARY KEY,
2990+b CHAR(1),
2991+c INT,
2992+INDEX(b))
2993+ENGINE=InnoDB;
2994+INSERT INTO t1 VALUES(0,'x',1);
2995+INSERT INTO t1 SELECT 0,b,c FROM t1;
2996+INSERT INTO t1 SELECT 0,b,c FROM t1;
2997+INSERT INTO t1 SELECT 0,b,c FROM t1;
2998+INSERT INTO t1 SELECT 0,b,c FROM t1;
2999+INSERT INTO t1 SELECT 0,b,c FROM t1;
3000+INSERT INTO t1 SELECT 0,b,c FROM t1;
3001+INSERT INTO t1 SELECT 0,b,c FROM t1;
3002+INSERT INTO t1 SELECT 0,b,c FROM t1;
3003+INSERT INTO t1 SELECT 0,b,c FROM t1;
3004+INSERT INTO t1 SELECT 0,b,c FROM t1;
3005+INSERT INTO t1 SELECT 0,b,c FROM t1;
3006+BEGIN;
3007+SELECT b FROM t1 LIMIT 3;
3008+b
3009+x
3010+x
3011+x
3012+BEGIN;
3013+DELETE FROM t1 WHERE a=1;
3014+INSERT INTO t1 VALUES(1,'X',1);
3015+SET DEBUG='+d,crash_after_log_ibuf_upd_inplace';
3016+SELECT b FROM t1 LIMIT 3;
3017+ERROR HY000: Lost connection to MySQL server during query
3018+CHECK TABLE t1;
3019+Table Op Msg_type Msg_text
3020+test.t1 check status OK
3021+DROP TABLE t1;
3022
3023=== added file 'mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt'
3024--- mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt 1970-01-01 00:00:00 +0000
3025+++ mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt 2014-02-03 08:11:10 +0000
3026@@ -0,0 +1,1 @@
3027+--log-error=$MYSQLTEST_VARDIR/tmp/my_restart.err
3028
3029=== added file 'mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test'
3030--- mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test 1970-01-01 00:00:00 +0000
3031+++ mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test 2014-02-03 08:11:10 +0000
3032@@ -0,0 +1,70 @@
3033+--echo #
3034+--echo # Bug#69122 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE
3035+--echo # OPERATION IF IT IS DONE IN-PLACE
3036+--echo #
3037+--source include/have_innodb.inc
3038+# innodb_change_buffering_debug option is debug only
3039+--source include/have_debug.inc
3040+# Embedded server does not support crashing
3041+--source include/not_embedded.inc
3042+# DBUG_SUICIDE() hangs under valgrind
3043+--source include/not_valgrind.inc
3044+
3045+# The flag innodb_change_buffering_debug is only available in debug builds.
3046+# It instructs InnoDB to try to evict pages from the buffer pool when
3047+# change buffering is possible, so that the change buffer will be used
3048+# whenever possible.
3049+SET GLOBAL innodb_change_buffering_debug = 1;
3050+let SEARCH_FILE = $MYSQLTEST_VARDIR/tmp/my_restart.err;
3051+
3052+CREATE TABLE t1(
3053+ a INT AUTO_INCREMENT PRIMARY KEY,
3054+ b CHAR(1),
3055+ c INT,
3056+ INDEX(b))
3057+ENGINE=InnoDB;
3058+
3059+# Create enough rows for the table, so that the change buffer will be
3060+# used for modifying the secondary index page. There must be multiple
3061+# index pages, because changes to the root page are never buffered.
3062+INSERT INTO t1 VALUES(0,'x',1);
3063+INSERT INTO t1 SELECT 0,b,c FROM t1;
3064+INSERT INTO t1 SELECT 0,b,c FROM t1;
3065+INSERT INTO t1 SELECT 0,b,c FROM t1;
3066+INSERT INTO t1 SELECT 0,b,c FROM t1;
3067+INSERT INTO t1 SELECT 0,b,c FROM t1;
3068+INSERT INTO t1 SELECT 0,b,c FROM t1;
3069+INSERT INTO t1 SELECT 0,b,c FROM t1;
3070+INSERT INTO t1 SELECT 0,b,c FROM t1;
3071+INSERT INTO t1 SELECT 0,b,c FROM t1;
3072+INSERT INTO t1 SELECT 0,b,c FROM t1;
3073+INSERT INTO t1 SELECT 0,b,c FROM t1;
3074+
3075+BEGIN;
3076+SELECT b FROM t1 LIMIT 3;
3077+
3078+connect (con1,localhost,root,,);
3079+connection con1;
3080+BEGIN;
3081+DELETE FROM t1 WHERE a=1;
3082+# This should be buffered, if innodb_change_buffering_debug = 1 is in effect.
3083+INSERT INTO t1 VALUES(1,'X',1);
3084+
3085+SET DEBUG='+d,crash_after_log_ibuf_upd_inplace';
3086+--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
3087+--error 2013
3088+# This should force a change buffer merge
3089+SELECT b FROM t1 LIMIT 3;
3090+
3091+let SEARCH_PATTERN=Wrote log record for ibuf update in place operation;
3092+--source include/search_pattern_in_file.inc
3093+
3094+# Write file to make mysql-test-run.pl start up the server again
3095+--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
3096+--enable_reconnect
3097+--source include/wait_until_connected_again.inc
3098+
3099+CHECK TABLE t1;
3100+
3101+# Cleanup
3102+DROP TABLE t1;
3103
3104=== added directory 'mysql-test/suite/innodb_zip'
3105=== added directory 'mysql-test/suite/innodb_zip/r'
3106=== renamed file 'mysql-test/suite/innodb/r/innodb-create-options.result' => 'mysql-test/suite/innodb_zip/r/innodb-create-options.result'
3107=== renamed file 'mysql-test/suite/innodb/r/innodb-zip.result' => 'mysql-test/suite/innodb_zip/r/innodb-zip.result'
3108=== renamed file 'mysql-test/suite/innodb/r/innodb_bug36169.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug36169.result'
3109=== renamed file 'mysql-test/suite/innodb/r/innodb_bug36172.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug36172.result'
3110=== renamed file 'mysql-test/suite/innodb/r/innodb_bug52745.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug52745.result'
3111=== renamed file 'mysql-test/suite/innodb/r/innodb_bug53591.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug53591.result'
3112=== renamed file 'mysql-test/suite/innodb/r/innodb_bug56680.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug56680.result'
3113=== renamed file 'mysql-test/suite/innodb/r/innodb_cmp_drop_table.result' => 'mysql-test/suite/innodb_zip/r/innodb_cmp_drop_table.result'
3114=== renamed file 'mysql-test/suite/innodb/r/innodb_index_large_prefix.result' => 'mysql-test/suite/innodb_zip/r/innodb_index_large_prefix.result'
3115=== renamed file 'mysql-test/suite/innodb/r/innodb_prefix_index_liftedlimit.result' => 'mysql-test/suite/innodb_zip/r/innodb_prefix_index_liftedlimit.result'
3116=== added directory 'mysql-test/suite/innodb_zip/t'
3117=== renamed file 'mysql-test/suite/innodb/t/innodb-create-options.test' => 'mysql-test/suite/innodb_zip/t/innodb-create-options.test'
3118=== renamed file 'mysql-test/suite/innodb/t/innodb-zip.test' => 'mysql-test/suite/innodb_zip/t/innodb-zip.test'
3119=== renamed file 'mysql-test/suite/innodb/t/innodb_bug36169.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug36169.test'
3120=== renamed file 'mysql-test/suite/innodb/t/innodb_bug36172.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug36172.test'
3121=== renamed file 'mysql-test/suite/innodb/t/innodb_bug52745.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug52745.test'
3122=== renamed file 'mysql-test/suite/innodb/t/innodb_bug53591.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug53591.test'
3123=== renamed file 'mysql-test/suite/innodb/t/innodb_bug56680.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug56680.test'
3124=== renamed file 'mysql-test/suite/innodb/t/innodb_cmp_drop_table-master.opt' => 'mysql-test/suite/innodb_zip/t/innodb_cmp_drop_table-master.opt'
3125=== renamed file 'mysql-test/suite/innodb/t/innodb_cmp_drop_table.test' => 'mysql-test/suite/innodb_zip/t/innodb_cmp_drop_table.test'
3126=== renamed file 'mysql-test/suite/innodb/t/innodb_index_large_prefix.test' => 'mysql-test/suite/innodb_zip/t/innodb_index_large_prefix.test'
3127=== renamed file 'mysql-test/suite/innodb/t/innodb_prefix_index_liftedlimit.test' => 'mysql-test/suite/innodb_zip/t/innodb_prefix_index_liftedlimit.test'
3128=== modified file 'mysql-test/t/distinct.test'
3129--- mysql-test/t/distinct.test 2011-05-11 11:11:57 +0000
3130+++ mysql-test/t/distinct.test 2014-02-03 08:11:10 +0000
3131@@ -625,5 +625,42 @@
3132 SELECT DISTINCT CONCAT(a,b) AS c FROM t1 ORDER BY 1;
3133 DROP TABLE t1;
3134
3135+--echo #
3136+--echo # Bug#16539979 BASIC SELECT COUNT(DISTINCT ID) IS BROKEN.
3137+--echo # Bug#17867117 ERROR RESULT WHEN "COUNT + DISTINCT + CASE WHEN" NEED MERGE_WALK
3138+--echo #
3139+
3140+SET @tmp_table_size_save= @@tmp_table_size;
3141+SET @@tmp_table_size= 1024;
3142+
3143+CREATE TABLE t1 (a INT);
3144+INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
3145+INSERT INTO t1 SELECT a+8 FROM t1;
3146+INSERT INTO t1 SELECT a+16 FROM t1;
3147+INSERT INTO t1 SELECT a+32 FROM t1;
3148+INSERT INTO t1 SELECT a+64 FROM t1;
3149+INSERT INTO t1 VALUE(NULL);
3150+SELECT COUNT(DISTINCT a) FROM t1;
3151+SELECT COUNT(DISTINCT (a+0)) FROM t1;
3152+DROP TABLE t1;
3153+
3154+create table tb(
3155+id int auto_increment primary key,
3156+v varchar(32))
3157+engine=myisam charset=gbk;
3158+insert into tb(v) values("aaa");
3159+insert into tb(v) (select v from tb);
3160+insert into tb(v) (select v from tb);
3161+insert into tb(v) (select v from tb);
3162+insert into tb(v) (select v from tb);
3163+insert into tb(v) (select v from tb);
3164+insert into tb(v) (select v from tb);
3165+
3166+update tb set v=concat(v, id);
3167+select count(distinct case when id<=64 then id end) from tb;
3168+select count(distinct case when id<=63 then id end) from tb;
3169+drop table tb;
3170+
3171+SET @@tmp_table_size= @tmp_table_size_save;
3172
3173 --echo End of 5.5 tests
3174
3175=== modified file 'mysql-test/t/events_trans.test'
3176--- mysql-test/t/events_trans.test 2010-08-13 08:02:37 +0000
3177+++ mysql-test/t/events_trans.test 2014-02-03 08:11:10 +0000
3178@@ -146,3 +146,4 @@
3179 ROLLBACK WORK TO SAVEPOINT A;
3180
3181 DROP TABLE t1, t2;
3182+DROP EVENT e1;
3183
3184=== modified file 'mysql-test/t/gis.test'
3185--- mysql-test/t/gis.test 2012-03-06 11:17:06 +0000
3186+++ mysql-test/t/gis.test 2014-02-03 08:11:10 +0000
3187@@ -868,4 +868,22 @@
3188
3189 DROP TABLE g1;
3190
3191+--echo #
3192+--echo # Bug#16451878 GEOMETRY QUERY CRASHES SERVER
3193+--echo #
3194+
3195+--echo # should not crash
3196+SELECT ASTEXT(0x0100000000030000000100000000000010);
3197+
3198+--echo #should not crash
3199+SELECT ENVELOPE(0x0100000000030000000100000000000010);
3200+
3201+--echo #should not crash
3202+SELECT
3203+ GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1);
3204+
3205+--echo #should not crash
3206+SELECT
3207+ GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1);
3208+
3209 --echo End of 5.5 tests
3210
3211=== modified file 'mysys/md5.c'
3212--- mysys/md5.c 2013-10-28 10:15:55 +0000
3213+++ mysys/md5.c 2014-02-03 08:11:10 +0000
3214@@ -1,4 +1,4 @@
3215-/* Copyright (C) 2000 MySQL AB
3216+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3217
3218 This program is free software; you can redistribute it and/or modify
3219 it under the terms of the GNU General Public License as published by
3220
3221=== modified file 'mysys/mf_keycache.c'
3222--- mysys/mf_keycache.c 2013-01-15 10:00:26 +0000
3223+++ mysys/mf_keycache.c 2014-02-03 08:11:10 +0000
3224@@ -1,4 +1,4 @@
3225-/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
3226+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3227
3228 This program is free software; you can redistribute it and/or modify
3229 it under the terms of the GNU General Public License as published by
3230
3231=== modified file 'mysys/mf_qsort.c'
3232--- mysys/mf_qsort.c 2013-03-19 14:53:48 +0000
3233+++ mysys/mf_qsort.c 2014-02-03 08:11:10 +0000
3234@@ -1,4 +1,5 @@
3235-/* Copyright (C) 2000 MySQL AB
3236+/* Copyright (c) 2000-2002, 2007 MySQL AB
3237+ Use is subject to license terms
3238
3239 This program is free software; you can redistribute it and/or modify
3240 it under the terms of the GNU General Public License as published by
3241
3242=== modified file 'mysys/mf_radix.c'
3243--- mysys/mf_radix.c 2013-03-19 14:53:48 +0000
3244+++ mysys/mf_radix.c 2014-02-03 08:11:10 +0000
3245@@ -1,4 +1,5 @@
3246-/* Copyright (C) 2000 MySQL AB
3247+/* Copyright (c) 2000, 2007 MySQL AB
3248+ Use is subject to license terms
3249
3250 This program is free software; you can redistribute it and/or modify
3251 it under the terms of the GNU General Public License as published by
3252
3253=== modified file 'mysys/mf_same.c'
3254--- mysys/mf_same.c 2013-03-19 14:53:48 +0000
3255+++ mysys/mf_same.c 2014-02-03 08:11:10 +0000
3256@@ -1,4 +1,5 @@
3257-/* Copyright (C) 2000 MySQL AB
3258+/* Copyright (c) 2000, 2001, 2007 MySQL AB
3259+ Use is subject to license terms
3260
3261 This program is free software; you can redistribute it and/or modify
3262 it under the terms of the GNU General Public License as published by
3263
3264=== modified file 'mysys/mf_soundex.c'
3265--- mysys/mf_soundex.c 2013-03-19 14:53:48 +0000
3266+++ mysys/mf_soundex.c 2014-02-03 08:11:10 +0000
3267@@ -1,4 +1,5 @@
3268-/* Copyright (C) 2000 MySQL AB
3269+/* Copyright (c) 2000, 2002, 2004, 2007 MySQL AB
3270+ Use is subject to license terms
3271
3272 This program is free software; you can redistribute it and/or modify
3273 it under the terms of the GNU General Public License as published by
3274
3275=== modified file 'mysys/mf_tempdir.c'
3276--- mysys/mf_tempdir.c 2011-06-30 15:46:53 +0000
3277+++ mysys/mf_tempdir.c 2014-02-03 08:11:10 +0000
3278@@ -1,4 +1,4 @@
3279-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3280+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3281
3282 This program is free software; you can redistribute it and/or modify
3283 it under the terms of the GNU General Public License as published by
3284@@ -43,7 +43,7 @@
3285 pathlist=getenv("TMP");
3286 #endif
3287 if (!pathlist || !pathlist[0])
3288- pathlist=(char*) P_tmpdir;
3289+ pathlist= DEFAULT_TMPDIR;
3290 }
3291 do
3292 {
3293
3294=== modified file 'mysys/mf_tempfile.c'
3295--- mysys/mf_tempfile.c 2013-03-19 12:36:34 +0000
3296+++ mysys/mf_tempfile.c 2014-02-03 08:11:10 +0000
3297@@ -1,4 +1,4 @@
3298-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3299+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3300
3301 This program is free software; you can redistribute it and/or modify
3302 it under the terms of the GNU General Public License as published by
3303@@ -111,7 +111,7 @@
3304 sizeof(prefix_buff)-7),"XXXXXX") -
3305 prefix_buff);
3306 if (!dir && ! (dir =getenv("TMPDIR")))
3307- dir=P_tmpdir;
3308+ dir= DEFAULT_TMPDIR;
3309 if (strlen(dir)+ pfx_len > FN_REFLEN-2)
3310 {
3311 errno=my_errno= ENAMETOOLONG;
3312
3313=== modified file 'mysys/mf_wcomp.c'
3314--- mysys/mf_wcomp.c 2013-03-19 14:53:48 +0000
3315+++ mysys/mf_wcomp.c 2014-02-03 08:11:10 +0000
3316@@ -1,4 +1,5 @@
3317-/* Copyright (C) 2000 MySQL AB
3318+/* Copyright (c) 2000, 2003, 2004 MySQL AB
3319+ Use is subject to license terms
3320
3321 This program is free software; you can redistribute it and/or modify
3322 it under the terms of the GNU General Public License as published by
3323
3324=== modified file 'mysys/mulalloc.c'
3325--- mysys/mulalloc.c 2013-03-19 14:53:48 +0000
3326+++ mysys/mulalloc.c 2014-02-03 08:11:10 +0000
3327@@ -1,4 +1,5 @@
3328-/* Copyright (C) 2000 MySQL AB
3329+/* Copyright (c) 2000, 2002, 2003, 2007 MySQL AB
3330+ Use is subject to license terms
3331
3332 This program is free software; you can redistribute it and/or modify
3333 it under the terms of the GNU General Public License as published by
3334
3335=== modified file 'mysys/my_access.c'
3336--- mysys/my_access.c 2013-06-27 15:35:20 +0000
3337+++ mysys/my_access.c 2014-02-03 08:11:10 +0000
3338@@ -1,4 +1,4 @@
3339-/* Copyright (C) 2000 MySQL AB
3340+/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
3341
3342 This program is free software; you can redistribute it and/or modify
3343 it under the terms of the GNU General Public License as published by
3344
3345=== modified file 'mysys/my_aes.c'
3346--- mysys/my_aes.c 2013-03-19 14:53:48 +0000
3347+++ mysys/my_aes.c 2014-02-03 08:11:10 +0000
3348@@ -1,4 +1,5 @@
3349-/* Copyright (C) 2002 MySQL AB
3350+/* Copyright (c) 2002, 2006 MySQL AB
3351+ Use is subject to license terms
3352
3353 This program is free software; you can redistribute it and/or modify
3354 it under the terms of the GNU General Public License as published by
3355
3356=== modified file 'mysys/my_conio.c'
3357--- mysys/my_conio.c 2013-03-19 14:53:48 +0000
3358+++ mysys/my_conio.c 2014-02-03 08:11:10 +0000
3359@@ -1,4 +1,5 @@
3360-/* Copyright (C) 2000 MySQL AB
3361+/* Copyright (c) 2000, 2005, 2007 MySQL AB
3362+ Use is subject to license terms
3363
3364 This program is free software; you can redistribute it and/or modify
3365 it under the terms of the GNU General Public License as published by
3366
3367=== modified file 'mysys/my_crc32.c'
3368--- mysys/my_crc32.c 2013-03-19 14:53:48 +0000
3369+++ mysys/my_crc32.c 2014-02-03 08:11:10 +0000
3370@@ -1,4 +1,5 @@
3371-/* Copyright (C) 2003 MySQL AB
3372+/* Copyright (c) 2003, 2004 MySQL AB
3373+ Use is subject to license terms
3374
3375 This program is free software; you can redistribute it and/or modify
3376 it under the terms of the GNU General Public License as published by
3377
3378=== modified file 'mysys/my_div.c'
3379--- mysys/my_div.c 2013-03-19 14:53:48 +0000
3380+++ mysys/my_div.c 2014-02-03 08:11:10 +0000
3381@@ -1,4 +1,5 @@
3382-/* Copyright (C) 2000 MySQL AB
3383+/* Copyright (c) 2000, 2002, 2004, 2007 MySQL AB
3384+ Use is subject to license terms
3385
3386 This program is free software; you can redistribute it and/or modify
3387 it under the terms of the GNU General Public License as published by
3388
3389=== modified file 'mysys/my_error.c'
3390--- mysys/my_error.c 2013-02-26 05:35:17 +0000
3391+++ mysys/my_error.c 2014-02-03 08:11:10 +0000
3392@@ -1,4 +1,4 @@
3393-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3394+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3395
3396 This program is free software; you can redistribute it and/or modify
3397 it under the terms of the GNU General Public License as published by
3398
3399=== modified file 'mysys/my_fopen.c'
3400--- mysys/my_fopen.c 2013-03-19 14:53:48 +0000
3401+++ mysys/my_fopen.c 2014-02-03 08:11:10 +0000
3402@@ -1,4 +1,4 @@
3403-/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
3404+/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
3405
3406 This program is free software; you can redistribute it and/or modify
3407 it under the terms of the GNU General Public License as published by
3408
3409=== modified file 'mysys/my_getpagesize.c'
3410--- mysys/my_getpagesize.c 2013-03-19 14:53:48 +0000
3411+++ mysys/my_getpagesize.c 2014-02-03 08:11:10 +0000
3412@@ -1,4 +1,5 @@
3413-/* Copyright (C) 2000-2003 MySQL AB
3414+/* Copyright (c) 2000-2003, 2006 MySQL AB
3415+ Use is subject to license terms
3416
3417 This program is free software; you can redistribute it and/or modify
3418 it under the terms of the GNU General Public License as published by
3419
3420=== modified file 'mysys/my_libwrap.c'
3421--- mysys/my_libwrap.c 2013-03-19 14:53:48 +0000
3422+++ mysys/my_libwrap.c 2014-02-03 08:11:10 +0000
3423@@ -1,4 +1,4 @@
3424-/* Copyright (C) 2003 MySQL AB
3425+/* Copyright (c) 2003, 2006 MySQL AB
3426
3427 This program is free software; you can redistribute it and/or modify
3428 it under the terms of the GNU General Public License as published by
3429
3430=== modified file 'mysys/my_lockmem.c'
3431--- mysys/my_lockmem.c 2013-03-19 12:36:34 +0000
3432+++ mysys/my_lockmem.c 2014-02-03 08:11:10 +0000
3433@@ -1,4 +1,4 @@
3434-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3435+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3436
3437 This program is free software; you can redistribute it and/or modify
3438 it under the terms of the GNU General Public License as published by
3439
3440=== modified file 'mysys/my_malloc.c'
3441--- mysys/my_malloc.c 2013-01-15 10:00:26 +0000
3442+++ mysys/my_malloc.c 2014-02-03 08:11:10 +0000
3443@@ -1,4 +1,4 @@
3444-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3445+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3446
3447 This program is free software; you can redistribute it and/or modify
3448 it under the terms of the GNU General Public License as published by
3449
3450=== modified file 'mysys/my_memmem.c'
3451--- mysys/my_memmem.c 2013-03-19 14:53:48 +0000
3452+++ mysys/my_memmem.c 2014-02-03 08:11:10 +0000
3453@@ -1,4 +1,5 @@
3454-/* Copyright (C) 2000 MySQL AB
3455+/* Copyright (c) 2000, 2006, 2007 MySQL AB
3456+ Use is subject to license terms
3457
3458 This program is free software; you can redistribute it and/or modify
3459 it under the terms of the GNU General Public License as published by
3460
3461=== modified file 'mysys/my_mkdir.c'
3462--- mysys/my_mkdir.c 2013-03-19 14:53:48 +0000
3463+++ mysys/my_mkdir.c 2014-02-03 08:11:10 +0000
3464@@ -1,4 +1,5 @@
3465-/* Copyright (C) 2000 MySQL AB
3466+/* Copyright (c) 2000, 2001, 2006 MySQL AB
3467+ Use is subject to license terms
3468
3469 This program is free software; you can redistribute it and/or modify
3470 it under the terms of the GNU General Public License as published by
3471
3472=== modified file 'mysys/my_once.c'
3473--- mysys/my_once.c 2013-03-19 12:36:34 +0000
3474+++ mysys/my_once.c 2014-02-03 08:11:10 +0000
3475@@ -1,4 +1,4 @@
3476-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3477+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3478
3479 This program is free software; you can redistribute it and/or modify
3480 it under the terms of the GNU General Public License as published by
3481
3482=== modified file 'mysys/my_symlink2.c'
3483--- mysys/my_symlink2.c 2013-03-19 14:53:48 +0000
3484+++ mysys/my_symlink2.c 2014-02-03 08:11:10 +0000
3485@@ -1,4 +1,5 @@
3486-/* Copyright (C) 2000 MySQL AB
3487+/* Copyright (c) 2000, 2001, 2003, 2005-2007 MySQL AB
3488+ Use is subject to license terms
3489
3490 This program is free software; you can redistribute it and/or modify
3491 it under the terms of the GNU General Public License as published by
3492
3493=== modified file 'mysys/my_wincond.c'
3494--- mysys/my_wincond.c 2011-06-30 15:46:53 +0000
3495+++ mysys/my_wincond.c 2014-02-03 08:11:10 +0000
3496@@ -1,4 +1,4 @@
3497-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3498+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3499
3500 This program is free software; you can redistribute it and/or modify
3501 it under the terms of the GNU General Public License as published by
3502@@ -305,7 +305,7 @@
3503
3504
3505 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
3506- struct timespec *abstime)
3507+ const struct timespec *abstime)
3508 {
3509 if (have_native_conditions)
3510 {
3511
3512=== modified file 'mysys/my_winthread.c'
3513--- mysys/my_winthread.c 2013-07-24 10:14:41 +0000
3514+++ mysys/my_winthread.c 2014-02-03 08:11:10 +0000
3515@@ -1,4 +1,4 @@
3516-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3517+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3518
3519 This program is free software; you can redistribute it and/or modify
3520 it under the terms of the GNU General Public License as published by
3521
3522=== modified file 'mysys/test_dir.c'
3523--- mysys/test_dir.c 2013-03-19 14:53:48 +0000
3524+++ mysys/test_dir.c 2014-02-03 08:11:10 +0000
3525@@ -1,4 +1,5 @@
3526-/* Copyright (C) 2000 MySQL AB
3527+/* Copyright (c) 2000, 2006 MySQL AB
3528+ Use is subject to license terms
3529
3530 This program is free software; you can redistribute it and/or modify
3531 it under the terms of the GNU General Public License as published by
3532
3533=== modified file 'mysys/test_xml.c'
3534--- mysys/test_xml.c 2013-03-19 14:53:48 +0000
3535+++ mysys/test_xml.c 2014-02-03 08:11:10 +0000
3536@@ -1,4 +1,5 @@
3537-/* Copyright (C) 2000 MySQL AB
3538+/* Copyright (c) 2000, 2002 MySQL AB
3539+ Use is subject to license terms
3540
3541 This program is free software; you can redistribute it and/or modify
3542 it under the terms of the GNU General Public License as published by
3543
3544=== modified file 'mysys/thr_alarm.c'
3545--- mysys/thr_alarm.c 2013-02-26 05:35:17 +0000
3546+++ mysys/thr_alarm.c 2014-02-03 08:11:10 +0000
3547@@ -1,4 +1,4 @@
3548-/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
3549+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3550
3551 This program is free software; you can redistribute it and/or modify
3552 it under the terms of the GNU General Public License as published by
3553
3554=== modified file 'packaging/WiX/CPackWixConfig.cmake'
3555--- packaging/WiX/CPackWixConfig.cmake 2013-05-29 14:39:45 +0000
3556+++ packaging/WiX/CPackWixConfig.cmake 2014-02-03 08:11:10 +0000
3557@@ -1,4 +1,4 @@
3558-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3559+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3560 #
3561 # This program is free software; you can redistribute it and/or modify
3562 # it under the terms of the GNU General Public License as published by
3563
3564=== modified file 'packaging/WiX/custom_ui.wxs'
3565--- packaging/WiX/custom_ui.wxs 2013-01-02 05:18:27 +0000
3566+++ packaging/WiX/custom_ui.wxs 2014-02-03 08:11:10 +0000
3567@@ -2,7 +2,7 @@
3568 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3569
3570 <!--
3571- Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3572+ Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3573
3574 This program is free software; you can redistribute it and/or modify
3575 it under the terms of the GNU General Public License as published by
3576@@ -30,7 +30,7 @@
3577 <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3578 <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
3579 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
3580- <Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved." />
3581+ <Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved." />
3582 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
3583 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
3584 </Dialog>
3585
3586=== modified file 'packaging/WiX/mysql_server.wxs.in'
3587--- packaging/WiX/mysql_server.wxs.in 2013-09-30 07:11:22 +0000
3588+++ packaging/WiX/mysql_server.wxs.in 2014-02-03 08:11:10 +0000
3589@@ -2,7 +2,7 @@
3590 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3591
3592 <!--
3593- Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3594+ Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3595
3596 This program is free software; you can redistribute it and/or modify
3597 it under the terms of the GNU General Public License as published by
3598
3599=== added directory 'packaging/rpm-oel'
3600=== added file 'packaging/rpm-oel/CMakeLists.txt'
3601--- packaging/rpm-oel/CMakeLists.txt 1970-01-01 00:00:00 +0000
3602+++ packaging/rpm-oel/CMakeLists.txt 2014-02-03 08:11:10 +0000
3603@@ -0,0 +1,36 @@
3604+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
3605+#
3606+# This program is free software; you can redistribute it and/or modify
3607+# it under the terms of the GNU General Public License as published by
3608+# the Free Software Foundation; version 2 of the License.
3609+#
3610+# This program is distributed in the hope that it will be useful,
3611+# but WITHOUT ANY WARRANTY; without even the implied warranty of
3612+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3613+# GNU General Public License for more details.
3614+#
3615+# You should have received a copy of the GNU General Public License
3616+# along with this program; if not, write to the Free Software
3617+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3618+
3619+
3620+IF(UNIX)
3621+ SET(prefix ${CMAKE_INSTALL_PREFIX})
3622+
3623+ SET(SPECFILENAME "mysql.spec")
3624+ IF("${VERSION}" MATCHES "-ndb-")
3625+ STRING(REGEX REPLACE "^.*-ndb-" "" NDBVERSION "${VERSION}")
3626+ SET(SPECFILENAME "mysql-cluster-${NDBVERSION}.spec")
3627+ ENDIF()
3628+
3629+ # Left in current directory, to be taken during build
3630+ CONFIGURE_FILE(mysql.spec.in ${CMAKE_CURRENT_BINARY_DIR}/${SPECFILENAME} @ONLY)
3631+
3632+ FOREACH(fedfile my.cnf my_config.h mysql_config.sh
3633+ mysqld.service mysql-systemd-start mysql.conf
3634+ filter-requires.sh filter-provides.sh
3635+ mysql-embedded-check.c mysql.init)
3636+ CONFIGURE_FILE(${fedfile} ${CMAKE_CURRENT_BINARY_DIR}/${fedfile} COPYONLY)
3637+ ENDFOREACH()
3638+ENDIF()
3639+
3640
3641=== added file 'packaging/rpm-oel/filter-provides.sh'
3642--- packaging/rpm-oel/filter-provides.sh 1970-01-01 00:00:00 +0000
3643+++ packaging/rpm-oel/filter-provides.sh 2014-02-03 08:11:10 +0000
3644@@ -0,0 +1,6 @@
3645+#! /bin/bash
3646+#
3647+
3648+/usr/lib/rpm/perl.prov $* |
3649+sed -e '/perl(hostnames)/d' -e '/perl(lib::mtr.*/d' -e '/perl(lib::v1.*/d' -e '/perl(mtr_.*/d' -e '/perl(My::.*/d'
3650+
3651
3652=== added file 'packaging/rpm-oel/filter-requires.sh'
3653--- packaging/rpm-oel/filter-requires.sh 1970-01-01 00:00:00 +0000
3654+++ packaging/rpm-oel/filter-requires.sh 2014-02-03 08:11:10 +0000
3655@@ -0,0 +1,6 @@
3656+#! /bin/bash
3657+#
3658+
3659+/usr/lib/rpm/perl.req $* |
3660+sed -e '/perl(hostnames)/d' -e '/perl(lib::mtr.*/d' -e '/perl(lib::v1.*/d' -e '/perl(mtr_.*/d' -e '/perl(My::.*/d'
3661+
3662
3663=== added file 'packaging/rpm-oel/my.cnf'
3664--- packaging/rpm-oel/my.cnf 1970-01-01 00:00:00 +0000
3665+++ packaging/rpm-oel/my.cnf 2014-02-03 08:11:10 +0000
3666@@ -0,0 +1,31 @@
3667+# For advice on how to change settings please see
3668+# http://dev.mysql.com/doc/refman/5.5/en/server-configuration-defaults.html
3669+
3670+[mysqld]
3671+#
3672+# Remove leading # and set to the amount of RAM for the most important data
3673+# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
3674+# innodb_buffer_pool_size = 128M
3675+#
3676+# Remove leading # to turn on a very important data integrity option: logging
3677+# changes to the binary log between backups.
3678+# log_bin
3679+#
3680+# Remove leading # to set options mainly useful for reporting servers.
3681+# The server defaults are faster for transactions and fast SELECTs.
3682+# Adjust sizes as needed, experiment to find the optimal values.
3683+# join_buffer_size = 128M
3684+# sort_buffer_size = 2M
3685+# read_rnd_buffer_size = 2M
3686+datadir=/var/lib/mysql
3687+socket=/var/lib/mysql/mysql.sock
3688+
3689+# Disabling symbolic-links is recommended to prevent assorted security risks
3690+symbolic-links=0
3691+
3692+# Recommended in standard MySQL setup
3693+#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
3694+
3695+[mysqld_safe]
3696+log-error=/var/log/mysqld.log
3697+pid-file=/var/run/mysqld/mysqld.pid
3698
3699=== added file 'packaging/rpm-oel/my_config.h'
3700--- packaging/rpm-oel/my_config.h 1970-01-01 00:00:00 +0000
3701+++ packaging/rpm-oel/my_config.h 2014-02-03 08:11:10 +0000
3702@@ -0,0 +1,30 @@
3703+/*
3704+ * Fedora supports multi arch: having 32 and 64 versions of MySQL
3705+ * installed at the same time. my_config.h will differ due arch
3706+ * dependent defs creating a file conflict. We move arch specific
3707+ * headers to arch specific file names and include the correct arch
3708+ * specific file by installing this generic file.
3709+ *
3710+ */
3711+
3712+#if defined(__i386__)
3713+#include "my_config_i386.h"
3714+#elif defined(__ia64__)
3715+#include "my_config_ia64.h"
3716+#elif defined(__powerpc__)
3717+#include "my_config_ppc.h"
3718+#elif defined(__powerpc64__)
3719+#include "my_config_ppc64.h"
3720+#elif defined(__s390x__)
3721+#include "my_config_s390x.h"
3722+#elif defined(__s390__)
3723+#include "my_config_s390.h"
3724+#elif defined(__sparc__) && defined(__arch64__)
3725+#include "my_config_sparc64.h"
3726+#elif defined(__sparc__)
3727+#include "my_config_sparc.h"
3728+#elif defined(__x86_64__)
3729+#include "my_config_x86_64.h"
3730+#else
3731+#error "This MySQL devel package does not work your architecture?"
3732+#endif
3733
3734=== added file 'packaging/rpm-oel/mysql-embedded-check.c'
3735--- packaging/rpm-oel/mysql-embedded-check.c 1970-01-01 00:00:00 +0000
3736+++ packaging/rpm-oel/mysql-embedded-check.c 2014-02-03 08:11:10 +0000
3737@@ -0,0 +1,26 @@
3738+/* simple test program to see if we can link the embedded server library */
3739+
3740+#include <stdio.h>
3741+#include <stdlib.h>
3742+#include <stdarg.h>
3743+
3744+#include "mysql.h"
3745+
3746+MYSQL *mysql;
3747+
3748+static char *server_options[] = \
3749+ { "mysql_test", "--defaults-file=my.cnf", NULL };
3750+int num_elements = (sizeof(server_options) / sizeof(char *)) - 1;
3751+
3752+static char *server_groups[] = { "libmysqld_server",
3753+ "libmysqld_client", NULL };
3754+
3755+int main(int argc, char **argv)
3756+{
3757+ mysql_library_init(num_elements, server_options, server_groups);
3758+ mysql = mysql_init(NULL);
3759+ mysql_close(mysql);
3760+ mysql_library_end();
3761+
3762+ return 0;
3763+}
3764
3765=== added file 'packaging/rpm-oel/mysql-systemd-start'
3766--- packaging/rpm-oel/mysql-systemd-start 1970-01-01 00:00:00 +0000
3767+++ packaging/rpm-oel/mysql-systemd-start 2014-02-03 08:11:10 +0000
3768@@ -0,0 +1,52 @@
3769+#! /bin/bash
3770+#
3771+# Scripts to run by MySQL systemd service
3772+#
3773+# Needed argument: pre | post
3774+#
3775+# pre mode : try to run mysql_install_db and fix perms and SELinux contexts
3776+# post mode : ping server until answer is received
3777+#
3778+
3779+install_db () {
3780+ # Note: something different than datadir=/var/lib/mysql requires SELinux policy changes (in enforcing mode)
3781+ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p')
3782+
3783+ # Restore log, dir, perms and SELinux contexts
3784+ [ -d "$datadir" ] || install -d -m 0755 -omysql -gmysql "$datadir" || exit 1
3785+ log=/var/log/mysqld.log
3786+ [ -e $log ] || touch $log
3787+ chmod 0640 $log
3788+ chown mysql:mysql $log || exit 1
3789+ if [ -x /usr/sbin/restorecon ]; then
3790+ /usr/sbin/restorecon "$datadir"
3791+ /usr/sbin/restorecon $log
3792+ fi
3793+
3794+ # If special mysql dir is in place, skip db install
3795+ [ -d "$datadir/mysql" ] && exit 0
3796+
3797+ # Create initial db
3798+ /usr/bin/mysql_install_db --rpm --datadir="$datadir" --user=mysql
3799+ exit 0
3800+}
3801+
3802+pinger () {
3803+ # Wait for ping to answer to signal startup completed,
3804+ # might take a while in case of e.g. crash recovery
3805+ # MySQL systemd service will timeout script if no answer
3806+ while /bin/true ; do
3807+ sleep 1
3808+ mysqladmin ping >/dev/null 2>&1 && break
3809+ done
3810+ exit 0
3811+}
3812+
3813+# main
3814+case $1 in
3815+ "pre") install_db ;;
3816+ "post") pinger ;;
3817+esac
3818+
3819+exit 0
3820+
3821
3822=== added file 'packaging/rpm-oel/mysql.conf'
3823--- packaging/rpm-oel/mysql.conf 1970-01-01 00:00:00 +0000
3824+++ packaging/rpm-oel/mysql.conf 2014-02-03 08:11:10 +0000
3825@@ -0,0 +1,1 @@
3826+d /var/run/mysqld 0755 mysql mysql -
3827
3828=== added file 'packaging/rpm-oel/mysql.init'
3829--- packaging/rpm-oel/mysql.init 1970-01-01 00:00:00 +0000
3830+++ packaging/rpm-oel/mysql.init 2014-02-03 08:11:10 +0000
3831@@ -0,0 +1,209 @@
3832+#!/bin/sh
3833+#
3834+# mysqld This shell script takes care of starting and stopping
3835+# the MySQL subsystem (mysqld).
3836+#
3837+# chkconfig: - 64 36
3838+# description: MySQL database server.
3839+# processname: mysqld
3840+# config: /etc/my.cnf
3841+# pidfile: /var/run/mysqld/mysqld.pid
3842+
3843+# Source function library.
3844+. /etc/rc.d/init.d/functions
3845+
3846+# Source networking configuration.
3847+. /etc/sysconfig/network
3848+
3849+
3850+exec="/usr/bin/mysqld_safe"
3851+prog="mysqld"
3852+
3853+# Set timeouts here so they can be overridden from /etc/sysconfig/mysqld
3854+STARTTIMEOUT=120
3855+STOPTIMEOUT=60
3856+
3857+[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
3858+
3859+lockfile=/var/lock/subsys/$prog
3860+
3861+
3862+# extract value of a MySQL option from config files
3863+# Usage: get_mysql_option SECTION VARNAME DEFAULT
3864+# result is returned in $result
3865+# We use my_print_defaults which prints all options from multiple files,
3866+# with the more specific ones later; hence take the last match.
3867+get_mysql_option(){
3868+ result=`/usr/bin/my_print_defaults "$1" | sed -n "s/^--$2=//p" | tail -n 1`
3869+ if [ -z "$result" ]; then
3870+ # not found, use default
3871+ result="$3"
3872+ fi
3873+}
3874+
3875+get_mysql_option mysqld datadir "/var/lib/mysql"
3876+datadir="$result"
3877+get_mysql_option mysqld socket "$datadir/mysql.sock"
3878+socketfile="$result"
3879+get_mysql_option mysqld_safe log-error "/var/log/mysqld.log"
3880+errlogfile="$result"
3881+get_mysql_option mysqld_safe pid-file "/var/run/mysqld/mysqld.pid"
3882+mypidfile="$result"
3883+
3884+
3885+start(){
3886+ [ -x $exec ] || exit 5
3887+ # check to see if it's already running
3888+ RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1`
3889+ if [ $? = 0 ]; then
3890+ # already running, do nothing
3891+ action $"Starting $prog: " /bin/true
3892+ ret=0
3893+ elif echo "$RESPONSE" | grep -q "Access denied for user"
3894+ then
3895+ # already running, do nothing
3896+ action $"Starting $prog: " /bin/true
3897+ ret=0
3898+ else
3899+ # prepare for start
3900+ touch "$errlogfile"
3901+ chown mysql:mysql "$errlogfile"
3902+ chmod 0640 "$errlogfile"
3903+ [ -x /sbin/restorecon ] && /sbin/restorecon "$errlogfile"
3904+ if [ ! -d "$datadir/mysql" ] ; then
3905+ # First, make sure $datadir is there with correct permissions
3906+ if [ ! -e "$datadir" -a ! -h "$datadir" ]
3907+ then
3908+ mkdir -p "$datadir" || exit 1
3909+ fi
3910+ chown mysql:mysql "$datadir"
3911+ chmod 0755 "$datadir"
3912+ [ -x /sbin/restorecon ] && /sbin/restorecon "$datadir"
3913+ # Now create the database
3914+ action $"Initializing MySQL database: " /usr/bin/mysql_install_db --rpm --datadir="$datadir" --user=mysql
3915+ ret=$?
3916+ chown -R mysql:mysql "$datadir"
3917+ if [ $ret -ne 0 ] ; then
3918+ return $ret
3919+ fi
3920+ fi
3921+ chown mysql:mysql "$datadir"
3922+ chmod 0755 "$datadir"
3923+ # Pass all the options determined above, to ensure consistent behavior.
3924+ # In many cases mysqld_safe would arrive at the same conclusions anyway
3925+ # but we need to be sure. (An exception is that we don't force the
3926+ # log-error setting, since this script doesn't really depend on that,
3927+ # and some users might prefer to configure logging to syslog.)
3928+ # Note: set --basedir to prevent probes that might trigger SELinux
3929+ # alarms, per bug #547485
3930+ $exec --datadir="$datadir" --socket="$socketfile" \
3931+ --pid-file="$mypidfile" \
3932+ --basedir=/usr --user=mysql >/dev/null 2>&1 &
3933+ safe_pid=$!
3934+ # Spin for a maximum of N seconds waiting for the server to come up;
3935+ # exit the loop immediately if mysqld_safe process disappears.
3936+ # Rather than assuming we know a valid username, accept an "access
3937+ # denied" response as meaning the server is functioning.
3938+ ret=0
3939+ TIMEOUT="$STARTTIMEOUT"
3940+ while [ $TIMEOUT -gt 0 ]; do
3941+ RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1` && break
3942+ echo "$RESPONSE" | grep -q "Access denied for user" && break
3943+ if ! /bin/kill -0 $safe_pid 2>/dev/null; then
3944+ echo "MySQL Daemon failed to start."
3945+ ret=1
3946+ break
3947+ fi
3948+ sleep 1
3949+ let TIMEOUT=${TIMEOUT}-1
3950+ done
3951+ if [ $TIMEOUT -eq 0 ]; then
3952+ echo "Timeout error occurred trying to start MySQL Daemon."
3953+ ret=1
3954+ fi
3955+ if [ $ret -eq 0 ]; then
3956+ action $"Starting $prog: " /bin/true
3957+ touch $lockfile
3958+ else
3959+ action $"Starting $prog: " /bin/false
3960+ fi
3961+ fi
3962+ return $ret
3963+}
3964+
3965+stop(){
3966+ if [ ! -f "$mypidfile" ]; then
3967+ # not running; per LSB standards this is "ok"
3968+ action $"Stopping $prog: " /bin/true
3969+ return 0
3970+ fi
3971+ MYSQLPID=`cat "$mypidfile"`
3972+ if [ -n "$MYSQLPID" ]; then
3973+ /bin/kill "$MYSQLPID" >/dev/null 2>&1
3974+ ret=$?
3975+ if [ $ret -eq 0 ]; then
3976+ TIMEOUT="$STOPTIMEOUT"
3977+ while [ $TIMEOUT -gt 0 ]; do
3978+ /bin/kill -0 "$MYSQLPID" >/dev/null 2>&1 || break
3979+ sleep 1
3980+ let TIMEOUT=${TIMEOUT}-1
3981+ done
3982+ if [ $TIMEOUT -eq 0 ]; then
3983+ echo "Timeout error occurred trying to stop MySQL Daemon."
3984+ ret=1
3985+ action $"Stopping $prog: " /bin/false
3986+ else
3987+ rm -f $lockfile
3988+ rm -f "$socketfile"
3989+ action $"Stopping $prog: " /bin/true
3990+ fi
3991+ else
3992+ action $"Stopping $prog: " /bin/false
3993+ fi
3994+ else
3995+ # failed to read pidfile, probably insufficient permissions
3996+ action $"Stopping $prog: " /bin/false
3997+ ret=4
3998+ fi
3999+ return $ret
4000+}
4001+
4002+restart(){
4003+ stop
4004+ start
4005+}
4006+
4007+condrestart(){
4008+ [ -e $lockfile ] && restart || :
4009+}
4010+
4011+
4012+# See how we were called.
4013+case "$1" in
4014+ start)
4015+ start
4016+ ;;
4017+ stop)
4018+ stop
4019+ ;;
4020+ status)
4021+ status -p "$mypidfile" $prog
4022+ ;;
4023+ restart)
4024+ restart
4025+ ;;
4026+ condrestart|try-restart)
4027+ condrestart
4028+ ;;
4029+ reload)
4030+ exit 3
4031+ ;;
4032+ force-reload)
4033+ restart
4034+ ;;
4035+ *)
4036+ echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
4037+ exit 2
4038+esac
4039+
4040+exit $?
4041
4042=== added file 'packaging/rpm-oel/mysql.spec.in'
4043--- packaging/rpm-oel/mysql.spec.in 1970-01-01 00:00:00 +0000
4044+++ packaging/rpm-oel/mysql.spec.in 2014-02-03 08:11:10 +0000
4045@@ -0,0 +1,1556 @@
4046+# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
4047+#
4048+# This program is free software; you can redistribute it and/or modify
4049+# it under the terms of the GNU General Public License as published by
4050+# the Free Software Foundation; version 2 of the License.
4051+#
4052+# This program is distributed in the hope that it will be useful,
4053+# but WITHOUT ANY WARRANTY; without even the implied warranty of
4054+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4055+# GNU General Public License for more details.
4056+#
4057+# You should have received a copy of the GNU General Public License
4058+# along with this program; see the file COPYING. If not, write to the
4059+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
4060+# MA 02110-1301 USA.
4061+
4062+
4063+# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
4064+# change these, has to be exactly as is.
4065+
4066+%global mysql_vendor Oracle and/or its affiliates
4067+%global mysqldatadir /var/lib/mysql
4068+
4069+# By default, a build will include the bundeled "yaSSL" library for SSL.
4070+%{?with_ssl: %global ssl_option -DWITH_SSL=%{with_ssl}}
4071+
4072+# Regression tests may take a long time, override the default to skip them
4073+%{!?runselftest:%global runselftest 0}
4074+
4075+%{!?with_systemd: %global systemd 0}
4076+%{!?with_debuginfo: %global nodebuginfo 1}
4077+%{!?product_suffix: %global product_suffix community}
4078+%{!?feature_set: %global feature_set community}
4079+%{!?compilation_comment_release: %global compilation_comment_release MySQL Community Server - (GPL)}
4080+%{!?compilation_comment_debug: %global compilation_comment_debug MySQL Community Server - Debug (GPL)}
4081+%{!?src_base: %global src_base mysql}
4082+
4083+%global libmysqld_so_major 0
4084+%global libmysqld_so_long 0.0.1
4085+
4086+# Version for compat libs
4087+%global compatver 5.1.72
4088+
4089+%global src_dir %{src_base}-%{version}
4090+
4091+# No debuginfo for now, ships /usr/sbin/mysqld-debug and libmysqlcliet-debug.a
4092+%if 0%{?nodebuginfo}
4093+%global _enable_debug_package 0
4094+%global debug_package %{nil}
4095+%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
4096+%endif
4097+
4098+# multiarch
4099+%global multiarchs ppc %{power64} %{ix86} x86_64 %{sparc}
4100+
4101+%if 0%{?commercial}
4102+%global license_files_server %{src_dir}/LICENSE.mysql
4103+%global license_type Commercial
4104+%else
4105+%global license_files_server %{src_dir}/COPYING %{src_dir}/README
4106+%global license_type GPLv2
4107+%endif
4108+
4109+
4110+Name: mysql-%{product_suffix}
4111+Summary: A very fast and reliable SQL database server
4112+Group: Applications/Databases
4113+Version: @VERSION@
4114+Release: 1%{?dist}
4115+License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
4116+Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
4117+URL: http://www.mysql.com/
4118+Packager: MySQL Release Engineering <mysql-build@oss.oracle.com>
4119+Vendor: %{mysql_vendor}
4120+Source1: mysql-systemd-start
4121+Source2: mysqld.service
4122+Source3: mysql.conf
4123+Source4: my_config.h
4124+Source5: mysql_config.sh
4125+Source6: mysql-embedded-check.c
4126+Source7: https://cdn.mysql.com/Downloads/MySQL-5.5/mysql-%{compatver}.tar.gz
4127+Source90: filter-provides.sh
4128+Source91: filter-requires.sh
4129+BuildRequires: cmake
4130+BuildRequires: perl
4131+BuildRequires: time
4132+BuildRequires: libaio-devel
4133+BuildRequires: ncurses-devel
4134+BuildRequires: openssl-devel
4135+BuildRequires: zlib-devel
4136+%if 0%{?systemd}
4137+BuildRequires: systemd-units
4138+%endif
4139+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
4140+
4141+# https://fedoraproject.org/wiki/EPEL:Packaging#Generic_Filtering_on_EPEL6
4142+%global __perl_provides %{SOURCE90}
4143+%global __perl_requires %{SOURCE91}
4144+
4145+%description
4146+The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
4147+and robust SQL (Structured Query Language) database server. MySQL Server
4148+is intended for mission-critical, heavy-load production systems as well
4149+as for embedding into mass-deployed software. MySQL is a trademark of
4150+%{mysql_vendor}
4151+
4152+The MySQL software has Dual Licensing, which means you can use the MySQL
4153+software free of charge under the GNU General Public License
4154+(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
4155+licenses from %{mysql_vendor} if you do not wish to be bound by the terms of
4156+the GPL. See the chapter "Licensing and Support" in the manual for
4157+further info.
4158+
4159+The MySQL web site (http://www.mysql.com/) provides the latest
4160+news and information about the MySQL software. Also please see the
4161+documentation and the manual for more information.
4162+
4163+%package server
4164+Summary: A very fast and reliable SQL database server
4165+Group: Applications/Databases
4166+Requires: coreutils
4167+Requires: grep
4168+Requires: procps
4169+Requires: shadow-utils
4170+Requires: net-tools
4171+%if 0%{?commercial}
4172+Obsoletes: mysql-community-server < %{version}-%{release}
4173+Requires: mysql-enterprise-client%{?_isa} = %{version}-%{release}
4174+Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
4175+%else
4176+Requires: mysql-community-client%{?_isa} = %{version}-%{release}
4177+Requires: mysql-community-common%{?_isa} = %{version}-%{release}
4178+%endif
4179+Obsoletes: mysql-server < %{version}-%{release}
4180+Provides: mysql-server = %{version}-%{release}
4181+Provides: mysql-server%{?_isa} = %{version}-%{release}
4182+%if 0%{?systemd}
4183+Requires(post): systemd
4184+Requires(preun): systemd
4185+Requires(postun): systemd
4186+%else
4187+Requires(post): /sbin/chkconfig
4188+Requires(preun): /sbin/chkconfig
4189+Requires(preun): /sbin/service
4190+%endif
4191+
4192+%description server
4193+The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
4194+and robust SQL (Structured Query Language) database server. MySQL Server
4195+is intended for mission-critical, heavy-load production systems as well
4196+as for embedding into mass-deployed software. MySQL is a trademark of
4197+%{mysql_vendor}
4198+
4199+The MySQL software has Dual Licensing, which means you can use the MySQL
4200+software free of charge under the GNU General Public License
4201+(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
4202+licenses from %{mysql_vendor} if you do not wish to be bound by the terms of
4203+the GPL. See the chapter "Licensing and Support" in the manual for
4204+further info.
4205+
4206+The MySQL web site (http://www.mysql.com/) provides the latest news and
4207+information about the MySQL software. Also please see the documentation
4208+and the manual for more information.
4209+
4210+This package includes the MySQL server binary as well as related utilities
4211+to run and administer a MySQL server.
4212+
4213+%package client
4214+Summary: MySQL database client applications and tools
4215+Group: Applications/Databases
4216+%if 0%{?commercial}
4217+Obsoletes: mysql-community-client < %{version}-%{release}
4218+Requires: mysql-enterprise-libs%{?_isa} = %{version}-%{release}
4219+%else
4220+Requires: mysql-community-libs%{?_isa} = %{version}-%{release}
4221+%endif
4222+Obsoletes: mysql < %{version}-%{release}
4223+Provides: mysql = %{version}-%{release}
4224+Provides: mysql%{?_isa} = %{version}-%{release}
4225+
4226+%description client
4227+This package contains the standard MySQL clients and administration
4228+tools.
4229+
4230+%package common
4231+Summary: MySQL database common files for server and client libs
4232+Group: Applications/Databases
4233+%if 0%{?commercial}
4234+Obsoletes: mysql-community-common < %{version}-%{release}
4235+%endif
4236+Provides: mysql-common = %{version}-%{release}
4237+Provides: mysql-common%{?_isa} = %{version}-%{release}
4238+
4239+%description common
4240+This packages contains common files needed by MySQL client library,
4241+MySQL database server, and MySQL embedded server.
4242+
4243+
4244+%package test
4245+Summary: Test suite for the MySQL database server
4246+Group: Applications/Databases
4247+%if 0%{?commercial}
4248+Obsoletes: mysql-community-test < %{version}-%{release}
4249+Requires: mysql-enterprise-server%{?_isa} = %{version}-%{release}
4250+%else
4251+Requires: mysql-community-server%{?_isa} = %{version}-%{release}
4252+%endif
4253+Obsoletes: mysql-test < %{version}-%{release}
4254+Provides: mysql-test = %{version}-%{release}
4255+Provides: mysql-test%{?_isa} = %{version}-%{release}
4256+
4257+
4258+%description test
4259+This package contains the MySQL regression test suite for MySQL
4260+database server.
4261+
4262+
4263+%package devel
4264+Summary: Development header files and libraries for MySQL database client applications
4265+Group: Applications/Databases
4266+%if 0%{?commercial}
4267+Obsoletes: mysql-community-devel < %{version}-%{release}
4268+Requires: mysql-enterprise-libs%{?_isa} = %{version}-%{release}
4269+%else
4270+Requires: mysql-community-libs%{?_isa} = %{version}-%{release}
4271+%endif
4272+Obsoletes: mysql-devel < %{version}-%{release}
4273+Provides: mysql-devel = %{version}-%{release}
4274+Provides: mysql-devel%{?_isa} = %{version}-%{release}
4275+
4276+%description devel
4277+This package contains the development header files and libraries necessary
4278+to develop MySQL client applications.
4279+
4280+%package libs
4281+Summary: Shared libraries for MySQL database client applications
4282+Group: Applications/Databases
4283+%if 0%{?commercial}
4284+Obsoletes: mysql-community-libs < %{version}-%{release}
4285+Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
4286+%else
4287+Requires: mysql-community-common%{?_isa} = %{version}-%{release}
4288+%endif
4289+Obsoletes: mysql-libs < %{version}-%{release}
4290+Provides: mysql-libs = %{version}-%{release}
4291+Provides: mysql-libs%{?_isa} = %{version}-%{release}
4292+
4293+%description libs
4294+This package contains the shared libraries for MySQL client
4295+applications.
4296+
4297+%package libs-compat
4298+Summary: Shared compat libraries for MySQL 5.1 database client applications
4299+Group: Applications/Databases
4300+Obsoletes: mysql-libs-compat < %{version}-%{release}
4301+Provides: mysql-libs-compat = %{version}-%{release}
4302+Provides: mysql-libs-compat%{?_isa} = %{version}-%{release}
4303+
4304+%description libs-compat
4305+This package contains the shared compat libraries for MySQL 5.1 client
4306+applications.
4307+
4308+%package embedded
4309+Summary: MySQL embedded library
4310+Group: Applications/Databases
4311+%if 0%{?commercial}
4312+Obsoletes: mysql-community-embedded < %{version}-%{release}
4313+Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
4314+%else
4315+Requires: mysql-community-common%{?_isa} = %{version}-%{release}
4316+%endif
4317+Obsoletes: mysql-embedded < %{version}-%{release}
4318+Provides: mysql-embedded = %{version}-%{release}
4319+Provides: mysql-emdedded%{?_isa} = %{version}-%{release}
4320+
4321+%description embedded
4322+This package contains the mysql server as an embedded library.
4323+
4324+The embedded MySQL server library makes it possible to run a full-featured
4325+MySQL server inside the client application. The main benefits are increased
4326+speed and more simple management for embedded applications.
4327+
4328+The API is identical for the embedded MySQL version and the
4329+client/server version.
4330+
4331+For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
4332+
4333+%package embedded-devel
4334+Summary: Development header files and libraries for MySQL as an embeddable library
4335+Group: Applications/Databases
4336+%if 0%{?commercial}
4337+Obsoletes: mysql-community-embedded-devel < %{version}-%{release}
4338+Requires: mysql-enterprise-devel%{?_isa} = %{version}-%{release}
4339+Requires: mysql-enterprise-embedded%{?_isa} = %{version}-%{release}
4340+%else
4341+Requires: mysql-community-devel%{?_isa} = %{version}-%{release}
4342+Requires: mysql-community-embedded%{?_isa} = %{version}-%{release}
4343+%endif
4344+Obsoletes: mysql-embedded-devel < %{version}-%{release}
4345+Provides: mysql-embedded-devel = %{version}-%{release}
4346+Provides: mysql-embedded-devel%{?_isa} = %{version}-%{release}
4347+
4348+%description embedded-devel
4349+This package contains files needed for developing applicatison using
4350+the embedded version of the MySQL server.
4351+
4352+%prep
4353+%setup -q -T -a 0 -a 7 -c -n %{src_dir}
4354+cd %{src_dir}
4355+
4356+%build
4357+# Fail quickly and obviously if user tries to build as root
4358+%if 0%{?runselftest}
4359+if [ "x$(id -u)" = "x0" ] ; then
4360+ echo "The MySQL regression tests may fail if run as root."
4361+ echo "If you really need to build the RPM as root, use"
4362+ echo "--define='runselftest 0' to skip the regression tests."
4363+ exit 1
4364+fi
4365+%endif
4366+
4367+# Build compat libs
4368+(
4369+export CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv"
4370+export CXXFLAGS="$CFLAGS -felide-constructors -fno-rtti -fno-exceptions"
4371+pushd mysql-%{compatver}
4372+%configure \
4373+ --with-readline \
4374+ --with-ssl=%{_prefix} \
4375+ --without-debug \
4376+ --enable-shared \
4377+ --with-embedded-server \
4378+ --localstatedir=/var/lib/mysql \
4379+ --with-unix-socket-path=/var/lib/mysql/mysql.sock \
4380+ --with-mysqld-user="mysql" \
4381+ --with-extra-charsets=all \
4382+ --with-big-tables \
4383+ --with-pic \
4384+ --with-plugin-innobase \
4385+ --with-plugin-innodb_plugin \
4386+ --with-plugin-partition \
4387+ --enable-local-infile \
4388+ --enable-largefile \
4389+ --enable-thread-safe-client \
4390+ --disable-dependency-tracking
4391+make %{?_smp_mflags}
4392+popd
4393+)
4394+
4395+export CFLAGS="%{optflags}"
4396+export CXXFLAGS="%{optflags}"
4397+
4398+# Build debug versions of mysqld and libmysqld.a
4399+mkdir debug
4400+(
4401+ cd debug
4402+ # Attempt to remove any optimisation flags from the debug build
4403+ CFLAGS=$(echo "${CFLAGS}" | sed -e 's/-O2 / /' -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /')
4404+ CXXFLAGS=$(echo "${CFLAGS}" | sed -e 's/-O2 / /' -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /')
4405+ cmake ../%{src_dir} \
4406+ -DBUILD_CONFIG=mysql_release \
4407+ -DINSTALL_LAYOUT=RPM \
4408+ -DCMAKE_BUILD_TYPE=Debug \
4409+ -DWITH_INNODB_MEMCACHED=1 \
4410+ -DINSTALL_LIBDIR="%{_lib}/mysql" \
4411+ -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
4412+ -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
4413+ -DFEATURE_SET="%{feature_set}" \
4414+ %{?ssl_option} \
4415+ -DCOMPILATION_COMMENT="%{compilation_comment_debug}" \
4416+ -DMYSQL_SERVER_SUFFIX="%{?server_suffix}"
4417+ echo BEGIN_DEBUG_CONFIG ; egrep '^#define' include/config.h ; echo END_DEBUG_CONFIG
4418+ make %{?_smp_mflags} VERBOSE=1
4419+)
4420+
4421+# Build full release
4422+mkdir release
4423+(
4424+ cd release
4425+ cmake ../%{src_dir} \
4426+ -DBUILD_CONFIG=mysql_release \
4427+ -DINSTALL_LAYOUT=RPM \
4428+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
4429+ -DWITH_INNODB_MEMCACHED=1 \
4430+ -DINSTALL_LIBDIR="%{_lib}/mysql" \
4431+ -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
4432+ -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
4433+ -DFEATURE_SET="%{feature_set}" \
4434+ %{?ssl_option} \
4435+ -DCOMPILATION_COMMENT="%{compilation_comment_release}" \
4436+ -DMYSQL_SERVER_SUFFIX="%{?server_suffix}"
4437+ echo BEGIN_NORMAL_CONFIG ; egrep '^#define' include/config.h ; echo END_NORMAL_CONFIG
4438+ make %{?_smp_mflags} VERBOSE=1
4439+
4440+# Need to build libmysqld.so for distros
4441+mkdir libmysqld/work
4442+pushd libmysqld/work
4443+
4444+ar -x ../libmysqld.a
4445+[ -e ../../extra/yassl/libyassl.a ] && ar -x ../../extra/yassl/libyassl.a
4446+rm -f sql_binlog.cc.o rpl_utility.cc.o
4447+%{__cc} $CFLAGS $LDFLAGS -DEMBEDDED_LIBRARY -shared -Wl,-soname,libmysqld.so.%{libmysqld_so_major} \
4448+ -o libmysqld.so.%{libmysqld_so_long} *.o \
4449+ -lpthread -laio -lcrypt -lssl -lcrypto -lz -lrt -lstdc++ -ldl -lm -lc
4450+
4451+# Compile check
4452+cp %{SOURCE6} .
4453+ln -s libmysqld.so.%{libmysqld_so_long} libmysqld.so.%{libmysqld_so_major}
4454+%{__cc} -I../../../%{src_dir}/include -I../../include $CFLAGS \
4455+ mysql-embedded-check.c libmysqld.so.%{libmysqld_so_major}
4456+LD_LIBRARY_PATH=. ldd ./a.out
4457+)
4458+
4459+%install
4460+# Install compat libs
4461+for dir in libmysql libmysql_r ; do
4462+ pushd mysql-%{compatver}/$dir
4463+ make DESTDIR=%{buildroot} install
4464+ popd
4465+done
4466+rm -f %{buildroot}%{_libdir}/mysql/libmysqlclient{,_r}.{a,la,so}
4467+
4468+MBD=$RPM_BUILD_DIR/%{src_dir}
4469+
4470+# Ensure that needed directories exists
4471+install -d -m 0755 %{buildroot}%{_datadir}/mysql/SELinux/RHEL4
4472+install -d -m 0755 %{buildroot}/var/lib/mysql
4473+install -d -m 0755 %{buildroot}/var/run/mysqld
4474+
4475+# Install all binaries
4476+cd $MBD/release
4477+make DESTDIR=%{buildroot} install
4478+
4479+# Install logrotate and autostart
4480+install -D -m 0644 $MBD/release/support-files/mysql-log-rotate %{buildroot}%{_sysconfdir}/logrotate.d/mysql
4481+install -D -m 0644 $MBD/release/packaging/rpm-oel/my.cnf %{buildroot}%{_sysconfdir}/my.cnf
4482+%if 0%{?systemd}
4483+install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/mysql-systemd-start
4484+install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/mysqld.service
4485+%else
4486+install -D -m 0755 $MBD/release/packaging/rpm-oel/mysql.init %{buildroot}%{_sysconfdir}/init.d/mysqld
4487+%endif
4488+install -D -m 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/mysql.conf
4489+
4490+install -m 0755 $MBD/release/libmysqld/work/libmysqld.so.%{libmysqld_so_long} \
4491+ %{buildroot}%{_libdir}/mysql/libmysqld.so.%{libmysqld_so_long}
4492+ln -s libmysqld.so.%{libmysqld_so_long} %{buildroot}%{_libdir}/mysql/libmysqld.so.%{libmysqld_so_major}
4493+ln -s libmysqld.so.%{libmysqld_so_long} %{buildroot}%{_libdir}/mysql/libmysqld.so
4494+
4495+
4496+# Make library links
4497+install -d -m 0755 %{buildroot}%{_sysconfdir}/ld.so.conf.d
4498+echo "%{_libdir}/mysql" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
4499+
4500+# multiarch support
4501+%ifarch %{multiarchs}
4502+mv %{buildroot}/%{_includedir}/mysql/my_config.h \
4503+ %{buildroot}/%{_includedir}/mysql/my_config_%{_arch}.h
4504+install -p -m 0644 %{SOURCE4} %{buildroot}/%{_includedir}/mysql/my_config.h
4505+mv %{buildroot}/%{_bindir}/mysql_config %{buildroot}/%{_bindir}/mysql_config-%{__isa_bits}
4506+install -p -m 0755 %{SOURCE5} %{buildroot}/%{_bindir}/mysql_config
4507+%endif
4508+
4509+# Install SELinux files in datadir
4510+install -m 0644 $MBD/%{src_dir}/support-files/RHEL4-SElinux/mysql.{fc,te} \
4511+ %{buildroot}%{_datadir}/mysql/SELinux/RHEL4
4512+
4513+# Remove files pages we explicitly do not want to package
4514+rm -rf %{buildroot}%{_datadir}/mysql/solaris
4515+rm -rf %{buildroot}%{_infodir}/mysql.info*
4516+rm -rf %{buildroot}%{_datadir}/mysql/binary-configure
4517+rm -rf %{buildroot}%{_datadir}/mysql/mysql.server
4518+rm -rf %{buildroot}%{_datadir}/mysql/mysqld_multi.server
4519+rm -f %{buildroot}%{_datadir}/mysql/{ndb-config-2-node,config*}.ini
4520+rm -f %{buildroot}%{_datadir}/mysql/my-*.cnf
4521+%if 0%{?systemd}
4522+rm -rf %{buildroot}%{_sysconfdir}/init.d/mysqld
4523+%endif
4524+rm -rf %{buildroot}%{_bindir}/mysql_embedded
4525+rm -rf %{buildroot}%{_bindir}/mysql_setpermission
4526+rm -rf %{buildroot}%{_mandir}/man1/mysql_setpermission.1*
4527+
4528+%check
4529+%if 0%{?runselftest}
4530+pushd release
4531+make test VERBOSE=1
4532+export MTR_BUILD_THREAD=auto
4533+pushd mysql-test
4534+./mtr \
4535+ --mem --parallel=auto --force --retry=0 \
4536+ --mysqld=--binlog-format=mixed \
4537+ --suite-timeout=720 --testcase-timeout=30
4538+rm -rf var/*
4539+%endif
4540+
4541+%pre server
4542+/usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :
4543+/usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /bin/bash \
4544+ -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || :
4545+
4546+%post server
4547+datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p')
4548+/bin/chmod 0755 "$datadir"
4549+/bin/touch /var/log/mysqld.log
4550+%if 0%{?systemd}
4551+%systemd_post mysqld.service
4552+/sbin/service mysqld enable >/dev/null 2>&1 || :
4553+%else
4554+/sbin/chkconfig --add mysqld
4555+%endif
4556+
4557+%preun server
4558+%if 0%{?systemd}
4559+%systemd_preun mysqld.service
4560+%else
4561+if [ "$1" = 0 ]; then
4562+ /sbin/service mysqld stop >/dev/null 2>&1 || :
4563+ /sbin/chkconfig --del mysqld
4564+fi
4565+%endif
4566+
4567+%postun server
4568+%if 0%{?systemd}
4569+%systemd_postun_with_restart mysqld.service
4570+%else
4571+if [ $1 -ge 1 ]; then
4572+ /sbin/service mysqld condrestart >/dev/null 2>&1 || :
4573+fi
4574+%endif
4575+
4576+%post libs -p /sbin/ldconfig
4577+
4578+%postun libs -p /sbin/ldconfig
4579+
4580+%post libs-compat -p /sbin/ldconfig
4581+
4582+%postun libs-compat -p /sbin/ldconfig
4583+
4584+%post embedded -p /sbin/ldconfig
4585+
4586+%postun embedded -p /sbin/ldconfig
4587+
4588+%files server
4589+%defattr(-, root, root, -)
4590+%doc %{?license_files_server} %{src_dir}/Docs/ChangeLog
4591+%doc %{src_dir}/Docs/INFO_SRC*
4592+%doc release/Docs/INFO_BIN*
4593+%attr(644, root, root) %{_mandir}/man1/innochecksum.1*
4594+%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1*
4595+%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1*
4596+%attr(644, root, root) %{_mandir}/man1/myisamchk.1*
4597+%attr(644, root, root) %{_mandir}/man1/myisamlog.1*
4598+%attr(644, root, root) %{_mandir}/man1/myisampack.1*
4599+%attr(644, root, root) %{_mandir}/man1/mysql_convert_table_format.1*
4600+%attr(644, root, root) %{_mandir}/man1/mysql_fix_extensions.1*
4601+%attr(644, root, root) %{_mandir}/man8/mysqld.8*
4602+%attr(644, root, root) %{_mandir}/man1/mysqld_multi.1*
4603+%attr(644, root, root) %{_mandir}/man1/mysqld_safe.1*
4604+%attr(644, root, root) %{_mandir}/man1/mysqldumpslow.1*
4605+%attr(644, root, root) %{_mandir}/man1/mysql_install_db.1*
4606+%attr(644, root, root) %{_mandir}/man1/mysql_plugin.1*
4607+%attr(644, root, root) %{_mandir}/man1/mysql_secure_installation.1*
4608+%attr(644, root, root) %{_mandir}/man1/mysql_upgrade.1*
4609+%attr(644, root, root) %{_mandir}/man1/mysqlhotcopy.1*
4610+%attr(644, root, root) %{_mandir}/man1/mysqlman.1*
4611+%attr(644, root, root) %{_mandir}/man1/mysql.server.1*
4612+%attr(644, root, root) %{_mandir}/man1/mysqltest.1*
4613+%attr(644, root, root) %{_mandir}/man1/mysql_tzinfo_to_sql.1*
4614+%attr(644, root, root) %{_mandir}/man1/mysql_zap.1*
4615+%attr(644, root, root) %{_mandir}/man1/mysqlbug.1*
4616+%attr(644, root, root) %{_mandir}/man1/perror.1*
4617+%attr(644, root, root) %{_mandir}/man1/replace.1*
4618+%attr(644, root, root) %{_mandir}/man1/resolve_stack_dump.1*
4619+%attr(644, root, root) %{_mandir}/man1/resolveip.1*
4620+
4621+%config(noreplace) %{_sysconfdir}/my.cnf
4622+
4623+%attr(755, root, root) %{_bindir}/innochecksum
4624+%attr(755, root, root) %{_bindir}/my_print_defaults
4625+%attr(755, root, root) %{_bindir}/myisam_ftdump
4626+%attr(755, root, root) %{_bindir}/myisamchk
4627+%attr(755, root, root) %{_bindir}/myisamlog
4628+%attr(755, root, root) %{_bindir}/myisampack
4629+%attr(755, root, root) %{_bindir}/mysql_convert_table_format
4630+%attr(755, root, root) %{_bindir}/mysql_fix_extensions
4631+%attr(755, root, root) %{_bindir}/mysql_install_db
4632+%attr(755, root, root) %{_bindir}/mysql_plugin
4633+%attr(755, root, root) %{_bindir}/mysql_secure_installation
4634+%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
4635+%attr(755, root, root) %{_bindir}/mysql_upgrade
4636+%attr(755, root, root) %{_bindir}/mysql_zap
4637+%attr(755, root, root) %{_bindir}/mysqlbug
4638+%attr(755, root, root) %{_bindir}/mysqld_multi
4639+%attr(755, root, root) %{_bindir}/mysqld_safe
4640+%attr(755, root, root) %{_bindir}/mysqldumpslow
4641+%attr(755, root, root) %{_bindir}/mysqlhotcopy
4642+%attr(755, root, root) %{_bindir}/mysqltest
4643+%attr(755, root, root) %{_bindir}/perror
4644+%attr(755, root, root) %{_bindir}/replace
4645+%attr(755, root, root) %{_bindir}/resolve_stack_dump
4646+%attr(755, root, root) %{_bindir}/resolveip
4647+%if 0%{?systemd}
4648+%attr(755, root, root) %{_bindir}/mysql-systemd-start
4649+%endif
4650+%attr(755, root, root) %{_sbindir}/mysqld
4651+%attr(755, root, root) %{_sbindir}/mysqld-debug
4652+
4653+%{_libdir}/mysql/plugin
4654+
4655+%attr(644, root, root) %{_datadir}/mysql/fill_help_tables.sql
4656+%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables.sql
4657+%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables_data.sql
4658+%attr(644, root, root) %{_datadir}/mysql/mysql_test_data_timezone.sql
4659+%attr(644, root, root) %{_datadir}/mysql/mysql-log-rotate
4660+%attr(644, root, root) %{_datadir}/mysql/SELinux/RHEL4/mysql.fc
4661+%attr(644, root, root) %{_datadir}/mysql/SELinux/RHEL4/mysql.te
4662+%attr(644, root, root) %{_datadir}/mysql/magic
4663+%attr(644, root, root) %{_prefix}/lib/tmpfiles.d/mysql.conf
4664+%if 0%{?systemd}
4665+%attr(644, root, root) %{_unitdir}/mysql.service
4666+%else
4667+%attr(755, root, root) %{_sysconfdir}/init.d/mysqld
4668+%endif
4669+%attr(644, root, root) %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
4670+%dir %attr(755, mysql, mysql) /var/lib/mysql
4671+%dir %attr(755, mysql, mysql) /var/run/mysqld
4672+
4673+%files common
4674+%defattr(-, root, root, -)
4675+%{_datadir}/mysql/charsets/
4676+%{_datadir}/mysql/errmsg-utf8.txt
4677+%{_datadir}/mysql/czech/
4678+%{_datadir}/mysql/danish/
4679+%{_datadir}/mysql/dutch/
4680+%{_datadir}/mysql/english/
4681+%{_datadir}/mysql/estonian/
4682+%{_datadir}/mysql/french/
4683+%{_datadir}/mysql/german/
4684+%{_datadir}/mysql/greek/
4685+%{_datadir}/mysql/hungarian/
4686+%{_datadir}/mysql/italian/
4687+%{_datadir}/mysql/japanese/
4688+%{_datadir}/mysql/korean/
4689+%{_datadir}/mysql/norwegian-ny/
4690+%{_datadir}/mysql/norwegian/
4691+%{_datadir}/mysql/polish/
4692+%{_datadir}/mysql/portuguese/
4693+%{_datadir}/mysql/romanian/
4694+%{_datadir}/mysql/russian/
4695+%{_datadir}/mysql/serbian/
4696+%{_datadir}/mysql/slovak/
4697+%{_datadir}/mysql/spanish/
4698+%{_datadir}/mysql/swedish/
4699+%{_datadir}/mysql/ukrainian/
4700+
4701+%files client
4702+%defattr(-, root, root, -)
4703+%attr(755, root, root) %{_bindir}/msql2mysql
4704+%attr(755, root, root) %{_bindir}/mysql
4705+%attr(755, root, root) %{_bindir}/mysql_find_rows
4706+%attr(755, root, root) %{_bindir}/mysql_waitpid
4707+%attr(755, root, root) %{_bindir}/mysqlaccess
4708+# XXX: This should be moved to %{_sysconfdir}
4709+%attr(644, root, root) %{_bindir}/mysqlaccess.conf
4710+%attr(755, root, root) %{_bindir}/mysqladmin
4711+%attr(755, root, root) %{_bindir}/mysqlbinlog
4712+%attr(755, root, root) %{_bindir}/mysqlcheck
4713+%attr(755, root, root) %{_bindir}/mysqldump
4714+%attr(755, root, root) %{_bindir}/mysqlimport
4715+%attr(755, root, root) %{_bindir}/mysqlshow
4716+%attr(755, root, root) %{_bindir}/mysqlslap
4717+%attr(755, root, root) %{_bindir}/mysql_config
4718+%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
4719+
4720+%attr(644, root, root) %{_mandir}/man1/msql2mysql.1*
4721+%attr(644, root, root) %{_mandir}/man1/mysql.1*
4722+%attr(644, root, root) %{_mandir}/man1/mysql_find_rows.1*
4723+%attr(644, root, root) %{_mandir}/man1/mysql_waitpid.1*
4724+%attr(644, root, root) %{_mandir}/man1/mysqlaccess.1*
4725+%attr(644, root, root) %{_mandir}/man1/mysqladmin.1*
4726+%attr(644, root, root) %{_mandir}/man1/mysqlbinlog.1*
4727+%attr(644, root, root) %{_mandir}/man1/mysqlcheck.1*
4728+%attr(644, root, root) %{_mandir}/man1/mysqldump.1*
4729+%attr(644, root, root) %{_mandir}/man1/mysqlimport.1*
4730+%attr(644, root, root) %{_mandir}/man1/mysqlshow.1*
4731+%attr(644, root, root) %{_mandir}/man1/mysqlslap.1*
4732+
4733+%files devel
4734+%defattr(-, root, root, -)
4735+%attr(644, root, root) %{_mandir}/man1/comp_err.1*
4736+%attr(644, root, root) %{_mandir}/man1/mysql_config.1*
4737+%attr(755, root, root) %{_bindir}/mysql_config
4738+%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
4739+%{_includedir}/mysql
4740+%{_datadir}/aclocal/mysql.m4
4741+%{_libdir}/mysql/libmysqlclient.a
4742+%{_libdir}/mysql/libmysqlclient_r.a
4743+%{_libdir}/mysql/libmysqlservices.a
4744+%{_libdir}/mysql/libmysqlclient_r.so
4745+%{_libdir}/mysql/libmysqlclient.so
4746+
4747+%files libs
4748+%defattr(-, root, root, -)
4749+%dir %attr(755, root, root) %{_libdir}/mysql
4750+%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
4751+%{_libdir}/mysql/libmysqlclient.so.18*
4752+%{_libdir}/mysql/libmysqlclient_r.so.18*
4753+
4754+%files libs-compat
4755+%defattr(-, root, root, -)
4756+%dir %attr(755, root, root) %{_libdir}/mysql
4757+%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
4758+%{_libdir}/mysql/libmysqlclient.so.16
4759+%{_libdir}/mysql/libmysqlclient.so.16.0.0
4760+%{_libdir}/mysql/libmysqlclient_r.so.16
4761+%{_libdir}/mysql/libmysqlclient_r.so.16.0.0
4762+
4763+%files test
4764+%defattr(-, root, root, -)
4765+%attr(-, root, root) %{_datadir}/mysql-test
4766+%attr(755, root, root) %{_bindir}/mysql_client_test
4767+%attr(755, root, root) %{_bindir}/mysql_client_test_embedded
4768+%attr(755, root, root) %{_bindir}/mysqltest_embedded
4769+%attr(644, root, root) %{_mandir}/man1/mysql_client_test.1*
4770+%attr(644, root, root) %{_mandir}/man1/mysql-stress-test.pl.1*
4771+%attr(644, root, root) %{_mandir}/man1/mysql-test-run.pl.1*
4772+%attr(644, root, root) %{_mandir}/man1/mysql_client_test_embedded.1*
4773+%attr(644, root, root) %{_mandir}/man1/mysqltest_embedded.1*
4774+
4775+%files embedded
4776+%defattr(-, root, root, -)
4777+%dir %attr(755, root, root) %{_libdir}/mysql
4778+%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
4779+%attr(644, root, root) %{_libdir}/mysql/libmysqld.so.*
4780+
4781+%files embedded-devel
4782+%defattr(-, root, root, -)
4783+%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
4784+%attr(644, root, root) %{_libdir}/mysql/libmysqld-debug.a
4785+%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
4786+
4787+%changelog
4788+* Fri Oct 25 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.15-1
4789+- Fixed uln advanced rpm libyassl.a error
4790+- Updated to 5.6.15
4791+
4792+* Wed Oct 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-3
4793+- Fixed mysql_install_db usage
4794+- Improved handling of plugin directory
4795+
4796+* Fri Sep 27 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-2
4797+- Refresh mysql-install patch and service renaming
4798+
4799+* Mon Sep 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-1
4800+- Updated to 5.6.14
4801+
4802+* Wed Sep 04 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-5
4803+- Support upgrade from 5.5 ULN packages to 5.6
4804+
4805+* Tue Aug 27 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-4
4806+- Enhanced perl filtering
4807+- Added openssl-devel to buildreq
4808+
4809+* Wed Aug 21 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-3
4810+- Removed mysql_embedded binary to resolve multilib conflict issue
4811+
4812+* Fri Aug 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-2
4813+- Fixed Provides and Obsoletes issues in server, test packages
4814+
4815+* Wed Aug 14 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-1
4816+- Updated to 5.6.13
4817+
4818+* Mon Aug 05 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-9
4819+- Added files list to embedded packages
4820+
4821+* Thu Aug 01 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-8
4822+- Updated libmysqld.a with libmysqld.so in embedded package
4823+
4824+* Mon Jul 29 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-7
4825+- Updated test package dependency from client to server
4826+
4827+* Wed Jul 24 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-6
4828+- Added libs-compat dependency under libs package to resolve server
4829+ installation conflicts issue.
4830+
4831+* Wed Jul 17 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-5
4832+- Removed libmysqlclient.so.16 from libs package
4833+
4834+* Fri Jul 05 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-4
4835+- Adjusted to work on OEL6
4836+
4837+* Wed Jun 26 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-3
4838+- Move libs to mysql/
4839+- Basic multi arch support
4840+- Fix changelog dates
4841+
4842+* Thu Jun 20 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-2
4843+- Major cleanup
4844+
4845+* Tue Jun 04 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-1
4846+- Updated to 5.6.12
4847+
4848+* Mon Nov 05 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
4849+
4850+- Allow to override the default to use the bundled yaSSL by an option like
4851+ --define="with_ssl /path/to/ssl"
4852+
4853+* Wed Oct 10 2012 Bjorn Munch <bjorn.munch@oracle.com>
4854+
4855+- Replace old my-*.cnf config file examples with template my-default.cnf
4856+
4857+* Fri Oct 05 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
4858+
4859+- Let the installation use the new option "--random-passwords" of "mysql_install_db".
4860+ (Bug# 12794345 Ensure root password)
4861+- Fix an inconsistency: "new install" vs "upgrade" are told from the (non)existence
4862+ of "$mysql_datadir/mysql" (holding table "mysql.user" and other system stuff).
4863+
4864+* Tue Jul 24 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
4865+
4866+- Add a macro "runselftest":
4867+ if set to 1 (default), the test suite will be run during the RPM build;
4868+ this can be oveeridden via the command line by adding
4869+ --define "runselftest 0"
4870+ Failures of the test suite will NOT make the RPM build fail!
4871+
4872+* Mon Jul 16 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
4873+
4874+- Add the man page for the "mysql_config_editor".
4875+
4876+* Mon Jun 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
4877+
4878+- Make sure newly added "SPECIFIC-ULN/" directory does not disturb packaging.
4879+
4880+* Wed Feb 29 2012 Brajmohan Saxena <brajmohan.saxena@oracle.com>
4881+
4882+- Removal all traces of the readline library from mysql (BUG 13738013)
4883+
4884+* Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4885+
4886+- Fix duplicate mentioning of "mysql_plugin" and its manual page,
4887+ it is better to keep alphabetic order in the files list (merging!).
4888+
4889+* Wed Sep 14 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4890+
4891+- Let the RPM capabilities ("obsoletes" etc) ensure that an upgrade may replace
4892+ the RPMs of any configuration (of the current or the preceding release series)
4893+ by the new ones. This is done by not using the implicitly generated capabilities
4894+ (which include the configuration name) and relying on more generic ones which
4895+ just list the function ("server", "client", ...).
4896+ The implicit generation cannot be prevented, so all these capabilities must be
4897+ explicitly listed in "Obsoletes:"
4898+
4899+* Tue Sep 13 2011 Jonathan Perkin <jonathan.perkin@oracle.com>
4900+
4901+- Add support for Oracle Linux 6 and Red Hat Enterprise Linux 6. Due to
4902+ changes in RPM behaviour ($RPM_BUILD_ROOT is removed prior to install)
4903+ this necessitated a move of the libmygcc.a installation to the install
4904+ phase, which is probably where it belonged in the first place.
4905+
4906+* Tue Sep 13 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4907+
4908+- "make_win_bin_dist" and its manual are dropped, cmake does it different.
4909+
4910+* Thu Sep 08 2011 Daniel Fischer <daniel.fischer@oracle.com>
4911+
4912+- Add mysql_plugin man page.
4913+
4914+* Tue Aug 30 2011 Tor Didriksen <tor.didriksen@oracle.com>
4915+
4916+- Set CXX=g++ by default to add a dependency on libgcc/libstdc++.
4917+ Also, remove the use of the -fno-exceptions and -fno-rtti flags.
4918+ TODO: update distro_buildreq/distro_requires
4919+
4920+* Tue Aug 30 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4921+
4922+- Add the manual page for "mysql_plugin" to the server package.
4923+
4924+* Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4925+
4926+- Null-upmerge the fix of bug#37165: This spec file is not affected.
4927+- Replace "/var/lib/mysql" by the spec file variable "%{mysqldatadir}".
4928+
4929+* Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com>
4930+
4931+- Source plugin library files list from cmake-generated file.
4932+
4933+* Mon Jul 25 2011 Chuck Bell <chuck.bell@oracle.com>
4934+
4935+- Added the mysql_plugin client - enables or disables plugins.
4936+
4937+* Thu Jul 21 2011 Sunanda Menon <sunanda.menon@oracle.com>
4938+
4939+- Fix bug#12561297: Added the MySQL embedded binary
4940+
4941+* Thu Jul 07 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4942+
4943+- Fix bug#45415: "rpm upgrade recreates test database"
4944+ Let the creation of the "test" database happen only during a new installation,
4945+ not in an RPM upgrade.
4946+ This affects both the "mkdir" and the call of "mysql_install_db".
4947+
4948+* Wed Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4949+
4950+- Fix bug#56581: If an installation deviates from the default file locations
4951+ ("datadir" and "pid-file"), the mechanism to detect a running server (on upgrade)
4952+ should still work, and use these locations.
4953+ The problem was that the fix for bug#27072 did not check for local settings.
4954+
4955+* Mon Jan 31 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
4956+
4957+- Install the new "manifest" files: "INFO_SRC" and "INFO_BIN".
4958+
4959+* Tue Nov 23 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
4960+
4961+- EXCEPTIONS-CLIENT has been deleted, remove it from here too
4962+- Support MYSQL_BUILD_MAKE_JFLAG environment variable for passing
4963+ a '-j' argument to make.
4964+
4965+* Mon Nov 1 2010 Georgi Kodinov <georgi.godinov@oracle.com>
4966+
4967+- Added test authentication (WL#1054) plugin binaries
4968+
4969+* Wed Oct 6 2010 Georgi Kodinov <georgi.godinov@oracle.com>
4970+
4971+- Added example external authentication (WL#1054) plugin binaries
4972+
4973+* Wed Aug 11 2010 Joerg Bruehe <joerg.bruehe@oracle.com>
4974+
4975+- With a recent spec file cleanup, names have changed: A "-community" part was dropped.
4976+ Reflect that in the "Obsoletes" specifications.
4977+- Add a "triggerpostun" to handle the uninstall of the "-community" server RPM.
4978+- This fixes bug#55015 "MySQL server is not restarted properly after RPM upgrade".
4979+
4980+* Tue Jun 15 2010 Joerg Bruehe <joerg.bruehe@sun.com>
4981+
4982+- Change the behaviour on installation and upgrade:
4983+ On installation, do not autostart the server.
4984+ *Iff* the server was stopped before the upgrade is started, this is taken as a
4985+ sign the administrator is handling that manually, and so the new server will
4986+ not be started automatically at the end of the upgrade.
4987+ The start/stop scripts will still be installed, so the server will be started
4988+ on the next machine boot.
4989+ This is the 5.5 version of fixing bug#27072 (RPM autostarting the server).
4990+
4991+* Tue Jun 1 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
4992+
4993+- Implement SELinux checks from distribution-specific spec file.
4994+
4995+* Wed May 12 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
4996+
4997+- Large number of changes to build using CMake
4998+- Introduce distribution-specific RPMs
4999+- Drop debuginfo, build all binaries with debug/symbols
5000+- Remove __os_install_post, use native macro
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches