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
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-01-14 11:57:01 +0000
+++ CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -342,6 +342,15 @@
342 SET(DEFAULT_SYSCONFDIR "${SYSCONFDIR}")342 SET(DEFAULT_SYSCONFDIR "${SYSCONFDIR}")
343ENDIF()343ENDIF()
344344
345OPTION(TMPDIR
346"PATH to MySQL TMP dir. If unspecified, defaults to P_tmpdir in <stdio.h>" OFF)
347IF(TMPDIR)
348 # Quote it, to make it a const char string.
349 SET(DEFAULT_TMPDIR "\"${TMPDIR}\"")
350ELSE()
351 # Do not quote it, to refer to the P_tmpdir macro in <stdio.h>.
352 SET(DEFAULT_TMPDIR "P_tmpdir")
353ENDIF()
345354
346# Run platform tests355# Run platform tests
347INCLUDE(configure.cmake)356INCLUDE(configure.cmake)
@@ -419,6 +428,7 @@
419 ADD_SUBDIRECTORY(internal)428 ADD_SUBDIRECTORY(internal)
420 ENDIF()429 ENDIF()
421 ADD_SUBDIRECTORY(packaging/rpm-uln)430 ADD_SUBDIRECTORY(packaging/rpm-uln)
431 ADD_SUBDIRECTORY(packaging/rpm-oel)
422ENDIF()432ENDIF()
423433
424INCLUDE(cmake/abi_check.cmake)434INCLUDE(cmake/abi_check.cmake)
425435
=== modified file 'Makefile-ps'
--- Makefile-ps 2014-01-14 11:57:01 +0000
+++ Makefile-ps 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1MYSQL_VERSION=5.5.351MYSQL_VERSION=5.5.36
2PERCONA_SERVER_VERSION=rel32.02PERCONA_SERVER_VERSION=rel34.0
3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
5PERCONA_SERVER_SHORT_2 ?=Percona-Server5PERCONA_SERVER_SHORT_2 ?=Percona-Server
66
=== modified file 'README.MySQL'
--- README.MySQL 2013-10-08 05:03:31 +0000
+++ README.MySQL 2014-02-03 08:11:10 +0000
@@ -5,7 +5,7 @@
5is released under the version 2 of the GNU General Public License. 5is released under the version 2 of the GNU General Public License.
6MySQL is brought to you by Oracle.6MySQL is brought to you by Oracle.
77
8Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.8Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
99
10License information can be found in the COPYING file.10License information can be found in the COPYING file.
1111
1212
=== modified file 'VERSION'
--- VERSION 2014-01-14 11:57:01 +0000
+++ VERSION 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION_MAJOR=51MYSQL_VERSION_MAJOR=5
2MYSQL_VERSION_MINOR=52MYSQL_VERSION_MINOR=5
3MYSQL_VERSION_PATCH=353MYSQL_VERSION_PATCH=36
4MYSQL_VERSION_EXTRA=-33.14MYSQL_VERSION_EXTRA=-34.0
55
=== modified file 'client/mysql_plugin.c'
--- client/mysql_plugin.c 2013-09-05 08:48:43 +0000
+++ client/mysql_plugin.c 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
@@ -856,7 +856,7 @@
856 strncat(buff, FN_DIRSEP, sizeof(buff) - strlen(buff) - 1);856 strncat(buff, FN_DIRSEP, sizeof(buff) - strlen(buff) - 1);
857#endif857#endif
858 buff[sizeof(buff) - 1]= 0;858 buff[sizeof(buff) - 1]= 0;
859 my_delete(opt_basedir, MYF(0));859 my_free(opt_basedir);
860 opt_basedir= my_strdup(buff, MYF(MY_FAE));860 opt_basedir= my_strdup(buff, MYF(MY_FAE));
861 }861 }
862 }862 }
863863
=== modified file 'client/mysqlcheck.c'
--- client/mysqlcheck.c 2013-02-26 05:35:17 +0000
+++ client/mysqlcheck.c 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'cmake/zlib.cmake'
--- cmake/zlib.cmake 2013-02-20 10:24:16 +0000
+++ cmake/zlib.cmake 2014-02-03 08:11:10 +0000
@@ -1,5 +1,4 @@
1# Copyright (c) 2009 Sun Microsystems, Inc.1# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
2# Use is subject to license terms.
3# 2#
4# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
65
=== modified file 'config.h.cmake'
--- config.h.cmake 2012-09-26 13:20:49 +0000
+++ config.h.cmake 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
2 2
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -600,6 +600,7 @@
600#cmakedefine DEFAULT_CHARSET_HOME "@DEFAULT_CHARSET_HOME@"600#cmakedefine DEFAULT_CHARSET_HOME "@DEFAULT_CHARSET_HOME@"
601#cmakedefine PLUGINDIR "@PLUGINDIR@"601#cmakedefine PLUGINDIR "@PLUGINDIR@"
602#cmakedefine DEFAULT_SYSCONFDIR "@DEFAULT_SYSCONFDIR@"602#cmakedefine DEFAULT_SYSCONFDIR "@DEFAULT_SYSCONFDIR@"
603#cmakedefine DEFAULT_TMPDIR @DEFAULT_TMPDIR@
603604
604#cmakedefine SO_EXT "@CMAKE_SHARED_MODULE_SUFFIX@"605#cmakedefine SO_EXT "@CMAKE_SHARED_MODULE_SUFFIX@"
605606
606607
=== modified file 'extra/yassl/CMakeLists.txt'
--- extra/yassl/CMakeLists.txt 2013-10-09 05:40:46 +0000
+++ extra/yassl/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'extra/yassl/include/yassl_error.hpp'
--- extra/yassl/include/yassl_error.hpp 2013-02-26 05:35:17 +0000
+++ extra/yassl/include/yassl_error.hpp 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'extra/yassl/include/yassl_types.hpp'
--- extra/yassl/include/yassl_types.hpp 2013-02-26 05:35:17 +0000
+++ extra/yassl/include/yassl_types.hpp 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'extra/yassl/src/handshake.cpp'
--- extra/yassl/src/handshake.cpp 2013-02-26 05:35:17 +0000
+++ extra/yassl/src/handshake.cpp 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'extra/yassl/src/yassl_error.cpp'
--- extra/yassl/src/yassl_error.cpp 2013-02-26 05:35:17 +0000
+++ extra/yassl/src/yassl_error.cpp 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'extra/yassl/src/yassl_imp.cpp'
--- extra/yassl/src/yassl_imp.cpp 2013-02-15 07:07:21 +0000
+++ extra/yassl/src/yassl_imp.cpp 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'extra/yassl/taocrypt/CMakeLists.txt'
--- extra/yassl/taocrypt/CMakeLists.txt 2013-10-09 05:40:46 +0000
+++ extra/yassl/taocrypt/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'include/my_getopt.h'
--- include/my_getopt.h 2013-10-09 05:59:54 +0000
+++ include/my_getopt.h 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'include/my_net.h'
--- include/my_net.h 2013-03-19 14:53:48 +0000
+++ include/my_net.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'include/my_pthread.h'
--- include/my_pthread.h 2013-03-19 14:53:48 +0000
+++ include/my_pthread.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -134,7 +134,7 @@
134int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr);134int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr);
135int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);135int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
136int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,136int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
137 struct timespec *abstime);137 const struct timespec *abstime);
138int pthread_cond_signal(pthread_cond_t *cond);138int pthread_cond_signal(pthread_cond_t *cond);
139int pthread_cond_broadcast(pthread_cond_t *cond);139int pthread_cond_broadcast(pthread_cond_t *cond);
140int pthread_cond_destroy(pthread_cond_t *cond);140int pthread_cond_destroy(pthread_cond_t *cond);
141141
=== modified file 'include/myisam.h'
--- include/myisam.h 2013-10-17 12:39:04 +0000
+++ include/myisam.h 2014-02-03 08:11:10 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
66
=== modified file 'include/mysql/plugin.h'
--- include/mysql/plugin.h 2013-08-02 09:40:55 +0000
+++ include/mysql/plugin.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'include/mysql/plugin_audit.h'
--- include/mysql/plugin_audit.h 2013-07-02 06:28:39 +0000
+++ include/mysql/plugin_audit.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or3 This program is free software; you can redistribute it and/or
4 modify it under the terms of the GNU General Public License4 modify it under the terms of the GNU General Public License
55
=== modified file 'include/mysql/psi/mysql_thread.h'
--- include/mysql/psi/mysql_thread.h 2010-09-29 12:09:07 +0000
+++ include/mysql/psi/mysql_thread.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -988,7 +988,7 @@
988static inline int inline_mysql_cond_timedwait(988static inline int inline_mysql_cond_timedwait(
989 mysql_cond_t *that,989 mysql_cond_t *that,
990 mysql_mutex_t *mutex,990 mysql_mutex_t *mutex,
991 struct timespec *abstime991 const struct timespec *abstime
992#ifdef HAVE_PSI_INTERFACE992#ifdef HAVE_PSI_INTERFACE
993 , const char *src_file, uint src_line993 , const char *src_file, uint src_line
994#endif994#endif
995995
=== modified file 'include/welcome_copyright_notice.h'
--- include/welcome_copyright_notice.h 2013-08-21 07:39:21 +0000
+++ include/welcome_copyright_notice.h 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16#ifndef _welcome_copyright_notice_h_16#ifndef _welcome_copyright_notice_h_
17#define _welcome_copyright_notice_h_17#define _welcome_copyright_notice_h_
1818
19#define COPYRIGHT_NOTICE_CURRENT_YEAR "2013"19#define COPYRIGHT_NOTICE_CURRENT_YEAR "2014"
2020
21/*21/*
22 This define specifies copyright notice which is displayed by every MySQL22 This define specifies copyright notice which is displayed by every MySQL
2323
=== modified file 'libmysql/CMakeLists.txt'
--- libmysql/CMakeLists.txt 2014-01-14 11:57:01 +0000
+++ libmysql/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'libmysql/authentication_win/CMakeLists.txt'
--- libmysql/authentication_win/CMakeLists.txt 2013-10-09 05:40:46 +0000
+++ libmysql/authentication_win/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'libmysql/conf_to_src.c'
--- libmysql/conf_to_src.c 2013-03-19 14:53:48 +0000
+++ libmysql/conf_to_src.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (C) 2000-2004 MySQL AB1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'libmysql/libmysql.c'
--- libmysql/libmysql.c 2013-05-15 05:05:18 +0000
+++ libmysql/libmysql.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'libmysqld/lib_sql.cc'
--- libmysqld/lib_sql.cc 2013-10-22 13:33:14 +0000
+++ libmysqld/lib_sql.cc 2014-02-03 08:11:10 +0000
@@ -558,7 +558,7 @@
558 opt_mysql_tmpdir=getenv("TMP");558 opt_mysql_tmpdir=getenv("TMP");
559#endif559#endif
560 if (!opt_mysql_tmpdir || !opt_mysql_tmpdir[0])560 if (!opt_mysql_tmpdir || !opt_mysql_tmpdir[0])
561 opt_mysql_tmpdir=(char*) P_tmpdir; /* purecov: inspected */561 opt_mysql_tmpdir= const_cast<char*>(DEFAULT_TMPDIR); /* purecov: inspected*/
562562
563 init_ssl();563 init_ssl();
564 umask(((~my_umask) & 0666));564 umask(((~my_umask) & 0666));
565565
=== modified file 'man/comp_err.1'
--- man/comp_err.1 2013-12-05 08:07:26 +0000
+++ man/comp_err.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBcomp_err\fR2.\" Title: \fBcomp_err\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBCOMP_ERR\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBCOMP_ERR\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -264,7 +264,7 @@
264.SH "COPYRIGHT"264.SH "COPYRIGHT"
265.br265.br
266.PP266.PP
267Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.267Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
268.PP268.PP
269This 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.269This 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.
270.PP270.PP
271271
=== modified file 'man/innochecksum.1'
--- man/innochecksum.1 2013-12-05 08:07:26 +0000
+++ man/innochecksum.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBinnochecksum\fR2.\" Title: \fBinnochecksum\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBINNOCHECKSUM\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBINNOCHECKSUM\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -43,6 +43,8 @@
43tablespace 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 cause43tablespace 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
44InnoDB44InnoDB
45to 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\&.45to 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\&.
46\fBinnochecksum\fR
47supports files up to 2GB in size\&.
46.PP48.PP
47\fBinnochecksum\fR49\fBinnochecksum\fR
48cannot be used on tablespace files that the server already has open\&. For such files, you should use50cannot be used on tablespace files that the server already has open\&. For such files, you should use
@@ -150,7 +152,7 @@
150.SH "COPYRIGHT"152.SH "COPYRIGHT"
151.br153.br
152.PP154.PP
153Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.155Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
154.PP156.PP
155This 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.157This 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.
156.PP158.PP
157159
=== modified file 'man/msql2mysql.1'
--- man/msql2mysql.1 2013-12-05 08:07:26 +0000
+++ man/msql2mysql.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmsql2mysql\fR2.\" Title: \fBmsql2mysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMSQL2MYSQL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMSQL2MYSQL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -69,7 +69,7 @@
69.SH "COPYRIGHT"69.SH "COPYRIGHT"
70.br70.br
71.PP71.PP
72Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.72Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
73.PP73.PP
74This 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.74This 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.
75.PP75.PP
7676
=== modified file 'man/my_print_defaults.1'
--- man/my_print_defaults.1 2013-12-05 08:07:26 +0000
+++ man/my_print_defaults.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmy_print_defaults\fR2.\" Title: \fBmy_print_defaults\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMY_PRINT_DEFAULTS" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMY_PRINT_DEFAULTS" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -204,7 +204,7 @@
204.SH "COPYRIGHT"204.SH "COPYRIGHT"
205.br205.br
206.PP206.PP
207Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.207Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
208.PP208.PP
209This 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.209This 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.
210.PP210.PP
211211
=== modified file 'man/myisam_ftdump.1'
--- man/myisam_ftdump.1 2013-12-05 08:07:26 +0000
+++ man/myisam_ftdump.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisam_ftdump\fR2.\" Title: \fBmyisam_ftdump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAM_FTDUMP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYISAM_FTDUMP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -251,7 +251,7 @@
251.SH "COPYRIGHT"251.SH "COPYRIGHT"
252.br252.br
253.PP253.PP
254Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.254Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
255.PP255.PP
256This 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.256This 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.
257.PP257.PP
258258
=== modified file 'man/myisamchk.1'
--- man/myisamchk.1 2013-12-05 08:07:26 +0000
+++ man/myisamchk.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisamchk\fR2.\" Title: \fBmyisamchk\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMCHK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYISAMCHK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -2490,7 +2490,7 @@
2490.SH "COPYRIGHT"2490.SH "COPYRIGHT"
2491.br2491.br
2492.PP2492.PP
2493Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2493Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2494.PP2494.PP
2495This 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.2495This 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.
2496.PP2496.PP
24972497
=== modified file 'man/myisamlog.1'
--- man/myisamlog.1 2013-12-05 08:07:26 +0000
+++ man/myisamlog.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisamlog\fR2.\" Title: \fBmyisamlog\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMLOG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYISAMLOG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -228,7 +228,7 @@
228.SH "COPYRIGHT"228.SH "COPYRIGHT"
229.br229.br
230.PP230.PP
231Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.231Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
232.PP232.PP
233This 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.233This 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.
234.PP234.PP
235235
=== modified file 'man/myisampack.1'
--- man/myisampack.1 2013-12-05 08:07:26 +0000
+++ man/myisampack.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmyisampack\fR2.\" Title: \fBmyisampack\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMPACK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYISAMPACK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -83,6 +83,18 @@
83.\}83.\}
84After packing a table, it becomes read only\&. This is generally intended (such as when accessing packed tables on a CD)\&.84After packing a table, it becomes read only\&. This is generally intended (such as when accessing packed tables on a CD)\&.
85.RE85.RE
86.sp
87.RS 4
88.ie n \{\
89\h'-04'\(bu\h'+03'\c
90.\}
91.el \{\
92.sp -1
93.IP \(bu 2.3
94.\}
95\fBmyisampack\fR
96does not support partitioned tables\&.
97.RE
86.PP98.PP
87Invoke99Invoke
88\fBmyisampack\fR100\fBmyisampack\fR
@@ -841,7 +853,7 @@
841.SH "COPYRIGHT"853.SH "COPYRIGHT"
842.br854.br
843.PP855.PP
844Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.856Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
845.PP857.PP
846This 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.858This 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.
847.PP859.PP
848860
=== modified file 'man/mysql-stress-test.pl.1'
--- man/mysql-stress-test.pl.1 2013-12-05 08:07:26 +0000
+++ man/mysql-stress-test.pl.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql-stress-test.pl\fR2.\" Title: \fBmysql-stress-test.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/10/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-STRESS\-TE" "1" "11/04/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-STRESS\-TE" "1" "01/10/2014" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql-test-run.pl.1'
--- man/mysql-test-run.pl.1 2013-12-05 08:07:26 +0000
+++ man/mysql-test-run.pl.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql-test-run.pl\fR2.\" Title: \fBmysql-test-run.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/10/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/04/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-TEST\-RUN\" "1" "01/10/2014" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql.1'
--- man/mysql.1 2013-12-05 08:07:26 +0000
+++ man/mysql.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql\fR2.\" Title: \fBmysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -3225,7 +3225,7 @@
3225.SH "COPYRIGHT"3225.SH "COPYRIGHT"
3226.br3226.br
3227.PP3227.PP
3228Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.3228Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
3229.PP3229.PP
3230This 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.3230This 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.
3231.PP3231.PP
32323232
=== modified file 'man/mysql.server.1'
--- man/mysql.server.1 2013-12-05 08:07:26 +0000
+++ man/mysql.server.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql.server\fR2.\" Title: \fBmysql.server\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\&.SERVER\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL\&.SERVER\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -170,7 +170,7 @@
170.SH "COPYRIGHT"170.SH "COPYRIGHT"
171.br171.br
172.PP172.PP
173Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.173Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
174.PP174.PP
175This 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.175This 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.
176.PP176.PP
177177
=== modified file 'man/mysql_client_test.1'
--- man/mysql_client_test.1 2013-12-05 08:07:26 +0000
+++ man/mysql_client_test.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_client_test\fR2.\" Title: \fBmysql_client_test\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/10/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CLIENT_TEST" "1" "11/04/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL_CLIENT_TEST" "1" "01/10/2014" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql_client_test_embedded.1'
--- man/mysql_client_test_embedded.1 2013-10-22 13:33:14 +0000
+++ man/mysql_client_test_embedded.1 2014-02-03 08:11:10 +0000
@@ -1,1 +1,1 @@
1.so man-gpl-tmp2/mysql_client_test.11.so man/mysql_client_test.1
22
=== modified file 'man/mysql_config.1'
--- man/mysql_config.1 2014-01-14 11:57:01 +0000
+++ man/mysql_config.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_config\fR2.\" Title: \fBmysql_config\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_CONFIG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -54,7 +54,7 @@
54\fB\-\-cflags\fR54\fB\-\-cflags\fR
55.sp55.sp
56Compiler flags to find include files and critical compiler flags and defines used when compiling the56Compiler flags to find include files and critical compiler flags and defines used when compiling the
57libperconaserverclient57libmysqlclient
58library\&. 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\&. Use58library\&. 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
59\fB\-\-include\fR59\fB\-\-include\fR
60for more portable options that contain only include paths\&.60for more portable options that contain only include paths\&.
@@ -198,9 +198,9 @@
198Options:198Options:
199 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]199 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]
200 \-\-include [\-I/usr/local/mysql/include/mysql]200 \-\-include [\-I/usr/local/mysql/include/mysql]
201 \-\-libs [\-L/usr/local/mysql/lib/mysql \-lperconaserverclient201 \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient
202 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]202 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]
203 \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lperconaserverclient_r203 \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r
204 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]204 \-lpthread \-lm \-lrt \-lssl \-lcrypto \-ldl]
205 \-\-socket [/tmp/mysql\&.sock]205 \-\-socket [/tmp/mysql\&.sock]
206 \-\-port [3306]206 \-\-port [3306]
@@ -231,7 +231,7 @@
231.SH "COPYRIGHT"231.SH "COPYRIGHT"
232.br232.br
233.PP233.PP
234Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.234Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
235.PP235.PP
236This 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.236This 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.
237.PP237.PP
238238
=== modified file 'man/mysql_convert_table_format.1'
--- man/mysql_convert_table_format.1 2013-12-05 08:07:26 +0000
+++ man/mysql_convert_table_format.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_convert_table_format\fR2.\" Title: \fBmysql_convert_table_format\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONVERT_TAB" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_CONVERT_TAB" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -225,7 +225,7 @@
225.SH "COPYRIGHT"225.SH "COPYRIGHT"
226.br226.br
227.PP227.PP
228Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.228Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
229.PP229.PP
230This 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.230This 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.
231.PP231.PP
232232
=== modified file 'man/mysql_find_rows.1'
--- man/mysql_find_rows.1 2013-12-05 08:07:26 +0000
+++ man/mysql_find_rows.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_find_rows\fR2.\" Title: \fBmysql_find_rows\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_FIND_ROWS\F" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_FIND_ROWS\F" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -160,7 +160,7 @@
160.SH "COPYRIGHT"160.SH "COPYRIGHT"
161.br161.br
162.PP162.PP
163Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.163Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
164.PP164.PP
165This 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.165This 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.
166.PP166.PP
167167
=== modified file 'man/mysql_fix_extensions.1'
--- man/mysql_fix_extensions.1 2013-12-05 08:07:26 +0000
+++ man/mysql_fix_extensions.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_fix_extensions\fR2.\" Title: \fBmysql_fix_extensions\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_FIX_EXTENSI" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_FIX_EXTENSI" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -70,7 +70,7 @@
70.SH "COPYRIGHT"70.SH "COPYRIGHT"
71.br71.br
72.PP72.PP
73Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.73Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
74.PP74.PP
75This 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.75This 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.
76.PP76.PP
7777
=== modified file 'man/mysql_install_db.1'
--- man/mysql_install_db.1 2013-12-05 08:07:26 +0000
+++ man/mysql_install_db.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_install_db\fR2.\" Title: \fBmysql_install_db\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_INSTALL_DB\" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_INSTALL_DB\" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -285,7 +285,7 @@
285.SH "COPYRIGHT"285.SH "COPYRIGHT"
286.br286.br
287.PP287.PP
288Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.288Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
289.PP289.PP
290This 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.290This 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.
291.PP291.PP
292292
=== modified file 'man/mysql_plugin.1'
--- man/mysql_plugin.1 2013-12-05 08:07:26 +0000
+++ man/mysql_plugin.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_plugin\fR2.\" Title: \fBmysql_plugin\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_PLUGIN\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_PLUGIN\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -370,7 +370,7 @@
370.SH "COPYRIGHT"370.SH "COPYRIGHT"
371.br371.br
372.PP372.PP
373Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.373Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
374.PP374.PP
375This 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.375This 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.
376.PP376.PP
377377
=== modified file 'man/mysql_secure_installation.1'
--- man/mysql_secure_installation.1 2013-12-05 08:07:26 +0000
+++ man/mysql_secure_installation.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_secure_installation\fR2.\" Title: \fBmysql_secure_installation\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_SECURE_INST" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_SECURE_INST" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -110,7 +110,7 @@
110.SH "COPYRIGHT"110.SH "COPYRIGHT"
111.br111.br
112.PP112.PP
113Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.113Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
114.PP114.PP
115This 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.115This 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.
116.PP116.PP
117117
=== modified file 'man/mysql_setpermission.1'
--- man/mysql_setpermission.1 2013-12-05 08:07:26 +0000
+++ man/mysql_setpermission.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_setpermission\fR2.\" Title: \fBmysql_setpermission\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_SETPERMISSI" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_SETPERMISSI" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -172,7 +172,7 @@
172.SH "COPYRIGHT"172.SH "COPYRIGHT"
173.br173.br
174.PP174.PP
175Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.175Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
176.PP176.PP
177This 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.177This 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.
178.PP178.PP
179179
=== modified file 'man/mysql_tzinfo_to_sql.1'
--- man/mysql_tzinfo_to_sql.1 2013-12-05 08:07:26 +0000
+++ man/mysql_tzinfo_to_sql.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_tzinfo_to_sql\fR2.\" Title: \fBmysql_tzinfo_to_sql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_TZINFO_TO_S" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_TZINFO_TO_S" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -122,7 +122,7 @@
122.SH "COPYRIGHT"122.SH "COPYRIGHT"
123.br123.br
124.PP124.PP
125Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.125Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
126.PP126.PP
127This 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.127This 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.
128.PP128.PP
129129
=== modified file 'man/mysql_upgrade.1'
--- man/mysql_upgrade.1 2013-12-05 08:07:26 +0000
+++ man/mysql_upgrade.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_upgrade\fR2.\" Title: \fBmysql_upgrade\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_UPGRADE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_UPGRADE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -456,7 +456,7 @@
456.SH "COPYRIGHT"456.SH "COPYRIGHT"
457.br457.br
458.PP458.PP
459Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.459Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
460.PP460.PP
461This 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.461This 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.
462.PP462.PP
463463
=== modified file 'man/mysql_waitpid.1'
--- man/mysql_waitpid.1 2013-12-05 08:07:26 +0000
+++ man/mysql_waitpid.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_waitpid\fR2.\" Title: \fBmysql_waitpid\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_WAITPID\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_WAITPID\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -129,7 +129,7 @@
129.SH "COPYRIGHT"129.SH "COPYRIGHT"
130.br130.br
131.PP131.PP
132Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.132Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
133.PP133.PP
134This 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.134This 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.
135.PP135.PP
136136
=== modified file 'man/mysql_zap.1'
--- man/mysql_zap.1 2013-12-05 08:07:26 +0000
+++ man/mysql_zap.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysql_zap\fR2.\" Title: \fBmysql_zap\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_ZAP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQL_ZAP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -125,7 +125,7 @@
125.SH "COPYRIGHT"125.SH "COPYRIGHT"
126.br126.br
127.PP127.PP
128Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.128Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
129.PP129.PP
130This 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.130This 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.
131.PP131.PP
132132
=== modified file 'man/mysqlaccess.1'
--- man/mysqlaccess.1 2013-12-05 08:07:26 +0000
+++ man/mysqlaccess.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlaccess\fR2.\" Title: \fBmysqlaccess\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLACCESS\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLACCESS\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -432,7 +432,7 @@
432.SH "COPYRIGHT"432.SH "COPYRIGHT"
433.br433.br
434.PP434.PP
435Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.435Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
436.PP436.PP
437This 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.437This 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.
438.PP438.PP
439439
=== modified file 'man/mysqladmin.1'
--- man/mysqladmin.1 2013-12-05 08:07:26 +0000
+++ man/mysqladmin.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqladmin\fR2.\" Title: \fBmysqladmin\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLADMIN\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLADMIN\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -1168,7 +1168,7 @@
1168.SH "COPYRIGHT"1168.SH "COPYRIGHT"
1169.br1169.br
1170.PP1170.PP
1171Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1171Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1172.PP1172.PP
1173This 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.1173This 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.
1174.PP1174.PP
11751175
=== modified file 'man/mysqlbinlog.1'
--- man/mysqlbinlog.1 2013-12-05 08:07:26 +0000
+++ man/mysqlbinlog.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlbinlog\fR2.\" Title: \fBmysqlbinlog\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLBINLOG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLBINLOG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -2102,7 +2102,7 @@
2102.SH "COPYRIGHT"2102.SH "COPYRIGHT"
2103.br2103.br
2104.PP2104.PP
2105Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2105Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2106.PP2106.PP
2107This 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.2107This 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.
2108.PP2108.PP
21092109
=== modified file 'man/mysqlbug.1'
--- man/mysqlbug.1 2013-12-05 08:07:26 +0000
+++ man/mysqlbug.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlbug\fR2.\" Title: \fBmysqlbug\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLBUG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLBUG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -42,7 +42,7 @@
42.SH "COPYRIGHT"42.SH "COPYRIGHT"
43.br43.br
44.PP44.PP
45Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.45Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
46.PP46.PP
47This 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.47This 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.
48.PP48.PP
4949
=== modified file 'man/mysqlcheck.1'
--- man/mysqlcheck.1 2013-12-05 08:07:26 +0000
+++ man/mysqlcheck.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlcheck\fR2.\" Title: \fBmysqlcheck\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLCHECK\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLCHECK\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -931,7 +931,7 @@
931.SH "COPYRIGHT"931.SH "COPYRIGHT"
932.br932.br
933.PP933.PP
934Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.934Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
935.PP935.PP
936This 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.936This 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.
937.PP937.PP
938938
=== modified file 'man/mysqld.8'
--- man/mysqld.8 2013-12-05 08:07:26 +0000
+++ man/mysqld.8 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqld\fR2.\" Title: \fBmysqld\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -62,7 +62,7 @@
62.SH "COPYRIGHT"62.SH "COPYRIGHT"
63.br63.br
64.PP64.PP
65Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.65Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
66.PP66.PP
67This 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.67This 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.
68.PP68.PP
6969
=== modified file 'man/mysqld_multi.1'
--- man/mysqld_multi.1 2013-12-05 08:07:26 +0000
+++ man/mysqld_multi.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqld_multi\fR2.\" Title: \fBmysqld_multi\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD_MULTI\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLD_MULTI\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -49,7 +49,7 @@
49in49in
50my\&.cnf50my\&.cnf
51(or in the file named by the51(or in the file named by the
52\fB\-\-config\-file\fR52\fB\-\-defaults\-file\fR
53option)\&.53option)\&.
54\fIN\fR54\fIN\fR
55can be any positive integer\&. This number is referred to in the following discussion as the option group number, or55can be any positive integer\&. This number is referred to in the following discussion as the option group number, or
@@ -705,7 +705,7 @@
705.SH "COPYRIGHT"705.SH "COPYRIGHT"
706.br706.br
707.PP707.PP
708Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.708Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
709.PP709.PP
710This 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.710This 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.
711.PP711.PP
712712
=== modified file 'man/mysqld_safe.1'
--- man/mysqld_safe.1 2013-12-05 08:07:26 +0000
+++ man/mysqld_safe.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqld_safe\fR2.\" Title: \fBmysqld_safe\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD_SAFE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLD_SAFE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -856,7 +856,7 @@
856.SH "COPYRIGHT"856.SH "COPYRIGHT"
857.br857.br
858.PP858.PP
859Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.859Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
860.PP860.PP
861This 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.861This 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.
862.PP862.PP
863863
=== modified file 'man/mysqldump.1'
--- man/mysqldump.1 2013-12-05 08:07:26 +0000
+++ man/mysqldump.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqldump\fR2.\" Title: \fBmysqldump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLDUMP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLDUMP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -928,13 +928,20 @@
928\fB\-\-master\-data\fR928\fB\-\-master\-data\fR
929except 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 a929except 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
930CHANGE MASTER TO930CHANGE MASTER TO
931statement 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 the931statement 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\&.
932\fB\-\-master\-data\fR932.sp
933option)\&. These are the master server coordinates from which the slave should start replicating\&. This option was added in MySQL 5\&.5\&.3\&.933\fB\-\-dump\-slave\fR
934causes the coordinates from the master to be used rather than those of the dumped server, as is done by the
935\fB\-\-master\-data\fR
936option\&. In addition, specfiying this option causes the
937\fB\-\-master\-data\fR
938option to be overridden, if used, and effectively ignored\&.
934.sp939.sp
935The option value is handled the same way as for940The option value is handled the same way as for
936\fB\-\-master\-data\fR941\fB\-\-master\-data\fR
937and has the same effect as942(setting no value or 1 causes a
943CHANGE MASTER TO
944statement 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
938\fB\-\-master\-data\fR945\fB\-\-master\-data\fR
939in terms of enabling or disabling other options and in how locking is handled\&.946in terms of enabling or disabling other options and in how locking is handled\&.
940.sp947.sp
@@ -948,6 +955,8 @@
948and955and
949\fB\-\-include\-master\-host\-port\fR956\fB\-\-include\-master\-host\-port\fR
950options can also be used\&.957options can also be used\&.
958.sp
959This option was added in MySQL 5\&.5\&.3\&.
951.RE960.RE
952.sp961.sp
953.RS 4962.RS 4
@@ -1329,7 +1338,9 @@
1329.sp1338.sp
1330It 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 the1339It 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
1331\fB\-\-dump\-slave\fR1340\fB\-\-dump\-slave\fR
1332option\&.1341option, which overrides
1342\fB\-\-master\-data\fR
1343and causes it to be ignored if both options are used\&.
1333.sp1344.sp
1334In MySQL 5\&.2\&.2 and earlier, use the following procedure on the existing slave:1345In MySQL 5\&.2\&.2 and earlier, use the following procedure on the existing slave:
1335.sp1346.sp
@@ -1930,7 +1941,7 @@
1930MEMORY1941MEMORY
1931tables dumped while using this option may still change state\&.1942tables dumped while using this option may still change state\&.
1932.sp1943.sp
1933Before MySQL 5\&.5\&.3, while a1944While a
1934\fB\-\-single\-transaction\fR1945\fB\-\-single\-transaction\fR
1935dump is in process, to ensure a valid dump file (correct table contents and binary log coordinates), no other connection should use the following statements:1946dump is in process, to ensure a valid dump file (correct table contents and binary log coordinates), no other connection should use the following statements:
1936ALTER TABLE,1947ALTER TABLE,
@@ -1941,7 +1952,7 @@
1941SELECT1952SELECT
1942that is performed by1953that is performed by
1943\fBmysqldump\fR1954\fBmysqldump\fR
1944to retrieve the table contents to obtain incorrect contents or fail\&. As of MySQL 5\&.5\&.3, metadata locking prevents this situation\&.1955to retrieve the table contents to obtain incorrect contents or fail\&.
1945.sp1956.sp
1946The1957The
1947\fB\-\-single\-transaction\fR1958\fB\-\-single\-transaction\fR
@@ -1959,10 +1970,11 @@
1959NDB1970NDB
1960backup and restore instead\&.1971backup and restore instead\&.
1961.sp1972.sp
1962To dump large tables, you should combine the1973To dump large tables, combine the
1963\fB\-\-single\-transaction\fR1974\fB\-\-single\-transaction\fR
1964option with1975option with the
1965\fB\-\-quick\fR\&.1976\fB\-\-quick\fR
1977option\&.
1966.RE1978.RE
1967.sp1979.sp
1968.RS 41980.RS 4
@@ -2541,7 +2553,7 @@
2541.SH "COPYRIGHT"2553.SH "COPYRIGHT"
2542.br2554.br
2543.PP2555.PP
2544Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2556Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2545.PP2557.PP
2546This 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.2558This 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.
2547.PP2559.PP
25482560
=== modified file 'man/mysqldumpslow.1'
--- man/mysqldumpslow.1 2013-12-05 08:07:26 +0000
+++ man/mysqldumpslow.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqldumpslow\fR2.\" Title: \fBmysqldumpslow\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLDUMPSLOW\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLDUMPSLOW\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -323,7 +323,7 @@
323.SH "COPYRIGHT"323.SH "COPYRIGHT"
324.br324.br
325.PP325.PP
326Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.326Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
327.PP327.PP
328This 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.328This 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.
329.PP329.PP
330330
=== modified file 'man/mysqlhotcopy.1'
--- man/mysqlhotcopy.1 2013-12-05 08:07:26 +0000
+++ man/mysqlhotcopy.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlhotcopy\fR2.\" Title: \fBmysqlhotcopy\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLHOTCOPY\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLHOTCOPY\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -544,7 +544,7 @@
544.SH "COPYRIGHT"544.SH "COPYRIGHT"
545.br545.br
546.PP546.PP
547Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.547Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
548.PP548.PP
549This 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.549This 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.
550.PP550.PP
551551
=== modified file 'man/mysqlimport.1'
--- man/mysqlimport.1 2013-12-05 08:07:26 +0000
+++ man/mysqlimport.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlimport\fR2.\" Title: \fBmysqlimport\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLIMPORT\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLIMPORT\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -710,7 +710,7 @@
710.SH "COPYRIGHT"710.SH "COPYRIGHT"
711.br711.br
712.PP712.PP
713Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.713Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
714.PP714.PP
715This 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.715This 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.
716.PP716.PP
717717
=== modified file 'man/mysqlshow.1'
--- man/mysqlshow.1 2013-12-05 08:07:26 +0000
+++ man/mysqlshow.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlshow\fR2.\" Title: \fBmysqlshow\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLSHOW\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLSHOW\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -551,7 +551,7 @@
551.SH "COPYRIGHT"551.SH "COPYRIGHT"
552.br552.br
553.PP553.PP
554Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.554Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
555.PP555.PP
556This 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.556This 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.
557.PP557.PP
558558
=== modified file 'man/mysqlslap.1'
--- man/mysqlslap.1 2013-12-05 08:07:26 +0000
+++ man/mysqlslap.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqlslap\fR2.\" Title: \fBmysqlslap\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLSLAP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBMYSQLSLAP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -1019,7 +1019,7 @@
1019.SH "COPYRIGHT"1019.SH "COPYRIGHT"
1020.br1020.br
1021.PP1021.PP
1022Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1022Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1023.PP1023.PP
1024This 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.1024This 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.
1025.PP1025.PP
10261026
=== modified file 'man/mysqltest.1'
--- man/mysqltest.1 2013-12-05 08:07:26 +0000
+++ man/mysqltest.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBmysqltest\fR2.\" Title: \fBmysqltest\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/10/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLTEST\FR" "1" "11/04/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQLTEST\FR" "1" "01/10/2014" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysqltest_embedded.1'
--- man/mysqltest_embedded.1 2013-10-22 13:33:14 +0000
+++ man/mysqltest_embedded.1 2014-02-03 08:11:10 +0000
@@ -1,1 +1,1 @@
1.so man-gpl-tmp2/mysqltest.11.so man/mysqltest.1
22
=== modified file 'man/ndb-common-options.1'
--- man/ndb-common-options.1 2013-12-16 08:19:34 +0000
+++ man/ndb-common-options.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: Options Common to MySQL Cluster Programs2.\" Title: Options Common to MySQL Cluster Programs
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "OPTIONS COMMON TO MY" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "OPTIONS COMMON TO MY" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -639,7 +639,7 @@
639.SH "COPYRIGHT"639.SH "COPYRIGHT"
640.br640.br
641.PP641.PP
642Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.642Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
643.PP643.PP
644This 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.644This 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.
645.PP645.PP
646646
=== modified file 'man/ndb_blob_tool.1'
--- man/ndb_blob_tool.1 2013-12-16 08:19:34 +0000
+++ man/ndb_blob_tool.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_blob_tool\fR2.\" Title: \fBndb_blob_tool\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_BLOB_TOOL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_BLOB_TOOL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -483,7 +483,7 @@
483.SH "COPYRIGHT"483.SH "COPYRIGHT"
484.br484.br
485.PP485.PP
486Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.486Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
487.PP487.PP
488This 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.488This 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.PP489.PP
490490
=== modified file 'man/ndb_config.1'
--- man/ndb_config.1 2013-12-05 08:07:26 +0000
+++ man/ndb_config.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_config\fR2.\" Title: \fBndb_config\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_CONFIG\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_CONFIG\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -1520,7 +1520,7 @@
1520.SH "COPYRIGHT"1520.SH "COPYRIGHT"
1521.br1521.br
1522.PP1522.PP
1523Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1523Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1524.PP1524.PP
1525This 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.1525This 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.PP1526.PP
15271527
=== modified file 'man/ndb_cpcd.1'
--- man/ndb_cpcd.1 2013-12-05 08:07:26 +0000
+++ man/ndb_cpcd.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_cpcd\fR2.\" Title: \fBndb_cpcd\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_CPCD\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_CPCD\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -39,7 +39,7 @@
39.SH "COPYRIGHT"39.SH "COPYRIGHT"
40.br40.br
41.PP41.PP
42Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.42Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
43.PP43.PP
44This 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.44This 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.
45.PP45.PP
4646
=== modified file 'man/ndb_delete_all.1'
--- man/ndb_delete_all.1 2013-12-05 08:07:26 +0000
+++ man/ndb_delete_all.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_delete_all\fR2.\" Title: \fBndb_delete_all\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DELETE_ALL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_DELETE_ALL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -162,7 +162,7 @@
162.SH "COPYRIGHT"162.SH "COPYRIGHT"
163.br163.br
164.PP164.PP
165Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.165Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
166.PP166.PP
167This 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.167This 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.
168.PP168.PP
169169
=== modified file 'man/ndb_desc.1'
--- man/ndb_desc.1 2013-12-05 08:07:26 +0000
+++ man/ndb_desc.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_desc\fR2.\" Title: \fBndb_desc\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DESC\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_DESC\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -564,7 +564,7 @@
564.SH "COPYRIGHT"564.SH "COPYRIGHT"
565.br565.br
566.PP566.PP
567Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.567Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
568.PP568.PP
569This 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.569This 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.
570.PP570.PP
571571
=== modified file 'man/ndb_drop_index.1'
--- man/ndb_drop_index.1 2013-12-05 08:07:26 +0000
+++ man/ndb_drop_index.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_drop_index\fR2.\" Title: \fBndb_drop_index\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DROP_INDEX\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_DROP_INDEX\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -154,7 +154,7 @@
154.SH "COPYRIGHT"154.SH "COPYRIGHT"
155.br155.br
156.PP156.PP
157Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.157Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
158.PP158.PP
159This 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.159This 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.
160.PP160.PP
161161
=== modified file 'man/ndb_drop_table.1'
--- man/ndb_drop_table.1 2013-12-05 08:07:26 +0000
+++ man/ndb_drop_table.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_drop_table\fR2.\" Title: \fBndb_drop_table\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DROP_TABLE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_DROP_TABLE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -95,7 +95,7 @@
95.SH "COPYRIGHT"95.SH "COPYRIGHT"
96.br96.br
97.PP97.PP
98Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.98Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
99.PP99.PP
100This 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.100This 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.
101.PP101.PP
102102
=== modified file 'man/ndb_error_reporter.1'
--- man/ndb_error_reporter.1 2013-12-05 08:07:26 +0000
+++ man/ndb_error_reporter.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_error_reporter\fR2.\" Title: \fBndb_error_reporter\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_ERROR_REPORTE" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_ERROR_REPORTE" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -157,7 +157,7 @@
157T{157T{
158\fBIntroduced\fR158\fBIntroduced\fR
159T}:T{159T}:T{
1605\&.5\&.33\-ndb\-7\&.2\&.141605\&.5\&.34\-ndb\-7\&.2\&.14
161T}161T}
162T{162T{
163\fBCommand\-Line Format\fR163\fBCommand\-Line Format\fR
@@ -204,7 +204,7 @@
204T{204T{
205\fBIntroduced\fR205\fBIntroduced\fR
206T}:T{206T}:T{
2075\&.5\&.33\-ndb\-7\&.2\&.142075\&.5\&.34\-ndb\-7\&.2\&.14
208T}208T}
209T{209T{
210\fBCommand\-Line Format\fR210\fBCommand\-Line Format\fR
@@ -298,7 +298,7 @@
298T{298T{
299\fBIntroduced\fR299\fBIntroduced\fR
300T}:T{300T}:T{
3015\&.5\&.33\-ndb\-7\&.2\&.143015\&.5\&.34\-ndb\-7\&.2\&.14
302T}302T}
303T{303T{
304\fBCommand\-Line Format\fR304\fBCommand\-Line Format\fR
@@ -327,7 +327,7 @@
327.SH "COPYRIGHT"327.SH "COPYRIGHT"
328.br328.br
329.PP329.PP
330Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.330Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
331.PP331.PP
332This 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.332This 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.
333.PP333.PP
334334
=== modified file 'man/ndb_index_stat.1'
--- man/ndb_index_stat.1 2013-12-16 08:19:34 +0000
+++ man/ndb_index_stat.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_index_stat\fR2.\" Title: \fBndb_index_stat\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_INDEX_STAT\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_INDEX_STAT\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -971,7 +971,7 @@
971.SH "COPYRIGHT"971.SH "COPYRIGHT"
972.br972.br
973.PP973.PP
974Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.974Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
975.PP975.PP
976This 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.976This 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.
977.PP977.PP
978978
=== modified file 'man/ndb_mgm.1'
--- man/ndb_mgm.1 2013-12-05 08:07:26 +0000
+++ man/ndb_mgm.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_mgm\fR2.\" Title: \fBndb_mgm\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_MGM\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_MGM\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -251,7 +251,7 @@
251.SH "COPYRIGHT"251.SH "COPYRIGHT"
252.br252.br
253.PP253.PP
254Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.254Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
255.PP255.PP
256This 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.256This 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.
257.PP257.PP
258258
=== modified file 'man/ndb_mgmd.8'
--- man/ndb_mgmd.8 2013-12-05 08:07:26 +0000
+++ man/ndb_mgmd.8 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_mgmd\fR2.\" Title: \fBndb_mgmd\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_MGMD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_MGMD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -1390,7 +1390,7 @@
1390.SH "COPYRIGHT"1390.SH "COPYRIGHT"
1391.br1391.br
1392.PP1392.PP
1393Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1393Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1394.PP1394.PP
1395This 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.1395This 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.
1396.PP1396.PP
13971397
=== modified file 'man/ndb_print_backup_file.1'
--- man/ndb_print_backup_file.1 2013-12-05 08:07:26 +0000
+++ man/ndb_print_backup_file.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_print_backup_file\fR2.\" Title: \fBndb_print_backup_file\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_PRINT_BACKUP_" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_PRINT_BACKUP_" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -74,7 +74,7 @@
74.SH "COPYRIGHT"74.SH "COPYRIGHT"
75.br75.br
76.PP76.PP
77Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.77Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
78.PP78.PP
79This 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.79This 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.
80.PP80.PP
8181
=== modified file 'man/ndb_print_schema_file.1'
--- man/ndb_print_schema_file.1 2013-12-05 08:07:26 +0000
+++ man/ndb_print_schema_file.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_print_schema_file\fR2.\" Title: \fBndb_print_schema_file\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_PRINT_SCHEMA_" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_PRINT_SCHEMA_" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -68,7 +68,7 @@
68.SH "COPYRIGHT"68.SH "COPYRIGHT"
69.br69.br
70.PP70.PP
71Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.71Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
72.PP72.PP
73This 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.73This 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.
74.PP74.PP
7575
=== modified file 'man/ndb_print_sys_file.1'
--- man/ndb_print_sys_file.1 2013-12-05 08:07:26 +0000
+++ man/ndb_print_sys_file.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_print_sys_file\fR2.\" Title: \fBndb_print_sys_file\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_PRINT_SYS_FIL" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_PRINT_SYS_FIL" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -71,7 +71,7 @@
71.SH "COPYRIGHT"71.SH "COPYRIGHT"
72.br72.br
73.PP73.PP
74Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.74Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
75.PP75.PP
76This 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.76This 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.
77.PP77.PP
7878
=== modified file 'man/ndb_restore.1'
--- man/ndb_restore.1 2013-12-05 08:07:26 +0000
+++ man/ndb_restore.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_restore\fR2.\" Title: \fBndb_restore\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_RESTORE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_RESTORE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -750,6 +750,40 @@
750\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\&.750\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\&.
751.RE751.RE
752.PP752.PP
753Prior to MySQL Cluster NDB 7\&.2\&.14, conversions between character data types and
754TEXT
755or
756BLOB
757were not handled correctly (Bug #17325051)\&.
758.PP
759When converting between character data types and
760TEXT
761or
762BLOB, only conversions between character types (CHAR
763and
764VARCHAR) and binary types (BINARY
765and
766VARBINARY) can be performed at the same time\&. For example, you cannot promote an
767INT
768column to
769BIGINT
770while promoting a
771VARCHAR
772column to
773TEXT
774in the same invocation of
775\fBndb_restore\fR\&.
776.PP
777When performing conversions of character or binary types to
778TEXT
779or
780BLOB
781with
782\fBndb_restore\fR, you may notice that it creates and uses one or more staging tables named
783\fItable_name\fR$ST\fInode_id\fR\&. These tables are not needed afterwards, and are normally deleted by
784\fBndb_restore\fR
785following a successful restoration\&.
786.PP
753.\" ndb_restore: lossy-conversions option787.\" ndb_restore: lossy-conversions option
754.\" lossy-conversions option (ndb_restore)788.\" lossy-conversions option (ndb_restore)
755\fB\-\-lossy\-conversions\fR,789\fB\-\-lossy\-conversions\fR,
@@ -2074,7 +2108,7 @@
2074.SH "COPYRIGHT"2108.SH "COPYRIGHT"
2075.br2109.br
2076.PP2110.PP
2077Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2111Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
2078.PP2112.PP
2079This 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.2113This 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.
2080.PP2114.PP
20812115
=== modified file 'man/ndb_select_all.1'
--- man/ndb_select_all.1 2013-12-05 08:07:26 +0000
+++ man/ndb_select_all.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_select_all\fR2.\" Title: \fBndb_select_all\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_SELECT_ALL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_SELECT_ALL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -85,6 +85,7 @@
85l l l85l l l
86l l l86l l l
87l l l87l l l
88l l l
88l l l.89l l l.
89T{90T{
90.PP91.PP
@@ -204,6 +205,15 @@
204T}205T}
205T{206T{
206.PP207.PP
208--gci64
209T}:T{
210Include GCI and row epoch in output
211T}:T{
212.PP
213All MySQL 5\&.5 based releases
214T}
215T{
216.PP
207--tup,217--tup,
208.PP218.PP
209-t219-t
@@ -441,7 +451,9 @@
441.\" gci option: ndb_select_all451.\" gci option: ndb_select_all
442\fB\-\-gci\fR452\fB\-\-gci\fR
443.sp453.sp
444Adds a column to the output showing the global checkpoint at which each row was last updated\&. See454Adds a
455GCI
456column to the output showing the global checkpoint at which each row was last updated\&. See
445Section\ \&17.1, \(lqMySQL Cluster Overview\(rq, and457Section\ \&17.1, \(lqMySQL Cluster Overview\(rq, and
446Section\ \&17.5.6.2, \(lqMySQL Cluster Log Events\(rq, for more information about checkpoints\&.458Section\ \&17.5.6.2, \(lqMySQL Cluster Log Events\(rq, for more information about checkpoints\&.
447.RE459.RE
@@ -454,6 +466,23 @@
454.sp -1466.sp -1
455.IP \(bu 2.3467.IP \(bu 2.3
456.\}468.\}
469.\" ndb_select_all: gci64 option
470.\" gci64 option: ndb_select_all
471\fB\-\-gci64\fR
472.sp
473Adds a
474ROW$GCI64
475column 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\&.
476.RE
477.sp
478.RS 4
479.ie n \{\
480\h'-04'\(bu\h'+03'\c
481.\}
482.el \{\
483.sp -1
484.IP \(bu 2.3
485.\}
457.\" ndb_select_all: tupscan option486.\" ndb_select_all: tupscan option
458.\" tupscan option: ndb_select_all487.\" tupscan option: ndb_select_all
459\fB\-\-tupscan\fR,488\fB\-\-tupscan\fR,
@@ -574,7 +603,7 @@
574.SH "COPYRIGHT"603.SH "COPYRIGHT"
575.br604.br
576.PP605.PP
577Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.606Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
578.PP607.PP
579This 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.608This 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.
580.PP609.PP
581610
=== modified file 'man/ndb_select_count.1'
--- man/ndb_select_count.1 2013-12-05 08:07:26 +0000
+++ man/ndb_select_count.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_select_count\fR2.\" Title: \fBndb_select_count\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_SELECT_COUNT\" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_SELECT_COUNT\" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -131,7 +131,7 @@
131.SH "COPYRIGHT"131.SH "COPYRIGHT"
132.br132.br
133.PP133.PP
134Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.134Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
135.PP135.PP
136This 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.136This 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.
137.PP137.PP
138138
=== modified file 'man/ndb_show_tables.1'
--- man/ndb_show_tables.1 2013-12-05 08:07:26 +0000
+++ man/ndb_show_tables.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_show_tables\fR2.\" Title: \fBndb_show_tables\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_SHOW_TABLES\F" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_SHOW_TABLES\F" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -307,7 +307,7 @@
307.SH "COPYRIGHT"307.SH "COPYRIGHT"
308.br308.br
309.PP309.PP
310Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.310Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
311.PP311.PP
312This 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.312This 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.
313.PP313.PP
314314
=== modified file 'man/ndb_size.pl.1'
--- man/ndb_size.pl.1 2013-12-05 08:07:26 +0000
+++ man/ndb_size.pl.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_size.pl\fR2.\" Title: \fBndb_size.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_SIZE\&.PL\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_SIZE\&.PL\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -397,7 +397,7 @@
397.SH "COPYRIGHT"397.SH "COPYRIGHT"
398.br398.br
399.PP399.PP
400Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.400Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
401.PP401.PP
402This 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.402This 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.
403.PP403.PP
404404
=== modified file 'man/ndb_waiter.1'
--- man/ndb_waiter.1 2013-12-05 08:07:26 +0000
+++ man/ndb_waiter.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndb_waiter\fR2.\" Title: \fBndb_waiter\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_WAITER\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDB_WAITER\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -481,7 +481,7 @@
481.SH "COPYRIGHT"481.SH "COPYRIGHT"
482.br482.br
483.PP483.PP
484Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.484Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
485.PP485.PP
486This 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.486This 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.
487.PP487.PP
488488
=== modified file 'man/ndbd.8'
--- man/ndbd.8 2013-12-05 08:07:26 +0000
+++ man/ndbd.8 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndbd\fR2.\" Title: \fBndbd\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDBD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDBD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -898,7 +898,7 @@
898T{898T{
899\fBIntroduced\fR899\fBIntroduced\fR
900T}:T{900T}:T{
9015\&.5\&.27\-ndb\-7\&.2\&.99015\&.5\&.28\-ndb\-7\&.2\&.9
902T}902T}
903T{903T{
904\fBCommand\-Line Format\fR904\fBCommand\-Line Format\fR
@@ -956,7 +956,7 @@
956T{956T{
957\fBIntroduced\fR957\fBIntroduced\fR
958T}:T{958T}:T{
9595\&.5\&.27\-ndb\-7\&.2\&.99595\&.5\&.28\-ndb\-7\&.2\&.9
960T}960T}
961T{961T{
962\fBCommand\-Line Format\fR962\fBCommand\-Line Format\fR
@@ -1193,7 +1193,7 @@
1193.SH "COPYRIGHT"1193.SH "COPYRIGHT"
1194.br1194.br
1195.PP1195.PP
1196Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1196Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
1197.PP1197.PP
1198This 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.1198This 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.PP1199.PP
12001200
=== modified file 'man/ndbd_redo_log_reader.1'
--- man/ndbd_redo_log_reader.1 2013-12-05 08:07:26 +0000
+++ man/ndbd_redo_log_reader.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndbd_redo_log_reader\fR2.\" Title: \fBndbd_redo_log_reader\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDBD_REDO_LOG_REA" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDBD_REDO_LOG_REA" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -239,7 +239,7 @@
239.SH "COPYRIGHT"239.SH "COPYRIGHT"
240.br240.br
241.PP241.PP
242Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.242Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
243.PP243.PP
244This 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.244This 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.
245.PP245.PP
246246
=== modified file 'man/ndbinfo_select_all.1'
--- man/ndbinfo_select_all.1 2013-12-16 08:19:34 +0000
+++ man/ndbinfo_select_all.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndbinfo_select_all\fR2.\" Title: \fBndbinfo_select_all\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDBINFO_SELECT_AL" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDBINFO_SELECT_AL" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -290,7 +290,7 @@
290.SH "COPYRIGHT"290.SH "COPYRIGHT"
291.br291.br
292.PP292.PP
293Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.293Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
294.PP294.PP
295This 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.295This 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.
296.PP296.PP
297297
=== modified file 'man/ndbmtd.8'
--- man/ndbmtd.8 2013-12-05 08:07:26 +0000
+++ man/ndbmtd.8 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBndbmtd\fR2.\" Title: \fBndbmtd\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDBMTD\FR" "8" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBNDBMTD\FR" "8" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -203,7 +203,7 @@
203.SH "COPYRIGHT"203.SH "COPYRIGHT"
204.br204.br
205.PP205.PP
206Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.206Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
207.PP207.PP
208This 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.208This 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.
209.PP209.PP
210210
=== modified file 'man/perror.1'
--- man/perror.1 2013-12-05 08:07:26 +0000
+++ man/perror.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBperror\fR2.\" Title: \fBperror\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBPERROR\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBPERROR\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -190,7 +190,7 @@
190.SH "COPYRIGHT"190.SH "COPYRIGHT"
191.br191.br
192.PP192.PP
193Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.193Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
194.PP194.PP
195This 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.195This 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.
196.PP196.PP
197197
=== modified file 'man/replace.1'
--- man/replace.1 2013-12-05 08:07:26 +0000
+++ man/replace.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBreplace\fR2.\" Title: \fBreplace\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBREPLACE\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBREPLACE\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -169,7 +169,7 @@
169.SH "COPYRIGHT"169.SH "COPYRIGHT"
170.br170.br
171.PP171.PP
172Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.172Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
173.PP173.PP
174This 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.174This 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.
175.PP175.PP
176176
=== modified file 'man/resolve_stack_dump.1'
--- man/resolve_stack_dump.1 2013-12-05 08:07:26 +0000
+++ man/resolve_stack_dump.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBresolve_stack_dump\fR2.\" Title: \fBresolve_stack_dump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBRESOLVE_STACK_DUM" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBRESOLVE_STACK_DUM" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -129,7 +129,7 @@
129.SH "COPYRIGHT"129.SH "COPYRIGHT"
130.br130.br
131.PP131.PP
132Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.132Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
133.PP133.PP
134This 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.134This 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.
135.PP135.PP
136136
=== modified file 'man/resolveip.1'
--- man/resolveip.1 2013-12-05 08:07:26 +0000
+++ man/resolveip.1 2014-02-03 08:11:10 +0000
@@ -1,13 +1,13 @@
1'\" t1'\" t
2.\" Title: \fBresolveip\fR2.\" Title: \fBresolveip\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 11/04/20135.\" Date: 01/13/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.57.\" Source: MySQL 5.5
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBRESOLVEIP\FR" "1" "11/04/2013" "MySQL 5\&.5" "MySQL Database System"10.TH "\FBRESOLVEIP\FR" "1" "01/13/2014" "MySQL 5\&.5" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -108,7 +108,7 @@
108.SH "COPYRIGHT"108.SH "COPYRIGHT"
109.br109.br
110.PP110.PP
111Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.111Copyright \(co 1997, 2014, Oracle and/or its affiliates. All rights reserved.
112.PP112.PP
113This 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.113This 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.
114.PP114.PP
115115
=== modified file 'mysql-test/CMakeLists.txt'
--- mysql-test/CMakeLists.txt 2013-11-14 02:43:34 +0000
+++ mysql-test/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'mysql-test/README'
--- mysql-test/README 2006-03-02 00:51:33 +0000
+++ mysql-test/README 2014-02-03 08:11:10 +0000
@@ -68,6 +68,5 @@
68 that the bug is corrected in future releases.68 that the bug is corrected in future releases.
6969
70To submit your test case, put your .test file and .result file(s) into70To submit your test case, put your .test file and .result file(s) into
71a tar.gz archive, add a README that explains the problem, ftp the 71a tar.gz or zip archive, create a bug report at http://bugs.mysql.com/
72archive to ftp://support.mysql.com/pub/mysql/secret/ and send a mail72and attach the archive to the bug report.
73to bugs@lists.mysql.com
7473
=== modified file 'mysql-test/collections/default.weekly'
--- mysql-test/collections/default.weekly 2013-12-04 00:12:58 +0000
+++ mysql-test/collections/default.weekly 2014-02-03 08:11:10 +0000
@@ -5,3 +5,6 @@
5perl 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.list5perl 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
6perl 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.list6perl 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
7perl 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.list7perl 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
8
9# Run innodb compression tests
10perl 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
811
=== modified file 'mysql-test/include/ctype_filesort2.inc'
--- mysql-test/include/ctype_filesort2.inc 2010-09-28 15:15:58 +0000
+++ mysql-test/include/ctype_filesort2.inc 2014-02-03 08:11:10 +0000
@@ -14,3 +14,12 @@
14ALTER TABLE t1 ADD KEY(a);14ALTER TABLE t1 ADD KEY(a);
15SELECT HEX(a), HEX(CONVERT(a USING utf8mb4)) FROM t1 ORDER BY a;15SELECT HEX(a), HEX(CONVERT(a USING utf8mb4)) FROM t1 ORDER BY a;
16DROP TABLE IF EXISTS t1;16DROP TABLE IF EXISTS t1;
17--echo #
18--echo # BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
19--echo # OUT-OF-ORDER RESULTS
20--echo #
21CREATE TABLE t1 SELECT ('a a') as n;
22INSERT INTO t1 VALUES('a b');
23SELECT * FROM t1 ORDER BY LOWER(n) ASC;
24SELECT * FROM t1 ORDER BY LOWER(n) DESC;
25DROP TABLE t1;
1726
=== modified file 'mysql-test/include/mtr_check.sql'
--- mysql-test/include/mtr_check.sql 2013-12-05 08:07:26 +0000
+++ mysql-test/include/mtr_check.sql 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1-- Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.1-- Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
2--2--
3-- This program is free software; you can redistribute it and/or modify3-- This program is free software; you can redistribute it and/or modify
4-- it under the terms of the GNU General Public License as published by4-- it under the terms of the GNU General Public License as published by
@@ -52,6 +52,16 @@
52 WHERE table_schema='mysql' AND table_name != 'ndb_apply_status'52 WHERE table_schema='mysql' AND table_name != 'ndb_apply_status'
53 ORDER BY columns_in_mysql;53 ORDER BY columns_in_mysql;
5454
55 -- Dump all events, there should be none
56 SELECT * FROM INFORMATION_SCHEMA.EVENTS;
57 -- Dump all triggers except mtr internals, there should be none
58 SELECT * FROM INFORMATION_SCHEMA.TRIGGERS
59 WHERE TRIGGER_NAME NOT IN ('gs_insert', 'ts_insert');
60 -- Dump all created procedures, there should be none
61 SELECT * FROM INFORMATION_SCHEMA.ROUTINES;
62
63 SHOW STATUS LIKE 'slave_open_temp_tables';
64
55 -- Checksum system tables to make sure they have been properly65 -- Checksum system tables to make sure they have been properly
56 -- restored after test66 -- restored after test
57 checksum table67 checksum table
@@ -72,8 +82,6 @@
72 mysql.time_zone_transition_type,82 mysql.time_zone_transition_type,
73 mysql.user;83 mysql.user;
7484
75 show status like 'slave_open_temp_tables';
76
77END||85END||
7886
79--87--
8088
=== modified file 'mysql-test/lib/My/SafeProcess/safe_process.cc'
--- mysql-test/lib/My/SafeProcess/safe_process.cc 2013-06-27 15:35:20 +0000
+++ mysql-test/lib/My/SafeProcess/safe_process.cc 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysql-test/lib/My/SysInfo.pm'
--- mysql-test/lib/My/SysInfo.pm 2013-04-16 10:56:45 +0000
+++ mysql-test/lib/My/SysInfo.pm 2014-02-03 08:11:10 +0000
@@ -1,6 +1,5 @@
1# -*- cperl -*-1# -*- cperl -*-
2# Copyright (c) 2013 MySQL AB, 2008 Sun Microsystems, Inc.2# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
3# Use is subject to license terms.
4#3#
5# This program is free software; you can redistribute it and/or modify4# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by5# it under the terms of the GNU General Public License as published by
76
=== modified file 'mysql-test/mysql-test-run.pl'
--- mysql-test/mysql-test-run.pl 2013-12-05 08:07:26 +0000
+++ mysql-test/mysql-test-run.pl 2014-02-03 08:11:10 +0000
@@ -164,7 +164,7 @@
164164
165# If you add a new suite, please check TEST_DIRS in Makefile.am.165# If you add a new suite, please check TEST_DIRS in Makefile.am.
166#166#
167my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,perfschema";167my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,innodb_zip,perfschema";
168my $opt_suites;168my $opt_suites;
169169
170our $opt_verbose= 0; # Verbose output, enable with --verbose170our $opt_verbose= 0; # Verbose output, enable with --verbose
171171
=== modified file 'mysql-test/r/ctype_utf16.result'
--- mysql-test/r/ctype_utf16.result 2011-10-12 13:41:25 +0000
+++ mysql-test/r/ctype_utf16.result 2014-02-03 08:11:10 +0000
@@ -636,6 +636,21 @@
636D800DF84 F0908E84636D800DF84 F0908E84
637DBC0DC00 F4808080637DBC0DC00 F4808080
638DROP TABLE IF EXISTS t1;638DROP TABLE IF EXISTS t1;
639#
640# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
641# OUT-OF-ORDER RESULTS
642#
643CREATE TABLE t1 SELECT ('a a') as n;
644INSERT INTO t1 VALUES('a b');
645SELECT * FROM t1 ORDER BY LOWER(n) ASC;
646n
647a a
648a b
649SELECT * FROM t1 ORDER BY LOWER(n) DESC;
650n
651a b
652a a
653DROP TABLE t1;
639select @@collation_connection;654select @@collation_connection;
640@@collation_connection655@@collation_connection
641utf16_bin656utf16_bin
642657
=== modified file 'mysql-test/r/ctype_utf32.result'
--- mysql-test/r/ctype_utf32.result 2011-10-12 13:41:25 +0000
+++ mysql-test/r/ctype_utf32.result 2014-02-03 08:11:10 +0000
@@ -635,6 +635,21 @@
63500010384 F0908E8463500010384 F0908E84
63600100000 F480808063600100000 F4808080
637DROP TABLE IF EXISTS t1;637DROP TABLE IF EXISTS t1;
638#
639# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
640# OUT-OF-ORDER RESULTS
641#
642CREATE TABLE t1 SELECT ('a a') as n;
643INSERT INTO t1 VALUES('a b');
644SELECT * FROM t1 ORDER BY LOWER(n) ASC;
645n
646a a
647a b
648SELECT * FROM t1 ORDER BY LOWER(n) DESC;
649n
650a b
651a a
652DROP TABLE t1;
638select @@collation_connection;653select @@collation_connection;
639@@collation_connection654@@collation_connection
640utf32_bin655utf32_bin
641656
=== modified file 'mysql-test/r/ctype_utf8mb4.result'
--- mysql-test/r/ctype_utf8mb4.result 2013-01-31 01:36:30 +0000
+++ mysql-test/r/ctype_utf8mb4.result 2014-02-03 08:11:10 +0000
@@ -1012,6 +1012,21 @@
1012F0908E84 F0908E841012F0908E84 F0908E84
1013F4808080 F48080801013F4808080 F4808080
1014DROP TABLE IF EXISTS t1;1014DROP TABLE IF EXISTS t1;
1015#
1016# BUG#16691598 - ORDER BY LOWER(COLUMN) PRODUCES
1017# OUT-OF-ORDER RESULTS
1018#
1019CREATE TABLE t1 SELECT ('a a') as n;
1020INSERT INTO t1 VALUES('a b');
1021SELECT * FROM t1 ORDER BY LOWER(n) ASC;
1022n
1023a a
1024a b
1025SELECT * FROM t1 ORDER BY LOWER(n) DESC;
1026n
1027a b
1028a a
1029DROP TABLE t1;
1015select @@collation_connection;1030select @@collation_connection;
1016@@collation_connection1031@@collation_connection
1017utf8mb4_bin1032utf8mb4_bin
10181033
=== modified file 'mysql-test/r/distinct.result'
--- mysql-test/r/distinct.result 2011-05-11 11:11:57 +0000
+++ mysql-test/r/distinct.result 2014-02-03 08:11:10 +0000
@@ -804,4 +804,44 @@
8041111222280411112222
8053333444480533334444
806DROP TABLE t1;806DROP TABLE t1;
807#
808# Bug#16539979 BASIC SELECT COUNT(DISTINCT ID) IS BROKEN.
809# Bug#17867117 ERROR RESULT WHEN "COUNT + DISTINCT + CASE WHEN" NEED MERGE_WALK
810#
811SET @tmp_table_size_save= @@tmp_table_size;
812SET @@tmp_table_size= 1024;
813CREATE TABLE t1 (a INT);
814INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
815INSERT INTO t1 SELECT a+8 FROM t1;
816INSERT INTO t1 SELECT a+16 FROM t1;
817INSERT INTO t1 SELECT a+32 FROM t1;
818INSERT INTO t1 SELECT a+64 FROM t1;
819INSERT INTO t1 VALUE(NULL);
820SELECT COUNT(DISTINCT a) FROM t1;
821COUNT(DISTINCT a)
822128
823SELECT COUNT(DISTINCT (a+0)) FROM t1;
824COUNT(DISTINCT (a+0))
825128
826DROP TABLE t1;
827create table tb(
828id int auto_increment primary key,
829v varchar(32))
830engine=myisam charset=gbk;
831insert into tb(v) values("aaa");
832insert into tb(v) (select v from tb);
833insert into tb(v) (select v from tb);
834insert into tb(v) (select v from tb);
835insert into tb(v) (select v from tb);
836insert into tb(v) (select v from tb);
837insert into tb(v) (select v from tb);
838update tb set v=concat(v, id);
839select count(distinct case when id<=64 then id end) from tb;
840count(distinct case when id<=64 then id end)
84164
842select count(distinct case when id<=63 then id end) from tb;
843count(distinct case when id<=63 then id end)
84463
845drop table tb;
846SET @@tmp_table_size= @tmp_table_size_save;
807End of 5.5 tests847End of 5.5 tests
808848
=== modified file 'mysql-test/r/events_trans.result'
--- mysql-test/r/events_trans.result 2010-08-13 08:02:37 +0000
+++ mysql-test/r/events_trans.result 2014-02-03 08:11:10 +0000
@@ -135,3 +135,4 @@
135a135a
136ROLLBACK WORK TO SAVEPOINT A;136ROLLBACK WORK TO SAVEPOINT A;
137DROP TABLE t1, t2;137DROP TABLE t1, t2;
138DROP EVENT e1;
138139
=== modified file 'mysql-test/r/gis.result'
--- mysql-test/r/gis.result 2012-03-05 18:36:56 +0000
+++ mysql-test/r/gis.result 2014-02-03 08:11:10 +0000
@@ -1113,4 +1113,25 @@
1113(SELECT 1 FROM g1 WHERE a = geomfromtext('') OR a) ;1113(SELECT 1 FROM g1 WHERE a = geomfromtext('') OR a) ;
1114111141
1115DROP TABLE g1;1115DROP TABLE g1;
1116#
1117# Bug#16451878 GEOMETRY QUERY CRASHES SERVER
1118#
1119# should not crash
1120SELECT ASTEXT(0x0100000000030000000100000000000010);
1121ASTEXT(0x0100000000030000000100000000000010)
1122NULL
1123#should not crash
1124SELECT ENVELOPE(0x0100000000030000000100000000000010);
1125ENVELOPE(0x0100000000030000000100000000000010)
1126NULL
1127#should not crash
1128SELECT
1129GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1);
1130GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1)
1131NULL
1132#should not crash
1133SELECT
1134GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1);
1135GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1)
1136NULL
1116End of 5.5 tests1137End of 5.5 tests
11171138
=== added file 'mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result'
--- mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result 1970-01-01 00:00:00 +0000
+++ mysql-test/suite/innodb/r/innodb-change-buffer-recovery.result 2014-02-03 08:11:10 +0000
@@ -0,0 +1,39 @@
1#
2# Bug#69122 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE
3# OPERATION IF IT IS DONE IN-PLACE
4#
5SET GLOBAL innodb_change_buffering_debug = 1;
6CREATE TABLE t1(
7a INT AUTO_INCREMENT PRIMARY KEY,
8b CHAR(1),
9c INT,
10INDEX(b))
11ENGINE=InnoDB;
12INSERT INTO t1 VALUES(0,'x',1);
13INSERT INTO t1 SELECT 0,b,c FROM t1;
14INSERT INTO t1 SELECT 0,b,c FROM t1;
15INSERT INTO t1 SELECT 0,b,c FROM t1;
16INSERT INTO t1 SELECT 0,b,c FROM t1;
17INSERT INTO t1 SELECT 0,b,c FROM t1;
18INSERT INTO t1 SELECT 0,b,c FROM t1;
19INSERT INTO t1 SELECT 0,b,c FROM t1;
20INSERT INTO t1 SELECT 0,b,c FROM t1;
21INSERT INTO t1 SELECT 0,b,c FROM t1;
22INSERT INTO t1 SELECT 0,b,c FROM t1;
23INSERT INTO t1 SELECT 0,b,c FROM t1;
24BEGIN;
25SELECT b FROM t1 LIMIT 3;
26b
27x
28x
29x
30BEGIN;
31DELETE FROM t1 WHERE a=1;
32INSERT INTO t1 VALUES(1,'X',1);
33SET DEBUG='+d,crash_after_log_ibuf_upd_inplace';
34SELECT b FROM t1 LIMIT 3;
35ERROR HY000: Lost connection to MySQL server during query
36CHECK TABLE t1;
37Table Op Msg_type Msg_text
38test.t1 check status OK
39DROP TABLE t1;
040
=== added file 'mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt'
--- mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt 1970-01-01 00:00:00 +0000
+++ mysql-test/suite/innodb/t/innodb-change-buffer-recovery-master.opt 2014-02-03 08:11:10 +0000
@@ -0,0 +1,1 @@
1--log-error=$MYSQLTEST_VARDIR/tmp/my_restart.err
02
=== added file 'mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test'
--- mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test 1970-01-01 00:00:00 +0000
+++ mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test 2014-02-03 08:11:10 +0000
@@ -0,0 +1,70 @@
1--echo #
2--echo # Bug#69122 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE
3--echo # OPERATION IF IT IS DONE IN-PLACE
4--echo #
5--source include/have_innodb.inc
6# innodb_change_buffering_debug option is debug only
7--source include/have_debug.inc
8# Embedded server does not support crashing
9--source include/not_embedded.inc
10# DBUG_SUICIDE() hangs under valgrind
11--source include/not_valgrind.inc
12
13# The flag innodb_change_buffering_debug is only available in debug builds.
14# It instructs InnoDB to try to evict pages from the buffer pool when
15# change buffering is possible, so that the change buffer will be used
16# whenever possible.
17SET GLOBAL innodb_change_buffering_debug = 1;
18let SEARCH_FILE = $MYSQLTEST_VARDIR/tmp/my_restart.err;
19
20CREATE TABLE t1(
21 a INT AUTO_INCREMENT PRIMARY KEY,
22 b CHAR(1),
23 c INT,
24 INDEX(b))
25ENGINE=InnoDB;
26
27# Create enough rows for the table, so that the change buffer will be
28# used for modifying the secondary index page. There must be multiple
29# index pages, because changes to the root page are never buffered.
30INSERT INTO t1 VALUES(0,'x',1);
31INSERT INTO t1 SELECT 0,b,c FROM t1;
32INSERT INTO t1 SELECT 0,b,c FROM t1;
33INSERT INTO t1 SELECT 0,b,c FROM t1;
34INSERT INTO t1 SELECT 0,b,c FROM t1;
35INSERT INTO t1 SELECT 0,b,c FROM t1;
36INSERT INTO t1 SELECT 0,b,c FROM t1;
37INSERT INTO t1 SELECT 0,b,c FROM t1;
38INSERT INTO t1 SELECT 0,b,c FROM t1;
39INSERT INTO t1 SELECT 0,b,c FROM t1;
40INSERT INTO t1 SELECT 0,b,c FROM t1;
41INSERT INTO t1 SELECT 0,b,c FROM t1;
42
43BEGIN;
44SELECT b FROM t1 LIMIT 3;
45
46connect (con1,localhost,root,,);
47connection con1;
48BEGIN;
49DELETE FROM t1 WHERE a=1;
50# This should be buffered, if innodb_change_buffering_debug = 1 is in effect.
51INSERT INTO t1 VALUES(1,'X',1);
52
53SET DEBUG='+d,crash_after_log_ibuf_upd_inplace';
54--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
55--error 2013
56# This should force a change buffer merge
57SELECT b FROM t1 LIMIT 3;
58
59let SEARCH_PATTERN=Wrote log record for ibuf update in place operation;
60--source include/search_pattern_in_file.inc
61
62# Write file to make mysql-test-run.pl start up the server again
63--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
64--enable_reconnect
65--source include/wait_until_connected_again.inc
66
67CHECK TABLE t1;
68
69# Cleanup
70DROP TABLE t1;
071
=== added directory 'mysql-test/suite/innodb_zip'
=== added directory 'mysql-test/suite/innodb_zip/r'
=== renamed file 'mysql-test/suite/innodb/r/innodb-create-options.result' => 'mysql-test/suite/innodb_zip/r/innodb-create-options.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb-zip.result' => 'mysql-test/suite/innodb_zip/r/innodb-zip.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_bug36169.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug36169.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_bug36172.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug36172.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_bug52745.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug52745.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_bug53591.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug53591.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_bug56680.result' => 'mysql-test/suite/innodb_zip/r/innodb_bug56680.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_cmp_drop_table.result' => 'mysql-test/suite/innodb_zip/r/innodb_cmp_drop_table.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_index_large_prefix.result' => 'mysql-test/suite/innodb_zip/r/innodb_index_large_prefix.result'
=== renamed file 'mysql-test/suite/innodb/r/innodb_prefix_index_liftedlimit.result' => 'mysql-test/suite/innodb_zip/r/innodb_prefix_index_liftedlimit.result'
=== added directory 'mysql-test/suite/innodb_zip/t'
=== renamed file 'mysql-test/suite/innodb/t/innodb-create-options.test' => 'mysql-test/suite/innodb_zip/t/innodb-create-options.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb-zip.test' => 'mysql-test/suite/innodb_zip/t/innodb-zip.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_bug36169.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug36169.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_bug36172.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug36172.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_bug52745.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug52745.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_bug53591.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug53591.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_bug56680.test' => 'mysql-test/suite/innodb_zip/t/innodb_bug56680.test'
=== 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'
=== renamed file 'mysql-test/suite/innodb/t/innodb_cmp_drop_table.test' => 'mysql-test/suite/innodb_zip/t/innodb_cmp_drop_table.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_index_large_prefix.test' => 'mysql-test/suite/innodb_zip/t/innodb_index_large_prefix.test'
=== renamed file 'mysql-test/suite/innodb/t/innodb_prefix_index_liftedlimit.test' => 'mysql-test/suite/innodb_zip/t/innodb_prefix_index_liftedlimit.test'
=== modified file 'mysql-test/t/distinct.test'
--- mysql-test/t/distinct.test 2011-05-11 11:11:57 +0000
+++ mysql-test/t/distinct.test 2014-02-03 08:11:10 +0000
@@ -625,5 +625,42 @@
625SELECT DISTINCT CONCAT(a,b) AS c FROM t1 ORDER BY 1;625SELECT DISTINCT CONCAT(a,b) AS c FROM t1 ORDER BY 1;
626DROP TABLE t1;626DROP TABLE t1;
627627
628--echo #
629--echo # Bug#16539979 BASIC SELECT COUNT(DISTINCT ID) IS BROKEN.
630--echo # Bug#17867117 ERROR RESULT WHEN "COUNT + DISTINCT + CASE WHEN" NEED MERGE_WALK
631--echo #
632
633SET @tmp_table_size_save= @@tmp_table_size;
634SET @@tmp_table_size= 1024;
635
636CREATE TABLE t1 (a INT);
637INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
638INSERT INTO t1 SELECT a+8 FROM t1;
639INSERT INTO t1 SELECT a+16 FROM t1;
640INSERT INTO t1 SELECT a+32 FROM t1;
641INSERT INTO t1 SELECT a+64 FROM t1;
642INSERT INTO t1 VALUE(NULL);
643SELECT COUNT(DISTINCT a) FROM t1;
644SELECT COUNT(DISTINCT (a+0)) FROM t1;
645DROP TABLE t1;
646
647create table tb(
648id int auto_increment primary key,
649v varchar(32))
650engine=myisam charset=gbk;
651insert into tb(v) values("aaa");
652insert into tb(v) (select v from tb);
653insert into tb(v) (select v from tb);
654insert into tb(v) (select v from tb);
655insert into tb(v) (select v from tb);
656insert into tb(v) (select v from tb);
657insert into tb(v) (select v from tb);
658
659update tb set v=concat(v, id);
660select count(distinct case when id<=64 then id end) from tb;
661select count(distinct case when id<=63 then id end) from tb;
662drop table tb;
663
664SET @@tmp_table_size= @tmp_table_size_save;
628665
629--echo End of 5.5 tests666--echo End of 5.5 tests
630667
=== modified file 'mysql-test/t/events_trans.test'
--- mysql-test/t/events_trans.test 2010-08-13 08:02:37 +0000
+++ mysql-test/t/events_trans.test 2014-02-03 08:11:10 +0000
@@ -146,3 +146,4 @@
146ROLLBACK WORK TO SAVEPOINT A;146ROLLBACK WORK TO SAVEPOINT A;
147147
148DROP TABLE t1, t2;148DROP TABLE t1, t2;
149DROP EVENT e1;
149150
=== modified file 'mysql-test/t/gis.test'
--- mysql-test/t/gis.test 2012-03-06 11:17:06 +0000
+++ mysql-test/t/gis.test 2014-02-03 08:11:10 +0000
@@ -868,4 +868,22 @@
868868
869DROP TABLE g1;869DROP TABLE g1;
870870
871--echo #
872--echo # Bug#16451878 GEOMETRY QUERY CRASHES SERVER
873--echo #
874
875--echo # should not crash
876SELECT ASTEXT(0x0100000000030000000100000000000010);
877
878--echo #should not crash
879SELECT ENVELOPE(0x0100000000030000000100000000000010);
880
881--echo #should not crash
882SELECT
883 GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffff0000, 1);
884
885--echo #should not crash
886SELECT
887 GEOMETRYN(0x0100000000070000000100000001030000000200000000000000ffffff0f, 1);
888
871--echo End of 5.5 tests889--echo End of 5.5 tests
872890
=== modified file 'mysys/md5.c'
--- mysys/md5.c 2013-10-28 10:15:55 +0000
+++ mysys/md5.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/mf_keycache.c'
--- mysys/mf_keycache.c 2013-01-15 10:00:26 +0000
+++ mysys/mf_keycache.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/mf_qsort.c'
--- mysys/mf_qsort.c 2013-03-19 14:53:48 +0000
+++ mysys/mf_qsort.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000-2002, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/mf_radix.c'
--- mysys/mf_radix.c 2013-03-19 14:53:48 +0000
+++ mysys/mf_radix.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/mf_same.c'
--- mysys/mf_same.c 2013-03-19 14:53:48 +0000
+++ mysys/mf_same.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2001, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/mf_soundex.c'
--- mysys/mf_soundex.c 2013-03-19 14:53:48 +0000
+++ mysys/mf_soundex.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2002, 2004, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/mf_tempdir.c'
--- mysys/mf_tempdir.c 2011-06-30 15:46:53 +0000
+++ mysys/mf_tempdir.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@
43 pathlist=getenv("TMP");43 pathlist=getenv("TMP");
44#endif44#endif
45 if (!pathlist || !pathlist[0])45 if (!pathlist || !pathlist[0])
46 pathlist=(char*) P_tmpdir;46 pathlist= DEFAULT_TMPDIR;
47 }47 }
48 do48 do
49 {49 {
5050
=== modified file 'mysys/mf_tempfile.c'
--- mysys/mf_tempfile.c 2013-03-19 12:36:34 +0000
+++ mysys/mf_tempfile.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -111,7 +111,7 @@
111 sizeof(prefix_buff)-7),"XXXXXX") -111 sizeof(prefix_buff)-7),"XXXXXX") -
112 prefix_buff);112 prefix_buff);
113 if (!dir && ! (dir =getenv("TMPDIR")))113 if (!dir && ! (dir =getenv("TMPDIR")))
114 dir=P_tmpdir;114 dir= DEFAULT_TMPDIR;
115 if (strlen(dir)+ pfx_len > FN_REFLEN-2)115 if (strlen(dir)+ pfx_len > FN_REFLEN-2)
116 {116 {
117 errno=my_errno= ENAMETOOLONG;117 errno=my_errno= ENAMETOOLONG;
118118
=== modified file 'mysys/mf_wcomp.c'
--- mysys/mf_wcomp.c 2013-03-19 14:53:48 +0000
+++ mysys/mf_wcomp.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2003, 2004 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/mulalloc.c'
--- mysys/mulalloc.c 2013-03-19 14:53:48 +0000
+++ mysys/mulalloc.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2002, 2003, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_access.c'
--- mysys/my_access.c 2013-06-27 15:35:20 +0000
+++ mysys/my_access.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_aes.c'
--- mysys/my_aes.c 2013-03-19 14:53:48 +0000
+++ mysys/my_aes.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2002 MySQL AB1/* Copyright (c) 2002, 2006 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_conio.c'
--- mysys/my_conio.c 2013-03-19 14:53:48 +0000
+++ mysys/my_conio.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2005, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_crc32.c'
--- mysys/my_crc32.c 2013-03-19 14:53:48 +0000
+++ mysys/my_crc32.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2003 MySQL AB1/* Copyright (c) 2003, 2004 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_div.c'
--- mysys/my_div.c 2013-03-19 14:53:48 +0000
+++ mysys/my_div.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2002, 2004, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_error.c'
--- mysys/my_error.c 2013-02-26 05:35:17 +0000
+++ mysys/my_error.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_fopen.c'
--- mysys/my_fopen.c 2013-03-19 14:53:48 +0000
+++ mysys/my_fopen.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_getpagesize.c'
--- mysys/my_getpagesize.c 2013-03-19 14:53:48 +0000
+++ mysys/my_getpagesize.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000-2003 MySQL AB1/* Copyright (c) 2000-2003, 2006 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_libwrap.c'
--- mysys/my_libwrap.c 2013-03-19 14:53:48 +0000
+++ mysys/my_libwrap.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (C) 2003 MySQL AB1/* Copyright (c) 2003, 2006 MySQL AB
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_lockmem.c'
--- mysys/my_lockmem.c 2013-03-19 12:36:34 +0000
+++ mysys/my_lockmem.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_malloc.c'
--- mysys/my_malloc.c 2013-01-15 10:00:26 +0000
+++ mysys/my_malloc.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_memmem.c'
--- mysys/my_memmem.c 2013-03-19 14:53:48 +0000
+++ mysys/my_memmem.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2006, 2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_mkdir.c'
--- mysys/my_mkdir.c 2013-03-19 14:53:48 +0000
+++ mysys/my_mkdir.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2001, 2006 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_once.c'
--- mysys/my_once.c 2013-03-19 12:36:34 +0000
+++ mysys/my_once.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/my_symlink2.c'
--- mysys/my_symlink2.c 2013-03-19 14:53:48 +0000
+++ mysys/my_symlink2.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2001, 2003, 2005-2007 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/my_wincond.c'
--- mysys/my_wincond.c 2011-06-30 15:46:53 +0000
+++ mysys/my_wincond.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
@@ -305,7 +305,7 @@
305305
306306
307int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,307int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
308 struct timespec *abstime)308 const struct timespec *abstime)
309{309{
310 if (have_native_conditions)310 if (have_native_conditions)
311 {311 {
312312
=== modified file 'mysys/my_winthread.c'
--- mysys/my_winthread.c 2013-07-24 10:14:41 +0000
+++ mysys/my_winthread.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'mysys/test_dir.c'
--- mysys/test_dir.c 2013-03-19 14:53:48 +0000
+++ mysys/test_dir.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2006 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/test_xml.c'
--- mysys/test_xml.c 2013-03-19 14:53:48 +0000
+++ mysys/test_xml.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,5 @@
1/* Copyright (C) 2000 MySQL AB1/* Copyright (c) 2000, 2002 MySQL AB
2 Use is subject to license terms
23
3 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
56
=== modified file 'mysys/thr_alarm.c'
--- mysys/thr_alarm.c 2013-02-26 05:35:17 +0000
+++ mysys/thr_alarm.c 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
22
3 This program is free software; you can redistribute it and/or modify3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by4 it under the terms of the GNU General Public License as published by
55
=== modified file 'packaging/WiX/CPackWixConfig.cmake'
--- packaging/WiX/CPackWixConfig.cmake 2013-05-29 14:39:45 +0000
+++ packaging/WiX/CPackWixConfig.cmake 2014-02-03 08:11:10 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
2# 2#
3# This program is free software; you can redistribute it and/or modify3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by4# it under the terms of the GNU General Public License as published by
55
=== modified file 'packaging/WiX/custom_ui.wxs'
--- packaging/WiX/custom_ui.wxs 2013-01-02 05:18:27 +0000
+++ packaging/WiX/custom_ui.wxs 2014-02-03 08:11:10 +0000
@@ -2,7 +2,7 @@
2 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">2 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33
4<!--4<!--
5 Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.5 Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
6 6
7 This program is free software; you can redistribute it and/or modify7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by8 it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
30 <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />30 <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
31 <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />31 <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
32 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />32 <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
33 <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." />33 <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." />
34 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />34 <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
35 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />35 <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
36 </Dialog>36 </Dialog>
3737
=== modified file 'packaging/WiX/mysql_server.wxs.in'
--- packaging/WiX/mysql_server.wxs.in 2013-09-30 07:11:22 +0000
+++ packaging/WiX/mysql_server.wxs.in 2014-02-03 08:11:10 +0000
@@ -2,7 +2,7 @@
2 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">2 xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33
4<!--4<!--
5 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.5 Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
6 6
7 This program is free software; you can redistribute it and/or modify7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by8 it under the terms of the GNU General Public License as published by
99
=== added directory 'packaging/rpm-oel'
=== added file 'packaging/rpm-oel/CMakeLists.txt'
--- packaging/rpm-oel/CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/CMakeLists.txt 2014-02-03 08:11:10 +0000
@@ -0,0 +1,36 @@
1# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; version 2 of the License.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License
13# along with this program; if not, write to the Free Software
14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
15
16
17IF(UNIX)
18 SET(prefix ${CMAKE_INSTALL_PREFIX})
19
20 SET(SPECFILENAME "mysql.spec")
21 IF("${VERSION}" MATCHES "-ndb-")
22 STRING(REGEX REPLACE "^.*-ndb-" "" NDBVERSION "${VERSION}")
23 SET(SPECFILENAME "mysql-cluster-${NDBVERSION}.spec")
24 ENDIF()
25
26 # Left in current directory, to be taken during build
27 CONFIGURE_FILE(mysql.spec.in ${CMAKE_CURRENT_BINARY_DIR}/${SPECFILENAME} @ONLY)
28
29 FOREACH(fedfile my.cnf my_config.h mysql_config.sh
30 mysqld.service mysql-systemd-start mysql.conf
31 filter-requires.sh filter-provides.sh
32 mysql-embedded-check.c mysql.init)
33 CONFIGURE_FILE(${fedfile} ${CMAKE_CURRENT_BINARY_DIR}/${fedfile} COPYONLY)
34 ENDFOREACH()
35ENDIF()
36
037
=== added file 'packaging/rpm-oel/filter-provides.sh'
--- packaging/rpm-oel/filter-provides.sh 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/filter-provides.sh 2014-02-03 08:11:10 +0000
@@ -0,0 +1,6 @@
1#! /bin/bash
2#
3
4/usr/lib/rpm/perl.prov $* |
5sed -e '/perl(hostnames)/d' -e '/perl(lib::mtr.*/d' -e '/perl(lib::v1.*/d' -e '/perl(mtr_.*/d' -e '/perl(My::.*/d'
6
07
=== added file 'packaging/rpm-oel/filter-requires.sh'
--- packaging/rpm-oel/filter-requires.sh 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/filter-requires.sh 2014-02-03 08:11:10 +0000
@@ -0,0 +1,6 @@
1#! /bin/bash
2#
3
4/usr/lib/rpm/perl.req $* |
5sed -e '/perl(hostnames)/d' -e '/perl(lib::mtr.*/d' -e '/perl(lib::v1.*/d' -e '/perl(mtr_.*/d' -e '/perl(My::.*/d'
6
07
=== added file 'packaging/rpm-oel/my.cnf'
--- packaging/rpm-oel/my.cnf 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/my.cnf 2014-02-03 08:11:10 +0000
@@ -0,0 +1,31 @@
1# For advice on how to change settings please see
2# http://dev.mysql.com/doc/refman/5.5/en/server-configuration-defaults.html
3
4[mysqld]
5#
6# Remove leading # and set to the amount of RAM for the most important data
7# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
8# innodb_buffer_pool_size = 128M
9#
10# Remove leading # to turn on a very important data integrity option: logging
11# changes to the binary log between backups.
12# log_bin
13#
14# Remove leading # to set options mainly useful for reporting servers.
15# The server defaults are faster for transactions and fast SELECTs.
16# Adjust sizes as needed, experiment to find the optimal values.
17# join_buffer_size = 128M
18# sort_buffer_size = 2M
19# read_rnd_buffer_size = 2M
20datadir=/var/lib/mysql
21socket=/var/lib/mysql/mysql.sock
22
23# Disabling symbolic-links is recommended to prevent assorted security risks
24symbolic-links=0
25
26# Recommended in standard MySQL setup
27#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
28
29[mysqld_safe]
30log-error=/var/log/mysqld.log
31pid-file=/var/run/mysqld/mysqld.pid
032
=== added file 'packaging/rpm-oel/my_config.h'
--- packaging/rpm-oel/my_config.h 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/my_config.h 2014-02-03 08:11:10 +0000
@@ -0,0 +1,30 @@
1/*
2 * Fedora supports multi arch: having 32 and 64 versions of MySQL
3 * installed at the same time. my_config.h will differ due arch
4 * dependent defs creating a file conflict. We move arch specific
5 * headers to arch specific file names and include the correct arch
6 * specific file by installing this generic file.
7 *
8 */
9
10#if defined(__i386__)
11#include "my_config_i386.h"
12#elif defined(__ia64__)
13#include "my_config_ia64.h"
14#elif defined(__powerpc__)
15#include "my_config_ppc.h"
16#elif defined(__powerpc64__)
17#include "my_config_ppc64.h"
18#elif defined(__s390x__)
19#include "my_config_s390x.h"
20#elif defined(__s390__)
21#include "my_config_s390.h"
22#elif defined(__sparc__) && defined(__arch64__)
23#include "my_config_sparc64.h"
24#elif defined(__sparc__)
25#include "my_config_sparc.h"
26#elif defined(__x86_64__)
27#include "my_config_x86_64.h"
28#else
29#error "This MySQL devel package does not work your architecture?"
30#endif
031
=== added file 'packaging/rpm-oel/mysql-embedded-check.c'
--- packaging/rpm-oel/mysql-embedded-check.c 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/mysql-embedded-check.c 2014-02-03 08:11:10 +0000
@@ -0,0 +1,26 @@
1/* simple test program to see if we can link the embedded server library */
2
3#include <stdio.h>
4#include <stdlib.h>
5#include <stdarg.h>
6
7#include "mysql.h"
8
9MYSQL *mysql;
10
11static char *server_options[] = \
12 { "mysql_test", "--defaults-file=my.cnf", NULL };
13int num_elements = (sizeof(server_options) / sizeof(char *)) - 1;
14
15static char *server_groups[] = { "libmysqld_server",
16 "libmysqld_client", NULL };
17
18int main(int argc, char **argv)
19{
20 mysql_library_init(num_elements, server_options, server_groups);
21 mysql = mysql_init(NULL);
22 mysql_close(mysql);
23 mysql_library_end();
24
25 return 0;
26}
027
=== added file 'packaging/rpm-oel/mysql-systemd-start'
--- packaging/rpm-oel/mysql-systemd-start 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/mysql-systemd-start 2014-02-03 08:11:10 +0000
@@ -0,0 +1,52 @@
1#! /bin/bash
2#
3# Scripts to run by MySQL systemd service
4#
5# Needed argument: pre | post
6#
7# pre mode : try to run mysql_install_db and fix perms and SELinux contexts
8# post mode : ping server until answer is received
9#
10
11install_db () {
12 # Note: something different than datadir=/var/lib/mysql requires SELinux policy changes (in enforcing mode)
13 datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p')
14
15 # Restore log, dir, perms and SELinux contexts
16 [ -d "$datadir" ] || install -d -m 0755 -omysql -gmysql "$datadir" || exit 1
17 log=/var/log/mysqld.log
18 [ -e $log ] || touch $log
19 chmod 0640 $log
20 chown mysql:mysql $log || exit 1
21 if [ -x /usr/sbin/restorecon ]; then
22 /usr/sbin/restorecon "$datadir"
23 /usr/sbin/restorecon $log
24 fi
25
26 # If special mysql dir is in place, skip db install
27 [ -d "$datadir/mysql" ] && exit 0
28
29 # Create initial db
30 /usr/bin/mysql_install_db --rpm --datadir="$datadir" --user=mysql
31 exit 0
32}
33
34pinger () {
35 # Wait for ping to answer to signal startup completed,
36 # might take a while in case of e.g. crash recovery
37 # MySQL systemd service will timeout script if no answer
38 while /bin/true ; do
39 sleep 1
40 mysqladmin ping >/dev/null 2>&1 && break
41 done
42 exit 0
43}
44
45# main
46case $1 in
47 "pre") install_db ;;
48 "post") pinger ;;
49esac
50
51exit 0
52
053
=== added file 'packaging/rpm-oel/mysql.conf'
--- packaging/rpm-oel/mysql.conf 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/mysql.conf 2014-02-03 08:11:10 +0000
@@ -0,0 +1,1 @@
1d /var/run/mysqld 0755 mysql mysql -
02
=== added file 'packaging/rpm-oel/mysql.init'
--- packaging/rpm-oel/mysql.init 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/mysql.init 2014-02-03 08:11:10 +0000
@@ -0,0 +1,209 @@
1#!/bin/sh
2#
3# mysqld This shell script takes care of starting and stopping
4# the MySQL subsystem (mysqld).
5#
6# chkconfig: - 64 36
7# description: MySQL database server.
8# processname: mysqld
9# config: /etc/my.cnf
10# pidfile: /var/run/mysqld/mysqld.pid
11
12# Source function library.
13. /etc/rc.d/init.d/functions
14
15# Source networking configuration.
16. /etc/sysconfig/network
17
18
19exec="/usr/bin/mysqld_safe"
20prog="mysqld"
21
22# Set timeouts here so they can be overridden from /etc/sysconfig/mysqld
23STARTTIMEOUT=120
24STOPTIMEOUT=60
25
26[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
27
28lockfile=/var/lock/subsys/$prog
29
30
31# extract value of a MySQL option from config files
32# Usage: get_mysql_option SECTION VARNAME DEFAULT
33# result is returned in $result
34# We use my_print_defaults which prints all options from multiple files,
35# with the more specific ones later; hence take the last match.
36get_mysql_option(){
37 result=`/usr/bin/my_print_defaults "$1" | sed -n "s/^--$2=//p" | tail -n 1`
38 if [ -z "$result" ]; then
39 # not found, use default
40 result="$3"
41 fi
42}
43
44get_mysql_option mysqld datadir "/var/lib/mysql"
45datadir="$result"
46get_mysql_option mysqld socket "$datadir/mysql.sock"
47socketfile="$result"
48get_mysql_option mysqld_safe log-error "/var/log/mysqld.log"
49errlogfile="$result"
50get_mysql_option mysqld_safe pid-file "/var/run/mysqld/mysqld.pid"
51mypidfile="$result"
52
53
54start(){
55 [ -x $exec ] || exit 5
56 # check to see if it's already running
57 RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1`
58 if [ $? = 0 ]; then
59 # already running, do nothing
60 action $"Starting $prog: " /bin/true
61 ret=0
62 elif echo "$RESPONSE" | grep -q "Access denied for user"
63 then
64 # already running, do nothing
65 action $"Starting $prog: " /bin/true
66 ret=0
67 else
68 # prepare for start
69 touch "$errlogfile"
70 chown mysql:mysql "$errlogfile"
71 chmod 0640 "$errlogfile"
72 [ -x /sbin/restorecon ] && /sbin/restorecon "$errlogfile"
73 if [ ! -d "$datadir/mysql" ] ; then
74 # First, make sure $datadir is there with correct permissions
75 if [ ! -e "$datadir" -a ! -h "$datadir" ]
76 then
77 mkdir -p "$datadir" || exit 1
78 fi
79 chown mysql:mysql "$datadir"
80 chmod 0755 "$datadir"
81 [ -x /sbin/restorecon ] && /sbin/restorecon "$datadir"
82 # Now create the database
83 action $"Initializing MySQL database: " /usr/bin/mysql_install_db --rpm --datadir="$datadir" --user=mysql
84 ret=$?
85 chown -R mysql:mysql "$datadir"
86 if [ $ret -ne 0 ] ; then
87 return $ret
88 fi
89 fi
90 chown mysql:mysql "$datadir"
91 chmod 0755 "$datadir"
92 # Pass all the options determined above, to ensure consistent behavior.
93 # In many cases mysqld_safe would arrive at the same conclusions anyway
94 # but we need to be sure. (An exception is that we don't force the
95 # log-error setting, since this script doesn't really depend on that,
96 # and some users might prefer to configure logging to syslog.)
97 # Note: set --basedir to prevent probes that might trigger SELinux
98 # alarms, per bug #547485
99 $exec --datadir="$datadir" --socket="$socketfile" \
100 --pid-file="$mypidfile" \
101 --basedir=/usr --user=mysql >/dev/null 2>&1 &
102 safe_pid=$!
103 # Spin for a maximum of N seconds waiting for the server to come up;
104 # exit the loop immediately if mysqld_safe process disappears.
105 # Rather than assuming we know a valid username, accept an "access
106 # denied" response as meaning the server is functioning.
107 ret=0
108 TIMEOUT="$STARTTIMEOUT"
109 while [ $TIMEOUT -gt 0 ]; do
110 RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1` && break
111 echo "$RESPONSE" | grep -q "Access denied for user" && break
112 if ! /bin/kill -0 $safe_pid 2>/dev/null; then
113 echo "MySQL Daemon failed to start."
114 ret=1
115 break
116 fi
117 sleep 1
118 let TIMEOUT=${TIMEOUT}-1
119 done
120 if [ $TIMEOUT -eq 0 ]; then
121 echo "Timeout error occurred trying to start MySQL Daemon."
122 ret=1
123 fi
124 if [ $ret -eq 0 ]; then
125 action $"Starting $prog: " /bin/true
126 touch $lockfile
127 else
128 action $"Starting $prog: " /bin/false
129 fi
130 fi
131 return $ret
132}
133
134stop(){
135 if [ ! -f "$mypidfile" ]; then
136 # not running; per LSB standards this is "ok"
137 action $"Stopping $prog: " /bin/true
138 return 0
139 fi
140 MYSQLPID=`cat "$mypidfile"`
141 if [ -n "$MYSQLPID" ]; then
142 /bin/kill "$MYSQLPID" >/dev/null 2>&1
143 ret=$?
144 if [ $ret -eq 0 ]; then
145 TIMEOUT="$STOPTIMEOUT"
146 while [ $TIMEOUT -gt 0 ]; do
147 /bin/kill -0 "$MYSQLPID" >/dev/null 2>&1 || break
148 sleep 1
149 let TIMEOUT=${TIMEOUT}-1
150 done
151 if [ $TIMEOUT -eq 0 ]; then
152 echo "Timeout error occurred trying to stop MySQL Daemon."
153 ret=1
154 action $"Stopping $prog: " /bin/false
155 else
156 rm -f $lockfile
157 rm -f "$socketfile"
158 action $"Stopping $prog: " /bin/true
159 fi
160 else
161 action $"Stopping $prog: " /bin/false
162 fi
163 else
164 # failed to read pidfile, probably insufficient permissions
165 action $"Stopping $prog: " /bin/false
166 ret=4
167 fi
168 return $ret
169}
170
171restart(){
172 stop
173 start
174}
175
176condrestart(){
177 [ -e $lockfile ] && restart || :
178}
179
180
181# See how we were called.
182case "$1" in
183 start)
184 start
185 ;;
186 stop)
187 stop
188 ;;
189 status)
190 status -p "$mypidfile" $prog
191 ;;
192 restart)
193 restart
194 ;;
195 condrestart|try-restart)
196 condrestart
197 ;;
198 reload)
199 exit 3
200 ;;
201 force-reload)
202 restart
203 ;;
204 *)
205 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
206 exit 2
207esac
208
209exit $?
0210
=== added file 'packaging/rpm-oel/mysql.spec.in'
--- packaging/rpm-oel/mysql.spec.in 1970-01-01 00:00:00 +0000
+++ packaging/rpm-oel/mysql.spec.in 2014-02-03 08:11:10 +0000
@@ -0,0 +1,1556 @@
1# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
2#
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; version 2 of the License.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10# GNU General Public License for more details.
11#
12# You should have received a copy of the GNU General Public License
13# along with this program; see the file COPYING. If not, write to the
14# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
15# MA 02110-1301 USA.
16
17
18# NOTE: "vendor" is used in upgrade/downgrade check, so you can't
19# change these, has to be exactly as is.
20
21%global mysql_vendor Oracle and/or its affiliates
22%global mysqldatadir /var/lib/mysql
23
24# By default, a build will include the bundeled "yaSSL" library for SSL.
25%{?with_ssl: %global ssl_option -DWITH_SSL=%{with_ssl}}
26
27# Regression tests may take a long time, override the default to skip them
28%{!?runselftest:%global runselftest 0}
29
30%{!?with_systemd: %global systemd 0}
31%{!?with_debuginfo: %global nodebuginfo 1}
32%{!?product_suffix: %global product_suffix community}
33%{!?feature_set: %global feature_set community}
34%{!?compilation_comment_release: %global compilation_comment_release MySQL Community Server - (GPL)}
35%{!?compilation_comment_debug: %global compilation_comment_debug MySQL Community Server - Debug (GPL)}
36%{!?src_base: %global src_base mysql}
37
38%global libmysqld_so_major 0
39%global libmysqld_so_long 0.0.1
40
41# Version for compat libs
42%global compatver 5.1.72
43
44%global src_dir %{src_base}-%{version}
45
46# No debuginfo for now, ships /usr/sbin/mysqld-debug and libmysqlcliet-debug.a
47%if 0%{?nodebuginfo}
48%global _enable_debug_package 0
49%global debug_package %{nil}
50%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
51%endif
52
53# multiarch
54%global multiarchs ppc %{power64} %{ix86} x86_64 %{sparc}
55
56%if 0%{?commercial}
57%global license_files_server %{src_dir}/LICENSE.mysql
58%global license_type Commercial
59%else
60%global license_files_server %{src_dir}/COPYING %{src_dir}/README
61%global license_type GPLv2
62%endif
63
64
65Name: mysql-%{product_suffix}
66Summary: A very fast and reliable SQL database server
67Group: Applications/Databases
68Version: @VERSION@
69Release: 1%{?dist}
70License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
71Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
72URL: http://www.mysql.com/
73Packager: MySQL Release Engineering <mysql-build@oss.oracle.com>
74Vendor: %{mysql_vendor}
75Source1: mysql-systemd-start
76Source2: mysqld.service
77Source3: mysql.conf
78Source4: my_config.h
79Source5: mysql_config.sh
80Source6: mysql-embedded-check.c
81Source7: https://cdn.mysql.com/Downloads/MySQL-5.5/mysql-%{compatver}.tar.gz
82Source90: filter-provides.sh
83Source91: filter-requires.sh
84BuildRequires: cmake
85BuildRequires: perl
86BuildRequires: time
87BuildRequires: libaio-devel
88BuildRequires: ncurses-devel
89BuildRequires: openssl-devel
90BuildRequires: zlib-devel
91%if 0%{?systemd}
92BuildRequires: systemd-units
93%endif
94BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
95
96# https://fedoraproject.org/wiki/EPEL:Packaging#Generic_Filtering_on_EPEL6
97%global __perl_provides %{SOURCE90}
98%global __perl_requires %{SOURCE91}
99
100%description
101The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
102and robust SQL (Structured Query Language) database server. MySQL Server
103is intended for mission-critical, heavy-load production systems as well
104as for embedding into mass-deployed software. MySQL is a trademark of
105%{mysql_vendor}
106
107The MySQL software has Dual Licensing, which means you can use the MySQL
108software free of charge under the GNU General Public License
109(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
110licenses from %{mysql_vendor} if you do not wish to be bound by the terms of
111the GPL. See the chapter "Licensing and Support" in the manual for
112further info.
113
114The MySQL web site (http://www.mysql.com/) provides the latest
115news and information about the MySQL software. Also please see the
116documentation and the manual for more information.
117
118%package server
119Summary: A very fast and reliable SQL database server
120Group: Applications/Databases
121Requires: coreutils
122Requires: grep
123Requires: procps
124Requires: shadow-utils
125Requires: net-tools
126%if 0%{?commercial}
127Obsoletes: mysql-community-server < %{version}-%{release}
128Requires: mysql-enterprise-client%{?_isa} = %{version}-%{release}
129Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
130%else
131Requires: mysql-community-client%{?_isa} = %{version}-%{release}
132Requires: mysql-community-common%{?_isa} = %{version}-%{release}
133%endif
134Obsoletes: mysql-server < %{version}-%{release}
135Provides: mysql-server = %{version}-%{release}
136Provides: mysql-server%{?_isa} = %{version}-%{release}
137%if 0%{?systemd}
138Requires(post): systemd
139Requires(preun): systemd
140Requires(postun): systemd
141%else
142Requires(post): /sbin/chkconfig
143Requires(preun): /sbin/chkconfig
144Requires(preun): /sbin/service
145%endif
146
147%description server
148The MySQL(TM) software delivers a very fast, multi-threaded, multi-user,
149and robust SQL (Structured Query Language) database server. MySQL Server
150is intended for mission-critical, heavy-load production systems as well
151as for embedding into mass-deployed software. MySQL is a trademark of
152%{mysql_vendor}
153
154The MySQL software has Dual Licensing, which means you can use the MySQL
155software free of charge under the GNU General Public License
156(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
157licenses from %{mysql_vendor} if you do not wish to be bound by the terms of
158the GPL. See the chapter "Licensing and Support" in the manual for
159further info.
160
161The MySQL web site (http://www.mysql.com/) provides the latest news and
162information about the MySQL software. Also please see the documentation
163and the manual for more information.
164
165This package includes the MySQL server binary as well as related utilities
166to run and administer a MySQL server.
167
168%package client
169Summary: MySQL database client applications and tools
170Group: Applications/Databases
171%if 0%{?commercial}
172Obsoletes: mysql-community-client < %{version}-%{release}
173Requires: mysql-enterprise-libs%{?_isa} = %{version}-%{release}
174%else
175Requires: mysql-community-libs%{?_isa} = %{version}-%{release}
176%endif
177Obsoletes: mysql < %{version}-%{release}
178Provides: mysql = %{version}-%{release}
179Provides: mysql%{?_isa} = %{version}-%{release}
180
181%description client
182This package contains the standard MySQL clients and administration
183tools.
184
185%package common
186Summary: MySQL database common files for server and client libs
187Group: Applications/Databases
188%if 0%{?commercial}
189Obsoletes: mysql-community-common < %{version}-%{release}
190%endif
191Provides: mysql-common = %{version}-%{release}
192Provides: mysql-common%{?_isa} = %{version}-%{release}
193
194%description common
195This packages contains common files needed by MySQL client library,
196MySQL database server, and MySQL embedded server.
197
198
199%package test
200Summary: Test suite for the MySQL database server
201Group: Applications/Databases
202%if 0%{?commercial}
203Obsoletes: mysql-community-test < %{version}-%{release}
204Requires: mysql-enterprise-server%{?_isa} = %{version}-%{release}
205%else
206Requires: mysql-community-server%{?_isa} = %{version}-%{release}
207%endif
208Obsoletes: mysql-test < %{version}-%{release}
209Provides: mysql-test = %{version}-%{release}
210Provides: mysql-test%{?_isa} = %{version}-%{release}
211
212
213%description test
214This package contains the MySQL regression test suite for MySQL
215database server.
216
217
218%package devel
219Summary: Development header files and libraries for MySQL database client applications
220Group: Applications/Databases
221%if 0%{?commercial}
222Obsoletes: mysql-community-devel < %{version}-%{release}
223Requires: mysql-enterprise-libs%{?_isa} = %{version}-%{release}
224%else
225Requires: mysql-community-libs%{?_isa} = %{version}-%{release}
226%endif
227Obsoletes: mysql-devel < %{version}-%{release}
228Provides: mysql-devel = %{version}-%{release}
229Provides: mysql-devel%{?_isa} = %{version}-%{release}
230
231%description devel
232This package contains the development header files and libraries necessary
233to develop MySQL client applications.
234
235%package libs
236Summary: Shared libraries for MySQL database client applications
237Group: Applications/Databases
238%if 0%{?commercial}
239Obsoletes: mysql-community-libs < %{version}-%{release}
240Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
241%else
242Requires: mysql-community-common%{?_isa} = %{version}-%{release}
243%endif
244Obsoletes: mysql-libs < %{version}-%{release}
245Provides: mysql-libs = %{version}-%{release}
246Provides: mysql-libs%{?_isa} = %{version}-%{release}
247
248%description libs
249This package contains the shared libraries for MySQL client
250applications.
251
252%package libs-compat
253Summary: Shared compat libraries for MySQL 5.1 database client applications
254Group: Applications/Databases
255Obsoletes: mysql-libs-compat < %{version}-%{release}
256Provides: mysql-libs-compat = %{version}-%{release}
257Provides: mysql-libs-compat%{?_isa} = %{version}-%{release}
258
259%description libs-compat
260This package contains the shared compat libraries for MySQL 5.1 client
261applications.
262
263%package embedded
264Summary: MySQL embedded library
265Group: Applications/Databases
266%if 0%{?commercial}
267Obsoletes: mysql-community-embedded < %{version}-%{release}
268Requires: mysql-enterprise-common%{?_isa} = %{version}-%{release}
269%else
270Requires: mysql-community-common%{?_isa} = %{version}-%{release}
271%endif
272Obsoletes: mysql-embedded < %{version}-%{release}
273Provides: mysql-embedded = %{version}-%{release}
274Provides: mysql-emdedded%{?_isa} = %{version}-%{release}
275
276%description embedded
277This package contains the mysql server as an embedded library.
278
279The embedded MySQL server library makes it possible to run a full-featured
280MySQL server inside the client application. The main benefits are increased
281speed and more simple management for embedded applications.
282
283The API is identical for the embedded MySQL version and the
284client/server version.
285
286For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
287
288%package embedded-devel
289Summary: Development header files and libraries for MySQL as an embeddable library
290Group: Applications/Databases
291%if 0%{?commercial}
292Obsoletes: mysql-community-embedded-devel < %{version}-%{release}
293Requires: mysql-enterprise-devel%{?_isa} = %{version}-%{release}
294Requires: mysql-enterprise-embedded%{?_isa} = %{version}-%{release}
295%else
296Requires: mysql-community-devel%{?_isa} = %{version}-%{release}
297Requires: mysql-community-embedded%{?_isa} = %{version}-%{release}
298%endif
299Obsoletes: mysql-embedded-devel < %{version}-%{release}
300Provides: mysql-embedded-devel = %{version}-%{release}
301Provides: mysql-embedded-devel%{?_isa} = %{version}-%{release}
302
303%description embedded-devel
304This package contains files needed for developing applicatison using
305the embedded version of the MySQL server.
306
307%prep
308%setup -q -T -a 0 -a 7 -c -n %{src_dir}
309cd %{src_dir}
310
311%build
312# Fail quickly and obviously if user tries to build as root
313%if 0%{?runselftest}
314if [ "x$(id -u)" = "x0" ] ; then
315 echo "The MySQL regression tests may fail if run as root."
316 echo "If you really need to build the RPM as root, use"
317 echo "--define='runselftest 0' to skip the regression tests."
318 exit 1
319fi
320%endif
321
322# Build compat libs
323(
324export CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv"
325export CXXFLAGS="$CFLAGS -felide-constructors -fno-rtti -fno-exceptions"
326pushd mysql-%{compatver}
327%configure \
328 --with-readline \
329 --with-ssl=%{_prefix} \
330 --without-debug \
331 --enable-shared \
332 --with-embedded-server \
333 --localstatedir=/var/lib/mysql \
334 --with-unix-socket-path=/var/lib/mysql/mysql.sock \
335 --with-mysqld-user="mysql" \
336 --with-extra-charsets=all \
337 --with-big-tables \
338 --with-pic \
339 --with-plugin-innobase \
340 --with-plugin-innodb_plugin \
341 --with-plugin-partition \
342 --enable-local-infile \
343 --enable-largefile \
344 --enable-thread-safe-client \
345 --disable-dependency-tracking
346make %{?_smp_mflags}
347popd
348)
349
350export CFLAGS="%{optflags}"
351export CXXFLAGS="%{optflags}"
352
353# Build debug versions of mysqld and libmysqld.a
354mkdir debug
355(
356 cd debug
357 # Attempt to remove any optimisation flags from the debug build
358 CFLAGS=$(echo "${CFLAGS}" | sed -e 's/-O2 / /' -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /')
359 CXXFLAGS=$(echo "${CFLAGS}" | sed -e 's/-O2 / /' -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /')
360 cmake ../%{src_dir} \
361 -DBUILD_CONFIG=mysql_release \
362 -DINSTALL_LAYOUT=RPM \
363 -DCMAKE_BUILD_TYPE=Debug \
364 -DWITH_INNODB_MEMCACHED=1 \
365 -DINSTALL_LIBDIR="%{_lib}/mysql" \
366 -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
367 -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
368 -DFEATURE_SET="%{feature_set}" \
369 %{?ssl_option} \
370 -DCOMPILATION_COMMENT="%{compilation_comment_debug}" \
371 -DMYSQL_SERVER_SUFFIX="%{?server_suffix}"
372 echo BEGIN_DEBUG_CONFIG ; egrep '^#define' include/config.h ; echo END_DEBUG_CONFIG
373 make %{?_smp_mflags} VERBOSE=1
374)
375
376# Build full release
377mkdir release
378(
379 cd release
380 cmake ../%{src_dir} \
381 -DBUILD_CONFIG=mysql_release \
382 -DINSTALL_LAYOUT=RPM \
383 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
384 -DWITH_INNODB_MEMCACHED=1 \
385 -DINSTALL_LIBDIR="%{_lib}/mysql" \
386 -DINSTALL_PLUGINDIR="%{_lib}/mysql/plugin" \
387 -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
388 -DFEATURE_SET="%{feature_set}" \
389 %{?ssl_option} \
390 -DCOMPILATION_COMMENT="%{compilation_comment_release}" \
391 -DMYSQL_SERVER_SUFFIX="%{?server_suffix}"
392 echo BEGIN_NORMAL_CONFIG ; egrep '^#define' include/config.h ; echo END_NORMAL_CONFIG
393 make %{?_smp_mflags} VERBOSE=1
394
395# Need to build libmysqld.so for distros
396mkdir libmysqld/work
397pushd libmysqld/work
398
399ar -x ../libmysqld.a
400[ -e ../../extra/yassl/libyassl.a ] && ar -x ../../extra/yassl/libyassl.a
401rm -f sql_binlog.cc.o rpl_utility.cc.o
402%{__cc} $CFLAGS $LDFLAGS -DEMBEDDED_LIBRARY -shared -Wl,-soname,libmysqld.so.%{libmysqld_so_major} \
403 -o libmysqld.so.%{libmysqld_so_long} *.o \
404 -lpthread -laio -lcrypt -lssl -lcrypto -lz -lrt -lstdc++ -ldl -lm -lc
405
406# Compile check
407cp %{SOURCE6} .
408ln -s libmysqld.so.%{libmysqld_so_long} libmysqld.so.%{libmysqld_so_major}
409%{__cc} -I../../../%{src_dir}/include -I../../include $CFLAGS \
410 mysql-embedded-check.c libmysqld.so.%{libmysqld_so_major}
411LD_LIBRARY_PATH=. ldd ./a.out
412)
413
414%install
415# Install compat libs
416for dir in libmysql libmysql_r ; do
417 pushd mysql-%{compatver}/$dir
418 make DESTDIR=%{buildroot} install
419 popd
420done
421rm -f %{buildroot}%{_libdir}/mysql/libmysqlclient{,_r}.{a,la,so}
422
423MBD=$RPM_BUILD_DIR/%{src_dir}
424
425# Ensure that needed directories exists
426install -d -m 0755 %{buildroot}%{_datadir}/mysql/SELinux/RHEL4
427install -d -m 0755 %{buildroot}/var/lib/mysql
428install -d -m 0755 %{buildroot}/var/run/mysqld
429
430# Install all binaries
431cd $MBD/release
432make DESTDIR=%{buildroot} install
433
434# Install logrotate and autostart
435install -D -m 0644 $MBD/release/support-files/mysql-log-rotate %{buildroot}%{_sysconfdir}/logrotate.d/mysql
436install -D -m 0644 $MBD/release/packaging/rpm-oel/my.cnf %{buildroot}%{_sysconfdir}/my.cnf
437%if 0%{?systemd}
438install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/mysql-systemd-start
439install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/mysqld.service
440%else
441install -D -m 0755 $MBD/release/packaging/rpm-oel/mysql.init %{buildroot}%{_sysconfdir}/init.d/mysqld
442%endif
443install -D -m 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/mysql.conf
444
445install -m 0755 $MBD/release/libmysqld/work/libmysqld.so.%{libmysqld_so_long} \
446 %{buildroot}%{_libdir}/mysql/libmysqld.so.%{libmysqld_so_long}
447ln -s libmysqld.so.%{libmysqld_so_long} %{buildroot}%{_libdir}/mysql/libmysqld.so.%{libmysqld_so_major}
448ln -s libmysqld.so.%{libmysqld_so_long} %{buildroot}%{_libdir}/mysql/libmysqld.so
449
450
451# Make library links
452install -d -m 0755 %{buildroot}%{_sysconfdir}/ld.so.conf.d
453echo "%{_libdir}/mysql" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
454
455# multiarch support
456%ifarch %{multiarchs}
457mv %{buildroot}/%{_includedir}/mysql/my_config.h \
458 %{buildroot}/%{_includedir}/mysql/my_config_%{_arch}.h
459install -p -m 0644 %{SOURCE4} %{buildroot}/%{_includedir}/mysql/my_config.h
460mv %{buildroot}/%{_bindir}/mysql_config %{buildroot}/%{_bindir}/mysql_config-%{__isa_bits}
461install -p -m 0755 %{SOURCE5} %{buildroot}/%{_bindir}/mysql_config
462%endif
463
464# Install SELinux files in datadir
465install -m 0644 $MBD/%{src_dir}/support-files/RHEL4-SElinux/mysql.{fc,te} \
466 %{buildroot}%{_datadir}/mysql/SELinux/RHEL4
467
468# Remove files pages we explicitly do not want to package
469rm -rf %{buildroot}%{_datadir}/mysql/solaris
470rm -rf %{buildroot}%{_infodir}/mysql.info*
471rm -rf %{buildroot}%{_datadir}/mysql/binary-configure
472rm -rf %{buildroot}%{_datadir}/mysql/mysql.server
473rm -rf %{buildroot}%{_datadir}/mysql/mysqld_multi.server
474rm -f %{buildroot}%{_datadir}/mysql/{ndb-config-2-node,config*}.ini
475rm -f %{buildroot}%{_datadir}/mysql/my-*.cnf
476%if 0%{?systemd}
477rm -rf %{buildroot}%{_sysconfdir}/init.d/mysqld
478%endif
479rm -rf %{buildroot}%{_bindir}/mysql_embedded
480rm -rf %{buildroot}%{_bindir}/mysql_setpermission
481rm -rf %{buildroot}%{_mandir}/man1/mysql_setpermission.1*
482
483%check
484%if 0%{?runselftest}
485pushd release
486make test VERBOSE=1
487export MTR_BUILD_THREAD=auto
488pushd mysql-test
489./mtr \
490 --mem --parallel=auto --force --retry=0 \
491 --mysqld=--binlog-format=mixed \
492 --suite-timeout=720 --testcase-timeout=30
493rm -rf var/*
494%endif
495
496%pre server
497/usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :
498/usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /bin/bash \
499 -c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || :
500
501%post server
502datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n 's/--datadir=//p')
503/bin/chmod 0755 "$datadir"
504/bin/touch /var/log/mysqld.log
505%if 0%{?systemd}
506%systemd_post mysqld.service
507/sbin/service mysqld enable >/dev/null 2>&1 || :
508%else
509/sbin/chkconfig --add mysqld
510%endif
511
512%preun server
513%if 0%{?systemd}
514%systemd_preun mysqld.service
515%else
516if [ "$1" = 0 ]; then
517 /sbin/service mysqld stop >/dev/null 2>&1 || :
518 /sbin/chkconfig --del mysqld
519fi
520%endif
521
522%postun server
523%if 0%{?systemd}
524%systemd_postun_with_restart mysqld.service
525%else
526if [ $1 -ge 1 ]; then
527 /sbin/service mysqld condrestart >/dev/null 2>&1 || :
528fi
529%endif
530
531%post libs -p /sbin/ldconfig
532
533%postun libs -p /sbin/ldconfig
534
535%post libs-compat -p /sbin/ldconfig
536
537%postun libs-compat -p /sbin/ldconfig
538
539%post embedded -p /sbin/ldconfig
540
541%postun embedded -p /sbin/ldconfig
542
543%files server
544%defattr(-, root, root, -)
545%doc %{?license_files_server} %{src_dir}/Docs/ChangeLog
546%doc %{src_dir}/Docs/INFO_SRC*
547%doc release/Docs/INFO_BIN*
548%attr(644, root, root) %{_mandir}/man1/innochecksum.1*
549%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1*
550%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1*
551%attr(644, root, root) %{_mandir}/man1/myisamchk.1*
552%attr(644, root, root) %{_mandir}/man1/myisamlog.1*
553%attr(644, root, root) %{_mandir}/man1/myisampack.1*
554%attr(644, root, root) %{_mandir}/man1/mysql_convert_table_format.1*
555%attr(644, root, root) %{_mandir}/man1/mysql_fix_extensions.1*
556%attr(644, root, root) %{_mandir}/man8/mysqld.8*
557%attr(644, root, root) %{_mandir}/man1/mysqld_multi.1*
558%attr(644, root, root) %{_mandir}/man1/mysqld_safe.1*
559%attr(644, root, root) %{_mandir}/man1/mysqldumpslow.1*
560%attr(644, root, root) %{_mandir}/man1/mysql_install_db.1*
561%attr(644, root, root) %{_mandir}/man1/mysql_plugin.1*
562%attr(644, root, root) %{_mandir}/man1/mysql_secure_installation.1*
563%attr(644, root, root) %{_mandir}/man1/mysql_upgrade.1*
564%attr(644, root, root) %{_mandir}/man1/mysqlhotcopy.1*
565%attr(644, root, root) %{_mandir}/man1/mysqlman.1*
566%attr(644, root, root) %{_mandir}/man1/mysql.server.1*
567%attr(644, root, root) %{_mandir}/man1/mysqltest.1*
568%attr(644, root, root) %{_mandir}/man1/mysql_tzinfo_to_sql.1*
569%attr(644, root, root) %{_mandir}/man1/mysql_zap.1*
570%attr(644, root, root) %{_mandir}/man1/mysqlbug.1*
571%attr(644, root, root) %{_mandir}/man1/perror.1*
572%attr(644, root, root) %{_mandir}/man1/replace.1*
573%attr(644, root, root) %{_mandir}/man1/resolve_stack_dump.1*
574%attr(644, root, root) %{_mandir}/man1/resolveip.1*
575
576%config(noreplace) %{_sysconfdir}/my.cnf
577
578%attr(755, root, root) %{_bindir}/innochecksum
579%attr(755, root, root) %{_bindir}/my_print_defaults
580%attr(755, root, root) %{_bindir}/myisam_ftdump
581%attr(755, root, root) %{_bindir}/myisamchk
582%attr(755, root, root) %{_bindir}/myisamlog
583%attr(755, root, root) %{_bindir}/myisampack
584%attr(755, root, root) %{_bindir}/mysql_convert_table_format
585%attr(755, root, root) %{_bindir}/mysql_fix_extensions
586%attr(755, root, root) %{_bindir}/mysql_install_db
587%attr(755, root, root) %{_bindir}/mysql_plugin
588%attr(755, root, root) %{_bindir}/mysql_secure_installation
589%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql
590%attr(755, root, root) %{_bindir}/mysql_upgrade
591%attr(755, root, root) %{_bindir}/mysql_zap
592%attr(755, root, root) %{_bindir}/mysqlbug
593%attr(755, root, root) %{_bindir}/mysqld_multi
594%attr(755, root, root) %{_bindir}/mysqld_safe
595%attr(755, root, root) %{_bindir}/mysqldumpslow
596%attr(755, root, root) %{_bindir}/mysqlhotcopy
597%attr(755, root, root) %{_bindir}/mysqltest
598%attr(755, root, root) %{_bindir}/perror
599%attr(755, root, root) %{_bindir}/replace
600%attr(755, root, root) %{_bindir}/resolve_stack_dump
601%attr(755, root, root) %{_bindir}/resolveip
602%if 0%{?systemd}
603%attr(755, root, root) %{_bindir}/mysql-systemd-start
604%endif
605%attr(755, root, root) %{_sbindir}/mysqld
606%attr(755, root, root) %{_sbindir}/mysqld-debug
607
608%{_libdir}/mysql/plugin
609
610%attr(644, root, root) %{_datadir}/mysql/fill_help_tables.sql
611%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables.sql
612%attr(644, root, root) %{_datadir}/mysql/mysql_system_tables_data.sql
613%attr(644, root, root) %{_datadir}/mysql/mysql_test_data_timezone.sql
614%attr(644, root, root) %{_datadir}/mysql/mysql-log-rotate
615%attr(644, root, root) %{_datadir}/mysql/SELinux/RHEL4/mysql.fc
616%attr(644, root, root) %{_datadir}/mysql/SELinux/RHEL4/mysql.te
617%attr(644, root, root) %{_datadir}/mysql/magic
618%attr(644, root, root) %{_prefix}/lib/tmpfiles.d/mysql.conf
619%if 0%{?systemd}
620%attr(644, root, root) %{_unitdir}/mysql.service
621%else
622%attr(755, root, root) %{_sysconfdir}/init.d/mysqld
623%endif
624%attr(644, root, root) %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
625%dir %attr(755, mysql, mysql) /var/lib/mysql
626%dir %attr(755, mysql, mysql) /var/run/mysqld
627
628%files common
629%defattr(-, root, root, -)
630%{_datadir}/mysql/charsets/
631%{_datadir}/mysql/errmsg-utf8.txt
632%{_datadir}/mysql/czech/
633%{_datadir}/mysql/danish/
634%{_datadir}/mysql/dutch/
635%{_datadir}/mysql/english/
636%{_datadir}/mysql/estonian/
637%{_datadir}/mysql/french/
638%{_datadir}/mysql/german/
639%{_datadir}/mysql/greek/
640%{_datadir}/mysql/hungarian/
641%{_datadir}/mysql/italian/
642%{_datadir}/mysql/japanese/
643%{_datadir}/mysql/korean/
644%{_datadir}/mysql/norwegian-ny/
645%{_datadir}/mysql/norwegian/
646%{_datadir}/mysql/polish/
647%{_datadir}/mysql/portuguese/
648%{_datadir}/mysql/romanian/
649%{_datadir}/mysql/russian/
650%{_datadir}/mysql/serbian/
651%{_datadir}/mysql/slovak/
652%{_datadir}/mysql/spanish/
653%{_datadir}/mysql/swedish/
654%{_datadir}/mysql/ukrainian/
655
656%files client
657%defattr(-, root, root, -)
658%attr(755, root, root) %{_bindir}/msql2mysql
659%attr(755, root, root) %{_bindir}/mysql
660%attr(755, root, root) %{_bindir}/mysql_find_rows
661%attr(755, root, root) %{_bindir}/mysql_waitpid
662%attr(755, root, root) %{_bindir}/mysqlaccess
663# XXX: This should be moved to %{_sysconfdir}
664%attr(644, root, root) %{_bindir}/mysqlaccess.conf
665%attr(755, root, root) %{_bindir}/mysqladmin
666%attr(755, root, root) %{_bindir}/mysqlbinlog
667%attr(755, root, root) %{_bindir}/mysqlcheck
668%attr(755, root, root) %{_bindir}/mysqldump
669%attr(755, root, root) %{_bindir}/mysqlimport
670%attr(755, root, root) %{_bindir}/mysqlshow
671%attr(755, root, root) %{_bindir}/mysqlslap
672%attr(755, root, root) %{_bindir}/mysql_config
673%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
674
675%attr(644, root, root) %{_mandir}/man1/msql2mysql.1*
676%attr(644, root, root) %{_mandir}/man1/mysql.1*
677%attr(644, root, root) %{_mandir}/man1/mysql_find_rows.1*
678%attr(644, root, root) %{_mandir}/man1/mysql_waitpid.1*
679%attr(644, root, root) %{_mandir}/man1/mysqlaccess.1*
680%attr(644, root, root) %{_mandir}/man1/mysqladmin.1*
681%attr(644, root, root) %{_mandir}/man1/mysqlbinlog.1*
682%attr(644, root, root) %{_mandir}/man1/mysqlcheck.1*
683%attr(644, root, root) %{_mandir}/man1/mysqldump.1*
684%attr(644, root, root) %{_mandir}/man1/mysqlimport.1*
685%attr(644, root, root) %{_mandir}/man1/mysqlshow.1*
686%attr(644, root, root) %{_mandir}/man1/mysqlslap.1*
687
688%files devel
689%defattr(-, root, root, -)
690%attr(644, root, root) %{_mandir}/man1/comp_err.1*
691%attr(644, root, root) %{_mandir}/man1/mysql_config.1*
692%attr(755, root, root) %{_bindir}/mysql_config
693%attr(755, root, root) %{_bindir}/mysql_config-%{__isa_bits}
694%{_includedir}/mysql
695%{_datadir}/aclocal/mysql.m4
696%{_libdir}/mysql/libmysqlclient.a
697%{_libdir}/mysql/libmysqlclient_r.a
698%{_libdir}/mysql/libmysqlservices.a
699%{_libdir}/mysql/libmysqlclient_r.so
700%{_libdir}/mysql/libmysqlclient.so
701
702%files libs
703%defattr(-, root, root, -)
704%dir %attr(755, root, root) %{_libdir}/mysql
705%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
706%{_libdir}/mysql/libmysqlclient.so.18*
707%{_libdir}/mysql/libmysqlclient_r.so.18*
708
709%files libs-compat
710%defattr(-, root, root, -)
711%dir %attr(755, root, root) %{_libdir}/mysql
712%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
713%{_libdir}/mysql/libmysqlclient.so.16
714%{_libdir}/mysql/libmysqlclient.so.16.0.0
715%{_libdir}/mysql/libmysqlclient_r.so.16
716%{_libdir}/mysql/libmysqlclient_r.so.16.0.0
717
718%files test
719%defattr(-, root, root, -)
720%attr(-, root, root) %{_datadir}/mysql-test
721%attr(755, root, root) %{_bindir}/mysql_client_test
722%attr(755, root, root) %{_bindir}/mysql_client_test_embedded
723%attr(755, root, root) %{_bindir}/mysqltest_embedded
724%attr(644, root, root) %{_mandir}/man1/mysql_client_test.1*
725%attr(644, root, root) %{_mandir}/man1/mysql-stress-test.pl.1*
726%attr(644, root, root) %{_mandir}/man1/mysql-test-run.pl.1*
727%attr(644, root, root) %{_mandir}/man1/mysql_client_test_embedded.1*
728%attr(644, root, root) %{_mandir}/man1/mysqltest_embedded.1*
729
730%files embedded
731%defattr(-, root, root, -)
732%dir %attr(755, root, root) %{_libdir}/mysql
733%attr(644, root, root) %{_sysconfdir}/ld.so.conf.d/mysql-%{_arch}.conf
734%attr(644, root, root) %{_libdir}/mysql/libmysqld.so.*
735
736%files embedded-devel
737%defattr(-, root, root, -)
738%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
739%attr(644, root, root) %{_libdir}/mysql/libmysqld-debug.a
740%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
741
742%changelog
743* Fri Oct 25 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.15-1
744- Fixed uln advanced rpm libyassl.a error
745- Updated to 5.6.15
746
747* Wed Oct 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-3
748- Fixed mysql_install_db usage
749- Improved handling of plugin directory
750
751* Fri Sep 27 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-2
752- Refresh mysql-install patch and service renaming
753
754* Mon Sep 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.14-1
755- Updated to 5.6.14
756
757* Wed Sep 04 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-5
758- Support upgrade from 5.5 ULN packages to 5.6
759
760* Tue Aug 27 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-4
761- Enhanced perl filtering
762- Added openssl-devel to buildreq
763
764* Wed Aug 21 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-3
765- Removed mysql_embedded binary to resolve multilib conflict issue
766
767* Fri Aug 16 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-2
768- Fixed Provides and Obsoletes issues in server, test packages
769
770* Wed Aug 14 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.13-1
771- Updated to 5.6.13
772
773* Mon Aug 05 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-9
774- Added files list to embedded packages
775
776* Thu Aug 01 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-8
777- Updated libmysqld.a with libmysqld.so in embedded package
778
779* Mon Jul 29 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-7
780- Updated test package dependency from client to server
781
782* Wed Jul 24 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-6
783- Added libs-compat dependency under libs package to resolve server
784 installation conflicts issue.
785
786* Wed Jul 17 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-5
787- Removed libmysqlclient.so.16 from libs package
788
789* Fri Jul 05 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-4
790- Adjusted to work on OEL6
791
792* Wed Jun 26 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-3
793- Move libs to mysql/
794- Basic multi arch support
795- Fix changelog dates
796
797* Thu Jun 20 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-2
798- Major cleanup
799
800* Tue Jun 04 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.6.12-1
801- Updated to 5.6.12
802
803* Mon Nov 05 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
804
805- Allow to override the default to use the bundled yaSSL by an option like
806 --define="with_ssl /path/to/ssl"
807
808* Wed Oct 10 2012 Bjorn Munch <bjorn.munch@oracle.com>
809
810- Replace old my-*.cnf config file examples with template my-default.cnf
811
812* Fri Oct 05 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
813
814- Let the installation use the new option "--random-passwords" of "mysql_install_db".
815 (Bug# 12794345 Ensure root password)
816- Fix an inconsistency: "new install" vs "upgrade" are told from the (non)existence
817 of "$mysql_datadir/mysql" (holding table "mysql.user" and other system stuff).
818
819* Tue Jul 24 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
820
821- Add a macro "runselftest":
822 if set to 1 (default), the test suite will be run during the RPM build;
823 this can be oveeridden via the command line by adding
824 --define "runselftest 0"
825 Failures of the test suite will NOT make the RPM build fail!
826
827* Mon Jul 16 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
828
829- Add the man page for the "mysql_config_editor".
830
831* Mon Jun 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
832
833- Make sure newly added "SPECIFIC-ULN/" directory does not disturb packaging.
834
835* Wed Feb 29 2012 Brajmohan Saxena <brajmohan.saxena@oracle.com>
836
837- Removal all traces of the readline library from mysql (BUG 13738013)
838
839* Wed Sep 28 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
840
841- Fix duplicate mentioning of "mysql_plugin" and its manual page,
842 it is better to keep alphabetic order in the files list (merging!).
843
844* Wed Sep 14 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
845
846- Let the RPM capabilities ("obsoletes" etc) ensure that an upgrade may replace
847 the RPMs of any configuration (of the current or the preceding release series)
848 by the new ones. This is done by not using the implicitly generated capabilities
849 (which include the configuration name) and relying on more generic ones which
850 just list the function ("server", "client", ...).
851 The implicit generation cannot be prevented, so all these capabilities must be
852 explicitly listed in "Obsoletes:"
853
854* Tue Sep 13 2011 Jonathan Perkin <jonathan.perkin@oracle.com>
855
856- Add support for Oracle Linux 6 and Red Hat Enterprise Linux 6. Due to
857 changes in RPM behaviour ($RPM_BUILD_ROOT is removed prior to install)
858 this necessitated a move of the libmygcc.a installation to the install
859 phase, which is probably where it belonged in the first place.
860
861* Tue Sep 13 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
862
863- "make_win_bin_dist" and its manual are dropped, cmake does it different.
864
865* Thu Sep 08 2011 Daniel Fischer <daniel.fischer@oracle.com>
866
867- Add mysql_plugin man page.
868
869* Tue Aug 30 2011 Tor Didriksen <tor.didriksen@oracle.com>
870
871- Set CXX=g++ by default to add a dependency on libgcc/libstdc++.
872 Also, remove the use of the -fno-exceptions and -fno-rtti flags.
873 TODO: update distro_buildreq/distro_requires
874
875* Tue Aug 30 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
876
877- Add the manual page for "mysql_plugin" to the server package.
878
879* Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
880
881- Null-upmerge the fix of bug#37165: This spec file is not affected.
882- Replace "/var/lib/mysql" by the spec file variable "%{mysqldatadir}".
883
884* Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com>
885
886- Source plugin library files list from cmake-generated file.
887
888* Mon Jul 25 2011 Chuck Bell <chuck.bell@oracle.com>
889
890- Added the mysql_plugin client - enables or disables plugins.
891
892* Thu Jul 21 2011 Sunanda Menon <sunanda.menon@oracle.com>
893
894- Fix bug#12561297: Added the MySQL embedded binary
895
896* Thu Jul 07 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
897
898- Fix bug#45415: "rpm upgrade recreates test database"
899 Let the creation of the "test" database happen only during a new installation,
900 not in an RPM upgrade.
901 This affects both the "mkdir" and the call of "mysql_install_db".
902
903* Wed Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
904
905- Fix bug#56581: If an installation deviates from the default file locations
906 ("datadir" and "pid-file"), the mechanism to detect a running server (on upgrade)
907 should still work, and use these locations.
908 The problem was that the fix for bug#27072 did not check for local settings.
909
910* Mon Jan 31 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
911
912- Install the new "manifest" files: "INFO_SRC" and "INFO_BIN".
913
914* Tue Nov 23 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
915
916- EXCEPTIONS-CLIENT has been deleted, remove it from here too
917- Support MYSQL_BUILD_MAKE_JFLAG environment variable for passing
918 a '-j' argument to make.
919
920* Mon Nov 1 2010 Georgi Kodinov <georgi.godinov@oracle.com>
921
922- Added test authentication (WL#1054) plugin binaries
923
924* Wed Oct 6 2010 Georgi Kodinov <georgi.godinov@oracle.com>
925
926- Added example external authentication (WL#1054) plugin binaries
927
928* Wed Aug 11 2010 Joerg Bruehe <joerg.bruehe@oracle.com>
929
930- With a recent spec file cleanup, names have changed: A "-community" part was dropped.
931 Reflect that in the "Obsoletes" specifications.
932- Add a "triggerpostun" to handle the uninstall of the "-community" server RPM.
933- This fixes bug#55015 "MySQL server is not restarted properly after RPM upgrade".
934
935* Tue Jun 15 2010 Joerg Bruehe <joerg.bruehe@sun.com>
936
937- Change the behaviour on installation and upgrade:
938 On installation, do not autostart the server.
939 *Iff* the server was stopped before the upgrade is started, this is taken as a
940 sign the administrator is handling that manually, and so the new server will
941 not be started automatically at the end of the upgrade.
942 The start/stop scripts will still be installed, so the server will be started
943 on the next machine boot.
944 This is the 5.5 version of fixing bug#27072 (RPM autostarting the server).
945
946* Tue Jun 1 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
947
948- Implement SELinux checks from distribution-specific spec file.
949
950* Wed May 12 2010 Jonathan Perkin <jonathan.perkin@oracle.com>
951
952- Large number of changes to build using CMake
953- Introduce distribution-specific RPMs
954- Drop debuginfo, build all binaries with debug/symbols
955- Remove __os_install_post, use native macro
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches