Merge lp:~percona-core/percona-xtradb-cluster/pxc-5.6.22 into lp:percona-xtradb-cluster

Proposed by Raghavendra D Prabhu
Status: Needs review
Proposed branch: lp:~percona-core/percona-xtradb-cluster/pxc-5.6.22
Merge into: lp:percona-xtradb-cluster
Diff against target: 26005 lines (+15421/-2673) (has conflicts)
360 files modified
.gitignore (+3139/-0)
CMakeLists.txt (+49/-46)
Makefile-pxc (+2/-2)
VERSION (+2/-2)
build-ps/build-binary-nobzr.sh (+1/-0)
build-ps/build-binary.sh (+2/-0)
build-ps/debian/changelog (+45/-7)
build-ps/debian/control.tokudb (+0/-268)
build-ps/debian/percona-server-tokudb-5.6.files (+0/-3)
build-ps/debian/percona-server-tokudb-5.6.postinst (+0/-18)
build-ps/debian/rules (+2/-0)
build-ps/debian/rules.tokudb (+0/-314)
build-ps/percona-xtradb-cluster.spec (+3/-1)
client/mysqlbinlog.cc (+4/-3)
client/mysqldump.c (+15/-4)
cmake/build_configurations/compiler_options.cmake (+9/-40)
cmake/build_configurations/feature_set.cmake (+0/-1)
cmake/build_configurations/mysql_release.cmake (+1/-0)
cmake/compile_flags.cmake (+44/-0)
cmake/dtrace.cmake (+5/-4)
cmake/maintainer.cmake (+37/-42)
cmake/os/Darwin.cmake (+0/-18)
cmake/os/WindowsCache.cmake (+3/-3)
config.h.cmake (+1/-1)
configure.cmake (+0/-19)
extra/replace.c (+2/-2)
extra/yassl/README (+9/-0)
extra/yassl/include/openssl/ssl.h (+1/-1)
extra/yassl/taocrypt/src/rsa.cpp (+1/-1)
include/my_global.h (+0/-3)
include/my_pthread.h (+13/-3)
libmysqld/lib_sql.cc (+3/-0)
man/comp_err.1 (+2/-2)
man/innochecksum.1 (+2/-2)
man/msql2mysql.1 (+2/-2)
man/my_print_defaults.1 (+3/-3)
man/myisam_ftdump.1 (+2/-2)
man/myisamchk.1 (+3/-3)
man/myisamlog.1 (+2/-2)
man/myisampack.1 (+2/-2)
man/mysql-stress-test.pl.1 (+2/-2)
man/mysql-test-run.pl.1 (+2/-2)
man/mysql.1 (+4/-4)
man/mysql.server.1 (+2/-2)
man/mysql_client_test.1 (+2/-2)
man/mysql_config.1 (+2/-2)
man/mysql_config_editor.1 (+5/-5)
man/mysql_convert_table_format.1 (+2/-2)
man/mysql_find_rows.1 (+2/-2)
man/mysql_fix_extensions.1 (+2/-2)
man/mysql_install_db.1 (+29/-19)
man/mysql_plugin.1 (+3/-3)
man/mysql_secure_installation.1 (+2/-2)
man/mysql_setpermission.1 (+2/-2)
man/mysql_tzinfo_to_sql.1 (+2/-2)
man/mysql_upgrade.1 (+3/-3)
man/mysql_waitpid.1 (+2/-2)
man/mysql_zap.1 (+2/-2)
man/mysqlaccess.1 (+2/-2)
man/mysqladmin.1 (+4/-4)
man/mysqlbinlog.1 (+5/-12)
man/mysqlbug.1 (+2/-2)
man/mysqlcheck.1 (+4/-4)
man/mysqld.8 (+2/-2)
man/mysqld_multi.1 (+2/-2)
man/mysqld_safe.1 (+19/-17)
man/mysqldump.1 (+6/-7)
man/mysqldumpslow.1 (+2/-2)
man/mysqlhotcopy.1 (+3/-3)
man/mysqlimport.1 (+4/-4)
man/mysqlshow.1 (+4/-4)
man/mysqlslap.1 (+4/-4)
man/mysqltest.1 (+2/-2)
man/ndb-common-options.1 (+3/-27)
man/ndb_blob_tool.1 (+3/-15)
man/ndb_config.1 (+4/-40)
man/ndb_cpcd.1 (+2/-2)
man/ndb_delete_all.1 (+3/-3)
man/ndb_desc.1 (+3/-3)
man/ndb_drop_index.1 (+4/-4)
man/ndb_drop_table.1 (+3/-3)
man/ndb_error_reporter.1 (+3/-3)
man/ndb_index_stat.1 (+3/-15)
man/ndb_mgm.1 (+3/-15)
man/ndb_mgmd.8 (+4/-40)
man/ndb_print_backup_file.1 (+2/-2)
man/ndb_print_schema_file.1 (+4/-4)
man/ndb_print_sys_file.1 (+4/-4)
man/ndb_restore.1 (+5/-17)
man/ndb_select_all.1 (+3/-3)
man/ndb_select_count.1 (+3/-3)
man/ndb_setup.py.1 (+3/-63)
man/ndb_show_tables.1 (+3/-3)
man/ndb_size.pl.1 (+3/-3)
man/ndb_waiter.1 (+3/-3)
man/ndbd.8 (+3/-15)
man/ndbd_redo_log_reader.1 (+5/-5)
man/ndbinfo_select_all.1 (+3/-9)
man/ndbmtd.8 (+2/-2)
man/perror.1 (+2/-2)
man/replace.1 (+2/-2)
man/resolve_stack_dump.1 (+2/-2)
man/resolveip.1 (+2/-2)
mysql-test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc (+36/-0)
mysql-test/include/have_handler_socket.inc (+15/-0)
mysql-test/include/have_util_nc.inc (+53/-0)
mysql-test/include/mysqlhotcopy.inc (+1/-1)
mysql-test/include/plugin.defs (+2/-1)
mysql-test/include/subquery_mat.inc (+47/-0)
mysql-test/mysql-test-run.pl (+54/-27)
mysql-test/r/bug1294190.result (+12/-0)
mysql-test/r/bug57430.result (+14/-0)
mysql-test/r/connect.result (+6/-0)
mysql-test/r/ctype_binary.result (+7/-0)
mysql-test/r/ctype_cp1251.result (+7/-0)
mysql-test/r/ctype_latin1.result (+7/-0)
mysql-test/r/ctype_ucs.result (+7/-0)
mysql-test/r/ctype_utf8.result (+7/-0)
mysql-test/r/func_crypt.result (+23/-0)
mysql-test/r/grant.result (+13/-0)
mysql-test/r/grant_cache.result (+2/-0)
mysql-test/r/handler_socket.result (+4/-0)
mysql-test/r/information_schema-big.result (+20/-0)
mysql-test/r/innodb_recovery_with_upper_case_names.result (+48/-0)
mysql-test/r/lock_sync.result (+51/-0)
mysql-test/r/mysql_upgrade.result (+1/-0)
mysql-test/r/mysqlbinlog_mixed_or_statment.result (+26/-0)
mysql-test/r/mysqld--help-notwin.result (+17/-1)
mysql-test/r/mysqld--help-win.result (+8/-1)
mysql-test/r/openssl_1.result (+2/-2)
mysql-test/r/partition_innodb.result (+112/-0)
mysql-test/r/percona_bug1354988.result (+50/-0)
mysql-test/r/percona_bug1384568.result (+9/-0)
mysql-test/r/percona_bug1405076.result (+23/-0)
mysql-test/r/percona_log_slow_sp_statements.result (+46/-10)
mysql-test/r/percona_statement_set.result (+29/-2)
mysql-test/r/set_statement_and_max_statement_time.result (+7/-0)
mysql-test/r/ssl.result (+2/-2)
mysql-test/r/subquery_mat.result (+53/-0)
mysql-test/r/subquery_mat_all.result (+53/-0)
mysql-test/r/subquery_mat_none.result (+53/-0)
mysql-test/r/temporal_literal.result (+40/-0)
mysql-test/r/variables-big.result (+10/-10)
mysql-test/r/windows.result (+5/-0)
mysql-test/std_data/cacert.pem (+77/-15)
mysql-test/std_data/client-cert.pem (+73/-37)
mysql-test/std_data/client-key.pem (+25/-13)
mysql-test/std_data/server-cert.pem (+73/-32)
mysql-test/std_data/server-key.pem (+25/-7)
mysql-test/std_data/server8k-cert.pem (+205/-49)
mysql-test/std_data/server8k-key.pem (+97/-97)
mysql-test/suite/binlog/r/binlog_error_action.result (+4/-4)
mysql-test/suite/binlog/r/binlog_switch_inside_trans.result (+1/-7)
mysql-test/suite/binlog/t/binlog_error_action.test (+5/-5)
mysql-test/suite/binlog/t/binlog_grant.test (+1/-1)
mysql-test/suite/binlog/t/binlog_switch_inside_trans.test (+1/-5)
mysql-test/suite/engines/funcs/r/in_insert_select_unique_violation.result (+11/-11)
mysql-test/suite/engines/funcs/t/in_insert_select_unique_violation.test (+11/-11)
mysql-test/suite/engines/iuds/r/insert_number.result (+1/-1)
mysql-test/suite/engines/iuds/t/insert_number.test (+1/-0)
mysql-test/suite/funcs_1/r/processlist_priv_no_prot.result (+4/-0)
mysql-test/suite/innodb/include/checksum_not_strict.inc (+5/-0)
mysql-test/suite/innodb/r/add_foreign_key.result (+0/-31)
mysql-test/suite/innodb/r/blob_redo.result (+42/-0)
mysql-test/suite/innodb/r/bug68116.result (+17/-0)
mysql-test/suite/innodb/r/checksum.result (+12/-0)
mysql-test/suite/innodb/r/innodb-alter.result (+48/-0)
mysql-test/suite/innodb/r/innodb_corrupt_bit.result (+0/-81)
mysql-test/suite/innodb/r/insert_debug.result (+11/-0)
mysql-test/suite/innodb/r/sp_temp_table.result (+253/-0)
mysql-test/suite/innodb/r/strict_mode.result (+242/-0)
mysql-test/suite/innodb/t/add_foreign_key.test (+0/-38)
mysql-test/suite/innodb/t/blob_redo-master.opt (+1/-0)
mysql-test/suite/innodb/t/blob_redo.test (+92/-0)
mysql-test/suite/innodb/t/bug68116.test (+63/-0)
mysql-test/suite/innodb/t/checksum.test (+15/-0)
mysql-test/suite/innodb/t/innodb-alter.test (+16/-0)
mysql-test/suite/innodb/t/innodb_corrupt_bit.test (+0/-126)
mysql-test/suite/innodb/t/insert_debug.test (+16/-0)
mysql-test/suite/innodb/t/sp_temp_table.test (+103/-0)
mysql-test/suite/innodb/t/strict_mode.test (+249/-0)
mysql-test/suite/innodb_fts/r/fts_compatibility.result (+262/-0)
mysql-test/suite/innodb_fts/r/fts_compatibility_win.result (+262/-0)
mysql-test/suite/innodb_fts/t/fts_compatibility.test (+266/-0)
mysql-test/suite/innodb_fts/t/fts_compatibility_win.test (+263/-0)
mysql-test/suite/perfschema/r/unary_digest.result (+47/-0)
mysql-test/suite/perfschema/t/unary_digest.test (+98/-0)
mysql-test/suite/rpl/r/rpl_colSize.result (+14/-0)
mysql-test/suite/rpl/r/rpl_gtid_binary_log_as_relay_log.result (+23/-0)
mysql-test/suite/rpl/r/rpl_gtid_deployment_step.result (+188/-0)
mysql-test/suite/rpl/r/rpl_gtid_validate_slave_gtids.result (+17/-0)
mysql-test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_off.result (+26/-0)
mysql-test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_on.result (+26/-0)
mysql-test/suite/rpl/r/rpl_mts_slave_hang_with_partial_trx.result (+28/-0)
mysql-test/suite/rpl/r/rpl_recovery_empty_sqlthd_pos.result (+25/-0)
mysql-test/suite/rpl/r/rpl_recovery_replicate_same_server_id.result (+26/-0)
mysql-test/suite/rpl/t/rpl_colSize.test (+49/-2)
mysql-test/suite/rpl/t/rpl_gtid_binary_log_as_relay_log.test (+57/-0)
mysql-test/suite/rpl/t/rpl_gtid_deployment_step.test (+193/-0)
mysql-test/suite/rpl/t/rpl_gtid_validate_slave_gtids.test (+59/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off.test (+21/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on.test (+21/-0)
mysql-test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx.test (+77/-0)
mysql-test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos.test (+64/-0)
mysql-test/suite/rpl/t/rpl_recovery_replicate_same_server_id-slave.opt (+1/-0)
mysql-test/suite/rpl/t/rpl_recovery_replicate_same_server_id.test (+84/-0)
mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test (+13/-1)
mysql-test/suite/sys_vars/r/binlog_error_action_basic.result (+45/-0)
mysql-test/suite/sys_vars/r/binlogging_impossible_mode_basic.result (+22/-0)
mysql-test/suite/sys_vars/r/gtid_deployment_step_basic.result (+28/-0)
mysql-test/suite/sys_vars/r/secure_auth_func.result (+2/-0)
mysql-test/suite/sys_vars/r/sql_log_bin_basic.result (+6/-1)
mysql-test/suite/sys_vars/t/binlog_error_action_basic.test (+69/-0)
mysql-test/suite/sys_vars/t/gtid_deployment_step_basic.test (+25/-0)
mysql-test/suite/sys_vars/t/sql_log_bin_basic.test (+5/-1)
mysql-test/t/bug1294190.test (+34/-0)
mysql-test/t/bug57430.test (+13/-0)
mysql-test/t/dynamic_tracing.test (+1/-1)
mysql-test/t/file_contents.test (+10/-2)
mysql-test/t/handler_socket-master.opt (+1/-0)
mysql-test/t/handler_socket.test (+14/-0)
mysql-test/t/innodb_recovery_with_upper_case_names-master.opt (+1/-0)
mysql-test/t/innodb_recovery_with_upper_case_names.test (+63/-0)
mysql-test/t/lock_sync.test (+56/-0)
mysql-test/t/mysqlbinlog_mixed_or_statment.test (+44/-0)
mysql-test/t/openssl_1.test (+2/-2)
mysql-test/t/partition_innodb.test (+127/-0)
mysql-test/t/percona_bug1354988.test (+53/-0)
mysql-test/t/percona_bug1384568.test (+13/-0)
mysql-test/t/percona_bug1405076.test (+54/-0)
mysql-test/t/percona_log_slow_sp_statements.test (+33/-5)
mysql-test/t/percona_statement_set.test (+48/-2)
mysql-test/t/set_statement_and_max_statement_time.test (+14/-0)
mysql-test/t/temporal_literal.test (+28/-0)
mysql-test/t/windows.test (+16/-0)
mysql-test/valgrind.supp (+28/-1)
mysys/lf_alloc-pin.c (+10/-1)
mysys/my_sync.c (+6/-2)
mysys/my_thr_init.c (+28/-2)
mysys/my_wincond.c (+1/-23)
mysys/ptr_cmp.c (+14/-1)
packaging/rpm-fedora/mysql-systemd-start (+19/-3)
packaging/rpm-fedora/mysql.spec.in (+90/-76)
packaging/rpm-oel/mysql-systemd-start (+19/-3)
packaging/rpm-oel/mysql.init (+6/-2)
packaging/rpm-oel/mysql.spec.in (+18/-9)
packaging/rpm-sles/CMakeLists.txt (+28/-0)
packaging/rpm-sles/filter-provides.sh (+6/-0)
packaging/rpm-sles/filter-requires.sh (+6/-0)
packaging/rpm-sles/my.cnf (+31/-0)
packaging/rpm-sles/my_config.h (+30/-0)
packaging/rpm-sles/mysql-systemd-start (+66/-0)
packaging/rpm-sles/mysql.conf (+1/-0)
packaging/rpm-sles/mysql.init (+236/-0)
packaging/rpm-sles/mysql.spec.in (+1660/-0)
packaging/rpm-sles/mysqld.service (+48/-0)
percona-xtradb-cluster-tests/conf/conf22.cnf-node1 (+12/-0)
percona-xtradb-cluster-tests/conf/conf22.cnf-node2 (+11/-0)
percona-xtradb-cluster-tests/conf/conf23.cnf-node1 (+18/-0)
percona-xtradb-cluster-tests/conf/conf23.cnf-node2 (+17/-0)
percona-xtradb-cluster-tests/conf/conf24.cnf-node1 (+17/-0)
percona-xtradb-cluster-tests/conf/conf24.cnf-node2 (+11/-0)
percona-xtradb-cluster-tests/inc/common.sh (+39/-0)
percona-xtradb-cluster-tests/run.sh (+4/-1)
percona-xtradb-cluster-tests/t/xb_galera_sst_advanced-v2.sh (+8/-0)
percona-xtradb-cluster-tests/t/xb_galera_sst_dirs.sh (+8/-0)
percona-xtradb-cluster-tests/t/xb_galera_sst_encrypted.sh (+7/-0)
plugin/HandlerSocket-Plugin-for-MySQL/handlersocket/database.cpp (+7/-0)
plugin/auth/CMakeLists.txt (+3/-1)
plugin/query_response_time/plugin.cc (+60/-2)
plugin/query_response_time/query_response_time.cc (+45/-24)
plugin/query_response_time/query_response_time.h (+8/-1)
plugin/query_response_time/tests/mtr/basic.result (+12/-0)
plugin/query_response_time/tests/mtr/query_response_time-rw-begin.inc (+16/-0)
plugin/query_response_time/tests/mtr/query_response_time-rw-end.inc (+10/-0)
plugin/query_response_time/tests/mtr/query_response_time-rw.result (+765/-0)
plugin/query_response_time/tests/mtr/query_response_time-rw.test (+201/-0)
scripts/CMakeLists.txt (+4/-13)
scripts/mysql_install_db.pl.in (+6/-6)
scripts/mysql_setpermission.sh (+3/-3)
scripts/mysqld_safe.sh (+59/-0)
scripts/ps_tokudb_admin.sh (+265/-0)
scripts/wsrep_sst_xtrabackup-v2.sh (+7/-7)
sql-common/client.c (+2/-2)
sql/binlog.cc (+38/-7)
sql/field.cc (+27/-30)
sql/field.h (+1/-2)
sql/ha_partition.cc (+55/-0)
sql/handler.cc (+1/-1)
sql/handler.h (+4/-2)
sql/item.cc (+19/-3)
sql/item_func.cc (+4/-1)
sql/item_timefunc.h (+3/-0)
sql/log.cc (+10/-1)
sql/log_event.cc (+46/-27)
sql/log_event.h (+15/-16)
sql/mdl.cc (+17/-2)
sql/mysqld.cc (+7/-2)
sql/mysqld.h (+6/-3)
sql/rpl_master.cc (+59/-0)
sql/rpl_rli.cc (+0/-4)
sql/rpl_rli.h (+0/-10)
sql/rpl_slave.cc (+233/-11)
sql/rpl_utility.cc (+6/-19)
sql/rpl_utility.h (+2/-10)
sql/sp_instr.cc (+12/-2)
sql/sp_instr.h (+0/-2)
sql/sql_acl.cc (+5/-3)
sql/sql_base.cc (+27/-8)
sql/sql_parse.cc (+186/-5)
sql/sql_parse.h (+3/-0)
sql/sql_select.cc (+3/-1)
sql/sql_show.cc (+7/-5)
sql/sql_table.cc (+28/-2)
sql/sql_tmp_table.cc (+4/-13)
sql/sql_tmp_table.h (+1/-2)
sql/sql_yacc.yy (+2/-0)
sql/string_service.cc (+3/-6)
sql/sys_vars.cc (+95/-14)
sql/table.cc (+3/-0)
sql/wsrep_mysqld.cc (+30/-10)
storage/innobase/btr/btr0cur.cc (+40/-31)
storage/innobase/buf/buf0buf.cc (+21/-14)
storage/innobase/buf/buf0flu.cc (+20/-22)
storage/innobase/buf/buf0lru.cc (+1/-1)
storage/innobase/buf/buf0rea.cc (+5/-3)
storage/innobase/dict/dict0dict.cc (+23/-6)
storage/innobase/fil/fil0fil.cc (+20/-6)
storage/innobase/fts/fts0fts.cc (+512/-168)
storage/innobase/fts/fts0opt.cc (+14/-4)
storage/innobase/handler/ha_innodb.cc (+51/-3)
storage/innobase/handler/handler0alter.cc (+1/-8)
storage/innobase/handler/i_s.cc (+0/-5)
storage/innobase/ibuf/ibuf0ibuf.cc (+2/-2)
storage/innobase/include/btr0cur.ic (+2/-2)
storage/innobase/include/buf0buf.h (+4/-1)
storage/innobase/include/buf0flu.h (+2/-2)
storage/innobase/include/dict0dict.h (+1/-1)
storage/innobase/include/fil0fil.h (+3/-1)
storage/innobase/include/fts0priv.ic (+23/-3)
storage/innobase/include/sync0sync.h (+0/-1)
storage/innobase/include/univ.i (+5/-1)
storage/innobase/lock/lock0lock.cc (+29/-11)
storage/innobase/log/log0log.cc (+12/-6)
storage/innobase/log/log0recv.cc (+2/-1)
storage/innobase/os/os0thread.cc (+3/-0)
storage/innobase/page/page0zip.cc (+10/-3)
storage/innobase/row/row0mysql.cc (+6/-2)
storage/innobase/srv/srv0srv.cc (+0/-9)
storage/innobase/srv/srv0start.cc (+19/-8)
storage/innobase/sync/sync0rw.cc (+1/-0)
storage/perfschema/gen_pfs_lex_token.cc (+91/-5)
storage/perfschema/pfs_digest.cc (+55/-4)
support-files/mysql.spec.sh (+32/-14)
unittest/gunit/CMakeLists.txt (+11/-4)
win/create_def_file.js (+1/-0)
Text conflict in percona-xtradb-cluster-tests/inc/common.sh
To merge this branch: bzr merge lp:~percona-core/percona-xtradb-cluster/pxc-5.6.22
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+249802@code.launchpad.net

Description of the change

This is the release branch for 5.6.22 PXC release corresponding to milestone: https://launchpad.net/percona-xtradb-cluster/+milestone/5.6.22-25.8

It has following:

a) PS 5.6 merged upto revno 743.

b) https://github.com/codership/mysql-wsrep/issues/37 - Merged since this should fix the issue https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1414635 (and its duplicates)

c) Tests for PXC 2.2.9's --no-backup-locks option.

d) Version bumped.

To post a comment you must log in.
962. By Raghavendra D Prabhu

Cleanup packaging and bump versions.

a) Remove un-needed tokudb files from debian installation.

b) Fix the debian changelog.

c) Bump the versions in Makefile.

963. By Raghavendra D Prabhu

Add -DMYSQL_MAINTAINER_MODE=OFF to cmake build flags

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

e) Added DMYSQL_MAINTAINER_MODE=OFF to fix build errors, this is being fixed upstream (PS) currently.

964. By Raghavendra D Prabhu

Modify test scripts for PXB 2.2.9

965. By Raghavendra D Prabhu

Merge signal mask changes from bug #1382797

966. By Raghavendra D Prabhu

Bug#1402338 Check for table_ being NULL separately

967. By Raghavendra D Prabhu

Bug#1402338 Add additional checks

968. By Raghavendra D Prabhu

Bug#1402338 Add additional checks

969. By Raghavendra D Prabhu

Allow for overriding of backup locks with environment variable FORCE_FTWRL

970. By Raghavendra D Prabhu

Allow for overriding of backup locks with environment variable FORCE_FTWRL

971. By Raghavendra D Prabhu

Add more logging in tests for run_cmd and its variants

972. By Raghavendra D Prabhu

Add more logging in tests

973. By Raghavendra D Prabhu

Bug#1402338 Refactor code for table_list and table separately.

Due to the nature of WSREP_TO_ISOLATION_BEGIN interface, it is possible to have following combinations:

(database, table, table_list)

a) NULL, NULL, XYZ

b) XYZ, ABC, NULL

c) ABC, NULL, NULL

Only a) and b) matter here since we are filtering on tables only here.

In case of a), if any table in the list is myisam, the whole DDL is
skipped. This may not work with mixed (DDL and DML) statements like
CREATE TABLE AS SELECT (CTAS), however CTAS is handled without TOI in
WSREP, so should be fine for now.

974. By Raghavendra D Prabhu

Bug#1402338 Fix build error

975. By Raghavendra D Prabhu

Bug#1402338 Fix return from wsrep_to_isolation_begin

976. By Raghavendra D Prabhu

Bug#1380697 Move the TERM group kill to signal case

977. By Raghavendra D Prabhu

Bug#1380697 Remove the TERM and fix the jpid case

978. By Raghavendra D Prabhu

Bug#1402338 Restrict wsrep_replicate_myisam to CREATE TABLE

979. By Raghavendra D Prabhu

Add mysql in Provides as in PS client package

Unmerged revisions

979. By Raghavendra D Prabhu

Add mysql in Provides as in PS client package

978. By Raghavendra D Prabhu

Bug#1402338 Restrict wsrep_replicate_myisam to CREATE TABLE

977. By Raghavendra D Prabhu

Bug#1380697 Remove the TERM and fix the jpid case

976. By Raghavendra D Prabhu

Bug#1380697 Move the TERM group kill to signal case

975. By Raghavendra D Prabhu

Bug#1402338 Fix return from wsrep_to_isolation_begin

974. By Raghavendra D Prabhu

Bug#1402338 Fix build error

973. By Raghavendra D Prabhu

Bug#1402338 Refactor code for table_list and table separately.

Due to the nature of WSREP_TO_ISOLATION_BEGIN interface, it is possible to have following combinations:

(database, table, table_list)

a) NULL, NULL, XYZ

b) XYZ, ABC, NULL

c) ABC, NULL, NULL

Only a) and b) matter here since we are filtering on tables only here.

In case of a), if any table in the list is myisam, the whole DDL is
skipped. This may not work with mixed (DDL and DML) statements like
CREATE TABLE AS SELECT (CTAS), however CTAS is handled without TOI in
WSREP, so should be fine for now.

972. By Raghavendra D Prabhu

Add more logging in tests

971. By Raghavendra D Prabhu

Add more logging in tests for run_cmd and its variants

970. By Raghavendra D Prabhu

Allow for overriding of backup locks with environment variable FORCE_FTWRL

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.gitignore'
--- .gitignore 1970-01-01 00:00:00 +0000
+++ .gitignore 2015-03-10 15:27:26 +0000
@@ -0,0 +1,3139 @@
1*-t
2*_test
3*.Plo
4*.Po
5*.a
6*.bb
7*.bbg
8*.bin
9*.cdf
10*.core
11*.d
12*.da
13*.dir
14*.dll
15*.dylib
16*.exe
17*.exp
18*.gcda
19*.gcno
20*.gcov
21*.idb
22*.ilk
23*.la
24*.lai
25*.lib
26*.lo
27*.manifest
28*.map
29*.o
30*.obj
31*.old
32*.pch
33*.pdb
34*.reject
35*.res
36*.rule
37*.sbr
38*.so
39*.so.*
40*.spec
41*.user
42*.vcproj
43*.vcproj.cmake
44*.vcxproj
45*.vcxproj.filters
46*/*.dir/*
47Debug
48MySql.sdf
49Win32
50*/*_pure_*warnings
51*/.deps
52*/.libs/*
53*/.pure
54*/debug/*
55*/minsizerel/*
56*/release/*
57RelWithDebInfo
58*~
59.*.swp
60./CMakeCache.txt
61./MySql.ncb
62./MySql.sln
63./MySql.suo
64./README.build-files
65./cmakecache.txt
66./config.h
67./copy_mysql_files.bat
68./fix-project-files
69./mysql*.ds?
70./mysql.ncb
71./mysql.sln
72./mysql.suo
73./prepare
74.DS_Store
75.defs.mk
76.depend
77.depend.mk
78.deps
79.gdb_history
80.gdbinit
81.libs
82.o
83.out
84.snprj/*
85.vimrc
8650
87=6
88BUILD/compile-pentium-maintainer
89BitKeeper/etc/RESYNC_TREE
90BitKeeper/etc/config
91BitKeeper/etc/csets
92BitKeeper/etc/csets-in
93BitKeeper/etc/csets-out
94BitKeeper/etc/gone
95BitKeeper/etc/level
96BitKeeper/etc/pushed
97BitKeeper/post-commit
98BitKeeper/post-commit-manual
99BitKeeper/tmp/*
100BitKeeper/tmp/bkr3sAHD
101BitKeeper/tmp/gone
102CMakeFiles
103CMakeFiles/*
104CTestTestfile.cmake
105COPYING
106COPYING.LIB
107Docs/#manual.texi#
108Docs/INSTALL-BINARY
109Docs/Images/myaccess-odbc.txt
110Docs/Images/myaccess.txt
111Docs/Images/myarchitecture.txt
112Docs/Images/mydll-properties.txt
113Docs/Images/mydsn-example.txt
114Docs/Images/mydsn-icon.txt
115Docs/Images/mydsn-options.txt
116Docs/Images/mydsn-setup.txt
117Docs/Images/mydsn-test-fail.txt
118Docs/Images/mydsn-test-success.txt
119Docs/Images/mydsn-trace.txt
120Docs/Images/mydsn.txt
121Docs/Images/myflowchart.txt
122Docs/include.texi
123Docs/internals.html
124Docs/internals.info
125Docs/internals.pdf
126Docs/internals.txt
127Docs/internals_toc.html
128Docs/manual.aux
129Docs/manual.cp
130Docs/manual.cps
131Docs/manual.de.log
132Docs/manual.dvi
133Docs/manual.fn
134Docs/manual.fns
135Docs/manual.html
136Docs/manual.ky
137Docs/manual.log
138Docs/manual.pdf
139Docs/manual.pg
140Docs/manual.texi.orig
141Docs/manual.texi.rej
142Docs/manual.toc
143Docs/manual.tp
144Docs/manual.txt
145Docs/manual.vr
146Docs/manual_a4.ps
147Docs/manual_letter.ps
148Docs/manual_toc.html
149Docs/my_sys.doc
150Docs/mysql.info
151Docs/mysql.xml
152Docs/safe-mysql.xml
153Docs/tex.fmt
154Docs/texi2dvi.out
155EXCEPTIONS-CLIENT
156INSTALL-SOURCE
157INSTALL-WIN-SOURCE
158Logs/*
159MIRRORS
160Makefile
161Makefile.in
162Makefile.in'
163PENDING/*
164scripts/scripts
165TAGS
166VC++Files/client/mysql_amd64.dsp
167ac_available_languages_fragment
168acinclude.m4
169aclocal.m4
170analyse.test
171autom4te-2.53.cache/*
172autom4te-2.53.cache/output.0
173autom4te-2.53.cache/requests
174autom4te-2.53.cache/traces.0
175autom4te.cache/*
176autom4te.cache/output.0
177autom4te.cache/requests
178autom4te.cache/traces.0
179bdb/*.ds?
180bdb/*.vcproj
181bdb/README
182bdb/btree/btree_auto.c
183bdb/build_unix/*
184bdb/build_vxworks/db.h
185bdb/build_vxworks/db_int.h
186bdb/build_win32/db.h
187bdb/build_win32/db_archive.dsp
188bdb/build_win32/db_checkpoint.dsp
189bdb/build_win32/db_config.h
190bdb/build_win32/db_cxx.h
191bdb/build_win32/db_deadlock.dsp
192bdb/build_win32/db_dll.dsp
193bdb/build_win32/db_dump.dsp
194bdb/build_win32/db_int.h
195bdb/build_win32/db_java.dsp
196bdb/build_win32/db_load.dsp
197bdb/build_win32/db_perf.dsp
198bdb/build_win32/db_printlog.dsp
199bdb/build_win32/db_recover.dsp
200bdb/build_win32/db_stat.dsp
201bdb/build_win32/db_static.dsp
202bdb/build_win32/db_tcl.dsp
203bdb/build_win32/db_test.dsp
204bdb/build_win32/db_upgrade.dsp
205bdb/build_win32/db_verify.dsp
206bdb/build_win32/ex_access.dsp
207bdb/build_win32/ex_btrec.dsp
208bdb/build_win32/ex_env.dsp
209bdb/build_win32/ex_lock.dsp
210bdb/build_win32/ex_mpool.dsp
211bdb/build_win32/ex_tpcb.dsp
212bdb/build_win32/excxx_access.dsp
213bdb/build_win32/excxx_btrec.dsp
214bdb/build_win32/excxx_env.dsp
215bdb/build_win32/excxx_lock.dsp
216bdb/build_win32/excxx_mpool.dsp
217bdb/build_win32/excxx_tpcb.dsp
218bdb/build_win32/include.tcl
219bdb/build_win32/libdb.def
220bdb/build_win32/libdb.rc
221bdb/db/crdel_auto.c
222bdb/db/db_auto.c
223bdb/dbinc_auto/*.*
224bdb/dbreg/dbreg_auto.c
225bdb/dist/autom4te-2.53.cache/*
226bdb/dist/autom4te-2.53.cache/output.0
227bdb/dist/autom4te-2.53.cache/requests
228bdb/dist/autom4te-2.53.cache/traces.0
229bdb/dist/autom4te.cache/*
230bdb/dist/autom4te.cache/output.0
231bdb/dist/autom4te.cache/requests
232bdb/dist/autom4te.cache/traces.0
233bdb/dist/config.hin
234bdb/dist/configure
235bdb/dist/db.h
236bdb/dist/db_config.h
237bdb/dist/db_cxx.h
238bdb/dist/db_int.h
239bdb/dist/include.tcl
240bdb/dist/tags
241bdb/dist/template/db_server_proc
242bdb/dist/template/gen_client_ret
243bdb/dist/template/rec_btree
244bdb/dist/template/rec_crdel
245bdb/dist/template/rec_db
246bdb/dist/template/rec_dbreg
247bdb/dist/template/rec_fileops
248bdb/dist/template/rec_hash
249bdb/dist/template/rec_log
250bdb/dist/template/rec_qam
251bdb/dist/template/rec_txn
252bdb/examples_c/ex_apprec/ex_apprec_auto.c
253bdb/examples_c/ex_apprec/ex_apprec_auto.h
254bdb/examples_c/ex_apprec/ex_apprec_template
255bdb/examples_java
256bdb/fileops/fileops_auto.c
257bdb/hash/hash_auto.c
258bdb/include/btree_auto.h
259bdb/include/btree_ext.h
260bdb/include/clib_ext.h
261bdb/include/common_ext.h
262bdb/include/crdel_auto.h
263bdb/include/db_auto.h
264bdb/include/db_ext.h
265bdb/include/db_server.h
266bdb/include/env_ext.h
267bdb/include/gen_client_ext.h
268bdb/include/gen_server_ext.h
269bdb/include/hash_auto.h
270bdb/include/hash_ext.h
271bdb/include/lock_ext.h
272bdb/include/log_auto.h
273bdb/include/log_ext.h
274bdb/include/mp_ext.h
275bdb/include/mutex_ext.h
276bdb/include/os_ext.h
277bdb/include/qam_auto.h
278bdb/include/qam_ext.h
279bdb/include/rpc_client_ext.h
280bdb/include/rpc_server_ext.h
281bdb/include/tcl_ext.h
282bdb/include/txn_auto.h
283bdb/include/txn_ext.h
284bdb/include/xa_ext.h
285bdb/java/src/com/sleepycat/db/Db.java
286bdb/java/src/com/sleepycat/db/DbBtreeStat.java
287bdb/java/src/com/sleepycat/db/DbConstants.java
288bdb/java/src/com/sleepycat/db/DbHashStat.java
289bdb/java/src/com/sleepycat/db/DbLockStat.java
290bdb/java/src/com/sleepycat/db/DbLogStat.java
291bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
292bdb/java/src/com/sleepycat/db/DbQueueStat.java
293bdb/java/src/com/sleepycat/db/DbRepStat.java
294bdb/java/src/com/sleepycat/db/DbTxnStat.java
295bdb/libdb_java/java_stat_auto.c
296bdb/libdb_java/java_stat_auto.h
297bdb/log/log_auto.c
298bdb/qam/qam_auto.c
299bdb/rpc_client/db_server_clnt.c
300bdb/rpc_client/gen_client.c
301bdb/rpc_server/c/db_server_proc.c
302bdb/rpc_server/c/db_server_proc.sed
303bdb/rpc_server/c/db_server_svc.c
304bdb/rpc_server/c/db_server_xdr.c
305bdb/rpc_server/c/gen_db_server.c
306bdb/rpc_server/db_server.x
307bdb/rpc_server/db_server_proc.sed
308bdb/rpc_server/db_server_svc.c
309bdb/rpc_server/db_server_xdr.c
310bdb/rpc_server/gen_db_server.c
311bdb/test/TESTS
312bdb/test/include.tcl
313bdb/test/logtrack.list
314bdb/txn/txn_auto.c
315binary/*
316bkpull.log
317bkpull.log*
318bkpull.log.2
319bkpull.log.3
320bkpull.log.4
321bkpull.log.5
322bkpull.log.6
323bkpush.log
324bkpush.log*
325build.log
326build_tags.sh
327client/#mysql.cc#
328client/*.ds?
329client/*.vcproj
330client/.deps/base64.Po
331client/.deps/completion_hash.Po
332client/.deps/dummy.Po
333client/.deps/mf_tempdir.Po
334client/.deps/my_bit.Po
335client/.deps/my_bitmap.Po
336client/.deps/my_getsystime.Po
337client/.deps/my_new.Po
338client/.deps/my_user.Po
339client/.deps/my_vle.Po
340client/.deps/mysql.Po
341client/.deps/mysql_upgrade.Po
342client/.deps/mysqladmin.Po
343client/.deps/mysqlbinlog.Po
344client/.deps/mysqlcheck.Po
345client/.deps/mysqldump.Po
346client/.deps/mysqlimport.Po
347client/.deps/mysqlshow.Po
348client/.deps/mysqlslap.Po
349client/.deps/mysqltest.Po
350client/.deps/readline.Po
351client/.deps/sql_string.Po
352client/.libs -prune
353client/.libs/lt-mysql
354client/.libs/lt-mysqladmin
355client/.libs/lt-mysqlbinlog
356client/.libs/lt-mysqlcheck
357client/.libs/lt-mysqldump
358client/.libs/lt-mysqlimport
359client/.libs/lt-mysqlshow
360client/.libs/lt-mysqlslap
361client/.libs/lt-mysqltest
362client/.libs/mysql
363client/.libs/mysql_upgrade
364client/.libs/mysqladmin
365client/.libs/mysqlbinlog
366client/.libs/mysqlcheck
367client/.libs/mysqldump
368client/.libs/mysqlimport
369client/.libs/mysqlshow
370client/.libs/mysqlslap
371client/.libs/mysqltest
372client/completion_hash.cpp
373client/decimal.c
374client/insert_test
375client/link_sources
376client/log_event.cc
377client/log_event.h
378client/log_event_old.cc
379client/log_event_old.h
380client/mf_iocache.c
381client/mf_iocache.cc
382client/my_decimal.cc
383client/my_decimal.h
384client/my_user.c
385client/mysql
386client/mysql.cpp
387client/mysql_config_editor
388client/mysql_upgrade
389client/mysqladmin
390client/mysqladmin.c
391client/mysqladmin.cpp
392client/mysqlbinlog
393client/mysqlbinlog.cpp
394client/mysqlcheck
395client/mysqldump
396client/mysqlimport
397client/mysqlmanager-pwgen
398client/mysqlmanagerc
399client/mysqlshow
400client/mysqlslap
401client/mysqltest
402client/mysqltestmanager-pwgen
403client/mysqltestmanagerc
404client/mysys_priv.h
405client/readline.cpp
406client/rpl_constants.h
407client/rpl_record_old.cc
408client/rpl_record_old.h
409client/rpl_tblmap.h
410client/rpl_tblmap.cc
411client/rpl_utility.h
412client/rpl_utility.cc
413client/select_test
414client/sql_const.h
415client/sql_string.cpp
416client/ssl_test
417client/thimble
418client/thread_test
419client/tmp.diff
420client_debug/*
421client_release/*
422client_test
423cmake_install.cmake
424cmd-line-utils/libedit/.deps/chared.Po
425cmd-line-utils/libedit/.deps/common.Po
426cmd-line-utils/libedit/.deps/el.Po
427cmd-line-utils/libedit/.deps/emacs.Po
428cmd-line-utils/libedit/.deps/fcns.Po
429cmd-line-utils/libedit/.deps/fgetln.Po
430cmd-line-utils/libedit/.deps/help.Po
431cmd-line-utils/libedit/.deps/hist.Po
432cmd-line-utils/libedit/.deps/history.Po
433cmd-line-utils/libedit/.deps/key.Po
434cmd-line-utils/libedit/.deps/map.Po
435cmd-line-utils/libedit/.deps/parse.Po
436cmd-line-utils/libedit/.deps/prompt.Po
437cmd-line-utils/libedit/.deps/read.Po
438cmd-line-utils/libedit/.deps/readline.Po
439cmd-line-utils/libedit/.deps/refresh.Po
440cmd-line-utils/libedit/.deps/search.Po
441cmd-line-utils/libedit/.deps/sig.Po
442cmd-line-utils/libedit/.deps/strlcat.Po
443cmd-line-utils/libedit/.deps/strlcpy.Po
444cmd-line-utils/libedit/.deps/term.Po
445cmd-line-utils/libedit/.deps/tokenizer.Po
446cmd-line-utils/libedit/.deps/tty.Po
447cmd-line-utils/libedit/.deps/unvis.Po
448cmd-line-utils/libedit/.deps/vi.Po
449cmd-line-utils/libedit/.deps/vis.Po
450cmd-line-utils/libedit/common.h
451cmd-line-utils/libedit/makelist
452cmd-line-utils/readline/.deps/bind.Po
453cmd-line-utils/readline/.deps/callback.Po
454cmd-line-utils/readline/.deps/compat.Po
455cmd-line-utils/readline/.deps/complete.Po
456cmd-line-utils/readline/.deps/display.Po
457cmd-line-utils/readline/.deps/funmap.Po
458cmd-line-utils/readline/.deps/histexpand.Po
459cmd-line-utils/readline/.deps/histfile.Po
460cmd-line-utils/readline/.deps/history.Po
461cmd-line-utils/readline/.deps/histsearch.Po
462cmd-line-utils/readline/.deps/input.Po
463cmd-line-utils/readline/.deps/isearch.Po
464cmd-line-utils/readline/.deps/keymaps.Po
465cmd-line-utils/readline/.deps/kill.Po
466cmd-line-utils/readline/.deps/macro.Po
467cmd-line-utils/readline/.deps/mbutil.Po
468cmd-line-utils/readline/.deps/misc.Po
469cmd-line-utils/readline/.deps/nls.Po
470cmd-line-utils/readline/.deps/parens.Po
471cmd-line-utils/readline/.deps/readline.Po
472cmd-line-utils/readline/.deps/rltty.Po
473cmd-line-utils/readline/.deps/savestring.Po
474cmd-line-utils/readline/.deps/search.Po
475cmd-line-utils/readline/.deps/shell.Po
476cmd-line-utils/readline/.deps/signals.Po
477cmd-line-utils/readline/.deps/terminal.Po
478cmd-line-utils/readline/.deps/text.Po
479cmd-line-utils/readline/.deps/tilde.Po
480cmd-line-utils/readline/.deps/undo.Po
481cmd-line-utils/readline/.deps/util.Po
482cmd-line-utils/readline/.deps/vi_mode.Po
483cmd-line-utils/readline/.deps/xmalloc.Po
484comon.h
485comp_err/*.ds?
486comp_err/*.vcproj
487compile
488config.cache
489config.guess
490config.h
491config.h.in
492config.log
493config.status
494config.sub
495configure
496configure.lineno
497contrib/*.ds?
498contrib/*.vcproj
499core
500core.*
501cscope.in.out
502cscope.out
503cscope.po.out
504db-*.*.*
505dbug/*.ds?
506dbug/*.vcproj
507dbug/.deps/dbug.Po
508dbug/.deps/dbug_analyze.Po
509dbug/.deps/factorial.Po
510dbug/.deps/my_main.Po
511dbug/.deps/sanity.Po
512dbug/dbug_analyze
513dbug/example*.r
514dbug/factorial
515dbug/factorial.r
516dbug/main.r
517dbug/output*.r
518dbug/user.ps
519dbug/user.t
520debian/control
521debian/defs.mk
522depcomp
523emacs.h
524examples/*.ds?
525examples/*.vcproj
526examples/udf_example/udf_example.def
527extra/.deps/comp_err.Po
528extra/.deps/innochecksum.Po
529extra/.deps/my_print_defaults.Po
530extra/.deps/mysql_waitpid.Po
531extra/.deps/perror.Po
532extra/.deps/replace.Po
533extra/.deps/resolve_stack_dump.Po
534extra/.deps/resolveip.Po
535extra/comp_err
536extra/created_include_files
537extra/innochecksum
538extra/my_print_defaults
539extra/mysql_install
540extra/mysql_tzinfo_to_sql
541extra/mysql_waitpid
542extra/mysqld_ername.h
543extra/mysqld_error.h
544extra/perror
545extra/replace
546extra/resolve_stack_dump
547extra/resolveip
548extra/sql_state.h
549extra/tztime.cc
550extra/yassl/src/.deps/buffer.Plo
551extra/yassl/src/.deps/cert_wrapper.Plo
552extra/yassl/src/.deps/crypto_wrapper.Plo
553extra/yassl/src/.deps/handshake.Plo
554extra/yassl/src/.deps/lock.Plo
555extra/yassl/src/.deps/log.Plo
556extra/yassl/src/.deps/socket_wrapper.Plo
557extra/yassl/src/.deps/ssl.Plo
558extra/yassl/src/.deps/template_instnt.Plo
559extra/yassl/src/.deps/timer.Plo
560extra/yassl/src/.deps/yassl_error.Plo
561extra/yassl/src/.deps/yassl_imp.Plo
562extra/yassl/src/.deps/yassl_int.Plo
563extra/yassl/taocrypt/benchmark/.deps/benchmark-benchmark.Po
564extra/yassl/taocrypt/benchmark/benchmark
565extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aes.Plo
566extra/yassl/taocrypt/src/.deps/libtaocrypt_la-aestables.Plo
567extra/yassl/taocrypt/src/.deps/libtaocrypt_la-algebra.Plo
568extra/yassl/taocrypt/src/.deps/libtaocrypt_la-arc4.Plo
569extra/yassl/taocrypt/src/.deps/libtaocrypt_la-asn.Plo
570extra/yassl/taocrypt/src/.deps/libtaocrypt_la-bftables.Plo
571extra/yassl/taocrypt/src/.deps/libtaocrypt_la-blowfish.Plo
572extra/yassl/taocrypt/src/.deps/libtaocrypt_la-coding.Plo
573extra/yassl/taocrypt/src/.deps/libtaocrypt_la-des.Plo
574extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dh.Plo
575extra/yassl/taocrypt/src/.deps/libtaocrypt_la-dsa.Plo
576extra/yassl/taocrypt/src/.deps/libtaocrypt_la-file.Plo
577extra/yassl/taocrypt/src/.deps/libtaocrypt_la-hash.Plo
578extra/yassl/taocrypt/src/.deps/libtaocrypt_la-integer.Plo
579extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md2.Plo
580extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md4.Plo
581extra/yassl/taocrypt/src/.deps/libtaocrypt_la-md5.Plo
582extra/yassl/taocrypt/src/.deps/libtaocrypt_la-misc.Plo
583extra/yassl/taocrypt/src/.deps/libtaocrypt_la-random.Plo
584extra/yassl/taocrypt/src/.deps/libtaocrypt_la-ripemd.Plo
585extra/yassl/taocrypt/src/.deps/libtaocrypt_la-rsa.Plo
586extra/yassl/taocrypt/src/.deps/libtaocrypt_la-sha.Plo
587extra/yassl/taocrypt/src/.deps/libtaocrypt_la-template_instnt.Plo
588extra/yassl/taocrypt/src/.deps/libtaocrypt_la-tftables.Plo
589extra/yassl/taocrypt/src/.deps/libtaocrypt_la-twofish.Plo
590extra/yassl/taocrypt/test/.deps/test-test.Po
591extra/yassl/taocrypt/test/test
592extra/yassl/testsuite/.deps/testsuite-client.Po
593extra/yassl/testsuite/.deps/testsuite-echoclient.Po
594extra/yassl/testsuite/.deps/testsuite-echoserver.Po
595extra/yassl/testsuite/.deps/testsuite-server.Po
596extra/yassl/testsuite/.deps/testsuite-test.Po
597extra/yassl/testsuite/.deps/testsuite-testsuite.Po
598extra/yassl/testsuite/testsuite
599fcns.c
600fcns.h
601gdbinit
602gmon.out
603hardcopy.0
604heap/*.ds?
605heap/*.vcproj
606heap/hp_test1
607heap/hp_test2
608help
609help.c
610help.h
611include/abi_check
612include/check_abi
613include/link_sources
614include/my_config.h
615include/my_global.h
616include/mysql_h.ic
617include/mysql_version.h
618include/mysqld_ername.h
619include/mysqld_error.h
620include/mysqld_error.h.rule
621include/openssl
622include/probes_mysql_dtrace.h
623include/readline
624include/readline/*.h
625include/readline/readline.h
626include/sql_state.h
627include/widec.h
628innobase/*.ds?
629innobase/*.vcproj
630innobase/autom4te-2.53.cache/*
631innobase/autom4te-2.53.cache/output.0
632innobase/autom4te-2.53.cache/requests
633innobase/autom4te-2.53.cache/traces.0
634innobase/autom4te.cache/*
635innobase/autom4te.cache/output.0
636innobase/autom4te.cache/requests
637innobase/autom4te.cache/traces.0
638innobase/configure.lineno
639innobase/conftest.s1
640innobase/conftest.subs
641innobase/ib_config.h
642innobase/ib_config.h.in
643innobase/mkinstalldirs
644innobase/stamp-h1
645insert_test
646install
647install-sh
648isam/*.ds?
649isam/*.vcproj
650isam/isamchk
651isam/isamlog
652isam/pack_isam
653isam/test1
654isam/test2
655isam/test3
656isamchk/*.ds?
657isamchk/*.vcproj
658item_xmlfunc.cc
659lib_debug/*
660lib_release/*
661libmysql/*.c
662libmysql/*.ds?
663libmysql/*.vcproj
664libmysql/.deps/array.Plo
665libmysql/.deps/bchange.Plo
666libmysql/.deps/bcmp.Plo
667libmysql/.deps/bmove.Plo
668libmysql/.deps/bmove_upp.Plo
669libmysql/.deps/charset-def.Plo
670libmysql/.deps/charset.Plo
671libmysql/.deps/client.Plo
672libmysql/.deps/conf_to_src.Po
673libmysql/.deps/ctype-big5.Plo
674libmysql/.deps/ctype-bin.Plo
675libmysql/.deps/ctype-cp932.Plo
676libmysql/.deps/ctype-czech.Plo
677libmysql/.deps/ctype-euc_kr.Plo
678libmysql/.deps/ctype-eucjpms.Plo
679libmysql/.deps/ctype-extra.Plo
680libmysql/.deps/ctype-gb2312.Plo
681libmysql/.deps/ctype-gbk.Plo
682libmysql/.deps/ctype-latin1.Plo
683libmysql/.deps/ctype-mb.Plo
684libmysql/.deps/ctype-simple.Plo
685libmysql/.deps/ctype-sjis.Plo
686libmysql/.deps/ctype-tis620.Plo
687libmysql/.deps/ctype-uca.Plo
688libmysql/.deps/ctype-ucs2.Plo
689libmysql/.deps/ctype-ujis.Plo
690libmysql/.deps/ctype-utf8.Plo
691libmysql/.deps/ctype-win1250ch.Plo
692libmysql/.deps/ctype.Plo
693libmysql/.deps/dbug.Plo
694libmysql/.deps/default.Plo
695libmysql/.deps/default_modify.Plo
696libmysql/.deps/errmsg.Plo
697libmysql/.deps/errors.Plo
698libmysql/.deps/get_password.Plo
699libmysql/.deps/hash.Plo
700libmysql/.deps/int2str.Plo
701libmysql/.deps/is_prefix.Plo
702libmysql/.deps/libmysql.Plo
703libmysql/.deps/list.Plo
704libmysql/.deps/llstr.Plo
705libmysql/.deps/longlong2str.Plo
706libmysql/.deps/manager.Plo
707libmysql/.deps/md5.Plo
708libmysql/.deps/mf_cache.Plo
709libmysql/.deps/mf_dirname.Plo
710libmysql/.deps/mf_fn_ext.Plo
711libmysql/.deps/mf_format.Plo
712libmysql/.deps/mf_iocache.Plo
713libmysql/.deps/mf_iocache2.Plo
714libmysql/.deps/mf_loadpath.Plo
715libmysql/.deps/mf_pack.Plo
716libmysql/.deps/mf_path.Plo
717libmysql/.deps/mf_tempfile.Plo
718libmysql/.deps/mf_unixpath.Plo
719libmysql/.deps/mf_wcomp.Plo
720libmysql/.deps/mulalloc.Plo
721libmysql/.deps/my_alloc.Plo
722libmysql/.deps/my_chsize.Plo
723libmysql/.deps/my_compress.Plo
724libmysql/.deps/my_create.Plo
725libmysql/.deps/my_delete.Plo
726libmysql/.deps/my_div.Plo
727libmysql/.deps/my_error.Plo
728libmysql/.deps/my_file.Plo
729libmysql/.deps/my_fopen.Plo
730libmysql/.deps/my_fstream.Plo
731libmysql/.deps/my_gethostbyname.Plo
732libmysql/.deps/my_getopt.Plo
733libmysql/.deps/my_getwd.Plo
734libmysql/.deps/my_init.Plo
735libmysql/.deps/my_lib.Plo
736libmysql/.deps/my_malloc.Plo
737libmysql/.deps/my_messnc.Plo
738libmysql/.deps/my_net.Plo
739libmysql/.deps/my_once.Plo
740libmysql/.deps/my_open.Plo
741libmysql/.deps/my_port.Plo
742libmysql/.deps/my_pread.Plo
743libmysql/.deps/my_pthread.Plo
744libmysql/.deps/my_read.Plo
745libmysql/.deps/my_realloc.Plo
746libmysql/.deps/my_rename.Plo
747libmysql/.deps/my_seek.Plo
748libmysql/.deps/my_sleep.Plo
749libmysql/.deps/my_static.Plo
750libmysql/.deps/my_strtoll10.Plo
751libmysql/.deps/my_symlink.Plo
752libmysql/.deps/my_thr_init.Plo
753libmysql/.deps/my_time.Plo
754libmysql/.deps/my_vsnprintf.Plo
755libmysql/.deps/my_write.Plo
756libmysql/.deps/net.Plo
757libmysql/.deps/pack.Plo
758libmysql/.deps/password.Plo
759libmysql/.deps/safemalloc.Plo
760libmysql/.deps/sha1.Plo
761libmysql/.deps/str2int.Plo
762libmysql/.deps/str_alloc.Plo
763libmysql/.deps/strcend.Plo
764libmysql/.deps/strcont.Plo
765libmysql/.deps/strend.Plo
766libmysql/.deps/strfill.Plo
767libmysql/.deps/string.Plo
768libmysql/.deps/strinstr.Plo
769libmysql/.deps/strmake.Plo
770libmysql/.deps/strmov.Plo
771libmysql/.deps/strnlen.Plo
772libmysql/.deps/strnmov.Plo
773libmysql/.deps/strtod.Plo
774libmysql/.deps/strtoll.Plo
775libmysql/.deps/strtoull.Plo
776libmysql/.deps/strxmov.Plo
777libmysql/.deps/strxnmov.Plo
778libmysql/.deps/thr_mutex.Plo
779libmysql/.deps/typelib.Plo
780libmysql/.deps/vio.Plo
781libmysql/.deps/viosocket.Plo
782libmysql/.deps/viossl.Plo
783libmysql/.deps/viosslfactories.Plo
784libmysql/.deps/xml.Plo
785libmysql/.libs/libmysqlclient.lai
786libmysql/.libs/libmysqlclient.so.15
787libmysql/.libs/libmysqlclient.so.15.0.0
788libmysql/conf_to_src
789libmysql/debug/libmysql.exp
790libmysql/libmysql.ver
791libmysql/link_sources
792libmysql/my_static.h
793libmysql/my_time.c
794libmysql/mysys_priv.h
795libmysql/net.c
796libmysql/release/libmysql.exp
797libmysql/vio_priv.h
798libmysql/viosocket.o.6WmSJk
799libmysql_r/*.c
800libmysql_r/.deps/array.Plo
801libmysql_r/.deps/bchange.Plo
802libmysql_r/.deps/bcmp.Plo
803libmysql_r/.deps/bmove.Plo
804libmysql_r/.deps/bmove_upp.Plo
805libmysql_r/.deps/charset-def.Plo
806libmysql_r/.deps/charset.Plo
807libmysql_r/.deps/client.Plo
808libmysql_r/.deps/conf_to_src.Po
809libmysql_r/.deps/ctype-big5.Plo
810libmysql_r/.deps/ctype-bin.Plo
811libmysql_r/.deps/ctype-cp932.Plo
812libmysql_r/.deps/ctype-czech.Plo
813libmysql_r/.deps/ctype-euc_kr.Plo
814libmysql_r/.deps/ctype-eucjpms.Plo
815libmysql_r/.deps/ctype-extra.Plo
816libmysql_r/.deps/ctype-gb2312.Plo
817libmysql_r/.deps/ctype-gbk.Plo
818libmysql_r/.deps/ctype-latin1.Plo
819libmysql_r/.deps/ctype-mb.Plo
820libmysql_r/.deps/ctype-simple.Plo
821libmysql_r/.deps/ctype-sjis.Plo
822libmysql_r/.deps/ctype-tis620.Plo
823libmysql_r/.deps/ctype-uca.Plo
824libmysql_r/.deps/ctype-ucs2.Plo
825libmysql_r/.deps/ctype-ujis.Plo
826libmysql_r/.deps/ctype-utf8.Plo
827libmysql_r/.deps/ctype-win1250ch.Plo
828libmysql_r/.deps/ctype.Plo
829libmysql_r/.deps/dbug.Plo
830libmysql_r/.deps/default.Plo
831libmysql_r/.deps/default_modify.Plo
832libmysql_r/.deps/errmsg.Plo
833libmysql_r/.deps/errors.Plo
834libmysql_r/.deps/get_password.Plo
835libmysql_r/.deps/hash.Plo
836libmysql_r/.deps/int2str.Plo
837libmysql_r/.deps/is_prefix.Plo
838libmysql_r/.deps/libmysql.Plo
839libmysql_r/.deps/list.Plo
840libmysql_r/.deps/llstr.Plo
841libmysql_r/.deps/longlong2str.Plo
842libmysql_r/.deps/manager.Plo
843libmysql_r/.deps/md5.Plo
844libmysql_r/.deps/mf_cache.Plo
845libmysql_r/.deps/mf_dirname.Plo
846libmysql_r/.deps/mf_fn_ext.Plo
847libmysql_r/.deps/mf_format.Plo
848libmysql_r/.deps/mf_iocache.Plo
849libmysql_r/.deps/mf_iocache2.Plo
850libmysql_r/.deps/mf_loadpath.Plo
851libmysql_r/.deps/mf_pack.Plo
852libmysql_r/.deps/mf_path.Plo
853libmysql_r/.deps/mf_tempfile.Plo
854libmysql_r/.deps/mf_unixpath.Plo
855libmysql_r/.deps/mf_wcomp.Plo
856libmysql_r/.deps/mulalloc.Plo
857libmysql_r/.deps/my_alloc.Plo
858libmysql_r/.deps/my_chsize.Plo
859libmysql_r/.deps/my_compress.Plo
860libmysql_r/.deps/my_create.Plo
861libmysql_r/.deps/my_delete.Plo
862libmysql_r/.deps/my_div.Plo
863libmysql_r/.deps/my_error.Plo
864libmysql_r/.deps/my_file.Plo
865libmysql_r/.deps/my_fopen.Plo
866libmysql_r/.deps/my_fstream.Plo
867libmysql_r/.deps/my_gethostbyname.Plo
868libmysql_r/.deps/my_getopt.Plo
869libmysql_r/.deps/my_getwd.Plo
870libmysql_r/.deps/my_init.Plo
871libmysql_r/.deps/my_lib.Plo
872libmysql_r/.deps/my_malloc.Plo
873libmysql_r/.deps/my_messnc.Plo
874libmysql_r/.deps/my_net.Plo
875libmysql_r/.deps/my_once.Plo
876libmysql_r/.deps/my_open.Plo
877libmysql_r/.deps/my_port.Plo
878libmysql_r/.deps/my_pread.Plo
879libmysql_r/.deps/my_pthread.Plo
880libmysql_r/.deps/my_read.Plo
881libmysql_r/.deps/my_realloc.Plo
882libmysql_r/.deps/my_rename.Plo
883libmysql_r/.deps/my_seek.Plo
884libmysql_r/.deps/my_sleep.Plo
885libmysql_r/.deps/my_static.Plo
886libmysql_r/.deps/my_strtoll10.Plo
887libmysql_r/.deps/my_symlink.Plo
888libmysql_r/.deps/my_thr_init.Plo
889libmysql_r/.deps/my_time.Plo
890libmysql_r/.deps/my_vsnprintf.Plo
891libmysql_r/.deps/my_write.Plo
892libmysql_r/.deps/net.Plo
893libmysql_r/.deps/pack.Plo
894libmysql_r/.deps/password.Plo
895libmysql_r/.deps/safemalloc.Plo
896libmysql_r/.deps/sha1.Plo
897libmysql_r/.deps/str2int.Plo
898libmysql_r/.deps/str_alloc.Plo
899libmysql_r/.deps/strcend.Plo
900libmysql_r/.deps/strcont.Plo
901libmysql_r/.deps/strend.Plo
902libmysql_r/.deps/strfill.Plo
903libmysql_r/.deps/string.Plo
904libmysql_r/.deps/strinstr.Plo
905libmysql_r/.deps/strmake.Plo
906libmysql_r/.deps/strmov.Plo
907libmysql_r/.deps/strnlen.Plo
908libmysql_r/.deps/strnmov.Plo
909libmysql_r/.deps/strtod.Plo
910libmysql_r/.deps/strtoll.Plo
911libmysql_r/.deps/strtoull.Plo
912libmysql_r/.deps/strxmov.Plo
913libmysql_r/.deps/strxnmov.Plo
914libmysql_r/.deps/thr_mutex.Plo
915libmysql_r/.deps/typelib.Plo
916libmysql_r/.deps/vio.Plo
917libmysql_r/.deps/viosocket.Plo
918libmysql_r/.deps/viossl.Plo
919libmysql_r/.deps/viosslfactories.Plo
920libmysql_r/.deps/xml.Plo
921libmysql_r/.libs/libmysqlclient_r.lai
922libmysql_r/.libs/libmysqlclient_r.so.15
923libmysql_r/.libs/libmysqlclient_r.so.15.0.0
924libmysql_r/acconfig.h
925libmysql_r/client_settings.h
926libmysql_r/conf_to_src
927libmysql_r/link_sources
928libmysql_r/my_static.h
929libmysql_r/mysys_priv.h
930libmysql_r/vio_priv.h
931libmysqld/*.ds?
932libmysqld/*.vcproj
933libmysqld/.deps/client.Po
934libmysqld/.deps/derror.Po
935libmysqld/.deps/discover.Po
936libmysqld/.deps/emb_qcache.Po
937libmysqld/.deps/errmsg.Po
938libmysqld/.deps/event_data_objects.Po
939libmysqld/.deps/event_db_repository.Po
940libmysqld/.deps/event_queue.Po
941libmysqld/.deps/event_scheduler.Po
942libmysqld/.deps/events.Po
943libmysqld/.deps/field.Po
944libmysqld/.deps/field_conv.Po
945libmysqld/.deps/filesort.Po
946libmysqld/.deps/get_password.Po
947libmysqld/.deps/gstream.Po
948libmysqld/.deps/ha_berkeley.Po
949libmysqld/.deps/ha_federated.Po
950libmysqld/.deps/ha_heap.Po
951libmysqld/.deps/ha_innodb.Po
952libmysqld/.deps/ha_myisam.Po
953libmysqld/.deps/ha_myisammrg.Po
954libmysqld/.deps/ha_ndbcluster.Po
955libmysqld/.deps/ha_ndbcluster_binlog.Po
956libmysqld/.deps/ha_partition.Po
957libmysqld/.deps/handler.Po
958libmysqld/.deps/hash_filo.Po
959libmysqld/.deps/hostname.Po
960libmysqld/.deps/init.Po
961libmysqld/.deps/item.Po
962libmysqld/.deps/item_buff.Po
963libmysqld/.deps/item_cmpfunc.Po
964libmysqld/.deps/item_create.Po
965libmysqld/.deps/item_func.Po
966libmysqld/.deps/item_geofunc.Po
967libmysqld/.deps/item_row.Po
968libmysqld/.deps/item_strfunc.Po
969libmysqld/.deps/item_subselect.Po
970libmysqld/.deps/item_sum.Po
971libmysqld/.deps/item_timefunc.Po
972libmysqld/.deps/item_uniq.Po
973libmysqld/.deps/item_xmlfunc.Po
974libmysqld/.deps/key.Po
975libmysqld/.deps/lib_sql.Po
976libmysqld/.deps/libmysql.Po
977libmysqld/.deps/libmysqld.Po
978libmysqld/.deps/lock.Po
979libmysqld/.deps/log.Po
980libmysqld/.deps/log_event.Po
981libmysqld/.deps/my_decimal.Po
982libmysqld/.deps/my_time.Po
983libmysqld/.deps/my_user.Po
984libmysqld/.deps/net_serv.Po
985libmysqld/.deps/opt_range.Po
986libmysqld/.deps/opt_sum.Po
987libmysqld/.deps/pack.Po
988libmysqld/.deps/parse_file.Po
989libmysqld/.deps/partition_info.Po
990libmysqld/.deps/password.Po
991libmysqld/.deps/procedure.Po
992libmysqld/.deps/protocol.Po
993libmysqld/.deps/records.Po
994libmysqld/.deps/rpl_filter.Po
995libmysqld/.deps/rpl_injector.Po
996libmysqld/.deps/set_var.Po
997libmysqld/.deps/sp.Po
998libmysqld/.deps/sp_cache.Po
999libmysqld/.deps/sp_head.Po
1000libmysqld/.deps/sp_pcontext.Po
1001libmysqld/.deps/sp_rcontext.Po
1002libmysqld/.deps/spatial.Po
1003libmysqld/.deps/sql_acl.Po
1004libmysqld/.deps/sql_analyse.Po
1005libmysqld/.deps/sql_base.Po
1006libmysqld/.deps/sql_builtin.Po
1007libmysqld/.deps/sql_cache.Po
1008libmysqld/.deps/sql_class.Po
1009libmysqld/.deps/sql_crypt.Po
1010libmysqld/.deps/sql_cursor.Po
1011libmysqld/.deps/sql_db.Po
1012libmysqld/.deps/sql_delete.Po
1013libmysqld/.deps/sql_truncate.Po
1014libmysqld/.deps/sql_reload.Po
1015libmysqld/.deps/datadict.Po
1016libmysqld/.deps/sql_derived.Po
1017libmysqld/.deps/sql_do.Po
1018libmysqld/.deps/sql_error.Po
1019libmysqld/.deps/sql_handler.Po
1020libmysqld/.deps/sql_help.Po
1021libmysqld/.deps/sql_insert.Po
1022libmysqld/.deps/sql_lex.Po
1023libmysqld/.deps/sql_list.Po
1024libmysqld/.deps/sql_load.Po
1025libmysqld/.deps/sql_manager.Po
1026libmysqld/.deps/sql_map.Po
1027libmysqld/.deps/sql_parse.Po
1028libmysqld/.deps/sql_partition.Po
1029libmysqld/.deps/sql_plugin.Po
1030libmysqld/.deps/sql_prepare.Po
1031libmysqld/.deps/sql_rename.Po
1032libmysqld/.deps/sql_select.Po
1033libmysqld/.deps/sql_show.Po
1034libmysqld/.deps/sql_state.Po
1035libmysqld/.deps/sql_string.Po
1036libmysqld/.deps/sql_table.Po
1037libmysqld/.deps/sql_tablespace.Po
1038libmysqld/.deps/sql_test.Po
1039libmysqld/.deps/sql_trigger.Po
1040libmysqld/.deps/sql_udf.Po
1041libmysqld/.deps/sql_union.Po
1042libmysqld/.deps/sql_update.Po
1043libmysqld/.deps/sql_view.Po
1044libmysqld/.deps/sql_yacc.Po
1045libmysqld/.deps/stacktrace.Po
1046libmysqld/.deps/strfunc.Po
1047libmysqld/.deps/table.Po
1048libmysqld/.deps/thr_malloc.Po
1049libmysqld/.deps/time.Po
1050libmysqld/.deps/tztime.Po
1051libmysqld/.deps/uniques.Po
1052libmysqld/.deps/unireg.Po
1053libmysqld/backup_dir
1054libmysqld/client.c
1055libmysqld/client_settings.h
1056libmysqld/cmake_dummy.c
1057libmysqld/convert.cc
1058libmysqld/derror.cc
1059libmysqld/discover.cc
1060libmysqld/emb_qcache.cpp
1061libmysqld/errmsg.c
1062libmysqld/event.cc
1063libmysqld/event_data_objects.cc
1064libmysqld/event_db_repository.cc
1065libmysqld/event_executor.cc
1066libmysqld/event_queue.cc
1067libmysqld/event_scheduler.cc
1068libmysqld/event_timed.cc
1069libmysqld/events.cc
1070libmysqld/examples/.deps/completion_hash.Po
1071libmysqld/examples/.deps/mysql.Po
1072libmysqld/examples/.deps/mysql_client_test.Po
1073libmysqld/examples/.deps/mysqltest.Po
1074libmysqld/examples/.deps/readline.Po
1075libmysqld/examples/client_test.c
1076libmysqld/examples/client_test.cc
1077libmysqld/examples/completion_hash.cc
1078libmysqld/examples/completion_hash.h
1079libmysqld/examples/link_sources
1080libmysqld/examples/my_readline.h
1081libmysqld/examples/mysql
1082libmysqld/examples/mysql.cc
1083libmysqld/examples/mysql_client_test.c
1084libmysqld/examples/mysql_client_test_embedded
1085libmysqld/examples/mysqltest
1086libmysqld/examples/mysqltest.c
1087libmysqld/examples/mysqltest_embedded
1088libmysqld/examples/readline.cc
1089libmysqld/examples/sql_string.cc
1090libmysqld/examples/sql_string.h
1091libmysqld/examples/test-gdbinit
1092libmysqld/field.cc
1093libmysqld/field_conv.cc
1094libmysqld/filesort.cc
1095libmysqld/get_password.c
1096libmysqld/gstream.cc
1097libmysqld/ha_archive.cc
1098libmysqld/ha_berkeley.cc
1099libmysqld/ha_blackhole.cc
1100libmysqld/ha_example.cc
1101libmysqld/ha_federated.cc
1102libmysqld/ha_heap.cc
1103libmysqld/ha_innobase.cc
1104libmysqld/ha_innodb.cc
1105libmysqld/ha_isam.cc
1106libmysqld/ha_isammrg.cc
1107libmysqld/ha_myisam.cc
1108libmysqld/ha_myisammrg.cc
1109libmysqld/ha_ndbcluster.cc
1110libmysqld/ha_ndbcluster_binlog.cc
1111libmysqld/ha_ndbcluster_cond.cc
1112libmysqld/ha_partition.cc
1113libmysqld/ha_tina.cc
1114libmysqld/handler.cc
1115libmysqld/handlerton.cc
1116libmysqld/hash_filo.cc
1117libmysqld/hostname.cc
1118libmysqld/init.cc
1119libmysqld/item.cc
1120libmysqld/item_buff.cc
1121libmysqld/item_cmpfunc.cc
1122libmysqld/item_create.cc
1123libmysqld/item_func.cc
1124libmysqld/item_geofunc.cc
1125libmysqld/item_row.cc
1126libmysqld/item_strfunc.cc
1127libmysqld/item_subselect.cc
1128libmysqld/item_sum.cc
1129libmysqld/item_timefunc.cc
1130libmysqld/item_uniq.cc
1131libmysqld/key.cc
1132libmysqld/lex_hash.h
1133libmysqld/lib_sql.cpp
1134libmysqld/libmysql.c
1135libmysqld/link_sources
1136libmysqld/lock.cc
1137libmysqld/log.cc
1138libmysqld/log_event.cc
1139libmysqld/log_event_old.cc
1140libmysqld/md5.c
1141libmysqld/message.h
1142libmysqld/message.rc
1143libmysqld/mf_iocache.cc
1144libmysqld/mini_client.cc
1145libmysqld/my_decimal.cc
1146libmysqld/my_time.c
1147libmysqld/my_user.c
1148libmysqld/net_pkg.cc
1149libmysqld/net_serv.cc
1150libmysqld/opt_ft.cc
1151libmysqld/opt_range.cc
1152libmysqld/opt_sum.cc
1153libmysqld/pack.c
1154libmysqld/parse_file.cc
1155libmysqld/partition_info.cc
1156libmysqld/password.c
1157libmysqld/procedure.cc
1158libmysqld/protocol.cc
1159libmysqld/protocol_cursor.cc
1160libmysqld/records.cc
1161libmysqld/repl_failsafe.cc
1162libmysqld/rpl_filter.cc
1163libmysqld/rpl_handler.cc
1164libmysqld/rpl_injector.cc
1165libmysqld/rpl_record.cc
1166libmysqld/rpl_record_old.cc
1167libmysqld/rpl_utility.cc
1168libmysqld/scheduler.cc
1169libmysqld/set_var.cc
1170libmysqld/sha2.cc
1171libmysqld/simple-test
1172libmysqld/slave.cc
1173libmysqld/sp.cc
1174libmysqld/sp_cache.cc
1175libmysqld/sp_head.cc
1176libmysqld/sp_pcontext.cc
1177libmysqld/sp_rcontext.cc
1178libmysqld/spatial.cc
1179libmysqld/sql_acl.cc
1180libmysqld/sql_alloc_error_handler.cc
1181libmysqld/sql_analyse.cc
1182libmysqld/sql_base.cc
1183libmysqld/sql_builtin.cc
1184libmysqld/sql_cache.cc
1185libmysqld/sql_class.cc
1186libmysqld/sql_command
1187libmysqld/sql_connect.cc
1188libmysqld/sql_crypt.cc
1189libmysqld/sql_cursor.cc
1190libmysqld/sql_cursor.h
1191libmysqld/sql_db.cc
1192libmysqld/sql_delete.cc
1193libmysqld/sql_truncate.cc
1194libmysqld/sql_reload.cc
1195libmysqld/datadict.cc
1196libmysqld/sql_derived.cc
1197libmysqld/sql_do.cc
1198libmysqld/sql_error.cc
1199libmysqld/sql_handler.cc
1200libmysqld/sql_help.cc
1201libmysqld/sql_insert.cc
1202libmysqld/sql_lex.cc
1203libmysqld/sql_list.cc
1204libmysqld/sql_load.cc
1205libmysqld/sql_locale.cc
1206libmysqld/sql_manager.cc
1207libmysqld/sql_map.cc
1208libmysqld/sql_olap.cc
1209libmysqld/sql_parse.cc
1210libmysqld/sql_partition.cc
1211libmysqld/sql_plugin.cc
1212libmysqld/sql_prepare.cc
1213libmysqld/sql_profile.cc
1214libmysqld/sql_rename.cc
1215libmysqld/sql_repl.cc
1216libmysqld/sql_select.cc
1217libmysqld/sql_servers.cc
1218libmysqld/sql_show.cc
1219libmysqld/sql_state.c
1220libmysqld/sql_string.cc
1221libmysqld/sql_table.cc
1222libmysqld/sql_tablespace.cc
1223libmysqld/sql_test.cc
1224libmysqld/sql_trigger.cc
1225libmysqld/sql_udf.cc
1226libmysqld/sql_union.cc
1227libmysqld/sql_unions.cc
1228libmysqld/sql_update.cc
1229libmysqld/sql_view.cc
1230libmysqld/sql_yacc.cc
1231libmysqld/sql_yacc.cpp
1232libmysqld/sql_yacc.h
1233libmysqld/stacktrace.c
1234libmysqld/strfunc.cc
1235libmysqld/table.cc
1236libmysqld/thr_malloc.cc
1237libmysqld/sql_time.cc
1238libmysqld/tztime.cc
1239libmysqld/uniques.cc
1240libmysqld/unireg.cc
1241libmysqltest/*.ds?
1242libmysqltest/*.vcproj
1243libmysqltest/mytest.c
1244libtool
1245linked_client_sources
1246linked_include_sources
1247linked_libmysql_r_sources
1248linked_libmysql_sources
1249linked_libmysqld_sources
1250linked_libmysqldex_sources
1251linked_server_sources
1252linked_tools_sources
1253locked
1254ltmain.sh
1255man/*.1
1256merge/*.ds?
1257merge/*.vcproj
1258missing
1259mit-pthreads/config.flags
1260mit-pthreads/include/bits
1261mit-pthreads/include/pthread/machdep.h
1262mit-pthreads/include/pthread/posix.h
1263mit-pthreads/include/sys
1264mit-pthreads/machdep.c
1265mit-pthreads/pg++
1266mit-pthreads/pgcc
1267mit-pthreads/syscall.S
1268mkinstalldirs
1269my_print_defaults/*.ds?
1270my_print_defaults/*.vcproj
1271myisam/*.ds?
1272myisam/*.vcproj
1273myisam/FT1.MYD
1274myisam/FT1.MYI
1275myisam/ft_dump
1276myisam/ft_eval
1277myisam/ft_test1
1278myisam/ftbench/data
1279myisam/ftbench/t
1280myisam/ftbench/var/*
1281myisam/mi_test1
1282myisam/mi_test2
1283myisam/mi_test3
1284myisam/mi_test_all
1285myisam/myisam.log
1286myisam/myisam_ftdump
1287myisam/myisamchk
1288myisam/myisamlog
1289myisam/myisampack
1290myisam/rt_test
1291myisam/rt_test.MYD
1292myisam/rt_test.MYI
1293myisam/sp_test
1294myisam/test1.MYD
1295myisam/test1.MYI
1296myisam/test2.MYD
1297myisam/test2.MYI
1298myisam_ftdump/*.ds?
1299myisam_ftdump/*.vcproj
1300myisamchk/*.ds?
1301myisamchk/*.vcproj
1302myisamlog/*.ds?
1303myisamlog/*.vcproj
1304myisammrg/*.ds?
1305myisammrg/*.vcproj
1306myisampack/*.ds?
1307myisampack/*.vcproj
1308mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1309mysql-4.0.2-alpha.tar.gz
1310mysql-4.1.8-win-src.zip
1311mysql-5.0.2-alpha.tar.gz
1312mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz
1313mysql-test/*.ds?
1314mysql-test/*.vcproj
1315mysql-test/.DS_Store
1316mysql-test/collections/default.release
1317mysql-test/collections/default.release.done
1318mysql-test/funcs_1.log
1319mysql-test/funcs_1.tar
1320mysql-test/gmon.out
1321mysql-test/install_test_db
1322mysql-test/lib/My/SafeProcess/my_safe_process
1323mysql-test/lib/init_db.sql
1324mysql-test/linux_sys_vars.inc
1325mysql-test/load_sysvars.inc
1326mysql-test/mtr
1327mysql-test/mysql-test-run
1328mysql-test/mysql-test-gcov.err
1329mysql-test/mysql-test-gcov.msg
1330mysql-test/mysql-test-run-shell
1331mysql-test/mysql-test-run.log
1332mysql-test/mysql_test_run_new
1333mysql-test/ndb/ndbcluster
1334mysql-test/partitions.log
1335mysql-test/r/*.err
1336mysql-test/r/*.log
1337mysql-test/r/*.out
1338mysql-test/r/*.reject
1339mysql-test/r/index_merge_load.result
1340mysql-test/r/max_allowed_packet_func.result
1341mysql-test/r/rpl000001.eval
1342mysql-test/r/rpl000002.eval
1343mysql-test/r/rpl000014.eval
1344mysql-test/r/rpl000015.eval
1345mysql-test/r/rpl000016.eval
1346mysql-test/r/rpl_log.eval
1347mysql-test/r/slave-running.eval
1348mysql-test/r/slave-stopped.eval
1349mysql-test/r/tmp.result
1350mysql-test/reg.log
1351mysql-test/rpl.log
1352mysql-test/share/mysql
1353mysql-test/std_data/*.pem
1354mysql-test/suite/funcs_1.tar.gz
1355mysql-test/suite/funcs_1.tar.zip
1356mysql-test/suite/funcs_1/r/innodb_trig_03e.warnings
1357mysql-test/suite/funcs_1/r/innodb_views.warnings
1358mysql-test/suite/funcs_1/r/memory_trig_03e.warnings
1359mysql-test/suite/funcs_1/r/memory_views.warnings
1360mysql-test/suite/funcs_1/r/myisam_trig_03e.warnings
1361mysql-test/suite/funcs_1/r/myisam_views.warnings
1362mysql-test/suite/funcs_1/r/ndb_trig_03e.warnings
1363mysql-test/suite/funcs_1/r/ndb_views.warnings
1364mysql-test/suite/partitions/r/dif
1365mysql-test/suite/partitions/r/diff
1366mysql-test/suite/partitions/r/partition.result
1367mysql-test/suite/partitions/r/partition_bit_ndb.warnings
1368mysql-test/suite/partitions/r/partition_special_innodb.warnings
1369mysql-test/suite/partitions/r/partition_special_myisam.warnings
1370mysql-test/suite/partitions/r/partition_t55.out
1371mysql-test/suite/partitions/r/partition_t55.refout
1372mysql-test/suite/partitions/t/partition.test
1373mysql-test/t/index_merge.load
1374mysql-test/t/tmp.test
1375mysql-test/var
1376mysql-test/var/*
1377mysql-test/windows_sys_vars.inc
1378mysql.kdevprj
1379mysql.proj
1380sql_priv.h
1381mysqlbinlog/*.ds?
1382mysqlbinlog/*.vcproj
1383mysqlcheck/*.ds?
1384mysqlcheck/*.vcproj
1385mysqld.S
1386mysqld.sym
1387mysqldemb/*.ds?
1388mysqldemb/*.vcproj
1389mysqlserver/*.ds?
1390mysqlserver/*.vcproj
1391mysys/#mf_iocache.c#
1392mysys/*.ds?
1393mysys/*.vcproj
1394mysys/.deps/array.Po
1395mysys/.deps/base64.Po
1396mysys/.deps/charset-def.Po
1397mysys/.deps/charset.Po
1398mysys/.deps/checksum.Po
1399mysys/.deps/default.Po
1400mysys/.deps/default_modify.Po
1401mysys/.deps/errors.Po
1402mysys/.deps/hash.Po
1403mysys/.deps/list.Po
1404mysys/.deps/md5.Po
1405mysys/.deps/mf_brkhant.Po
1406mysys/.deps/mf_cache.Po
1407mysys/.deps/mf_dirname.Po
1408mysys/.deps/mf_fn_ext.Po
1409mysys/.deps/mf_format.Po
1410mysys/.deps/mf_getdate.Po
1411mysys/.deps/mf_iocache.Po
1412mysys/.deps/mf_iocache2.Po
1413mysys/.deps/mf_keycache.Po
1414mysys/.deps/mf_keycaches.Po
1415mysys/.deps/mf_loadpath.Po
1416mysys/.deps/mf_pack.Po
1417mysys/.deps/mf_path.Po
1418mysys/.deps/mf_qsort.Po
1419mysys/.deps/mf_qsort2.Po
1420mysys/.deps/mf_radix.Po
1421mysys/.deps/mf_same.Po
1422mysys/.deps/mf_sort.Po
1423mysys/.deps/mf_strip.Po
1424mysys/.deps/mf_tempdir.Po
1425mysys/.deps/mf_tempfile.Po
1426mysys/.deps/mf_unixpath.Po
1427mysys/.deps/mf_wcomp.Po
1428mysys/.deps/mf_wfile.Po
1429mysys/.deps/mulalloc.Po
1430mysys/.deps/my_access.Po
1431mysys/.deps/my_aes.Po
1432mysys/.deps/my_alarm.Po
1433mysys/.deps/my_alloc.Po
1434mysys/.deps/my_append.Po
1435mysys/.deps/my_atomic.Po
1436mysys/.deps/my_bit.Po
1437mysys/.deps/my_bitmap.Po
1438mysys/.deps/my_chsize.Po
1439mysys/.deps/my_clock.Po
1440mysys/.deps/my_compress.Po
1441mysys/.deps/my_copy.Po
1442mysys/.deps/my_crc32.Po
1443mysys/.deps/my_create.Po
1444mysys/.deps/my_delete.Po
1445mysys/.deps/my_div.Po
1446mysys/.deps/my_dup.Po
1447mysys/.deps/my_error.Po
1448mysys/.deps/my_file.Po
1449mysys/.deps/my_fopen.Po
1450mysys/.deps/my_fstream.Po
1451mysys/.deps/my_gethostbyname.Po
1452mysys/.deps/my_gethwaddr.Po
1453mysys/.deps/my_getncpus.Po
1454mysys/.deps/my_getopt.Po
1455mysys/.deps/my_getsystime.Po
1456mysys/.deps/my_getwd.Po
1457mysys/.deps/my_handler.Po
1458mysys/.deps/my_init.Po
1459mysys/.deps/my_largepage.Po
1460mysys/.deps/my_lib.Po
1461mysys/.deps/my_libwrap.Po
1462mysys/.deps/my_lock.Po
1463mysys/.deps/my_lockmem.Po
1464mysys/.deps/my_lread.Po
1465mysys/.deps/my_lwrite.Po
1466mysys/.deps/my_malloc.Po
1467mysys/.deps/my_memmem.Po
1468mysys/.deps/my_messnc.Po
1469mysys/.deps/my_mkdir.Po
1470mysys/.deps/my_mmap.Po
1471mysys/.deps/my_net.Po
1472mysys/.deps/my_netware.Po
1473mysys/.deps/my_new.Po
1474mysys/.deps/my_once.Po
1475mysys/.deps/my_open.Po
1476mysys/.deps/my_port.Po
1477mysys/.deps/my_pread.Po
1478mysys/.deps/my_pthread.Po
1479mysys/.deps/my_quick.Po
1480mysys/.deps/my_read.Po
1481mysys/.deps/my_realloc.Po
1482mysys/.deps/my_redel.Po
1483mysys/.deps/my_rename.Po
1484mysys/.deps/my_seek.Po
1485mysys/.deps/my_semaphore.Po
1486mysys/.deps/my_sleep.Po
1487mysys/.deps/my_static.Po
1488mysys/.deps/my_symlink.Po
1489mysys/.deps/my_symlink2.Po
1490mysys/.deps/my_sync.Po
1491mysys/.deps/my_thr_init.Po
1492mysys/.deps/my_vle.Po
1493mysys/.deps/my_windac.Po
1494mysys/.deps/my_write.Po
1495mysys/.deps/ptr_cmp.Po
1496mysys/.deps/queues.Po
1497mysys/.deps/rijndael.Po
1498mysys/.deps/safemalloc.Po
1499mysys/.deps/sha1.Po
1500mysys/.deps/string.Po
1501mysys/.deps/thr_alarm.Po
1502mysys/.deps/thr_lock.Po
1503mysys/.deps/thr_mutex.Po
1504mysys/.deps/thr_rwlock.Po
1505mysys/.deps/tree.Po
1506mysys/.deps/trie.Po
1507mysys/.deps/typelib.Po
1508mysys/getopt.c
1509mysys/getopt1.c
1510mysys/main.cc
1511mysys/my_new.cpp
1512mysys/raid.cpp
1513mysys/ste5KbMa
1514mysys/test_atomic
1515mysys/test_bitmap
1516mysys/test_charset
1517mysys/test_dir
1518mysys/test_gethwaddr
1519mysys/test_io_cache
1520mysys/test_thr_alarm
1521mysys/test_thr_lock
1522mysys/test_vsnprintf
1523mysys/testhash
1524ndb/bin/DbAsyncGenerator
1525ndb/bin/DbCreate
1526ndb/bin/acid
1527ndb/bin/async-lmc-bench-l-p10.sh
1528ndb/bin/async-lmc-bench-l.sh
1529ndb/bin/async-lmc-bench-p10.sh
1530ndb/bin/async-lmc-bench.sh
1531ndb/bin/atrt
1532ndb/bin/atrt-analyze-result.sh
1533ndb/bin/atrt-clear-result.sh
1534ndb/bin/atrt-gather-result.sh
1535ndb/bin/atrt-setup.sh
1536ndb/bin/bankCreator
1537ndb/bin/bankMakeGL
1538ndb/bin/bankSumAccounts
1539ndb/bin/bankTimer
1540ndb/bin/bankTransactionMaker
1541ndb/bin/bankValidateAllGLs
1542ndb/bin/basicTransporterTest
1543ndb/bin/benchronja
1544ndb/bin/bulk_copy
1545ndb/bin/copy_tab
1546ndb/bin/create_all_tabs
1547ndb/bin/create_index
1548ndb/bin/create_tab
1549ndb/bin/delete_all
1550ndb/bin/desc
1551ndb/bin/drop_all_tabs
1552ndb/bin/drop_index
1553ndb/bin/drop_tab
1554ndb/bin/flexAsynch
1555ndb/bin/flexBench
1556ndb/bin/flexHammer
1557ndb/bin/flexScan
1558ndb/bin/flexTT
1559ndb/bin/hugoCalculator
1560ndb/bin/hugoFill
1561ndb/bin/hugoLoad
1562ndb/bin/hugoLockRecords
1563ndb/bin/hugoPkDelete
1564ndb/bin/hugoPkRead
1565ndb/bin/hugoPkReadRecord
1566ndb/bin/hugoPkUpdate
1567ndb/bin/hugoScanRead
1568ndb/bin/hugoScanUpdate
1569ndb/bin/index
1570ndb/bin/index2
1571ndb/bin/initronja
1572ndb/bin/interpreterInTup
1573ndb/bin/list_tables
1574ndb/bin/make-config.sh
1575ndb/bin/mgmtclient
1576ndb/bin/mgmtsrvr
1577ndb/bin/mkconfig
1578ndb/bin/ndb
1579ndb/bin/ndb_cpcc
1580ndb/bin/ndb_cpcd
1581ndb/bin/ndb_rep
1582ndb/bin/ndbsql
1583ndb/bin/newton_basic
1584ndb/bin/newton_br
1585ndb/bin/newton_pb
1586ndb/bin/newton_perf
1587ndb/bin/perfTransporterTest
1588ndb/bin/printConfig
1589ndb/bin/printSchemafile
1590ndb/bin/printSysfile
1591ndb/bin/redoLogFileReader
1592ndb/bin/restart
1593ndb/bin/restarter
1594ndb/bin/restarter2
1595ndb/bin/restarts
1596ndb/bin/restore
1597ndb/bin/select_all
1598ndb/bin/select_count
1599ndb/bin/telco
1600ndb/bin/testBackup
1601ndb/bin/testBank
1602ndb/bin/testBasic
1603ndb/bin/testBasicAsynch
1604ndb/bin/testCopy
1605ndb/bin/testDataBuffers
1606ndb/bin/testDict
1607ndb/bin/testGrep
1608ndb/bin/testGrepVerify
1609ndb/bin/testIndex
1610ndb/bin/testInterpreter
1611ndb/bin/testKernelDataBuffer
1612ndb/bin/testLongSig
1613ndb/bin/testMgm
1614ndb/bin/testMgmapi
1615ndb/bin/testNdbApi
1616ndb/bin/testNodeRestart
1617ndb/bin/testOIBasic
1618ndb/bin/testOdbcDriver
1619ndb/bin/testOperations
1620ndb/bin/testRestartGci
1621ndb/bin/testScan
1622ndb/bin/testScanInterpreter
1623ndb/bin/testSimplePropertiesSection
1624ndb/bin/testSystemRestart
1625ndb/bin/testTimeout
1626ndb/bin/testTransactions
1627ndb/bin/test_cpcd
1628ndb/bin/test_event
1629ndb/bin/verify_index
1630ndb/bin/waiter
1631ndb/config/autom4te.cache/*
1632ndb/config/config.mk
1633ndb/examples/ndbapi_example1/ndbapi_example1
1634ndb/examples/ndbapi_example2/ndbapi_example2
1635ndb/examples/ndbapi_example3/ndbapi_example3
1636ndb/examples/ndbapi_example5/ndbapi_example5
1637ndb/examples/select_all/select_all
1638ndb/include/ndb_global.h
1639ndb/include/ndb_types.h
1640ndb/include/ndb_version.h
1641ndb/lib/libMGM_API.so
1642ndb/lib/libNDB_API.so
1643ndb/lib/libNDB_ODBC.so
1644ndb/lib/libNEWTON_API.so
1645ndb/lib/libNEWTON_BASICTEST_COMMON.so
1646ndb/lib/libREP_API.so
1647ndb/lib/libndbclient.so
1648ndb/lib/libndbclient_extra.so
1649ndb/src/common/debugger/libtrace.dsp
1650ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
1651ndb/src/common/logger/liblogger.dsp
1652ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
1653ndb/src/common/mgmcommon/printConfig/*.d
1654ndb/src/common/portlib/libportlib.dsp
1655ndb/src/common/transporter/libtransporter.dsp
1656ndb/src/common/util/libgeneral.dsp
1657ndb/src/common/util/testBitmask.cpp
1658ndb/src/cw/cpcd/ndb_cpcd
1659ndb/src/dummy.cpp
1660ndb/src/kernel/blocks/backup/libbackup.dsp
1661ndb/src/kernel/blocks/backup/restore/ndb_restore
1662ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
1663ndb/src/kernel/blocks/dbacc/libdbacc.dsp
1664ndb/src/kernel/blocks/dbdict/libdbdict.dsp
1665ndb/src/kernel/blocks/dbdih/libdbdih.dsp
1666ndb/src/kernel/blocks/dblqh/libdblqh.dsp
1667ndb/src/kernel/blocks/dbtc/libdbtc.dsp
1668ndb/src/kernel/blocks/dbtup/libdbtup.dsp
1669ndb/src/kernel/blocks/dbtux/libdbtux.dsp
1670ndb/src/kernel/blocks/dbutil/libdbutil.dsp
1671ndb/src/kernel/blocks/grep/libgrep.dsp
1672ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
1673ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
1674ndb/src/kernel/blocks/qmgr/libqmgr.dsp
1675ndb/src/kernel/blocks/suma/libsuma.dsp
1676ndb/src/kernel/blocks/trix/libtrix.dsp
1677ndb/src/kernel/error/liberror.dsp
1678ndb/src/kernel/ndbd
1679ndb/src/kernel/ndbd.dsp
1680ndb/src/kernel/vm/libkernel.dsp
1681ndb/src/libndb.ver
1682ndb/src/libndbclient.dsp
1683ndb/src/mgmapi/libmgmapi.dsp
1684ndb/src/mgmclient/libndbmgmclient.dsp
1685ndb/src/mgmclient/ndb_mgm
1686ndb/src/mgmclient/ndb_mgm.dsp
1687ndb/src/mgmclient/test_cpcd/*.d
1688ndb/src/mgmsrv/ndb_mgmd
1689ndb/src/mgmsrv/ndb_mgmd.dsp
1690ndb/src/ndbapi/libndbapi.dsp
1691ndb/test/ndbapi/bank/bankCreator
1692ndb/test/ndbapi/bank/bankMakeGL
1693ndb/test/ndbapi/bank/bankSumAccounts
1694ndb/test/ndbapi/bank/bankTimer
1695ndb/test/ndbapi/bank/bankTransactionMaker
1696ndb/test/ndbapi/bank/bankValidateAllGLs
1697ndb/test/ndbapi/bank/testBank
1698ndb/test/ndbapi/create_all_tabs
1699ndb/test/ndbapi/create_tab
1700ndb/test/ndbapi/drop_all_tabs
1701ndb/test/ndbapi/flexAsynch
1702ndb/test/ndbapi/flexBench
1703ndb/test/ndbapi/flexBench.dsp
1704ndb/test/ndbapi/flexHammer
1705ndb/test/ndbapi/flexTT
1706ndb/test/ndbapi/testBackup
1707ndb/test/ndbapi/testBasic
1708ndb/test/ndbapi/testBasic.dsp
1709ndb/test/ndbapi/testBasicAsynch
1710ndb/test/ndbapi/testBlobs
1711ndb/test/ndbapi/testBlobs.dsp
1712ndb/test/ndbapi/testDataBuffers
1713ndb/test/ndbapi/testDeadlock
1714ndb/test/ndbapi/testDict
1715ndb/test/ndbapi/testIndex
1716ndb/test/ndbapi/testMgm
1717ndb/test/ndbapi/testNdbApi
1718ndb/test/ndbapi/testNodeRestart
1719ndb/test/ndbapi/testOIBasic
1720ndb/test/ndbapi/testOperations
1721ndb/test/ndbapi/testRestartGci
1722ndb/test/ndbapi/testSRBank
1723ndb/test/ndbapi/testScan
1724ndb/test/ndbapi/testScan.dsp
1725ndb/test/ndbapi/testScanInterpreter
1726ndb/test/ndbapi/testScanPerf
1727ndb/test/ndbapi/testSystemRestart
1728ndb/test/ndbapi/testTimeout
1729ndb/test/ndbapi/testTransactions
1730ndb/test/ndbapi/test_event
1731ndb/test/run-test/atrt
1732ndb/test/src/libNDBT.dsp
1733ndb/test/tools/copy_tab
1734ndb/test/tools/create_index
1735ndb/test/tools/hugoCalculator
1736ndb/test/tools/hugoFill
1737ndb/test/tools/hugoLoad
1738ndb/test/tools/hugoLockRecords
1739ndb/test/tools/hugoPkDelete
1740ndb/test/tools/hugoPkRead
1741ndb/test/tools/hugoPkReadRecord
1742ndb/test/tools/hugoPkUpdate
1743ndb/test/tools/hugoScanRead
1744ndb/test/tools/hugoScanUpdate
1745ndb/test/tools/ndb_cpcc
1746ndb/test/tools/restart
1747ndb/test/tools/verify_index
1748ndb/tools/ndb_config
1749ndb/tools/ndb_delete_all
1750ndb/tools/ndb_delete_all.dsp
1751ndb/tools/ndb_desc
1752ndb/tools/ndb_desc.dsp
1753ndb/tools/ndb_drop_index
1754ndb/tools/ndb_drop_index.dsp
1755ndb/tools/ndb_drop_table
1756ndb/tools/ndb_drop_table.dsp
1757ndb/tools/ndb_restore
1758ndb/tools/ndb_select_all
1759ndb/tools/ndb_select_all.dsp
1760ndb/tools/ndb_select_count
1761ndb/tools/ndb_select_count.dsp
1762ndb/tools/ndb_show_tables
1763ndb/tools/ndb_show_tables.dsp
1764ndb/tools/ndb_test_platform
1765ndb/tools/ndb_waiter
1766ndb/tools/ndb_waiter.dsp
1767ndbcluster-1186
1768ndbcluster-1186/SCCS
1769ndbcluster-1186/config.ini
1770ndbcluster-1186/ndb_1.pid
1771ndbcluster-1186/ndb_1_out.log
1772ndbcluster-1186/ndb_1_signal.log
1773ndbcluster-1186/ndb_2.pid
1774ndbcluster-1186/ndb_2_out.log
1775ndbcluster-1186/ndb_2_signal.log
1776ndbcluster-1186/ndb_3.pid
1777ndbcluster-1186/ndb_3_cluster.log
1778ndbcluster-1186/ndb_3_out.log
1779ndbcluster-1186/ndbcluster.pid
1780netware/.deps/libmysqlmain.Po
1781netware/.deps/my_manage.Po
1782netware/.deps/mysql_install_db.Po
1783netware/.deps/mysql_test_run.Po
1784netware/.deps/mysqld_safe.Po
1785netware/init_db.sql
1786netware/libmysql.imp
1787netware/test_db.sql
1788pack_isam/*.ds?
1789perror/*.ds?
1790perror/*.vcproj
1791plugin/fulltext/.deps/mypluglib_la-plugin_example.Plo
1792plugin/fulltext/.libs/mypluglib.lai
1793plugin/fulltext/.libs/mypluglib.so.0
1794plugin/fulltext/.libs/mypluglib.so.0.0.0
1795pstack/.deps/bucomm.Po
1796pstack/.deps/debug.Po
1797pstack/.deps/filemode.Po
1798pstack/.deps/ieee.Po
1799pstack/.deps/linuxthreads.Po
1800pstack/.deps/pstack.Po
1801pstack/.deps/rddbg.Po
1802pstack/.deps/stabs.Po
1803pull.log
1804regex/*.ds?
1805regex/*.vcproj
1806regex/.deps/debug.Po
1807regex/.deps/main.Po
1808regex/.deps/regcomp.Po
1809regex/.deps/regerror.Po
1810regex/.deps/regexec.Po
1811regex/.deps/regfree.Po
1812regex/.deps/reginit.Po
1813regex/.deps/split.Po
1814regex/re
1815repl-tests/test-repl-ts/repl-timestamp.master.reject
1816repl-tests/test-repl/foo-dump-slave.master.
1817repl-tests/test-repl/sum-wlen-slave.master.
1818repl-tests/test-repl/sum-wlen-slave.master.re
1819repl-tests/test-repl/sum-wlen-slave.master.reje
1820replace/*.ds?
1821replace/*.vcproj
1822scripts/comp_sql
1823scripts/fill_func_tables
1824scripts/fill_func_tables.sql
1825scripts/fill_help_tables
1826scripts/fill_help_tables.sql
1827scripts/make_binary_distribution
1828scripts/make_sharedlib_distribution
1829scripts/make_win_binary_distribution
1830scripts/make_win_src_distribution
1831scripts/make_win_src_distribution_old
1832scripts/msql2mysql
1833scripts/mysql_config
1834scripts/mysql_convert_table_format
1835scripts/mysql_create_system_tables
1836scripts/mysql_explain_log
1837scripts/mysql_find_rows
1838scripts/mysql_fix_extensions
1839scripts/mysql_fix_privilege_tables
1840scripts/mysql_fix_privilege_tables.sql
1841scripts/mysql_fix_privilege_tables.sql.rule
1842scripts/mysql_fix_privilege_tables_sql.c
1843scripts/mysql_fix_privilege_tables_sql.c.rule
1844scripts/mysql_install_db
1845scripts/mysql_secure_installation
1846scripts/mysql_setpermission
1847scripts/mysql_tableinfo
1848scripts/mysql_upgrade
1849scripts/mysql_upgrade_shell
1850scripts/mysql_zap
1851scripts/mysqlaccess
1852scripts/mysqlbug
1853scripts/mysqld_multi
1854scripts/mysqld_safe
1855scripts/mysqldumpslow
1856scripts/mysqlhotcopy
1857scripts/mysqlhotcopy.sh.rej
1858scripts/safe_mysqld
1859select_test
1860server-tools/instance-manager/.deps/buffer.Po
1861server-tools/instance-manager/.deps/command.Po
1862server-tools/instance-manager/.deps/commands.Po
1863server-tools/instance-manager/.deps/guardian.Po
1864server-tools/instance-manager/.deps/instance.Po
1865server-tools/instance-manager/.deps/instance_map.Po
1866server-tools/instance-manager/.deps/instance_options.Po
1867server-tools/instance-manager/.deps/liboptions_la-options.Plo
1868server-tools/instance-manager/.deps/liboptions_la-priv.Plo
1869server-tools/instance-manager/.deps/listener.Po
1870server-tools/instance-manager/.deps/log.Po
1871server-tools/instance-manager/.deps/manager.Po
1872server-tools/instance-manager/.deps/messages.Po
1873server-tools/instance-manager/.deps/mysql_connection.Po
1874server-tools/instance-manager/.deps/mysqlmanager.Po
1875server-tools/instance-manager/.deps/net_serv.Po
1876server-tools/instance-manager/.deps/parse.Po
1877server-tools/instance-manager/.deps/parse_output.Po
1878server-tools/instance-manager/.deps/protocol.Po
1879server-tools/instance-manager/.deps/thread_registry.Po
1880server-tools/instance-manager/.deps/user_management_commands.Po
1881server-tools/instance-manager/.deps/user_map.Po
1882server-tools/instance-manager/buffer.cpp
1883server-tools/instance-manager/client.c
1884server-tools/instance-manager/client_settings.h
1885server-tools/instance-manager/command.cpp
1886server-tools/instance-manager/commands.cpp
1887server-tools/instance-manager/errmsg.c
1888server-tools/instance-manager/guardian.cpp
1889server-tools/instance-manager/instance.cpp
1890server-tools/instance-manager/instance_map.cpp
1891server-tools/instance-manager/instance_options.cpp
1892server-tools/instance-manager/listener.cpp
1893server-tools/instance-manager/log.cpp
1894server-tools/instance-manager/manager.cpp
1895server-tools/instance-manager/messages.cpp
1896server-tools/instance-manager/mysql_connection.cpp
1897server-tools/instance-manager/mysqlmanager
1898server-tools/instance-manager/mysqlmanager.cpp
1899server-tools/instance-manager/net_serv.cc
1900server-tools/instance-manager/options.cpp
1901server-tools/instance-manager/parse.cpp
1902server-tools/instance-manager/parse_output.cpp
1903server-tools/instance-manager/priv.cpp
1904server-tools/instance-manager/protocol.cpp
1905server-tools/instance-manager/thr_alarm.c
1906server-tools/instance-manager/thread_registry.cpp
1907server-tools/instance-manager/user_map.cpp
1908sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686
1909sql-bench/bench-count-distinct
1910sql-bench/bench-init.pl
1911sql-bench/compare-results
1912sql-bench/compare-results-all
1913sql-bench/copy-db
1914sql-bench/crash-me
1915sql-bench/gif/*
1916sql-bench/graph-compare-results
1917sql-bench/innotest1
1918sql-bench/innotest1a
1919sql-bench/innotest1b
1920sql-bench/innotest2
1921sql-bench/innotest2a
1922sql-bench/innotest2b
1923sql-bench/output/*
1924sql-bench/run-all-tests
1925sql-bench/server-cfg
1926sql-bench/template.html
1927sql-bench/test-ATIS
1928sql-bench/test-alter-table
1929sql-bench/test-big-tables
1930sql-bench/test-connect
1931sql-bench/test-create
1932sql-bench/test-insert
1933sql-bench/test-select
1934sql-bench/test-transactions
1935sql-bench/test-wisconsin
1936sql/*.cpp
1937sql/*.ds?
1938sql/*.def
1939sql/*.vcproj
1940sql/.deps/client.Po
1941sql/.deps/derror.Po
1942sql/.deps/des_key_file.Po
1943sql/.deps/discover.Po
1944sql/.deps/event_data_objects.Po
1945sql/.deps/event_db_repository.Po
1946sql/.deps/event_queue.Po
1947sql/.deps/event_scheduler.Po
1948sql/.deps/events.Po
1949sql/.deps/field.Po
1950sql/.deps/field_conv.Po
1951sql/.deps/filesort.Po
1952sql/.deps/gen_lex_hash.Po
1953sql/.deps/gstream.Po
1954sql/.deps/ha_berkeley.Po
1955sql/.deps/ha_federated.Po
1956sql/.deps/ha_heap.Po
1957sql/.deps/ha_innodb.Po
1958sql/.deps/ha_myisam.Po
1959sql/.deps/ha_myisammrg.Po
1960sql/.deps/ha_ndbcluster.Po
1961sql/.deps/ha_ndbcluster_binlog.Po
1962sql/.deps/ha_partition.Po
1963sql/.deps/handler.Po
1964sql/.deps/hash_filo.Po
1965sql/.deps/hostname.Po
1966sql/.deps/init.Po
1967sql/.deps/item.Po
1968sql/.deps/item_buff.Po
1969sql/.deps/item_cmpfunc.Po
1970sql/.deps/item_create.Po
1971sql/.deps/item_func.Po
1972sql/.deps/item_geofunc.Po
1973sql/.deps/item_row.Po
1974sql/.deps/item_strfunc.Po
1975sql/.deps/item_subselect.Po
1976sql/.deps/item_sum.Po
1977sql/.deps/item_timefunc.Po
1978sql/.deps/item_uniq.Po
1979sql/.deps/item_xmlfunc.Po
1980sql/.deps/key.Po
1981sql/.deps/lock.Po
1982sql/.deps/log.Po
1983sql/.deps/log_event.Po
1984sql/.deps/mf_iocache.Po
1985sql/.deps/mini_client_errors.Po
1986sql/.deps/my_decimal.Po
1987sql/.deps/my_lock.Po
1988sql/.deps/my_time.Po
1989sql/.deps/my_user.Po
1990sql/.deps/mysql_tzinfo_to_sql.Po
1991sql/.deps/mysqld.Po
1992sql/.deps/net_serv.Po
1993sql/.deps/opt_range.Po
1994sql/.deps/opt_sum.Po
1995sql/.deps/pack.Po
1996sql/.deps/parse_file.Po
1997sql/.deps/partition_info.Po
1998sql/.deps/password.Po
1999sql/.deps/procedure.Po
2000sql/.deps/protocol.Po
2001sql/.deps/records.Po
2002sql/.deps/repl_failsafe.Po
2003sql/.deps/rpl_filter.Po
2004sql/.deps/rpl_injector.Po
2005sql/.deps/rpl_tblmap.Po
2006sql/.deps/set_var.Po
2007sql/.deps/slave.Po
2008sql/.deps/sp.Po
2009sql/.deps/sp_cache.Po
2010sql/.deps/sp_head.Po
2011sql/.deps/sp_pcontext.Po
2012sql/.deps/sp_rcontext.Po
2013sql/.deps/spatial.Po
2014sql/.deps/sql_acl.Po
2015sql/.deps/sql_analyse.Po
2016sql/.deps/sql_base.Po
2017sql/.deps/sql_binlog.Po
2018sql/.deps/sql_builtin.Po
2019sql/.deps/sql_cache.Po
2020sql/.deps/sql_class.Po
2021sql/.deps/sql_client.Po
2022sql/.deps/sql_crypt.Po
2023sql/.deps/sql_cursor.Po
2024sql/.deps/sql_db.Po
2025sql/.deps/sql_delete.Po
2026sql/.deps/sql_truncate.Po
2027sql/.deps/sql_reload.Po
2028sql/.deps/datadict.Po
2029sql/.deps/sql_derived.Po
2030sql/.deps/sql_do.Po
2031sql/.deps/sql_error.Po
2032sql/.deps/sql_handler.Po
2033sql/.deps/sql_help.Po
2034sql/.deps/sql_insert.Po
2035sql/.deps/sql_lex.Po
2036sql/.deps/sql_list.Po
2037sql/.deps/sql_load.Po
2038sql/.deps/sql_manager.Po
2039sql/.deps/sql_map.Po
2040sql/.deps/sql_olap.Po
2041sql/.deps/sql_parse.Po
2042sql/.deps/sql_partition.Po
2043sql/.deps/sql_plugin.Po
2044sql/.deps/sql_prepare.Po
2045sql/.deps/sql_rename.Po
2046sql/.deps/sql_repl.Po
2047sql/.deps/sql_select.Po
2048sql/.deps/sql_show.Po
2049sql/.deps/sql_state.Po
2050sql/.deps/sql_string.Po
2051sql/.deps/sql_table.Po
2052sql/.deps/sql_tablespace.Po
2053sql/.deps/sql_test.Po
2054sql/.deps/sql_trigger.Po
2055sql/.deps/sql_udf.Po
2056sql/.deps/sql_union.Po
2057sql/.deps/sql_update.Po
2058sql/.deps/sql_view.Po
2059sql/.deps/sql_yacc.Po
2060sql/.deps/stacktrace.Po
2061sql/.deps/strfunc.Po
2062sql/.deps/table.Po
2063sql/.deps/thr_malloc.Po
2064sql/.deps/time.Po
2065sql/.deps/tztime.Po
2066sql/.deps/udf_example.Plo
2067sql/.deps/uniques.Po
2068sql/.deps/unireg.Po
2069sql/.gdbinit
2070sql/.libs/udf_example.lai
2071sql/.libs/udf_example.so.0
2072sql/.libs/udf_example.so.0.0.0
2073sql/client.c
2074sql/cmake_dummy.cc
2075sql/Doxyfile
2076sql/cscope.out
2077sql/f.c
2078sql/gen_lex_hash
2079sql/gmon.out
2080sql/handlerton.cc
2081sql/html
2082sql/latex
2083sql/lex_hash.h
2084sql/lex_hash.h.rule
2085sql/link_sources
2086sql/max/*
2087sql/message.h
2088sql/message.mc
2089sql/message.rc
2090sql/mini_client_errors.c
2091sql/my_time.c
2092sql/my_user.c
2093sql/mysql_tzinfo_to_sql
2094sql/mysql_tzinfo_to_sql.cc
2095sql/mysql_tzinfo_to_sql_tztime.cc
2096sql/mysqlbinlog
2097sql/mysqld
2098sql/mysqld-purecov
2099sql/mysqld-purify
2100sql/mysqld-quantify
2101sql/new.cc
2102sql/pack.c
2103sql/safe_to_cache_query.txt
2104sql/share/*.sys
2105sql/share/charsets/gmon.out
2106sql/share/fixerrmsg.pl
2107sql/share/gmon.out
2108sql/share/iso639-2.txt
2109sql/share/mysql
2110sql/share/norwegian-ny/errmsg.sys
2111sql/share/norwegian/errmsg.sys
2112sql/sql_builtin.cc
2113sql/sql_select.cc.orig
2114sql/sql_yacc.cc
2115sql/sql_yacc.h
2116sql/sql_yacc.h.rule
2117sql/sql_yacc.output
2118sql/sql_yacc.yy.orig
2119sql/test_time
2120sql/udf_example.so
2121sql_error.cc
2122sql_prepare.cc
2123stamp-h
2124stamp-h.in
2125stamp-h1
2126stamp-h1.in
2127stamp-h2
2128stamp-h2.in
2129stamp-h3
2130stamp-h4
2131start_mysqld.sh
2132storage/archive/.deps/archive_test-archive_test.Po
2133storage/archive/.deps/archive_test-azio.Po
2134storage/archive/.deps/ha_archive_la-azio.Plo
2135storage/archive/.deps/ha_archive_la-ha_archive.Plo
2136storage/archive/.deps/libarchive_a-azio.Po
2137storage/archive/.deps/libarchive_a-ha_archive.Po
2138storage/archive/archive_reader
2139storage/archive/archive_test
2140storage/bdb/*.ds?
2141storage/bdb/*.vcproj
2142storage/bdb/README
2143storage/bdb/btree/btree_auto.c
2144storage/bdb/btree/btree_autop.c
2145storage/bdb/build_unix/*
2146storage/bdb/build_vxworks/BerkeleyDB20.wpj
2147storage/bdb/build_vxworks/BerkeleyDB20small.wpj
2148storage/bdb/build_vxworks/BerkeleyDB22.wpj
2149storage/bdb/build_vxworks/BerkeleyDB22small.wpj
2150storage/bdb/build_vxworks/db.h
2151storage/bdb/build_vxworks/db_config.h
2152storage/bdb/build_vxworks/db_config_small.h
2153storage/bdb/build_vxworks/db_deadlock/db_deadlock20.wpj
2154storage/bdb/build_vxworks/db_deadlock/db_deadlock22.wpj
2155storage/bdb/build_vxworks/db_int.h
2156storage/bdb/build_vxworks/dbdemo/dbdemo.c
2157storage/bdb/build_vxworks/dbdemo/dbdemo20.wpj
2158storage/bdb/build_vxworks/dbdemo/dbdemo22.wpj
2159storage/bdb/build_win32/*.dsp
2160storage/bdb/build_win32/*.h
2161storage/bdb/build_win32/db.h
2162storage/bdb/build_win32/db_archive.dsp
2163storage/bdb/build_win32/db_checkpoint.dsp
2164storage/bdb/build_win32/db_config.h
2165storage/bdb/build_win32/db_cxx.h
2166storage/bdb/build_win32/db_deadlock.dsp
2167storage/bdb/build_win32/db_dll.dsp
2168storage/bdb/build_win32/db_dump.dsp
2169storage/bdb/build_win32/db_int.h
2170storage/bdb/build_win32/db_java.dsp
2171storage/bdb/build_win32/db_load.dsp
2172storage/bdb/build_win32/db_perf.dsp
2173storage/bdb/build_win32/db_printlog.dsp
2174storage/bdb/build_win32/db_recover.dsp
2175storage/bdb/build_win32/db_stat.dsp
2176storage/bdb/build_win32/db_static.dsp
2177storage/bdb/build_win32/db_tcl.dsp
2178storage/bdb/build_win32/db_test.dsp
2179storage/bdb/build_win32/db_upgrade.dsp
2180storage/bdb/build_win32/db_verify.dsp
2181storage/bdb/build_win32/ex_access.dsp
2182storage/bdb/build_win32/ex_btrec.dsp
2183storage/bdb/build_win32/ex_env.dsp
2184storage/bdb/build_win32/ex_lock.dsp
2185storage/bdb/build_win32/ex_mpool.dsp
2186storage/bdb/build_win32/ex_tpcb.dsp
2187storage/bdb/build_win32/excxx_access.dsp
2188storage/bdb/build_win32/excxx_btrec.dsp
2189storage/bdb/build_win32/excxx_env.dsp
2190storage/bdb/build_win32/excxx_lock.dsp
2191storage/bdb/build_win32/excxx_mpool.dsp
2192storage/bdb/build_win32/excxx_tpcb.dsp
2193storage/bdb/build_win32/include.tcl
2194storage/bdb/build_win32/libdb.def
2195storage/bdb/build_win32/libdb.rc
2196storage/bdb/build_win64/*.dsp
2197storage/bdb/build_win64/*.dsw
2198storage/bdb/build_win64/*.h
2199storage/bdb/db/crdel_auto.c
2200storage/bdb/db/crdel_autop.c
2201storage/bdb/db/db_auto.c
2202storage/bdb/db/db_autop.c
2203storage/bdb/dbinc_auto/*.*
2204storage/bdb/dbreg/dbreg_auto.c
2205storage/bdb/dbreg/dbreg_autop.c
2206storage/bdb/dist/autom4te-2.53.cache/*
2207storage/bdb/dist/autom4te-2.53.cache/output.0
2208storage/bdb/dist/autom4te-2.53.cache/requests
2209storage/bdb/dist/autom4te-2.53.cache/traces.0
2210storage/bdb/dist/autom4te.cache/*
2211storage/bdb/dist/autom4te.cache/output.0
2212storage/bdb/dist/autom4te.cache/requests
2213storage/bdb/dist/autom4te.cache/traces.0
2214storage/bdb/dist/config.hin
2215storage/bdb/dist/configure
2216storage/bdb/dist/tags
2217storage/bdb/dist/template/db_server_proc
2218storage/bdb/dist/template/gen_client_ret
2219storage/bdb/dist/template/rec_btree
2220storage/bdb/dist/template/rec_crdel
2221storage/bdb/dist/template/rec_db
2222storage/bdb/dist/template/rec_dbreg
2223storage/bdb/dist/template/rec_fileops
2224storage/bdb/dist/template/rec_hash
2225storage/bdb/dist/template/rec_log
2226storage/bdb/dist/template/rec_qam
2227storage/bdb/dist/template/rec_txn
2228storage/bdb/examples_c/ex_apprec/ex_apprec_auto.c
2229storage/bdb/examples_c/ex_apprec/ex_apprec_auto.h
2230storage/bdb/examples_c/ex_apprec/ex_apprec_template
2231storage/bdb/examples_java
2232storage/bdb/fileops/fileops_auto.c
2233storage/bdb/fileops/fileops_autop.c
2234storage/bdb/hash/hash_auto.c
2235storage/bdb/hash/hash_autop.c
2236storage/bdb/include/btree_auto.h
2237storage/bdb/include/btree_ext.h
2238storage/bdb/include/clib_ext.h
2239storage/bdb/include/common_ext.h
2240storage/bdb/include/crdel_auto.h
2241storage/bdb/include/db_auto.h
2242storage/bdb/include/db_ext.h
2243storage/bdb/include/db_server.h
2244storage/bdb/include/env_ext.h
2245storage/bdb/include/gen_client_ext.h
2246storage/bdb/include/gen_server_ext.h
2247storage/bdb/include/hash_auto.h
2248storage/bdb/include/hash_ext.h
2249storage/bdb/include/lock_ext.h
2250storage/bdb/include/log_auto.h
2251storage/bdb/include/log_ext.h
2252storage/bdb/include/mp_ext.h
2253storage/bdb/include/mutex_ext.h
2254storage/bdb/include/os_ext.h
2255storage/bdb/include/qam_auto.h
2256storage/bdb/include/qam_ext.h
2257storage/bdb/include/rpc_client_ext.h
2258storage/bdb/include/rpc_server_ext.h
2259storage/bdb/include/tcl_ext.h
2260storage/bdb/include/txn_auto.h
2261storage/bdb/include/txn_ext.h
2262storage/bdb/include/xa_ext.h
2263storage/bdb/java/src/com/sleepycat/db/Db.java
2264storage/bdb/java/src/com/sleepycat/db/DbBtreeStat.java
2265storage/bdb/java/src/com/sleepycat/db/DbConstants.java
2266storage/bdb/java/src/com/sleepycat/db/DbHashStat.java
2267storage/bdb/java/src/com/sleepycat/db/DbLockStat.java
2268storage/bdb/java/src/com/sleepycat/db/DbLogStat.java
2269storage/bdb/java/src/com/sleepycat/db/DbMpoolFStat.java
2270storage/bdb/java/src/com/sleepycat/db/DbQueueStat.java
2271storage/bdb/java/src/com/sleepycat/db/DbRepStat.java
2272storage/bdb/java/src/com/sleepycat/db/DbTxnStat.java
2273storage/bdb/libdb_java/java_stat_auto.c
2274storage/bdb/libdb_java/java_stat_auto.h
2275storage/bdb/libdb_java/java_util.i
2276storage/bdb/log/log_auto.c
2277storage/bdb/qam/qam_auto.c
2278storage/bdb/qam/qam_autop.c
2279storage/bdb/rep/rep_auto.c
2280storage/bdb/rep/rep_autop.c
2281storage/bdb/rpc_client/db_server_clnt.c
2282storage/bdb/rpc_client/gen_client.c
2283storage/bdb/rpc_server/c/db_server_proc.c
2284storage/bdb/rpc_server/c/db_server_proc.sed
2285storage/bdb/rpc_server/c/db_server_svc.c
2286storage/bdb/rpc_server/c/db_server_xdr.c
2287storage/bdb/rpc_server/c/gen_db_server.c
2288storage/bdb/rpc_server/db_server.x
2289storage/bdb/rpc_server/db_server_proc.sed
2290storage/bdb/rpc_server/db_server_svc.c
2291storage/bdb/rpc_server/db_server_xdr.c
2292storage/bdb/rpc_server/gen_db_server.c
2293storage/bdb/test/TESTS
2294storage/bdb/test/include.tcl
2295storage/bdb/test/logtrack.list
2296storage/bdb/txn/txn_auto.c
2297storage/bdb/txn/txn_autop.c
2298storage/blackhole/.deps/ha_blackhole_la-ha_blackhole.Plo
2299storage/blackhole/.deps/libblackhole_a-ha_blackhole.Po
2300storage/csv/.deps/ha_csv_la-ha_tina.Plo
2301storage/csv/.deps/libcsv_a-ha_tina.Po
2302storage/example/.deps/ha_example_la-ha_example.Plo
2303storage/example/.deps/libexample_a-ha_example.Po
2304storage/heap/.deps/_check.Po
2305storage/heap/.deps/_rectest.Po
2306storage/heap/.deps/hp_block.Po
2307storage/heap/.deps/hp_clear.Po
2308storage/heap/.deps/hp_close.Po
2309storage/heap/.deps/hp_create.Po
2310storage/heap/.deps/hp_delete.Po
2311storage/heap/.deps/hp_extra.Po
2312storage/heap/.deps/hp_hash.Po
2313storage/heap/.deps/hp_info.Po
2314storage/heap/.deps/hp_open.Po
2315storage/heap/.deps/hp_panic.Po
2316storage/heap/.deps/hp_rename.Po
2317storage/heap/.deps/hp_rfirst.Po
2318storage/heap/.deps/hp_rkey.Po
2319storage/heap/.deps/hp_rlast.Po
2320storage/heap/.deps/hp_rnext.Po
2321storage/heap/.deps/hp_rprev.Po
2322storage/heap/.deps/hp_rrnd.Po
2323storage/heap/.deps/hp_rsame.Po
2324storage/heap/.deps/hp_scan.Po
2325storage/heap/.deps/hp_static.Po
2326storage/heap/.deps/hp_test1.Po
2327storage/heap/.deps/hp_test2.Po
2328storage/heap/.deps/hp_update.Po
2329storage/heap/.deps/hp_write.Po
2330storage/heap/hp_test1
2331storage/heap/hp_test2
2332storage/innobase/autom4te-2.53.cache/*
2333storage/innobase/autom4te-2.53.cache/output.0
2334storage/innobase/autom4te-2.53.cache/requests
2335storage/innobase/autom4te-2.53.cache/traces.0
2336storage/innobase/autom4te.cache/*
2337storage/innobase/autom4te.cache/output.0
2338storage/innobase/autom4te.cache/requests
2339storage/innobase/autom4te.cache/traces.0
2340storage/innobase/btr/.deps/btr0btr.Po
2341storage/innobase/btr/.deps/btr0cur.Po
2342storage/innobase/btr/.deps/btr0pcur.Po
2343storage/innobase/btr/.deps/btr0sea.Po
2344storage/innobase/buf/.deps/buf0buf.Po
2345storage/innobase/buf/.deps/buf0flu.Po
2346storage/innobase/buf/.deps/buf0lru.Po
2347storage/innobase/buf/.deps/buf0rea.Po
2348storage/innobase/configure.lineno
2349storage/innobase/conftest.s1
2350storage/innobase/conftest.subs
2351storage/innobase/data/.deps/data0data.Po
2352storage/innobase/data/.deps/data0type.Po
2353storage/innobase/dict/.deps/dict0boot.Po
2354storage/innobase/dict/.deps/dict0crea.Po
2355storage/innobase/dict/.deps/dict0dict.Po
2356storage/innobase/dict/.deps/dict0load.Po
2357storage/innobase/dict/.deps/dict0mem.Po
2358storage/innobase/dyn/.deps/dyn0dyn.Po
2359storage/innobase/eval/.deps/eval0eval.Po
2360storage/innobase/eval/.deps/eval0proc.Po
2361storage/innobase/fil/.deps/fil0fil.Po
2362storage/innobase/fsp/.deps/fsp0fsp.Po
2363storage/innobase/fut/.deps/fut0fut.Po
2364storage/innobase/fut/.deps/fut0lst.Po
2365storage/innobase/ha/.deps/ha0ha.Po
2366storage/innobase/ha/.deps/hash0hash.Po
2367storage/innobase/ib_config.h
2368storage/innobase/ib_config.h.in
2369storage/innobase/ibuf/.deps/ibuf0ibuf.Po
2370storage/innobase/lock/.deps/lock0lock.Po
2371storage/innobase/log/.deps/log0log.Po
2372storage/innobase/log/.deps/log0recv.Po
2373storage/innobase/mach/.deps/mach0data.Po
2374storage/innobase/mem/.deps/mem0mem.Po
2375storage/innobase/mem/.deps/mem0pool.Po
2376storage/innobase/mkinstalldirs
2377storage/innobase/mtr/.deps/mtr0log.Po
2378storage/innobase/mtr/.deps/mtr0mtr.Po
2379storage/innobase/os/.deps/os0file.Po
2380storage/innobase/os/.deps/os0proc.Po
2381storage/innobase/os/.deps/os0sync.Po
2382storage/innobase/os/.deps/os0thread.Po
2383storage/innobase/page/.deps/page0cur.Po
2384storage/innobase/page/.deps/page0page.Po
2385storage/innobase/pars/.deps/lexyy.Po
2386storage/innobase/pars/.deps/pars0grm.Po
2387storage/innobase/pars/.deps/pars0opt.Po
2388storage/innobase/pars/.deps/pars0pars.Po
2389storage/innobase/pars/.deps/pars0sym.Po
2390storage/innobase/que/.deps/que0que.Po
2391storage/innobase/read/.deps/read0read.Po
2392storage/innobase/rem/.deps/rem0cmp.Po
2393storage/innobase/rem/.deps/rem0rec.Po
2394storage/innobase/row/.deps/row0ins.Po
2395storage/innobase/row/.deps/row0mysql.Po
2396storage/innobase/row/.deps/row0purge.Po
2397storage/innobase/row/.deps/row0row.Po
2398storage/innobase/row/.deps/row0sel.Po
2399storage/innobase/row/.deps/row0uins.Po
2400storage/innobase/row/.deps/row0umod.Po
2401storage/innobase/row/.deps/row0undo.Po
2402storage/innobase/row/.deps/row0upd.Po
2403storage/innobase/row/.deps/row0vers.Po
2404storage/innobase/srv/.deps/srv0que.Po
2405storage/innobase/srv/.deps/srv0srv.Po
2406storage/innobase/srv/.deps/srv0start.Po
2407storage/innobase/stamp-h1
2408storage/innobase/sync/.deps/sync0arr.Po
2409storage/innobase/sync/.deps/sync0rw.Po
2410storage/innobase/sync/.deps/sync0sync.Po
2411storage/innobase/thr/.deps/thr0loc.Po
2412storage/innobase/trx/.deps/trx0purge.Po
2413storage/innobase/trx/.deps/trx0rec.Po
2414storage/innobase/trx/.deps/trx0roll.Po
2415storage/innobase/trx/.deps/trx0rseg.Po
2416storage/innobase/trx/.deps/trx0sys.Po
2417storage/innobase/trx/.deps/trx0trx.Po
2418storage/innobase/trx/.deps/trx0undo.Po
2419storage/innobase/usr/.deps/usr0sess.Po
2420storage/innobase/ut/.deps/ut0byte.Po
2421storage/innobase/ut/.deps/ut0dbg.Po
2422storage/innobase/ut/.deps/ut0list.Po
2423storage/innobase/ut/.deps/ut0mem.Po
2424storage/innobase/ut/.deps/ut0rnd.Po
2425storage/innobase/ut/.deps/ut0ut.Po
2426storage/innobase/ut/.deps/ut0vec.Po
2427storage/innobase/ut/.deps/ut0wqueue.Po
2428storage/myisam/.deps/ft_boolean_search.Po
2429storage/myisam/.deps/ft_nlq_search.Po
2430storage/myisam/.deps/ft_parser.Po
2431storage/myisam/.deps/ft_static.Po
2432storage/myisam/.deps/ft_stopwords.Po
2433storage/myisam/.deps/ft_update.Po
2434storage/myisam/.deps/mi_cache.Po
2435storage/myisam/.deps/mi_changed.Po
2436storage/myisam/.deps/mi_check.Po
2437storage/myisam/.deps/mi_checksum.Po
2438storage/myisam/.deps/mi_close.Po
2439storage/myisam/.deps/mi_create.Po
2440storage/myisam/.deps/mi_dbug.Po
2441storage/myisam/.deps/mi_delete.Po
2442storage/myisam/.deps/mi_delete_all.Po
2443storage/myisam/.deps/mi_delete_table.Po
2444storage/myisam/.deps/mi_dynrec.Po
2445storage/myisam/.deps/mi_extra.Po
2446storage/myisam/.deps/mi_info.Po
2447storage/myisam/.deps/mi_key.Po
2448storage/myisam/.deps/mi_keycache.Po
2449storage/myisam/.deps/mi_locking.Po
2450storage/myisam/.deps/mi_log.Po
2451storage/myisam/.deps/mi_open.Po
2452storage/myisam/.deps/mi_packrec.Po
2453storage/myisam/.deps/mi_page.Po
2454storage/myisam/.deps/mi_panic.Po
2455storage/myisam/.deps/mi_preload.Po
2456storage/myisam/.deps/mi_range.Po
2457storage/myisam/.deps/mi_rename.Po
2458storage/myisam/.deps/mi_rfirst.Po
2459storage/myisam/.deps/mi_rkey.Po
2460storage/myisam/.deps/mi_rlast.Po
2461storage/myisam/.deps/mi_rnext.Po
2462storage/myisam/.deps/mi_rnext_same.Po
2463storage/myisam/.deps/mi_rprev.Po
2464storage/myisam/.deps/mi_rrnd.Po
2465storage/myisam/.deps/mi_rsame.Po
2466storage/myisam/.deps/mi_rsamepos.Po
2467storage/myisam/.deps/mi_scan.Po
2468storage/myisam/.deps/mi_search.Po
2469storage/myisam/.deps/mi_static.Po
2470storage/myisam/.deps/mi_statrec.Po
2471storage/myisam/.deps/mi_test1.Po
2472storage/myisam/.deps/mi_test2.Po
2473storage/myisam/.deps/mi_test3.Po
2474storage/myisam/.deps/mi_unique.Po
2475storage/myisam/.deps/mi_update.Po
2476storage/myisam/.deps/mi_write.Po
2477storage/myisam/.deps/myisam_ftdump.Po
2478storage/myisam/.deps/myisamchk.Po
2479storage/myisam/.deps/myisamlog.Po
2480storage/myisam/.deps/myisampack.Po
2481storage/myisam/.deps/rt_index.Po
2482storage/myisam/.deps/rt_key.Po
2483storage/myisam/.deps/rt_mbr.Po
2484storage/myisam/.deps/rt_split.Po
2485storage/myisam/.deps/rt_test.Po
2486storage/myisam/.deps/sort.Po
2487storage/myisam/.deps/sp_key.Po
2488storage/myisam/.deps/sp_test.Po
2489storage/myisam/FT1.MYD
2490storage/myisam/FT1.MYI
2491storage/myisam/ft_dump
2492storage/myisam/ft_eval
2493storage/myisam/ft_test1
2494storage/myisam/ftbench/data
2495storage/myisam/ftbench/t
2496storage/myisam/ftbench/var/*
2497storage/myisam/mi_test1
2498storage/myisam/mi_test2
2499storage/myisam/mi_test3
2500storage/myisam/mi_test_all
2501storage/myisam/myisam.log
2502storage/myisam/myisam_ftdump
2503storage/myisam/myisamchk
2504storage/myisam/myisamlog
2505storage/myisam/myisampack
2506storage/myisam/rt_test
2507storage/myisam/rt_test.MYD
2508storage/myisam/rt_test.MYI
2509storage/myisam/sp_test
2510storage/myisam/test1.MYD
2511storage/myisam/test1.MYI
2512storage/myisam/test2.MYD
2513storage/myisam/test2.MYI
2514storage/myisammrg/.deps/myrg_close.Po
2515storage/myisammrg/.deps/myrg_create.Po
2516storage/myisammrg/.deps/myrg_delete.Po
2517storage/myisammrg/.deps/myrg_extra.Po
2518storage/myisammrg/.deps/myrg_info.Po
2519storage/myisammrg/.deps/myrg_locking.Po
2520storage/myisammrg/.deps/myrg_open.Po
2521storage/myisammrg/.deps/myrg_panic.Po
2522storage/myisammrg/.deps/myrg_queue.Po
2523storage/myisammrg/.deps/myrg_range.Po
2524storage/myisammrg/.deps/myrg_rfirst.Po
2525storage/myisammrg/.deps/myrg_rkey.Po
2526storage/myisammrg/.deps/myrg_rlast.Po
2527storage/myisammrg/.deps/myrg_rnext.Po
2528storage/myisammrg/.deps/myrg_rnext_same.Po
2529storage/myisammrg/.deps/myrg_rprev.Po
2530storage/myisammrg/.deps/myrg_rrnd.Po
2531storage/myisammrg/.deps/myrg_rsame.Po
2532storage/myisammrg/.deps/myrg_static.Po
2533storage/myisammrg/.deps/myrg_update.Po
2534storage/myisammrg/.deps/myrg_write.Po
2535storage/ndb/bin/DbAsyncGenerator
2536storage/ndb/bin/DbCreate
2537storage/ndb/bin/acid
2538storage/ndb/bin/async-lmc-bench-l-p10.sh
2539storage/ndb/bin/async-lmc-bench-l.sh
2540storage/ndb/bin/async-lmc-bench-p10.sh
2541storage/ndb/bin/async-lmc-bench.sh
2542storage/ndb/bin/atrt
2543storage/ndb/bin/atrt-analyze-result.sh
2544storage/ndb/bin/atrt-clear-result.sh
2545storage/ndb/bin/atrt-gather-result.sh
2546storage/ndb/bin/atrt-setup.sh
2547storage/ndb/bin/bankCreator
2548storage/ndb/bin/bankMakeGL
2549storage/ndb/bin/bankSumAccounts
2550storage/ndb/bin/bankTimer
2551storage/ndb/bin/bankTransactionMaker
2552storage/ndb/bin/bankValidateAllGLs
2553storage/ndb/bin/basicTransporterTest
2554storage/ndb/bin/benchronja
2555storage/ndb/bin/bulk_copy
2556storage/ndb/bin/copy_tab
2557storage/ndb/bin/create_all_tabs
2558storage/ndb/bin/create_index
2559storage/ndb/bin/create_tab
2560storage/ndb/bin/delete_all
2561storage/ndb/bin/desc
2562storage/ndb/bin/drop_all_tabs
2563storage/ndb/bin/drop_index
2564storage/ndb/bin/drop_tab
2565storage/ndb/bin/flexAsynch
2566storage/ndb/bin/flexBench
2567storage/ndb/bin/flexHammer
2568storage/ndb/bin/flexScan
2569storage/ndb/bin/flexTT
2570storage/ndb/bin/hugoCalculator
2571storage/ndb/bin/hugoFill
2572storage/ndb/bin/hugoLoad
2573storage/ndb/bin/hugoLockRecords
2574storage/ndb/bin/hugoPkDelete
2575storage/ndb/bin/hugoPkRead
2576storage/ndb/bin/hugoPkReadRecord
2577storage/ndb/bin/hugoPkUpdate
2578storage/ndb/bin/hugoScanRead
2579storage/ndb/bin/hugoScanUpdate
2580storage/ndb/bin/index
2581storage/ndb/bin/index2
2582storage/ndb/bin/initronja
2583storage/ndb/bin/interpreterInTup
2584storage/ndb/bin/list_tables
2585storage/ndb/bin/make-config.sh
2586storage/ndb/bin/mgmtclient
2587storage/ndb/bin/mgmtsrvr
2588storage/ndb/bin/mkconfig
2589storage/ndb/bin/ndb
2590storage/ndb/bin/ndb_cpcc
2591storage/ndb/bin/ndb_cpcd
2592storage/ndb/bin/ndb_rep
2593storage/ndb/bin/ndbsql
2594storage/ndb/bin/newton_basic
2595storage/ndb/bin/newton_br
2596storage/ndb/bin/newton_pb
2597storage/ndb/bin/newton_perf
2598storage/ndb/bin/perfTransporterTest
2599storage/ndb/bin/printConfig
2600storage/ndb/bin/printSchemafile
2601storage/ndb/bin/printSysfile
2602storage/ndb/bin/redoLogFileReader
2603storage/ndb/bin/restart
2604storage/ndb/bin/restarter
2605storage/ndb/bin/restarter2
2606storage/ndb/bin/restarts
2607storage/ndb/bin/restore
2608storage/ndb/bin/select_all
2609storage/ndb/bin/select_count
2610storage/ndb/bin/telco
2611storage/ndb/bin/testBackup
2612storage/ndb/bin/testBank
2613storage/ndb/bin/testBasic
2614storage/ndb/bin/testBasicAsynch
2615storage/ndb/bin/testCopy
2616storage/ndb/bin/testDataBuffers
2617storage/ndb/bin/testDict
2618storage/ndb/bin/testGrep
2619storage/ndb/bin/testGrepVerify
2620storage/ndb/bin/testIndex
2621storage/ndb/bin/testInterpreter
2622storage/ndb/bin/testKernelDataBuffer
2623storage/ndb/bin/testLongSig
2624storage/ndb/bin/testMgm
2625storage/ndb/bin/testMgmapi
2626storage/ndb/bin/testNdbApi
2627storage/ndb/bin/testNodeRestart
2628storage/ndb/bin/testOIBasic
2629storage/ndb/bin/testOdbcDriver
2630storage/ndb/bin/testOperations
2631storage/ndb/bin/testRestartGci
2632storage/ndb/bin/testScan
2633storage/ndb/bin/testScanInterpreter
2634storage/ndb/bin/testSimplePropertiesSection
2635storage/ndb/bin/testSystemRestart
2636storage/ndb/bin/testTimeout
2637storage/ndb/bin/testTransactions
2638storage/ndb/bin/test_cpcd
2639storage/ndb/bin/test_event
2640storage/ndb/bin/verify_index
2641storage/ndb/bin/waiter
2642storage/ndb/config/autom4te.cache/*
2643storage/ndb/config/config.mk
2644storage/ndb/examples/ndbapi_example1/ndbapi_example1
2645storage/ndb/examples/ndbapi_example2/ndbapi_example2
2646storage/ndb/examples/ndbapi_example3/ndbapi_example3
2647storage/ndb/examples/ndbapi_example5/ndbapi_example5
2648storage/ndb/examples/select_all/select_all
2649storage/ndb/include/ndb_global.h
2650storage/ndb/include/ndb_types.h
2651storage/ndb/include/ndb_version.h
2652storage/ndb/lib/libMGM_API.so
2653storage/ndb/lib/libNDB_API.so
2654storage/ndb/lib/libNDB_ODBC.so
2655storage/ndb/lib/libNEWTON_API.so
2656storage/ndb/lib/libNEWTON_BASICTEST_COMMON.so
2657storage/ndb/lib/libREP_API.so
2658storage/ndb/lib/libndbclient.so
2659storage/ndb/lib/libndbclient_extra.so
2660storage/ndb/ndbapi-examples/mgmapi_logevent/mgmapi_logevent
2661storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2
2662storage/ndb/ndbapi-examples/ndbapi_async/ndbapi_async
2663storage/ndb/ndbapi-examples/ndbapi_async1/ndbapi_async1
2664storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event
2665storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries
2666storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan
2667storage/ndb/ndbapi-examples/ndbapi_simple/ndbapi_simple
2668storage/ndb/ndbapi-examples/ndbapi_simple_dual/ndbapi_simple_dual
2669storage/ndb/ndbapi-examples/ndbapi_simple_index/ndbapi_simple_index
2670storage/ndb/src/common/debugger/libtrace.dsp
2671storage/ndb/src/common/debugger/signaldata/libsignaldataprint.dsp
2672storage/ndb/src/common/logger/liblogger.dsp
2673storage/ndb/src/common/mgmcommon/libmgmsrvcommon.dsp
2674storage/ndb/src/common/mgmcommon/printConfig/*.d
2675storage/ndb/src/common/portlib/libportlib.dsp
2676storage/ndb/src/common/transporter/libtransporter.dsp
2677storage/ndb/src/common/util/libgeneral.dsp
2678storage/ndb/src/common/util/testBitmask.cpp
2679storage/ndb/src/cw/cpcd/ndb_cpcd
2680storage/ndb/src/dummy.cpp
2681storage/ndb/src/kernel/blocks/backup/libbackup.dsp
2682storage/ndb/src/kernel/blocks/backup/ndb_print_backup_file
2683storage/ndb/src/kernel/blocks/backup/restore/ndb_restore
2684storage/ndb/src/kernel/blocks/cmvmi/libcmvmi.dsp
2685storage/ndb/src/kernel/blocks/dbacc/libdbacc.dsp
2686storage/ndb/src/kernel/blocks/dbdict/libdbdict.dsp
2687storage/ndb/src/kernel/blocks/dbdict/ndb_print_schema_file
2688storage/ndb/src/kernel/blocks/dbdih/libdbdih.dsp
2689storage/ndb/src/kernel/blocks/dbdih/ndb_print_sys_file
2690storage/ndb/src/kernel/blocks/dblqh/libdblqh.dsp
2691storage/ndb/src/kernel/blocks/dbtc/libdbtc.dsp
2692storage/ndb/src/kernel/blocks/dbtup/libdbtup.dsp
2693storage/ndb/src/kernel/blocks/dbtup/test_varpage
2694storage/ndb/src/kernel/blocks/dbtux/libdbtux.dsp
2695storage/ndb/src/kernel/blocks/dbutil/libdbutil.dsp
2696storage/ndb/src/kernel/blocks/grep/libgrep.dsp
2697storage/ndb/src/kernel/blocks/ndb_print_file
2698storage/ndb/src/kernel/blocks/ndbcntr/libndbcntr.dsp
2699storage/ndb/src/kernel/blocks/ndbfs/libndbfs.dsp
2700storage/ndb/src/kernel/blocks/qmgr/libqmgr.dsp
2701storage/ndb/src/kernel/blocks/suma/libsuma.dsp
2702storage/ndb/src/kernel/blocks/trix/libtrix.dsp
2703storage/ndb/src/kernel/error/liberror.dsp
2704storage/ndb/src/kernel/ndbd
2705storage/ndb/src/kernel/ndbd.dsp
2706storage/ndb/src/kernel/vm/libkernel.dsp
2707storage/ndb/src/libndb.ver
2708storage/ndb/src/libndbclient.dsp
2709storage/ndb/src/mgmapi/libmgmapi.dsp
2710storage/ndb/src/mgmclient/libndbmgmclient.dsp
2711storage/ndb/src/mgmclient/ndb_mgm
2712storage/ndb/src/mgmclient/ndb_mgm.dsp
2713storage/ndb/src/mgmclient/test_cpcd/*.d
2714storage/ndb/src/mgmsrv/ndb_mgmd
2715storage/ndb/src/mgmsrv/ndb_mgmd.dsp
2716storage/ndb/src/ndbapi/libndbapi.dsp
2717storage/ndb/src/ndbapi/ndberror_check
2718storage/ndb/test/ndbapi/DbAsyncGenerator
2719storage/ndb/test/ndbapi/DbCreate
2720storage/ndb/test/ndbapi/bank/bankCreator
2721storage/ndb/test/ndbapi/bank/bankMakeGL
2722storage/ndb/test/ndbapi/bank/bankSumAccounts
2723storage/ndb/test/ndbapi/bank/bankTimer
2724storage/ndb/test/ndbapi/bank/bankTransactionMaker
2725storage/ndb/test/ndbapi/bank/bankValidateAllGLs
2726storage/ndb/test/ndbapi/bank/testBank
2727storage/ndb/test/ndbapi/create_all_tabs
2728storage/ndb/test/ndbapi/create_tab
2729storage/ndb/test/ndbapi/drop_all_tabs
2730storage/ndb/test/ndbapi/flexAsynch
2731storage/ndb/test/ndbapi/flexBench
2732storage/ndb/test/ndbapi/flexBench.dsp
2733storage/ndb/test/ndbapi/flexHammer
2734storage/ndb/test/ndbapi/flexTT
2735storage/ndb/test/ndbapi/ndbapi_slow_select
2736storage/ndb/test/ndbapi/testBackup
2737storage/ndb/test/ndbapi/testBasic
2738storage/ndb/test/ndbapi/testBasic.dsp
2739storage/ndb/test/ndbapi/testBasicAsynch
2740storage/ndb/test/ndbapi/testBitfield
2741storage/ndb/test/ndbapi/testBlobs
2742storage/ndb/test/ndbapi/testBlobs.dsp
2743storage/ndb/test/ndbapi/testDataBuffers
2744storage/ndb/test/ndbapi/testDeadlock
2745storage/ndb/test/ndbapi/testDict
2746storage/ndb/test/ndbapi/testIndex
2747storage/ndb/test/ndbapi/testIndexStat
2748storage/ndb/test/ndbapi/testInterpreter
2749storage/ndb/test/ndbapi/testLcp
2750storage/ndb/test/ndbapi/testMgm
2751storage/ndb/test/ndbapi/testNdbApi
2752storage/ndb/test/ndbapi/testNodeRestart
2753storage/ndb/test/ndbapi/testOIBasic
2754storage/ndb/test/ndbapi/testOperations
2755storage/ndb/test/ndbapi/testPartitioning
2756storage/ndb/test/ndbapi/testReadPerf
2757storage/ndb/test/ndbapi/testRestartGci
2758storage/ndb/test/ndbapi/testSRBank
2759storage/ndb/test/ndbapi/testScan
2760storage/ndb/test/ndbapi/testScan.dsp
2761storage/ndb/test/ndbapi/testScanInterpreter
2762storage/ndb/test/ndbapi/testScanPerf
2763storage/ndb/test/ndbapi/testSystemRestart
2764storage/ndb/test/ndbapi/testTimeout
2765storage/ndb/test/ndbapi/testTransactions
2766storage/ndb/test/ndbapi/test_event
2767storage/ndb/test/ndbapi/test_event_merge
2768storage/ndb/test/run-test/atrt
2769storage/ndb/test/src/libNDBT.dsp
2770storage/ndb/test/tools/copy_tab
2771storage/ndb/test/tools/create_index
2772storage/ndb/test/tools/hugoCalculator
2773storage/ndb/test/tools/hugoFill
2774storage/ndb/test/tools/hugoLoad
2775storage/ndb/test/tools/hugoLockRecords
2776storage/ndb/test/tools/hugoPkDelete
2777storage/ndb/test/tools/hugoPkRead
2778storage/ndb/test/tools/hugoPkReadRecord
2779storage/ndb/test/tools/hugoPkUpdate
2780storage/ndb/test/tools/hugoScanRead
2781storage/ndb/test/tools/hugoScanUpdate
2782storage/ndb/test/tools/listen_event
2783storage/ndb/test/tools/ndb_cpcc
2784storage/ndb/test/tools/rep_latency
2785storage/ndb/test/tools/restart
2786storage/ndb/test/tools/verify_index
2787storage/ndb/tools/ndb_config
2788storage/ndb/tools/ndb_delete_all
2789storage/ndb/tools/ndb_delete_all.dsp
2790storage/ndb/tools/ndb_desc
2791storage/ndb/tools/ndb_desc.dsp
2792storage/ndb/tools/ndb_drop_index
2793storage/ndb/tools/ndb_drop_index.dsp
2794storage/ndb/tools/ndb_drop_table
2795storage/ndb/tools/ndb_drop_table.dsp
2796storage/ndb/tools/ndb_restore
2797storage/ndb/tools/ndb_select_all
2798storage/ndb/tools/ndb_select_all.dsp
2799storage/ndb/tools/ndb_select_count
2800storage/ndb/tools/ndb_select_count.dsp
2801storage/ndb/tools/ndb_show_tables
2802storage/ndb/tools/ndb_show_tables.dsp
2803storage/ndb/tools/ndb_test_platform
2804storage/ndb/tools/ndb_waiter
2805storage/ndb/tools/ndb_waiter.dsp
2806strings/*.ds?
2807strings/*.vcproj
2808strings/.deps/bchange.Po
2809strings/.deps/bcmp.Po
2810strings/.deps/bfill.Po
2811strings/.deps/bmove.Po
2812strings/.deps/bmove512.Po
2813strings/.deps/bmove_upp.Po
2814strings/.deps/conf_to_src.Po
2815strings/.deps/ctype-big5.Po
2816strings/.deps/ctype-bin.Po
2817strings/.deps/ctype-cp932.Po
2818strings/.deps/ctype-czech.Po
2819strings/.deps/ctype-euc_kr.Po
2820strings/.deps/ctype-eucjpms.Po
2821strings/.deps/ctype-extra.Po
2822strings/.deps/ctype-gb2312.Po
2823strings/.deps/ctype-gbk.Po
2824strings/.deps/ctype-latin1.Po
2825strings/.deps/ctype-mb.Po
2826strings/.deps/ctype-simple.Po
2827strings/.deps/ctype-sjis.Po
2828strings/.deps/ctype-tis620.Po
2829strings/.deps/ctype-uca.Po
2830strings/.deps/ctype-ucs2.Po
2831strings/.deps/ctype-ujis.Po
2832strings/.deps/ctype-utf8.Po
2833strings/.deps/ctype-win1250ch.Po
2834strings/.deps/ctype.Po
2835strings/.deps/decimal.Po
2836strings/.deps/int2str.Po
2837strings/.deps/is_prefix.Po
2838strings/.deps/llstr.Po
2839strings/.deps/longlong2str.Po
2840strings/.deps/longlong2str_asm.Po
2841strings/.deps/my_strchr.Po
2842strings/.deps/my_strtoll10.Po
2843strings/.deps/my_vsnprintf.Po
2844strings/.deps/r_strinstr.Po
2845strings/.deps/str2int.Po
2846strings/.deps/str_alloc.Po
2847strings/.deps/strappend.Po
2848strings/.deps/strcend.Po
2849strings/.deps/strcont.Po
2850strings/.deps/strend.Po
2851strings/.deps/strfill.Po
2852strings/.deps/strinstr.Po
2853strings/.deps/strmake.Po
2854strings/.deps/strmov.Po
2855strings/.deps/strnlen.Po
2856strings/.deps/strnmov.Po
2857strings/.deps/strstr.Po
2858strings/.deps/strtod.Po
2859strings/.deps/strtol.Po
2860strings/.deps/strtoll.Po
2861strings/.deps/strtoul.Po
2862strings/.deps/strtoull.Po
2863strings/.deps/strxmov.Po
2864strings/.deps/strxnmov.Po
2865strings/.deps/xml.Po
2866strings/conf_to_src
2867strings/ctype_autoconf.c
2868strings/ctype_extra_sources.c
2869strings/str_test
2870strings/test_decimal
2871support-files/*.ini
2872support-files/MacOSX/Description.plist
2873support-files/MacOSX/Info.plist
2874support-files/MacOSX/ReadMe.txt
2875support-files/MacOSX/StartupParameters.plist
2876support-files/MacOSX/postflight
2877support-files/MacOSX/postinstall
2878support-files/MacOSX/preflight
2879support-files/MacOSX/preinstall
2880support-files/binary-configure
2881support-files/my-huge.cnf
2882support-files/my-innodb-heavy-4G.cnf
2883support-files/my-large.cnf
2884support-files/my-medium.cnf
2885support-files/my-small.cnf
2886support-files/mysql-3.23.25-beta.spec
2887support-files/mysql-3.23.26-beta.spec
2888support-files/mysql-3.23.27-beta.spec
2889support-files/mysql-3.23.28-gamma.spec
2890support-files/mysql-3.23.29-gamma.spec
2891support-files/mysql-log-rotate
2892support-files/mysql.server
2893support-files/mysql.spec
2894support-files/mysqld_multi.server
2895support-files/ndb-config-2-node.ini
2896tags
2897test/ndbapi/bank/bankCreator
2898test/ndbapi/bank/bankMakeGL
2899test/ndbapi/bank/bankSumAccounts
2900test/ndbapi/bank/bankTimer
2901test/ndbapi/bank/bankTransactionMaker
2902test/ndbapi/bank/bankValidateAllGLs
2903test/ndbapi/bank/testBank
2904test/ndbapi/create_all_tabs
2905test/ndbapi/create_tab
2906test/ndbapi/drop_all_tabs
2907test/ndbapi/flexAsynch
2908test/ndbapi/flexBench
2909test/ndbapi/flexHammer
2910test/ndbapi/flexTT
2911test/ndbapi/testBackup
2912test/ndbapi/testBasic
2913test/ndbapi/testBasicAsynch
2914test/ndbapi/testBlobs
2915test/ndbapi/testDataBuffers
2916test/ndbapi/testDeadlock
2917test/ndbapi/testDict
2918test/ndbapi/testIndex
2919test/ndbapi/testMgm
2920test/ndbapi/testNdbApi
2921test/ndbapi/testNodeRestart
2922test/ndbapi/testOIBasic
2923test/ndbapi/testOperations
2924test/ndbapi/testRestartGci
2925test/ndbapi/testScan
2926test/ndbapi/testScanInterpreter
2927test/ndbapi/testScanPerf
2928test/ndbapi/testSystemRestart
2929test/ndbapi/testTimeout
2930test/ndbapi/testTransactions
2931test/ndbapi/test_event
2932test/run-test/atrt
2933test/tools/copy_tab
2934test/tools/create_index
2935test/tools/hugoCalculator
2936test/tools/hugoFill
2937test/tools/hugoLoad
2938test/tools/hugoLockRecords
2939test/tools/hugoPkDelete
2940test/tools/hugoPkRead
2941test/tools/hugoPkReadRecord
2942test/tools/hugoPkUpdate
2943test/tools/hugoScanRead
2944test/tools/hugoScanUpdate
2945test/tools/ndb_cpcc
2946test/tools/restart
2947test/tools/verify_index
2948test1/*
2949test_xml
2950tests/*.ds?
2951tests/*.vcproj
2952tests/.deps/dummy.Po
2953tests/.deps/insert_test.Po
2954tests/.deps/mysql_client_test.Po
2955tests/.deps/select_test.Po
2956tests/.deps/thread_test.Po
2957tests/.libs -prune
2958tests/.libs/lt-mysql_client_test
2959tests/.libs/mysql_client_test
2960tests/bug25714
2961tests/client_test
2962tests/connect_test
2963tests/mysql_client_test
2964thr_insert_test/*
2965thr_test/*
2966thread_test
2967tmp/*
2968tools/.libs -prune
2969tools/my_vsnprintf.c
2970tools/mysqlmanager
2971tools/mysqlmngd
2972tools/mysqltestmanager
2973tools/mysys_priv.h
2974unittest/examples/*.t
2975unittest/examples/.deps/no_plan-t.Po
2976unittest/examples/.deps/simple-t.Po
2977unittest/examples/.deps/skip-t.Po
2978unittest/examples/.deps/skip_all-t.Po
2979unittest/examples/.deps/todo-t.Po
2980unittest/gunit/merge_large_tests.cc
2981unittest/gunit/merge_small_tests.cc
2982unittest/mysys/*.t
2983unittest/mysys/.deps/base64-t.Po
2984unittest/mysys/.deps/my_atomic-t.Po
2985unittest/mytap/.deps/tap.Po
2986unittest/mytap/t/*.t
2987unittest/mytap/t/.deps/basic-t.Po
2988unittest/unit
2989vi.h
2990vio/*.ds?
2991vio/*.vcproj
2992vio/.deps/dummy.Po
2993vio/.deps/test-ssl.Po
2994vio/.deps/test-sslclient.Po
2995vio/.deps/test-sslserver.Po
2996vio/.deps/vio.Po
2997vio/.deps/viosocket.Po
2998vio/.deps/viossl.Po
2999vio/.deps/viosslfactories.Po
3000vio/test-ssl
3001vio/test-sslclient
3002vio/test-sslserver
3003vio/viotest-ssl
3004vio/viotest-sslconnect.cpp
3005vio/viotest.cpp
3006win/configure.data
3007win/vs71cache.txt
3008win/vs8cache.txt
3009win/nmake_cache.txt
3010ylwrap
3011zlib/*.ds?
3012zlib/*.vcproj
3013mysql-test/bug36522-64.tar
3014mysql-test/bug36522.tar
3015mysql-test/t.log
3016mysql-test/tps.log
3017libmysqld/event_parse_data.cc
3018autom4te.cache
3019sql/share/czech
3020sql/share/danish
3021sql/share/dutch
3022sql/share/english
3023sql/share/estonian
3024sql/share/french
3025sql/share/german
3026sql/share/greek
3027sql/share/hungarian
3028sql/share/italian
3029sql/share/japanese
3030sql/share/japanese-sjis
3031sql/share/korean
3032sql/share/norwegian
3033sql/share/norwegian-ny
3034sql/share/polish
3035sql/share/portuguese
3036sql/share/romanian
3037sql/share/russian
3038sql/share/serbian
3039sql/share/slovak
3040sql/share/spanish
3041sql/share/swedish
3042sql/share/ukrainian
3043*.jar
3044*.dylib
3045*.stamp
3046storage/ndb/**/*.dir
3047storage/ndb/**/CMakeFiles
3048storage/ndb/**/target
3049storage/ndb/**/*.class
3050storage/ndb/src/ndbjtie/**/*.sh
3051storage/ndb/src/ndbjtie/**/*.log
3052storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test
3053storage/ndb/clusterj/**/*MANIFEST.MF
3054storage/ndb/clusterj/**/*manifest.mf
3055storage/ndb/test/crund/*.cnf
3056storage/ndb/test/crund/*.ini*
3057storage/ndb/test/crund/*.properties
3058storage/ndb/test/crund/build/
3059storage/ndb/test/crund/javadoc/
3060storage/ndb/test/crund/lib/
3061storage/ndb/test/crund/**/log*
3062storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test
3063storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test
3064storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test
3065storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.h
3066storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.h
3067storage/ndb/test/crund/scripts/ndblog
3068storage/ndb/test/crund/scripts/results
3069storage/ndb/test/crund/src/crundndb/NdbApiDriver
3070storage/ndb/test/crund/src/crundndb/com_mysql_cluster_crund_NdbApiLoad.h
3071storage/ndb/test/crund/tws/tws_java/build/
3072storage/ndb/test/crund/tws/tws_java/nbproject/configs/
3073storage/ndb/test/crund/tws/tws_java/nbproject/private/
3074storage/ndb/test/crund/tws/tws_java/run.properties
3075storage/ndb/test/crund/tws/*.properties
3076storage/ndb/test/crund/tws/tws_cpp/TwsDriver
3077
3078libmysqld/examples/mysqltest.cc
3079libmysqld/sql_signal.cc
3080libmysqld/debug_sync.cc
3081dbug/tests
3082libmysqld/mdl.cc
3083client/transaction.h
3084libmysqld/transaction.cc
3085libmysqld/sys_vars.cc
3086libmysqld/keycaches.cc
3087client/dtoa.c
3088libmysqld/opt_trace.cc
3089libmysqld/sql_audit.cc
3090storage/archive/archive_performance
3091storage/archive/concurrency_test
3092libmysql_r/client_settings.h
3093libmysqld/scheduler.cc
3094libmysqld/sql_connect.cc
3095libmysqld/sql_tablespace.cc
3096mysql-test/dump.txt
3097configure.am
3098run_collection*.cmake
3099configure.am
3100run_collection*.cmake
3101cmake_install.cmake
3102CMakeFiles.cmake
3103CPackConfig.cmake
3104CPackSourceConfig.cmake
3105CTestTestfile.cmake
3106make_dist.cmake
3107_CPack_Packages
3108merge_archives*.cmake
3109libmysqld/des_key_file.cc
3110CPackConfig.cmake
3111CPackSourceConfig.cmake
3112make_dist.cmake
3113client/echo
3114libmysql/libmysql_exports_file.cc
3115libmysql/merge_archives_mysqlclient.cmake
3116libmysqld/merge_archives_mysqlserver.cmake
3117libmysqld/mysqlserver_depends.c
3118libmysqld/examples/mysql_embedded
3119libmysqld/sql_bootstrap.cc
3120sql/dummy.bak
3121mysys/thr_lock
3122mysys/queues
3123libmysqld/binlog.cc
3124libmysqld/sql_alter.cc
3125libmysqld/sql_partition_admin.cc
3126generated
3127doxyerror.log
3128VERSION.dep
3129info_macros.cmake
3130Docs/INFO_BIN
3131Docs/INFO_SRC
3132Testing
3133FilesCopied
3134source_downloads
3135client/mysql_plugin
3136support-files/plugins.files
3137storage/perfschema/pfs_lex_token.h
3138storage/perfschema/gen_pfs_lex_token
3139sql/share/bulgarian
03140
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-10-11 06:46:30 +0000
+++ CMakeLists.txt 2015-03-10 15:27:26 +0000
@@ -27,10 +27,12 @@
2727
28# We use the LOCATION target property (CMP0026)28# We use the LOCATION target property (CMP0026)
29# and get_target_property() for non-existent targets (CMP0045)29# and get_target_property() for non-existent targets (CMP0045)
30# and INSTALL_NAME_DIR (CMP0042)
30IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR31IF(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR
31 CMAKE_VERSION VERSION_GREATER "3.0.0")32 CMAKE_VERSION VERSION_GREATER "3.0.0")
32 CMAKE_POLICY(SET CMP0026 OLD)33 CMAKE_POLICY(SET CMP0026 OLD)
33 CMAKE_POLICY(SET CMP0045 OLD)34 CMAKE_POLICY(SET CMP0045 OLD)
35 CMAKE_POLICY(SET CMP0042 OLD)
34ENDIF()36ENDIF()
3537
36MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")38MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
@@ -76,15 +78,8 @@
76 "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or78 "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
77 CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")79 CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")
7880
79# Possibly temporary fix: Clang on 32 bit causes non-debug server to crash
80IF(CMAKE_OSX_ARCHITECTURES MATCHES "i386")
81 SET(CMAKE_CXX_COMPILER g++)
82ENDIF()
83
84IF(WITH_DEBUG)81IF(WITH_DEBUG)
85 SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)82 SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)
86 SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
87 "MySQL maintainer-specific development environment")
88 IF(UNIX AND NOT APPLE)83 IF(UNIX AND NOT APPLE)
89 # Compiling with PIC speeds up embedded build, on PIC sensitive systems 84 # Compiling with PIC speeds up embedded build, on PIC sensitive systems
90 # Predefine it to ON, in case user chooses to build embedded. 85 # Predefine it to ON, in case user chooses to build embedded.
@@ -114,6 +109,15 @@
114ENDIF()109ENDIF()
115PROJECT(${MYSQL_PROJECT_NAME})110PROJECT(${MYSQL_PROJECT_NAME})
116111
112# Maintainer mode is default on only for Linux debug builds using GCC/G++
113IF(CMAKE_BUILD_TYPE MATCHES "Debug" OR WITH_DEBUG)
114 IF(CMAKE_SYSTEM_NAME MATCHES "Linux" AND
115 CMAKE_COMPILER_IS_GNUCC AND CMAKE_COMPILER_IS_GNUCXX)
116 SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL
117 "MySQL maintainer-specific development environment")
118 ENDIF()
119ENDIF()
120
117OPTION(WITH_DEFAULT_COMPILER_OPTIONS121OPTION(WITH_DEFAULT_COMPILER_OPTIONS
118 "Use flags from cmake/build_configurations/compiler_options.cmake"122 "Use flags from cmake/build_configurations/compiler_options.cmake"
119 ON)123 ON)
@@ -170,31 +174,6 @@
170 INCLUDE(${CMAKE_SOURCE_DIR}/cmake/build_configurations/feature_set.cmake)174 INCLUDE(${CMAKE_SOURCE_DIR}/cmake/build_configurations/feature_set.cmake)
171ENDIF()175ENDIF()
172176
173#
174# Control aspects of the development environment which are
175# specific to MySQL maintainers and developers.
176#
177INCLUDE(maintainer)
178
179OPTION(MYSQL_MAINTAINER_MODE
180 "MySQL maintainer-specific development environment" OFF)
181
182# Whether the maintainer mode compiler options should be enabled.
183IF(MYSQL_MAINTAINER_MODE)
184 IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
185 SET_MYSQL_MAINTAINER_GNU_C_OPTIONS()
186 ENDIF()
187 IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
188 SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS()
189 ENDIF()
190 IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
191 SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS()
192 ENDIF()
193 IF(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
194 SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS()
195 ENDIF()
196ENDIF()
197
198# Add macros177# Add macros
199INCLUDE(wsrep)178INCLUDE(wsrep)
200INCLUDE(character_sets)179INCLUDE(character_sets)
@@ -452,21 +431,10 @@
452# Why doesn't these flags affect the entire build?431# Why doesn't these flags affect the entire build?
453# Because things may already have been included with ADD_SUBDIRECTORY432# Because things may already have been included with ADD_SUBDIRECTORY
454#433#
455IF(MYSQL_MAINTAINER_MODE)434OPTION(MYSQL_MAINTAINER_MODE
456 # Set compiler flags required under maintainer mode.435 "MySQL maintainer-specific development environment" OFF)
457 MESSAGE(STATUS "C warning options: ${MY_MAINTAINER_C_WARNINGS}")
458 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_MAINTAINER_C_WARNINGS}")
459 MESSAGE(STATUS "C++ warning options: ${MY_MAINTAINER_CXX_WARNINGS}")
460 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_MAINTAINER_CXX_WARNINGS}")
461ENDIF()
462436
463IF(CMAKE_COMPILER_IS_GNUCXX)437INCLUDE(maintainer)
464 STRING(REGEX MATCH "-Werror"
465 BUILD_WITH_WERROR ${CMAKE_CXX_FLAGS})
466 IF(BUILD_WITH_WERROR)
467 SET("COMPILE_FLAG_WERROR" 1)
468 ENDIF()
469ENDIF()
470438
471IF(WITH_UNIT_TESTS)439IF(WITH_UNIT_TESTS)
472 ENABLE_TESTING()440 ENABLE_TESTING()
@@ -542,6 +510,7 @@
542 ENDIF()510 ENDIF()
543 ADD_SUBDIRECTORY(packaging/rpm-oel)511 ADD_SUBDIRECTORY(packaging/rpm-oel)
544 ADD_SUBDIRECTORY(packaging/rpm-fedora)512 ADD_SUBDIRECTORY(packaging/rpm-fedora)
513 ADD_SUBDIRECTORY(packaging/rpm-sles)
545ENDIF()514ENDIF()
546515
547INCLUDE(cmake/abi_check.cmake)516INCLUDE(cmake/abi_check.cmake)
@@ -619,3 +588,37 @@
619ENDIF()588ENDIF()
620589
621INCLUDE(CPack)590INCLUDE(CPack)
591
592# C compiler flags consist of:
593# CPPFLAGS Taken from environment, see above.
594# ADD_DEFINITIONS In each individual CMakeLists.txt
595# CMAKE_C_FLAGS From command line.
596# We extend these in maintainer.cmake
597# ENV{CFLAGS} From environment, but environment is ignored if
598# CMAKE_C_FLAGS is also given on command line
599# CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE}
600# We extend these in compiler_options.cmake
601#
602# Note that CMakeCache.txt contains cmake builtins for these variables,
603# *not* the values that will actually be used:
604
605IF(CMAKE_GENERATOR MATCHES "Makefiles")
606 MESSAGE(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
607ENDIF()
608GET_PROPERTY(cwd_definitions DIRECTORY PROPERTY COMPILE_DEFINITIONS)
609MESSAGE(STATUS "COMPILE_DEFINITIONS: ${cwd_definitions}")
610MESSAGE(STATUS "CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}")
611MESSAGE(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
612IF(CMAKE_BUILD_TYPE AND CMAKE_GENERATOR MATCHES "Makefiles")
613 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKEBT)
614 MESSAGE(STATUS "CMAKE_C_FLAGS_${CMAKEBT}: ${CMAKE_C_FLAGS_${CMAKEBT}}")
615 MESSAGE(STATUS "CMAKE_CXX_FLAGS_${CMAKEBT}: ${CMAKE_CXX_FLAGS_${CMAKEBT}}")
616ENDIF()
617IF(NOT CMAKE_GENERATOR MATCHES "Makefiles")
618 MESSAGE(STATUS "CMAKE_C_FLAGS_DEBUG: ${CMAKE_C_FLAGS_DEBUG}")
619 MESSAGE(STATUS "CMAKE_CXX_FLAGS_DEBUG: ${CMAKE_CXX_FLAGS_DEBUG}")
620 MESSAGE(STATUS
621 "CMAKE_C_FLAGS_RELWITHDEBINFO: ${CMAKE_C_FLAGS_RELWITHDEBINFO}")
622 MESSAGE(STATUS
623 "CMAKE_CXX_FLAGS_RELWITHDEBINFO: ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
624ENDIF()
622625
=== modified file 'Makefile-pxc'
--- Makefile-pxc 2014-11-23 05:13:41 +0000
+++ Makefile-pxc 2015-03-10 15:27:26 +0000
@@ -1,5 +1,5 @@
1MYSQL_VERSION=5.6.211MYSQL_VERSION=5.6.22
2PERCONA_SERVER_VERSION=rel70.12PERCONA_SERVER_VERSION=rel72.0
3PERCONA_XTRADB_CLUSTER ?=Percona-XtraDB-Cluster-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_XTRADB_CLUSTER ?=Percona-XtraDB-Cluster-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_XTRADB_CLUSTER_SHORT_1 ?=Percona-XtraDB-Cluster-$(MYSQL_VERSION)4PERCONA_XTRADB_CLUSTER_SHORT_1 ?=Percona-XtraDB-Cluster-$(MYSQL_VERSION)
5PERCONA_XTRADB_CLUSTER_SHORT_2 ?=Percona-XtraDB-Cluster5PERCONA_XTRADB_CLUSTER_SHORT_2 ?=Percona-XtraDB-Cluster
66
=== modified file 'VERSION'
--- VERSION 2014-11-20 07:28:03 +0000
+++ VERSION 2015-03-10 15:27:26 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION_MAJOR=51MYSQL_VERSION_MAJOR=5
2MYSQL_VERSION_MINOR=62MYSQL_VERSION_MINOR=6
3MYSQL_VERSION_PATCH=213MYSQL_VERSION_PATCH=22
4MYSQL_VERSION_EXTRA=-70.14MYSQL_VERSION_EXTRA=-72.0
55
=== modified file 'build-ps/build-binary-nobzr.sh'
--- build-ps/build-binary-nobzr.sh 2015-01-20 11:36:13 +0000
+++ build-ps/build-binary-nobzr.sh 2015-03-10 15:27:26 +0000
@@ -217,6 +217,7 @@
217 -DFEATURE_SET=community \217 -DFEATURE_SET=community \
218 -DENABLE_DTRACE=OFF \218 -DENABLE_DTRACE=OFF \
219 -DWITH_SSL=system \219 -DWITH_SSL=system \
220 -DMYSQL_MAINTAINER_MODE=OFF \
220 -DWITH_ZLIB=system \221 -DWITH_ZLIB=system \
221 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \222 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \
222 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \223 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \
223224
=== modified file 'build-ps/build-binary.sh'
--- build-ps/build-binary.sh 2014-10-06 18:24:38 +0000
+++ build-ps/build-binary.sh 2015-03-10 15:27:26 +0000
@@ -291,6 +291,7 @@
291 -DMYSQL_SERVER_SUFFIX="-$RELEASE_TAG$WSREP_VERSION" \291 -DMYSQL_SERVER_SUFFIX="-$RELEASE_TAG$WSREP_VERSION" \
292 -DWITH_INNODB_DISALLOW_WRITES=ON \292 -DWITH_INNODB_DISALLOW_WRITES=ON \
293 -DWITH_WSREP=ON \293 -DWITH_WSREP=ON \
294 -DMYSQL_MAINTAINER_MODE=OFF \
294 -DCOMPILATION_COMMENT="$COMMENT" \295 -DCOMPILATION_COMMENT="$COMMENT" \
295 -DWITH_PAM=ON \296 -DWITH_PAM=ON \
296 -DWITH_INNODB_MEMCACHED=ON \297 -DWITH_INNODB_MEMCACHED=ON \
@@ -307,6 +308,7 @@
307 -DWITH_EMBEDDED_SERVER=OFF \308 -DWITH_EMBEDDED_SERVER=OFF \
308 -DFEATURE_SET=community \309 -DFEATURE_SET=community \
309 -DENABLE_DTRACE=OFF \310 -DENABLE_DTRACE=OFF \
311 -DMYSQL_MAINTAINER_MODE=OFF \
310 $SSL_OPT \312 $SSL_OPT \
311 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \313 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \
312 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \314 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \
313315
=== modified file 'build-ps/debian/changelog'
--- build-ps/debian/changelog 2014-11-08 04:14:54 +0000
+++ build-ps/debian/changelog 2015-03-10 15:27:26 +0000
@@ -1,14 +1,52 @@
1percona-xtradb-cluster-5.6 (@@MYSQL_VERSION@@-rel@@PERCONA_VERSION@@) unstable; urgency=low1percona-xtradb-cluster-5.6 (@@MYSQL_VERSION@@-rel@@PERCONA_VERSION@@) unstable; urgency=low
22
3 * Merge TokuDB packaging changes.
4
5 -- Raghavendra Prabhu <raghavendra.prabhu@percona.com> Mon, 26 May 2014 08:28:27 +0200
6
7percona-xtradb-cluster-5.6 (5.6.17-rel66.0) unstable; urgency=low
8
9 * Packaging updates for PXC 5.6.3 * Packaging updates for PXC 5.6.
104
11 -- Raghavendra Prabhu <raghavendra.prabhu@percona.com> Wed, 14 May 2014 16:12:23 -05005 -- Raghavendra Prabhu <raghavendra.prabhu@percona.com> Sun, 15 Feb 2015 08:28:27 +0200
6
7percona-server-5.6 (5.6.22-rel72.0) unstable; urgency=low
8
9 * Added ps_tokudb_admin script for TokuDB plugin installation (BLD-212)
10
11 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Wed, 04 Feb 2015 20:14:05 +0100
12
13percona-server-5.6 (5.6.22-rel71.0) unstable; urgency=low
14
15 * init script timeout is too short when resizing logs (bug1328262)
16 * innodb_blocking_buffer_pool_restore cause startup return fail (bug1072538)
17 * Set MYSQL_MAINTAINER_MODE=OFF for debug build (bug1408232)
18
19 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Fri, 09 Jan 2015 17:39:39 +0100
20
21percona-server-5.6 (5.6.21-rel70.1) unstable; urgency=low
22
23 * Fixed missing query_response_time plugin mtr tests
24
25 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Thu, 20 Nov 2014 09:55:00 +0100
26
27percona-server-5.6 (5.6.21-rel70.0) unstable; urgency=low
28
29 * Removed references to subunit2junitxml which has been removed from source
30
31 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Tue, 21 Oct 2014 11:49:39 +0200
32
33percona-server-5.6 (5.6.20-rel68.0) unstable; urgency=low
34
35 * Added mysqld-debug
36
37 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Tue, 26 Aug 2014 16:18:06 +0200
38
39percona-server-5.6 (5.6.19-rel67.0) unstable; urgency=low
40
41 * Fixed missing libperconaserverclient library
42
43 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Thu, 26 Jun 2014 16:55:24 +0200
44
45percona-server-5.6 (5.6.17-rel66.0) unstable; urgency=low
46
47 * Added packaging changes regarding TokuDB
48
49 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Mon, 26 May 2014 08:28:27 +0200
1250
13percona-server-5.6 (5.6.17-rel65.0) unstable; urgency=low51percona-server-5.6 (5.6.17-rel65.0) unstable; urgency=low
1452
1553
=== removed file 'build-ps/debian/control.tokudb'
--- build-ps/debian/control.tokudb 2014-10-03 14:18:12 +0000
+++ build-ps/debian/control.tokudb 1970-01-01 00:00:00 +0000
@@ -1,268 +0,0 @@
1Source: percona-server-5.6
2Section: database
3Priority: extra
4Maintainer: Percona Server Development Team <mysql-dev@percona.com>
5Uploaders: George Lorch <george.lorch@percona.com>,
6 Alexey Bychko <alexey.bychko@percona.com>
7Build-Depends: libtool (>= 1.4.2-7),
8 procps,
9 debhelper (>= 7.0.50~),
10 file (>= 3.28),
11 libncurses5-dev (>= 5.0-6),
12 perl (>= 5.6.0),
13 libwrap0-dev (>= 7.6-8.3),
14 zlib1g-dev (>= 1:1.1.3-5),
15 libreadline-dev,
16 psmisc,
17 po-debconf,
18 chrpath,
19 ghostscript,
20 gawk,
21 bison,
22 lsb-release,
23 cmake,
24 gcc (>= 4.4),
25 g++ (>= 4.4),
26 libaio-dev[linux-any],
27 libpam-dev,
28 libssl-dev
29Standards-Version: 3.9.4
30Homepage: http://www.percona.com/software/percona-server/
31Vcs-Bzr: lp:percona-server/5.6
32
33Package: percona-server-tokudb-5.6
34Section: database
35Architecture: any
36Depends: percona-server-server-5.6 (= ${binary:Version}), libjemalloc1 (>= 3.3.0), ${misc:Depends}
37Description: TokuDB engine plugin for Percona Server
38 .
39 TokuDB is a storage engine for MySQL and MariaDB that is specifically
40 designed for high performance on write-intensive workloads. It achieves
41 this via Fractal Tree indexing. TokuDB is a scalable, ACID and MVCC compliant
42 storage engine that provides indexing-based query improvements, offers online
43 schema modifications, and reduces slave lag for both hard disk drives and flash memory.
44 .
45 This package includes the TokuDB plugin library.
46
47Package: libperconaserverclient18.1
48Section: libs
49Architecture: any
50Depends: percona-server-common-5.6, ${misc:Depends}, ${shlibs:Depends}
51Replaces: libpercona-server-client16, libperconaserverclient18
52Description: Percona Server database client library
53 Percona Server is a fast, stable and true multi-user,
54 multi-threaded SQL database server. SQL (Structured Query Language)
55 is the most popular database query language in the world. The main
56 goals of Percona Server are speed, robustness and ease of use.
57 .
58 This package includes the client library.
59
60Package: libperconaserverclient18.1-dev
61Architecture: any
62Section: libdevel
63Depends: libperconaserverclient18.1 (= ${binary:Version}),
64 zlib1g-dev, ${misc:Depends}
65Breaks: libperconaserverclient18-dev,
66 libperconaserverclient16-dev,
67 libperconaserverclient15-dev,
68 libperconaserverclient14-dev,
69 libperconaserverclient12-dev,
70 libperconaserverclient10-dev,
71 libmysqlclient-dev,
72 libmysqlclient18-dev,
73 libmariadbclient-dev
74Replaces: libperconaserverclient18-dev,
75 libperconaserverclient16-dev,
76 libperconaserverclient15-dev,
77 libperconaserverclient14-dev,
78 libperconaserverclient12-dev,
79 libperconaserverclient10-dev,
80 libpercona-xtradb-client-dev,
81 libmariadbclient-dev
82Provides: libmysqlclient-dev
83Description: Percona Server database development files
84 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
85 database server. SQL (Structured Query Language) is the most popular
86 database query language in the world. The main goals of Percona Server are
87 speed, robustness and ease of use.
88 .
89 This package includes development libraries and header files.
90
91Package: percona-server-common-5.6
92Section: database
93Architecture: any
94Depends: ${misc:Depends}
95Description: Percona Server database common files (e.g. /etc/mysql/my.cnf)
96 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
97 database server. SQL (Structured Query Language) is the most popular database
98 query language in the world. The main goals of Percona Server are speed,
99 robustness and ease of use.
100 .
101 This package includes files needed by all versions of the client library
102 (e.g. /etc/mysql/my.cnf).
103
104Package: percona-server-client-5.6
105Architecture: any
106Depends: debianutils (>=1.6),
107 libdbi-perl,
108 percona-server-common-5.6 (>= ${source:Version}),
109 libperconaserverclient18.1 (>= ${source:Version}),
110 ${shlibs:Depends},
111 ${misc:Depends}
112Provides: mysql-client,
113 virtual-mysql-client,
114 virtual-mysql-client-core
115Breaks: mysql-client-5.0,
116 mysql-client-core-5.1,
117 mysql-client-core-5.5,
118 mysql-client-5.1,
119 mysql-client-5.5,
120 mysql-client-5.6,
121 percona-xtradb-client-5.0,
122 percona-server-client-5.1,
123 percona-server-client-5.5,
124 mariadb-client,
125 mariadb-client-core-5.5,
126 mariadb-client-5.5,
127 virtual-mysql-client,
128 virtual-mysql-client-core
129Replaces: mysql-client-5.0,
130 mysql-client-core-5.1,
131 mysql-client-core-5.5,
132 mysql-client-5.1,
133 mysql-client-5.5,
134 mysql-client-5.6,
135 percona-xtradb-client-5.0,
136 percona-server-client-5.1,
137 percona-server-client-5.5,
138 mariadb-client,
139 mariadb-client-core-5.5,
140 mariadb-client-5.5,
141 virtual-mysql-client,
142 virtual-mysql-client-core
143Description: Percona Server database client binaries
144 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
145 database server. SQL (Structured Query Language) is the most popular database
146 query language in the world. The main goals of Percona Server are speed,
147 robustness and ease of use.
148 .
149 This package includes the client binaries and the additional tools
150 innotop and mysqlreport.
151
152Package: percona-server-server-5.6
153Architecture: any
154Suggests: tinyca
155Pre-Depends: percona-server-common-5.6 (>= ${source:Version}),
156 adduser (>= 3.4.0),
157 debconf
158Depends: percona-server-client-5.6 (>= ${source:Version}),
159 libdbi-perl,
160 libdbd-mysql-perl,
161 perl (>= 5.6),
162 ${shlibs:Depends},
163 ${misc:Depends},
164 psmisc,
165 passwd,
166 lsb-base (>= 3.0-10)
167Provides: mysql-server,
168 virtual-mysql-server,
169 virtual-mysql-server-core
170Breaks: mysql-server-5.0,
171 mysql-server-5.1,
172 mysql-server-5.5,
173 mysql-server-5.6,
174 mysql-server-core-5.1,
175 mysql-server-core-5.5,
176 percona-xtradb-server-5.0,
177 percona-server-server-5.1,
178 percona-server-server-5.5,
179 mariadb-server,
180 mariadb-server-core-5.5,
181 mariadb-server-5.5,
182 virtual-mysql-server,
183 virtual-mysql-server-core
184Replaces: mysql-server-5.0,
185 mysql-server-5.1,
186 mysql-server-5.5,
187 mysql-server-5.6,
188 mysql-server-core-5.1,
189 mysql-server-core-5.5,
190 percona-xtradb-server-5.0,
191 percona-server-server-5.1,
192 percona-server-server-5.5,
193 mariadb-server,
194 mariadb-server-core-5.5,
195 mariadb-server-5.5,
196 virtual-mysql-server,
197 virtual-mysql-server-core
198Description: Percona Server database server binaries
199 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
200 database server. SQL (Structured Query Language) is the most popular database
201 query language in the world. The main goals of Percona Server are speed,
202 robustness and ease of use.
203 .
204 This package includes the server binaries.
205
206Package: percona-server-server
207Section: database
208Architecture: any
209Depends: percona-server-server-5.6, ${misc:Depends}
210Description: Percona Server database server
211 (metapackage depending on the latest version)
212 This is an empty package that depends on the current "best" version of
213 percona-server-server (currently percona-server-server-5.6), as determined
214 by the Percona Server maintainers. Install this package if in doubt
215 about which Percona Server version you need. That will install the version
216 recommended by the package maintainers.
217 .
218 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
219 database server. SQL (Structured Query Language) is the most popular database
220 query language in the world. The main goals of Percona Server are speed,
221 robustness and ease of use.
222
223Package: percona-server-client
224Section: database
225Architecture: any
226Depends: percona-server-client-5.6, ${misc:Depends}
227Description: Percona Server database client
228 (metapackage depending on the latest version)
229 This is an empty package that depends on the current "best" version of
230 percona-server-client (currently percona-server-client-5.6), as determined
231 by the Percona Server maintainers. Install this package if in doubt
232 about which Percona Server version you want, as this is the one we consider
233 to be in the best shape.
234
235Package: percona-server-test-5.6
236Architecture: any
237Depends: percona-server-client-5.6 (>= ${source:Version}),
238 percona-server-server-5.6 (>= ${source:Version}),
239 ${misc:Depends},
240 ${shlibs:Depends}
241Description: Percona Server database test suite
242 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
243 database server. SQL (Structured Query Language) is the most popular database
244 query language in the world. The main goals of Percona Server are speed,
245 robustness and ease of use.
246 .
247 This package includes the Percona Server test framework that provides
248 a means for verifying that Percona Server and its client programs
249 operate according to expectations
250
251Package: percona-server-source-5.6
252Architecture: any
253Depends: ${misc:Depends}, ${shlibs:Depends}
254Description: Percona Server 5.6 source
255 This package includes the source code to Percona Server as configured before
256 building.
257
258Package: percona-server-5.6-dbg
259Architecture: any
260Section: debug
261Depends: percona-server-server-5.6 (= ${binary:Version}), ${misc:Depends}
262Description: Debugging package for Percona Server
263 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
264 database server. SQL (Structured Query Language) is the most popular database
265 query language in the world. The main goals of Percona Server are speed,
266 robustness and ease of use.
267 .
268 This package contains the debugging symbols for the Percona Server binaries.
2690
=== removed file 'build-ps/debian/percona-server-tokudb-5.6.files'
--- build-ps/debian/percona-server-tokudb-5.6.files 2014-09-27 13:49:22 +0000
+++ build-ps/debian/percona-server-tokudb-5.6.files 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1usr/lib/mysql/plugin/ha_tokudb.so
2usr/lib/mysql/plugin/debug/ha_tokudb.so
3usr/bin/tokuftdump
40
=== removed file 'build-ps/debian/percona-server-tokudb-5.6.postinst'
--- build-ps/debian/percona-server-tokudb-5.6.postinst 2014-05-20 21:04:08 +0000
+++ build-ps/debian/percona-server-tokudb-5.6.postinst 1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
1#!/bin/bash -e
2
3# Some postinstall info about TokuDB
4if [ -z "$2" ]; then
5 echo -e "\n\n * This release of Percona Server is distributed with TokuDB storage engine."
6 echo -e " * Run the following commands to enable the TokuDB storage engine in Percona Server:\n"
7 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb SONAME 'ha_tokudb.so';\""
8 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_file_map SONAME 'ha_tokudb.so';\""
9 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_fractal_tree_info SONAME 'ha_tokudb.so';\""
10 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_fractal_tree_block_map SONAME 'ha_tokudb.so';\""
11 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_trx SONAME 'ha_tokudb.so';\""
12 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_locks SONAME 'ha_tokudb.so';\""
13 echo -e "\tmysql -e \"INSTALL PLUGIN tokudb_lock_waits SONAME 'ha_tokudb.so';\""
14 echo -e "\n * See http://www.percona.com/doc/percona-server/5.6/tokudb/tokudb_intro.html for more details\n\n"
15fi
16
17#DEBHELPER#
18exit 0
190
=== modified file 'build-ps/debian/percona-xtradb-cluster-server-5.6.config' (properties changed: -x to +x)
=== modified file 'build-ps/debian/rules'
--- build-ps/debian/rules 2014-11-08 04:14:54 +0000
+++ build-ps/debian/rules 2015-03-10 15:27:26 +0000
@@ -80,6 +80,7 @@
80 \80 \
81 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \81 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
82 -DCMAKE_BUILD_TYPE=Debug \82 -DCMAKE_BUILD_TYPE=Debug \
83 -DMYSQL_MAINTAINER_MODE=OFF \
83 -DWITH_LIBWRAP=ON \84 -DWITH_LIBWRAP=ON \
84 -DWITH_SSL=system \85 -DWITH_SSL=system \
85 -DWITH_ZLIB=system \86 -DWITH_ZLIB=system \
@@ -110,6 +111,7 @@
110 \111 \
111 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \112 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
112 -DCMAKE_BUILD_TYPE=RelWithDebInfo \113 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
114 -DMYSQL_MAINTAINER_MODE=OFF \
113 -DWITH_LIBWRAP=ON \115 -DWITH_LIBWRAP=ON \
114 -DWITH_ZLIB=system \116 -DWITH_ZLIB=system \
115 -DWITH_SSL=system \117 -DWITH_SSL=system \
116118
=== removed file 'build-ps/debian/rules.tokudb'
--- build-ps/debian/rules.tokudb 2014-10-20 15:46:37 +0000
+++ build-ps/debian/rules.tokudb 1970-01-01 00:00:00 +0000
@@ -1,314 +0,0 @@
1#!/usr/bin/make -f
2
3export DH_VERBOSE=1
4export DEB_BUILD_HARDENING=1
5
6PACKAGE=percona-server-5.6
7PS_VERSION_EXTRA = '@@PERCONA_VERSION_EXTRA@@'
8REVISION = '@@REVISION@@'
9COMPILATION_COMMENT_RELEASE = "Percona Server (GPL), Release $(PS_VERSION_EXTRA), Revision $(REVISION)"
10COMPILATION_COMMENT_DEBUG = "Percona Server - Debug (GPL), Release $(PS_VERSION_EXTRA), Revision $(REVISION)"
11
12TMP=$(CURDIR)/debian/tmp/
13TMPD=$(CURDIR)/debian/tmp-debug/
14prefix=/usr
15
16ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
17ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
18NCPU = $(shell grep -c processor /proc/cpuinfo)
19DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
20DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
21
22export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc$(USE_THIS_GCC_VERSION)
23export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++$(USE_THIS_GCC_VERSION)
24
25DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
26DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
27DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)
28DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
29DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
30DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
31
32EXPORTED_SOURCE_TARBALL = debian/percona-server-source-5.6.tar.gz
33
34DISTRIBUTION = $(shell lsb_release -i -s)
35
36MYSQL_SRC = $(shell pwd)
37
38#MAKE_TEST_TARGET=test-mtr
39ifneq ($(findstring fulltest,$(DEB_BUILD_OPTIONS)),)
40# make test-bt is the testsuite run by the MySQL build team
41# before a release, but it is long
42 MAKE_TEST_TARGET=test-bt
43endif
44
45USE_ASSEMBLER=--enable-assembler
46
47ifneq (,$(filter $(ARCH), amd64 i386))
48 TESTSUITE_FAIL_CMD=exit 1
49else
50 TESTSUITE_FAIL_CMD=true
51endif
52
53builddir = builddir
54builddebug = debug
55
56configure: patch configure-stamp
57
58configure-stamp:
59 @echo "RULES.$@"
60 dh_testdir
61
62ifneq ($(ARCH_OS),hurd)
63 if [ ! -d /proc/self ]; then echo "/proc IS NEEDED" 1>&2; exit 1; fi
64endif
65
66ifeq ($(SKIP_DEBUG_BINARY),)
67 ( test -d $(builddebug) || mkdir $(builddebug) ) && cd $(builddebug) && \
68 sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
69 CC=$${MYSQL_BUILD_CC:-gcc} \
70 CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -g -fno-strict-aliasing"} \
71 CXX=$${MYSQL_BUILD_CXX:-g++} \
72 CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -g -felide-constructors -fno-exceptions -fno-rtti -fno-strict-aliasing"} \
73 cmake -DCMAKE_INSTALL_PREFIX=/usr \
74 \
75 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
76 -DCMAKE_BUILD_TYPE=Debug \
77 -DWITH_LIBWRAP=ON \
78 -DWITH_ZLIB=system \
79 -DWITH_SSL=system \
80 -DCOMPILATION_COMMENT=$(COMPILATION_COMMENT_DEBUG) \
81 -DSYSTEM_TYPE="debian-linux-gnu" \
82 -DINSTALL_LAYOUT=RPM \
83 -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
84 -DINSTALL_PLUGINDIR=lib/mysql/plugin/debug \
85 -DWITH_EMBEDDED_SERVER=OFF \
86 -DWITH_INNODB_MEMCACHED=ON \
87 -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
88 -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
89 -DWITH_FEDERATED_STORAGE_ENGINE=ON \
90 -DWITH_PAM=ON -DWITH_EXTRA_CHARSETS=all \
91 -DWITH_VALGRIND=OFF -DUSE_VALGRIND=OFF -DDEBUG_EXTNAME=OFF -DBUILD_TESTING=OFF -DUSE_GTAGS=OFF \
92 -DUSE_CTAGS=OFF -DUSE_ETAGS=OFF -DUSE_CSCOPE=OFF -DTOKU_DEBUG_PARANOID=ON ..'
93endif
94
95 ( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
96 sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
97 CC=$${MYSQL_BUILD_CC:-gcc} \
98 CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -g -fno-strict-aliasing"} \
99 CXX=$${MYSQL_BUILD_CXX:-g++} \
100 CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -g -felide-constructors -fno-exceptions -fno-rtti -fno-strict-aliasing"} \
101 cmake -DCMAKE_INSTALL_PREFIX=/usr \
102 \
103 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
104 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
105 -DWITH_LIBWRAP=ON \
106 -DWITH_ZLIB=system \
107 -DWITH_SSL=system \
108 -DCOMPILATION_COMMENT=$(COMPILATION_COMMENT_RELEASE) \
109 -DSYSTEM_TYPE="debian-linux-gnu" \
110 -DINSTALL_LAYOUT=RPM \
111 -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
112 -DINSTALL_PLUGINDIR=lib/mysql/plugin \
113 -DWITH_EMBEDDED_SERVER=OFF \
114 -DWITH_INNODB_MEMCACHED=ON \
115 -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
116 -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
117 -DWITH_FEDERATED_STORAGE_ENGINE=ON \
118 -DWITH_PAM=ON -DWITH_EXTRA_CHARSETS=all \
119 -DWITH_VALGRIND=OFF -DUSE_VALGRIND=OFF -DDEBUG_EXTNAME=OFF -DBUILD_TESTING=OFF -DUSE_GTAGS=OFF \
120 -DUSE_CTAGS=OFF -DUSE_ETAGS=OFF -DUSE_CSCOPE=OFF -DTOKU_DEBUG_PARANOID=OFF ..'
121
122 touch $@
123
124build: build-arch build-indep
125build-arch: build-stamp
126build-indep: build-stamp
127
128build-stamp: configure
129 @echo "RULES.$@"
130 dh_testdir
131
132 [ -f $(EXPORTED_SOURCE_TARBALL) ] || tar -zcf $(EXPORTED_SOURCE_TARBALL) \
133 --exclude=debian . \
134 --transform="s,^\./,percona-server-5.6/,"
135
136ifeq ($(SKIP_DEBUG_BINARY),)
137 cd $(builddebug) && $(MAKE) -j$(NCPU)
138endif
139
140 cd $(builddir) && $(MAKE) -j$(NCPU) VERBOSE=1
141
142ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
143 # Don't know why the following is necessary...
144 cp unittest/unit.pl $(builddir)/unittest/
145 cp -r mysql-test/* $(builddir)/mysql-test/
146 cp -r sql/share/* $(builddir)/sql/share/
147 cp -r scripts/*sql $(builddir)/scripts/
148 if [ ! -f testsuite-stamp ] ; then \
149 (cd $(builddir) && $(MAKE) test-unit) || $(TESTSUITE_FAIL_CMD) ; \
150 cd $(builddir) && $(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
151 fi
152endif
153
154 touch testsuite-stamp
155
156 touch build-stamp
157
158clean: clean-patched
159 rm -rf debian/patched
160
161clean-patched:
162 @echo "RULES.clean-patched"
163 dh_testdir
164 dh_testroot
165 rm -f configure-stamp*
166 rm -f build-stamp*
167 rm -f testsuite-stamp
168
169 [ ! -f Makefile ] || $(MAKE) clean
170 [ ! -d mysql-test/var ] || rm -rf mysql-test/var
171
172 rm -rf $(builddir)
173 rm -rf $(builddebug)
174
175 debconf-updatepo
176 # rm -f $(EXPORTED_SOURCE_TARBALL)
177 dh_clean -v
178
179
180install: build
181 @echo "RULES.$@"
182 dh_testdir
183 dh_testroot
184 dh_prep
185 dh_installdirs
186
187 # make install (trailing slash needed for innobase)
188 (cd $(builddebug) && $(MAKE) install DESTDIR=$(TMPD)/)
189 (cd $(builddir) && $(MAKE) install DESTDIR=$(TMP)/)
190
191 # After installing, remove rpath to make lintian happy.
192 set +e; \
193 find ./debian/tmp/ -type f -print0 \
194 | xargs -0 --no-run-if-empty chrpath -k 2>/dev/null \
195 | fgrep RPATH= \
196 | cut -d: -f 1 \
197 | xargs --no-run-if-empty chrpath -d; \
198 set -e
199
200 # libperconaserverclient: move shared libraries (but not the rest like libheap.a & co)
201 # libmysqlclient_r is now a symlink to libmysqlclient. But it is
202 # created wrong by the cmake build system and points at
203 # libmysqlclient.so instead of the corresponding versioned lib.
204 for i in `ls $(TMP)/usr/lib/$(DEB_HOST_MULTIARCH)/libperconaserverclient.so*` ; do \
205 rlib=`basename $$i | sed -e 's/libperconaserverclient\./libperconaserverclient_r./'` ;\
206 ln -sf `basename $$i` $(TMP)/usr/lib/$(DEB_HOST_MULTIARCH)/$$rlib ;\
207 done
208
209 # libmysqlclient-dev: forgotten header file since 3.23.25?
210 #cp $(BUILDDIR)/include/my_config.h $(TMP)/usr/include/mysql/
211 #cp include/my_dir.h $(TMP)/usr/include/mysql/
212 # install libmysqld built with -FPIC
213 install -d -m 0755 -o root -g root $(TMP)/usr/lib/percona-server
214 #install -m 0644 -o root -g root $(BUILDDIR_PIC)/libmysqld/libmysqld.a $(TMP)/usr/lib/mysql/libmysqld_pic.a
215 # mysql_config won't report the -fPIC, so give libmysqld-pic users a way to get their flags
216 #install -m 0755 -o root -g root $(BUILDDIR_PIC)/scripts/mysql_config $(TMP)/usr/bin/mysql_config_pic
217
218 # mysql-common: We now provide our own config file.
219 install -d $(TMP)/etc/mysql
220 #install -m 0644 debian/additions/my.cnf $(TMP)/etc/mysql/my.cnf
221
222 # mysql-client
223 #FIXME install -m 0755 debian/additions/mysqlreport $(TMP)/usr/bin/
224 #FIXME install -m 0755 debian/additions/innotop/innotop $(TMP)/usr/bin/
225 #FIXME install -m 0644 debian/additions/innotop/innotop.1 $(TMP)/usr/share/man/man1/
226
227 # mysql-server
228 mkdir -p $(TMP)/usr/share/doc/percona-server-5.6/examples
229 mv $(TMP)/usr/share/mysql/*cnf $(TMP)/usr/share/doc/percona-server-5.6/examples/
230 rm -vf $(TMP)/usr/share/mysql/mi_test_all* \
231 $(TMP)/usr/share/mysql/mysql-log-rotate \
232 $(TMP)/usr/share/mysql/mysql.server \
233 $(TMP)/usr/share/mysql/binary-configure
234 nm -n $(builddir)/sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/percona-server-5.6/mysqld.sym.gz
235 # FIXME install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
236 install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
237 install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
238
239 # install AppArmor profile
240 # FIXME install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld
241 # install Apport hook
242 # FIXME install -D -m 644 debian/mysql-server-5.6.py $(TMP)/usr/share/apport/package-hooks/source_mysql-5.6.py
243
244 install -D -m 0644 $(EXPORTED_SOURCE_TARBALL) $(TMP)/usr/src/percona-server/`basename $(EXPORTED_SOURCE_TARBALL)`
245
246 dh_movefiles
247
248# Build architecture-independent files here.
249binary-indep: build install
250 @echo "RULES.binary-indep"
251 dh_testdir -i
252 dh_testroot -i
253 dh_installdebconf -i
254 dh_installdocs -i
255 dh_installexamples -i
256 dh_installmenu -i
257 dh_installlogrotate -i
258 dh_installinit -i
259 dh_installcron -i
260 dh_installman -i
261 dh_installinfo -i
262 dh_installlogcheck -i
263 dh_installchangelogs -i
264 dh_link -i
265 dh_compress -i
266 dh_fixperms -i
267 dh_installdeb -i
268 dh_perl -i
269 dh_gencontrol -i
270 dh_md5sums -i
271 dh_builddeb -i
272
273binary-arch: build install
274 @echo "RULES.binary-arch"
275 dh_testdir
276 dh_testroot
277
278 dh_installdebconf -a
279 dh_installdocs -a
280 dh_installexamples -a
281 dh_installmenu -a
282 dh_installlogrotate -a --name mysql-server
283 if [ "$(DISTRIBUTION)" = "Ubuntu" ]; then if [ "$(DISTRELEASE)" != "lucid"]; then dh_apparmor -pmysql-server-5.5 --profile-name=usr.sbin.mysqld; fi; fi
284 # Start mysql in runlevel 19 before 20 where apache, proftpd etc gets
285 # started which might depend on a running database server.
286 dh_installinit -a --name=mysql -- defaults 19 21
287 dh_installcron -a --name mysql-server
288 dh_installman -a
289 dh_installinfo -a
290 dh_installlogcheck -a
291 dh_installchangelogs -a
292 dh_strip -a --dbg-package=percona-server-5.6-dbg
293 dh_lintian
294 dh_link -a # .so muss nach .so.1.2.3 installier werden!
295 dh_compress -a
296 dh_fixperms -a
297 dh_makeshlibs -a
298 dh_installdeb -a
299 dh_perl -a
300 #dh_shlibdeps -a -l debian/libmysqlclient16/usr/lib -L libmysqlclient16
301 dh_shlibdeps -a
302 dh_gencontrol -a
303 dh_md5sums -a
304 dh_builddeb -a
305
306binary: binary-indep binary-arch
307
308override_dh_auto_install:
309 dh_auto_install
310
311.PHONY: clean clean-patched configure build binary binary-indep binary-arch install patch
312
313override_dh_installinit:
314 dh_installinit --name=mysql --error-handler=:
3150
=== modified file 'build-ps/percona-xtradb-cluster.spec'
--- build-ps/percona-xtradb-cluster.spec 2014-11-18 02:38:50 +0000
+++ build-ps/percona-xtradb-cluster.spec 2015-03-10 15:27:26 +0000
@@ -363,7 +363,7 @@
363%package -n Percona-XtraDB-Cluster-client%{product_suffix}363%package -n Percona-XtraDB-Cluster-client%{product_suffix}
364Summary: Percona XtraDB Cluster - client package364Summary: Percona XtraDB Cluster - client package
365Group: Applications/Databases365Group: Applications/Databases
366Provides: mysql-client MySQL-client MySQL Percona-XtraDB-Cluster-client366Provides: mysql-client MySQL-client MySQL Percona-XtraDB-Cluster-client mysql
367Conflicts: Percona-SQL-client-50 Percona-Server-client-51 Percona-Server-client-55 Percona-XtraDB-Cluster-client-55367Conflicts: Percona-SQL-client-50 Percona-Server-client-51 Percona-Server-client-55 Percona-XtraDB-Cluster-client-55
368Requires: perl-DBI368Requires: perl-DBI
369369
@@ -539,6 +539,7 @@
539 # XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM539 # XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
540 ${CMAKE} ../ -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \540 ${CMAKE} ../ -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \
541 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=%{_prefix} \541 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=%{_prefix} \
542 -DMYSQL_MAINTAINER_MODE=OFF \
542 -DWITH_EMBEDDED_SERVER=OFF \543 -DWITH_EMBEDDED_SERVER=OFF \
543 -DWITH_INNODB_MEMCACHED=ON \544 -DWITH_INNODB_MEMCACHED=ON \
544 -DENABLE_DTRACE=OFF \545 -DENABLE_DTRACE=OFF \
@@ -564,6 +565,7 @@
564 # XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM565 # XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
565 ${CMAKE} ../ -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \566 ${CMAKE} ../ -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \
566 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} \567 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} \
568 -DMYSQL_MAINTAINER_MODE=OFF \
567 -DWITH_EMBEDDED_SERVER=OFF \569 -DWITH_EMBEDDED_SERVER=OFF \
568 -DWITH_INNODB_MEMCACHED=ON \570 -DWITH_INNODB_MEMCACHED=ON \
569 -DENABLE_DTRACE=OFF \571 -DENABLE_DTRACE=OFF \
570572
=== modified file 'client/mysqlbinlog.cc'
--- client/mysqlbinlog.cc 2014-10-03 22:12:23 +0000
+++ client/mysqlbinlog.cc 2015-03-10 15:27:26 +0000
@@ -3095,16 +3095,17 @@
3095 DBUG_PROCESS(argv[0]);3095 DBUG_PROCESS(argv[0]);
30963096
3097 my_init_time(); // for time functions3097 my_init_time(); // for time functions
3098 /*3098 tzset(); // set tzname
3099 /*
3099 A pointer of type Log_event can point to3100 A pointer of type Log_event can point to
3100 INTVAR3101 INTVAR
3101 USER_VAR3102 USER_VAR
3102 RANDOM3103 RANDOM
3103 events, when we allocate a element of sizeof(Log_event*) 3104 events, when we allocate a element of sizeof(Log_event*)
3104 for the DYNAMIC_ARRAY.3105 for the DYNAMIC_ARRAY.
3105 */3106 */
31063107
3107 if((my_init_dynamic_array(&buff_ev, sizeof(buff_event_info), 3108 if((my_init_dynamic_array(&buff_ev, sizeof(buff_event_info),
3108 INTVAR_DYNAMIC_INIT, INTVAR_DYNAMIC_INCR)))3109 INTVAR_DYNAMIC_INIT, INTVAR_DYNAMIC_INCR)))
3109 exit(1);3110 exit(1);
31103111
31113112
=== modified file 'client/mysqldump.c'
--- client/mysqldump.c 2014-10-03 22:12:23 +0000
+++ client/mysqldump.c 2015-03-10 15:27:26 +0000
@@ -643,7 +643,7 @@
643643
644void check_io(FILE *file)644void check_io(FILE *file)
645{645{
646 if (ferror(file))646 if (ferror(file) || errno == 5)
647 die(EX_EOF, "Got errno %d on write", errno);647 die(EX_EOF, "Got errno %d on write", errno);
648}648}
649649
@@ -6346,7 +6346,7 @@
6346int main(int argc, char **argv)6346int main(int argc, char **argv)
6347{6347{
6348 char bin_log_name[FN_REFLEN];6348 char bin_log_name[FN_REFLEN];
6349 int exit_code;6349 int exit_code, md_result_fd;
6350 int consistent_binlog_pos= 0;6350 int consistent_binlog_pos= 0;
6351 MY_INIT("mysqldump");6351 MY_INIT("mysqldump");
63526352
@@ -6515,8 +6515,19 @@
6515 if (opt_slave_apply && add_slave_statements())6515 if (opt_slave_apply && add_slave_statements())
6516 goto err;6516 goto err;
65176517
6518 /* ensure dumped data flushed */6518 if (md_result_file)
6519 if (md_result_file && fflush(md_result_file))6519 md_result_fd= my_fileno(md_result_file);
6520
6521 /*
6522 Ensure dumped data flushed.
6523 First we will flush the file stream data to kernel buffers with fflush().
6524 Second we will flush the kernel buffers data to physical disk file with
6525 my_sync(), this will make sure the data succeessfully dumped to disk file.
6526 fsync() fails with EINVAL if stdout is not redirected to any file, hence
6527 MY_IGNORE_BADFD is passed to ingnore that error.
6528 */
6529 if (md_result_file &&
6530 (fflush(md_result_file) || my_sync(md_result_fd, MYF(MY_IGNORE_BADFD))))
6520 {6531 {
6521 if (!first_error)6532 if (!first_error)
6522 first_error= EX_MYSQLERR;6533 first_error= EX_MYSQLERR;
65236534
=== modified file 'cmake/build_configurations/compiler_options.cmake'
--- cmake/build_configurations/compiler_options.cmake 2014-05-23 10:50:24 +0000
+++ cmake/build_configurations/compiler_options.cmake 2015-03-10 15:27:26 +0000
@@ -43,47 +43,16 @@
43 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")43 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")
44 ENDIF()44 ENDIF()
4545
46 # HPUX flags46 # Default Clang flags
47 IF(CMAKE_SYSTEM_NAME MATCHES "HP-UX")47 IF(CMAKE_C_COMPILER_ID MATCHES "Clang")
48 IF(CMAKE_C_COMPILER_ID MATCHES "HP")48 SET(COMMON_C_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
49 IF(CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")49 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
50 SET(COMMON_C_FLAGS "+DSitanium2 -mt -AC99")50 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_C_FLAGS}")
51 SET(COMMON_CXX_FLAGS "+DSitanium2 -mt -Aa")51 ENDIF()
52 SET(CMAKE_C_FLAGS_DEBUG "+O0 -g ${COMMON_C_FLAGS}")52 IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
53 SET(CMAKE_CXX_FLAGS_DEBUG "+O0 -g ${COMMON_CXX_FLAGS}")53 SET(COMMON_CXX_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing")
54 # We have seen compiler bugs with optimisation and -g, so disabled for now
55 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "+O2 ${COMMON_C_FLAGS}")
56 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "+O2 ${COMMON_CXX_FLAGS}")
57 ENDIF()
58 ENDIF()
59 SET(WITH_SSL no)
60 ENDIF()
61
62 # Linux flags
63 IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
64 IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
65 SET(COMMON_C_FLAGS "-static-intel -static-libgcc -g -mp -restrict")
66 SET(COMMON_CXX_FLAGS "-static-intel -static-libgcc -g -mp -restrict")
67 IF(CMAKE_SYSTEM_PROCESSOR MATCHES "ia64")
68 SET(COMMON_C_FLAGS "${COMMON_C_FLAGS} -no-ftz -no-prefetch")
69 SET(COMMON_CXX_FLAGS "${COMMON_CXX_FLAGS} -no-ftz -no-prefetch")
70 ENDIF()
71 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
72 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")
73 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -unroll2 -ip ${COMMON_C_FLAGS}")
74 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -unroll2 -ip ${COMMON_CXX_FLAGS}")
75 SET(WITH_SSL no)
76 ENDIF()
77 ENDIF()
78
79 # OSX flags
80 IF(APPLE)
81 SET(COMMON_C_FLAGS "-g -fno-strict-aliasing")
82 SET(COMMON_CXX_FLAGS "-g -fno-strict-aliasing")
83 SET(CMAKE_C_FLAGS_DEBUG "${COMMON_C_FLAGS}")
84 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")54 SET(CMAKE_CXX_FLAGS_DEBUG "${COMMON_CXX_FLAGS}")
85 SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-Os ${COMMON_C_FLAGS}")55 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 ${COMMON_CXX_FLAGS}")
86 SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-Os ${COMMON_CXX_FLAGS}")
87 ENDIF()56 ENDIF()
8857
89 # Solaris flags58 # Solaris flags
9059
=== modified file 'cmake/build_configurations/feature_set.cmake'
--- cmake/build_configurations/feature_set.cmake 2014-01-06 05:23:19 +0000
+++ cmake/build_configurations/feature_set.cmake 2015-03-10 15:27:26 +0000
@@ -77,6 +77,5 @@
77 ENDFOREACH()77 ENDFOREACH()
78ENDIF()78ENDIF()
7979
80OPTION(ENABLED_LOCAL_INFILE "" ON)
81SET(WITH_SSL bundled CACHE STRING "")80SET(WITH_SSL bundled CACHE STRING "")
82SET(WITH_ZLIB bundled CACHE STRING "")81SET(WITH_ZLIB bundled CACHE STRING "")
8382
=== modified file 'cmake/build_configurations/mysql_release.cmake'
--- cmake/build_configurations/mysql_release.cmake 2013-06-20 15:16:00 +0000
+++ cmake/build_configurations/mysql_release.cmake 2015-03-10 15:27:26 +0000
@@ -19,6 +19,7 @@
19INCLUDE(CheckLibraryExists)19INCLUDE(CheckLibraryExists)
2020
21OPTION(DEBUG_EXTNAME "" ON)21OPTION(DEBUG_EXTNAME "" ON)
22OPTION(ENABLED_LOCAL_INFILE "" ON)
2223
23IF(NOT COMPILATION_COMMENT)24IF(NOT COMPILATION_COMMENT)
24 SET(COMPILATION_COMMENT "MySQL Community Server (GPL)")25 SET(COMPILATION_COMMENT "MySQL Community Server (GPL)")
2526
=== added file 'cmake/compile_flags.cmake'
--- cmake/compile_flags.cmake 1970-01-01 00:00:00 +0000
+++ cmake/compile_flags.cmake 2015-03-10 15:27:26 +0000
@@ -0,0 +1,44 @@
1# Copyright (c) 2014, 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
17## ADD_COMPILE_FLAGS(<source files> COMPILE_FLAGS <flags>)
18MACRO(ADD_COMPILE_FLAGS)
19 SET(FILES "")
20 SET(FLAGS "")
21 SET(COMPILE_FLAGS)
22 FOREACH(ARG ${ARGV})
23 IF(ARG STREQUAL "COMPILE_FLAGS")
24 SET(COMPILE_FLAGS "COMPILE_FLAGS")
25 ELSEIF(COMPILE_FLAGS)
26 LIST(APPEND FLAGS ${ARG})
27 ELSE()
28 LIST(APPEND FILES ${ARG})
29 ENDIF()
30 ENDFOREACH()
31 FOREACH(FILE ${FILES})
32 FOREACH(FLAG ${FLAGS})
33 GET_SOURCE_FILE_PROPERTY(PROP ${FILE} COMPILE_FLAGS)
34 IF(NOT PROP)
35 SET(PROP ${FLAG})
36 ELSE()
37 SET(PROP "${PROP} ${FLAG}")
38 ENDIF()
39 SET_SOURCE_FILES_PROPERTIES(
40 ${FILE} PROPERTIES COMPILE_FLAGS "${PROP}"
41 )
42 ENDFOREACH()
43 ENDFOREACH()
44ENDMACRO()
045
=== modified file 'cmake/dtrace.cmake'
--- cmake/dtrace.cmake 2014-10-03 22:12:23 +0000
+++ cmake/dtrace.cmake 2015-03-10 15:27:26 +0000
@@ -44,10 +44,11 @@
44 EXECUTE_PROCESS(44 EXECUTE_PROCESS(
45 COMMAND ${DTRACE} -V45 COMMAND ${DTRACE} -V
46 OUTPUT_VARIABLE out)46 OUTPUT_VARIABLE out)
47 IF(out MATCHES "Sun D" AND47 IF(out MATCHES "Sun D" OR out MATCHES "Oracle D")
48 NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD" AND48 IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD" AND
49 NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")49 NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
50 SET(HAVE_REAL_DTRACE_INSTRUMENTING ON CACHE BOOL "Real DTrace detected")50 SET(HAVE_REAL_DTRACE_INSTRUMENTING ON CACHE BOOL "Real DTrace detected")
51 ENDIF()
51 ENDIF()52 ENDIF()
52 IF(HAVE_REAL_DTRACE_INSTRUMENTING)53 IF(HAVE_REAL_DTRACE_INSTRUMENTING)
53 IF(CMAKE_SIZEOF_VOID_P EQUAL 4)54 IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
5455
=== modified file 'cmake/maintainer.cmake'
--- cmake/maintainer.cmake 2014-02-17 11:12:40 +0000
+++ cmake/maintainer.cmake 2015-03-10 15:27:26 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2014, 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
@@ -13,44 +13,39 @@
13# along with this program; if not, write to the Free Software13# along with this program; if not, write to the Free Software
14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA14# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
16INCLUDE(CheckCCompilerFlag)16# Common warning flags for GCC, G++, Clang and Clang++
1717SET(MY_WARNING_FLAGS "-Wall -Wextra -Wformat-security")
18# Setup GCC (GNU C compiler) warning options.18MY_CHECK_C_COMPILER_FLAG("-Wvla" HAVE_WVLA) # Requires GCC 4.3+ or Clang
19MACRO(SET_MYSQL_MAINTAINER_GNU_C_OPTIONS)19IF(HAVE_WVLA)
20 SET(MY_MAINTAINER_WARNINGS20 SET(MY_WARNING_FLAGS "${MY_WARNING_FLAGS} -Wvla")
21 "-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing -Werror")21ENDIF()
2222
23 CHECK_C_COMPILER_FLAG("-Wdeclaration-after-statement"23# Common warning flags for GCC and Clang
24 HAVE_DECLARATION_AFTER_STATEMENT)24SET(MY_C_WARNING_FLAGS
25 IF(HAVE_DECLARATION_AFTER_STATEMENT)25 "${MY_WARNING_FLAGS} -Wwrite-strings -Wdeclaration-after-statement")
26 SET(MY_MAINTAINER_DECLARATION_AFTER_STATEMENT26
27 "-Wdeclaration-after-statement")27# Common warning flags for G++ and Clang++
28 ENDIF()28SET(MY_CXX_WARNING_FLAGS
29 SET(MY_MAINTAINER_C_WARNINGS29 "${MY_WARNING_FLAGS} -Woverloaded-virtual -Wno-unused-parameter")
30 "${MY_MAINTAINER_WARNINGS} ${MY_MAINTAINER_DECLARATION_AFTER_STATEMENT}"30
31 CACHE STRING "C warning options used in maintainer builds.")31# Extra warning flags for Clang++
32 # Do not make warnings in checks into errors.32IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
33 SET(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -Wno-error")33 SET(MY_CXX_WARNING_FLAGS
34ENDMACRO()34 "${MY_CXX_WARNING_FLAGS} -Wno-null-conversion -Wno-unused-private-field")
3535ENDIF()
3636
37# Setup G++ (GNU C++ compiler) warning options.37# Turn on Werror (warning => error) when using maintainer mode.
38MACRO(SET_MYSQL_MAINTAINER_GNU_CXX_OPTIONS)38IF(MYSQL_MAINTAINER_MODE)
39 SET(MY_MAINTAINER_CXX_WARNINGS39 SET(MY_C_WARNING_FLAGS "${MY_C_WARNING_FLAGS} -Werror")
40 "${MY_MAINTAINER_WARNINGS} -Wno-unused-parameter -Woverloaded-virtual"40 SET(MY_CXX_WARNING_FLAGS "${MY_CXX_WARNING_FLAGS} -Werror")
41 CACHE STRING "C++ warning options used in maintainer builds.")41 SET(COMPILE_FLAG_WERROR 1)
42ENDMACRO()42ENDIF()
4343
44# Setup ICC (Intel C Compiler) warning options.44# Set warning flags for GCC/Clang
45MACRO(SET_MYSQL_MAINTAINER_INTEL_C_OPTIONS)45IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
46 SET(MY_MAINTAINER_WARNINGS "-Wcheck")46 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_WARNING_FLAGS}")
47 SET(MY_MAINTAINER_C_WARNINGS "${MY_MAINTAINER_WARNINGS}"47ENDIF()
48 CACHE STRING "C warning options used in maintainer builds.")48# Set warning flags for G++/Clang++
49ENDMACRO()49IF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5050 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MY_CXX_WARNING_FLAGS}")
51# Setup ICPC (Intel C++ Compiler) warning options.51ENDIF()
52MACRO(SET_MYSQL_MAINTAINER_INTEL_CXX_OPTIONS)
53 SET(MY_MAINTAINER_CXX_WARNINGS "${MY_MAINTAINER_WARNINGS}"
54 CACHE STRING "C++ warning options used in maintainer builds.")
55ENDMACRO()
56
5752
=== modified file 'cmake/os/Darwin.cmake'
--- cmake/os/Darwin.cmake 2013-02-26 05:45:28 +0000
+++ cmake/os/Darwin.cmake 2015-03-10 15:27:26 +0000
@@ -15,24 +15,6 @@
1515
16# This file includes OSX specific options and quirks, related to system checks16# This file includes OSX specific options and quirks, related to system checks
1717
18# Workaround for CMake bug#9051
19# (CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET when
20# running TRY_COMPILE)
21
22IF(CMAKE_OSX_SYSROOT)
23 SET(ENV{CMAKE_OSX_SYSROOT} ${CMAKE_OSX_SYSROOT})
24ENDIF()
25IF(CMAKE_OSX_SYSROOT)
26 SET(ENV{MACOSX_DEPLOYMENT_TARGET} ${OSX_DEPLOYMENT_TARGET})
27ENDIF()
28
29IF(CMAKE_OSX_DEPLOYMENT_TARGET)
30 # Workaround linker problems on OSX 10.4
31 IF(CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS "10.5")
32 ADD_DEFINITIONS(-fno-common)
33 ENDIF()
34ENDIF()
35
36# This is used for the version_compile_machine variable.18# This is used for the version_compile_machine variable.
37IF(CMAKE_SIZEOF_VOID_P MATCHES 8)19IF(CMAKE_SIZEOF_VOID_P MATCHES 8)
38 SET(MYSQL_MACHINE_TYPE "x86_64")20 SET(MYSQL_MACHINE_TYPE "x86_64")
3921
=== modified file 'cmake/os/WindowsCache.cmake'
--- cmake/os/WindowsCache.cmake 2014-03-31 13:09:59 +0000
+++ cmake/os/WindowsCache.cmake 2015-03-10 15:27:26 +0000
@@ -1,4 +1,4 @@
1# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.1# Copyright (c) 2010, 2014, 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
@@ -88,7 +88,7 @@
88SET(HAVE_GETRUSAGE CACHE INTERNAL "")88SET(HAVE_GETRUSAGE CACHE INTERNAL "")
89SET(HAVE_GETTIMEOFDAY CACHE INTERNAL "")89SET(HAVE_GETTIMEOFDAY CACHE INTERNAL "")
90SET(HAVE_GETWD CACHE INTERNAL "")90SET(HAVE_GETWD CACHE INTERNAL "")
91SET(HAVE_GMTIME_R CACHE INTERNAL "")91SET(HAVE_GMTIME_R 1 CACHE INTERNAL "")
92SET(HAVE_GRP_H CACHE INTERNAL "")92SET(HAVE_GRP_H CACHE INTERNAL "")
93SET(HAVE_IA64INTRIN_H CACHE INTERNAL "")93SET(HAVE_IA64INTRIN_H CACHE INTERNAL "")
94SET(HAVE_IEEEFP_H CACHE INTERNAL "")94SET(HAVE_IEEEFP_H CACHE INTERNAL "")
@@ -111,7 +111,7 @@
111SET(HAVE_LDIV 1 CACHE INTERNAL "")111SET(HAVE_LDIV 1 CACHE INTERNAL "")
112SET(HAVE_LIMITS_H 1 CACHE INTERNAL "")112SET(HAVE_LIMITS_H 1 CACHE INTERNAL "")
113SET(HAVE_LOCALE_H 1 CACHE INTERNAL "")113SET(HAVE_LOCALE_H 1 CACHE INTERNAL "")
114SET(HAVE_LOCALTIME_R CACHE INTERNAL "")114SET(HAVE_LOCALTIME_R 1 CACHE INTERNAL "")
115SET(HAVE_LOG2 CACHE INTERNAL "")115SET(HAVE_LOG2 CACHE INTERNAL "")
116SET(HAVE_LONGJMP 1 CACHE INTERNAL "")116SET(HAVE_LONGJMP 1 CACHE INTERNAL "")
117SET(HAVE_LRAND48 CACHE INTERNAL "")117SET(HAVE_LRAND48 CACHE INTERNAL "")
118118
=== modified file 'config.h.cmake'
--- config.h.cmake 2014-08-25 17:43:27 +0000
+++ config.h.cmake 2015-03-10 15:27:26 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2009, 2014, 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 'configure.cmake'
--- configure.cmake 2014-08-25 17:43:27 +0000
+++ configure.cmake 2015-03-10 15:27:26 +0000
@@ -58,25 +58,6 @@
58# other threads.58# other threads.
59SET(SIGNAL_WITH_VIO_SHUTDOWN 1)59SET(SIGNAL_WITH_VIO_SHUTDOWN 1)
6060
61# Always enable -Wall for gnu C/C++
62# Remember to strip off these in scripts/CMakeLists.txt
63IF(CMAKE_COMPILER_IS_GNUCXX)
64 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-unused-parameter")
65ENDIF()
66IF(CMAKE_COMPILER_IS_GNUCC)
67 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
68ENDIF()
69
70# Remember to strip off these in scripts/CMakeLists.txt
71IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
72 SET(CMAKE_CXX_FLAGS
73 "${CMAKE_CXX_FLAGS} -Wall -Wno-null-conversion -Wno-unused-private-field")
74ENDIF()
75IF(CMAKE_C_COMPILER_ID MATCHES "Clang")
76 SET(CMAKE_C_FLAGS
77 "${CMAKE_C_FLAGS} -Wall -Wno-null-conversion -Wno-unused-private-field")
78ENDIF()
79
80# The default C++ library for SunPro is really old, and not standards compliant.61# The default C++ library for SunPro is really old, and not standards compliant.
81# http://www.oracle.com/technetwork/server-storage/solaris10/cmp-stlport-libcstd-142559.html62# http://www.oracle.com/technetwork/server-storage/solaris10/cmp-stlport-libcstd-142559.html
82# Use stlport rather than Rogue Wave.63# Use stlport rather than Rogue Wave.
8364
=== modified file 'extra/replace.c'
--- extra/replace.c 2011-09-07 10:08:09 +0000
+++ extra/replace.c 2015-03-10 15:27:26 +0000
@@ -1,5 +1,5 @@
1/*1/*
2 Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.2 Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
33
4 This program is free software; you can redistribute it and/or4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License5 modify it under the terms of the GNU General Public License
@@ -1020,7 +1020,7 @@
1020 updated=retain=0;1020 updated=retain=0;
1021 reset_buffer();1021 reset_buffer();
10221022
1023 while ((error=fill_buffer_retaining(fileno(in),retain)) > 0)1023 while ((error=fill_buffer_retaining(my_fileno(in),retain)) > 0)
1024 {1024 {
1025 end_of_line=buffer ;1025 end_of_line=buffer ;
1026 buffer[bufbytes]=0; /* Sentinel */1026 buffer[bufbytes]=0; /* Sentinel */
10271027
=== modified file 'extra/yassl/README'
--- extra/yassl/README 2014-10-03 22:12:23 +0000
+++ extra/yassl/README 2015-03-10 15:27:26 +0000
@@ -12,6 +12,15 @@
1212
13*** end Note ***13*** end Note ***
1414
15yaSSL Release notes, version 2.3.5 (9/29/2014)
16
17 This release of yaSSL fixes an RSA Padding check vulnerability reported by
18 Intel Security Advanced Threat Research team
19
20See normal build instructions below under 1.0.6.
21See libcurl build instructions below under 1.3.0 and note in 1.5.8.
22
23
15yaSSL Release notes, version 2.3.4 (8/15/2014)24yaSSL Release notes, version 2.3.4 (8/15/2014)
1625
17 This release of yaSSL adds checking to the input_buffer class itself.26 This release of yaSSL adds checking to the input_buffer class itself.
1827
=== modified file 'extra/yassl/include/openssl/ssl.h'
--- extra/yassl/include/openssl/ssl.h 2014-10-03 22:12:23 +0000
+++ extra/yassl/include/openssl/ssl.h 2015-03-10 15:27:26 +0000
@@ -34,7 +34,7 @@
34#include "rsa.h"34#include "rsa.h"
3535
3636
37#define YASSL_VERSION "2.3.4"37#define YASSL_VERSION "2.3.5"
3838
3939
40#if defined(__cplusplus)40#if defined(__cplusplus)
4141
=== modified file 'extra/yassl/taocrypt/src/rsa.cpp'
--- extra/yassl/taocrypt/src/rsa.cpp 2013-05-12 06:24:46 +0000
+++ extra/yassl/taocrypt/src/rsa.cpp 2015-03-10 15:27:26 +0000
@@ -177,7 +177,7 @@
177177
178 // skip past the padding until we find the separator178 // skip past the padding until we find the separator
179 unsigned i=1;179 unsigned i=1;
180 while (i<pkcsBlockLen && pkcsBlock[i++]) { // null body180 while (i<pkcsBlockLen && pkcsBlock[i++] == 0xFF) { // null body
181 }181 }
182 if (!(i==pkcsBlockLen || pkcsBlock[i-1]==0))182 if (!(i==pkcsBlockLen || pkcsBlock[i-1]==0))
183 return 0;183 return 0;
184184
=== modified file 'include/my_global.h'
--- include/my_global.h 2014-06-04 14:48:06 +0000
+++ include/my_global.h 2015-03-10 15:27:26 +0000
@@ -333,9 +333,6 @@
333#ifdef HAVE_FCNTL_H333#ifdef HAVE_FCNTL_H
334#include <fcntl.h>334#include <fcntl.h>
335#endif335#endif
336#ifdef HAVE_SYS_TIMEB_H
337#include <sys/timeb.h> /* Avoid warnings on SCO */
338#endif
339#if TIME_WITH_SYS_TIME336#if TIME_WITH_SYS_TIME
340# include <sys/time.h>337# include <sys/time.h>
341# include <time.h>338# include <time.h>
342339
=== modified file 'include/my_pthread.h'
--- include/my_pthread.h 2014-08-25 17:43:27 +0000
+++ include/my_pthread.h 2015-03-10 15:27:26 +0000
@@ -1,4 +1,4 @@
1/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.1/* Copyright (c) 2000, 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
@@ -144,8 +144,18 @@
144int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack);144int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack);
145int pthread_attr_destroy(pthread_attr_t *connect_att);145int pthread_attr_destroy(pthread_attr_t *connect_att);
146int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(void));146int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(void));
147struct tm *localtime_r(const time_t *timep,struct tm *tmp);147
148struct tm *gmtime_r(const time_t *timep,struct tm *tmp);148static inline struct tm *localtime_r(const time_t *timep, struct tm *tmp)
149{
150 localtime_s(tmp, timep);
151 return tmp;
152}
153
154static inline struct tm *gmtime_r(const time_t *clock, struct tm *res)
155{
156 gmtime_s(res, clock);
157 return res;
158}
149159
150void pthread_exit(void *a);160void pthread_exit(void *a);
151int pthread_join(pthread_t thread, void **value_ptr);161int pthread_join(pthread_t thread, void **value_ptr);
152162
=== modified file 'libmysqld/lib_sql.cc'
--- libmysqld/lib_sql.cc 2014-08-25 17:43:27 +0000
+++ libmysqld/lib_sql.cc 2015-03-10 15:27:26 +0000
@@ -2,6 +2,9 @@
2 * Copyright (c) 20002 * Copyright (c) 2000
3 * SWsoft company3 * SWsoft company
4 *4 *
5 * Modifications copyright (c) 2001, 2014. Oracle and/or its affiliates.
6 * All rights reserved.
7 *
5 * This material is provided "as is", with absolutely no warranty expressed8 * This material is provided "as is", with absolutely no warranty expressed
6 * or implied. Any use is at your own risk.9 * or implied. Any use is at your own risk.
7 *10 *
811
=== modified file 'man/comp_err.1'
--- man/comp_err.1 2014-10-03 22:12:23 +0000
+++ man/comp_err.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBCOMP_ERR\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBCOMP_ERR\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/innochecksum.1'
--- man/innochecksum.1 2014-10-03 22:12:23 +0000
+++ man/innochecksum.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBINNOCHECKSUM\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBINNOCHECKSUM\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/msql2mysql.1'
--- man/msql2mysql.1 2014-10-03 22:12:23 +0000
+++ man/msql2mysql.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMSQL2MYSQL\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMSQL2MYSQL\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/my_print_defaults.1'
--- man/my_print_defaults.1 2014-10-03 22:12:23 +0000
+++ man/my_print_defaults.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMY_PRINT_DEFAULTS" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMY_PRINT_DEFAULTS" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -173,7 +173,7 @@
173is an option group that permits only a limited set of options:173is an option group that permits only a limited set of options:
174\fBhost\fR,174\fBhost\fR,
175\fBuser\fR, and175\fBuser\fR, and
176\fBpassword\fR\&. Think of a login path as a set of values that indicate the server host and the credentials for authenticating with the server\&. To create the login file, use the176\fBpassword\fR\&. Think of a login path as a set of values that indicate the server host and the credentials for authenticating with the server\&. To create the login path file, use the
177\fBmysql_config_editor\fR177\fBmysql_config_editor\fR
178utility\&. See178utility\&. See
179\fBmysql_config_editor\fR(1)\&. This option was added in MySQL 5\&.6\&.6\&.179\fBmysql_config_editor\fR(1)\&. This option was added in MySQL 5\&.6\&.6\&.
180180
=== modified file 'man/myisam_ftdump.1'
--- man/myisam_ftdump.1 2014-10-03 22:12:23 +0000
+++ man/myisam_ftdump.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAM_FTDUMP\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAM_FTDUMP\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/myisamchk.1'
--- man/myisamchk.1 2014-10-03 22:12:23 +0000
+++ man/myisamchk.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMCHK\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMCHK\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -249,7 +249,7 @@
249\fBmyisamchk\fR249\fBmyisamchk\fR
250supports the following options, which can be specified on the command line or in the250supports the following options, which can be specified on the command line or in the
251[myisamchk]251[myisamchk]
252group of an option file\&. For information about option files, see252group of an option file\&. For information about option files used by MySQL programs, see
253Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.253Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
254.SH "MYISAMCHK GENERAL OPTIONS"254.SH "MYISAMCHK GENERAL OPTIONS"
255.\" options: myisamchk255.\" options: myisamchk
256256
=== modified file 'man/myisamlog.1'
--- man/myisamlog.1 2014-10-03 22:12:23 +0000
+++ man/myisamlog.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMLOG\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMLOG\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/myisampack.1'
--- man/myisampack.1 2014-10-03 22:12:23 +0000
+++ man/myisampack.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMPACK\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYISAMPACK\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql-stress-test.pl.1'
--- man/mysql-stress-test.pl.1 2014-10-03 22:12:23 +0000
+++ man/mysql-stress-test.pl.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/05/20145.\" Date: 11/21/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" "09/05/2014" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-STRESS\-TE" "1" "11/21/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 2014-10-03 22:12:23 +0000
+++ man/mysql-test-run.pl.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/05/20145.\" Date: 11/21/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" "09/05/2014" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-TEST\-RUN\" "1" "11/21/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 2014-10-03 22:12:23 +0000
+++ man/mysql.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -121,7 +121,7 @@
121[mysql]121[mysql]
122and122and
123[client]123[client]
124groups of an option file\&. For information about option files, see124groups of an option file\&. For information about option files used by MySQL programs, see
125Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.125Section\ \&4.2.6, \(lqUsing Option Files\(rq\&.
126.sp126.sp
127.RS 4127.RS 4
@@ -790,7 +790,7 @@
790is an option group that permits only a limited set of options:790is an option group that permits only a limited set of options:
791\fBhost\fR,791\fBhost\fR,
792\fBuser\fR, and792\fBuser\fR, and
793\fBpassword\fR\&. Think of a login path as a set of values that indicate the server host and the credentials for authenticating with the server\&. To create the login file, use the793\fBpassword\fR\&. Think of a login path as a set of values that indicate the server host and the credentials for authenticating with the server\&. To create the login path file, use the
794\fBmysql_config_editor\fR794\fBmysql_config_editor\fR
795utility\&. See795utility\&. See
796\fBmysql_config_editor\fR(1)\&. This option was added in MySQL 5\&.6\&.6\&.796\fBmysql_config_editor\fR(1)\&. This option was added in MySQL 5\&.6\&.6\&.
797797
=== modified file 'man/mysql.server.1'
--- man/mysql.server.1 2014-10-03 22:12:23 +0000
+++ man/mysql.server.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\&.SERVER\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL\&.SERVER\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql_client_test.1'
--- man/mysql_client_test.1 2014-10-03 22:12:23 +0000
+++ man/mysql_client_test.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/05/20145.\" Date: 11/21/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" "09/05/2014" "MySQL" "MySQL Database System"10.TH "\FBMYSQL_CLIENT_TEST" "1" "11/21/2014" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql_config.1'
--- man/mysql_config.1 2014-10-03 22:12:23 +0000
+++ man/mysql_config.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG\FR" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL_CONFIG\FR" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql_config_editor.1'
--- man/mysql_config_editor.1 2014-10-03 22:12:23 +0000
+++ man/mysql_config_editor.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_config_editor\fR2.\" Title: \fBmysql_config_editor\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG_EDIT" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL_CONFIG_EDIT" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -206,7 +206,7 @@
206.RS 4206.RS 4
207.\}207.\}
208.nf208.nf
209shell> mysql_config_editor print \-\-all209shell> \fBmysql_config_editor print \-\-all\fR
210[local]210[local]
211user = localuser211user = localuser
212password = *****212password = *****
@@ -284,7 +284,7 @@
284option is used\&. This permits passwords to be specified in a safer way than on the command line even if284option is used\&. This permits passwords to be specified in a safer way than on the command line even if
285\fB\-\-no\-defaults\fR285\fB\-\-no\-defaults\fR
286is present\&.286is present\&.
287\fBmysql_config_editor\fR Commands.PP287mysql_config_editor Commands.PP
288This section describes the permitted288This section describes the permitted
289\fBmysql_config_editor\fR289\fBmysql_config_editor\fR
290commands, and the interpretation of options that have a command\-specific meaning\&. In addition,290commands, and the interpretation of options that have a command\-specific meaning\&. In addition,
@@ -666,7 +666,7 @@
666\fB\-\-skip\-warn\fR666\fB\-\-skip\-warn\fR
667option\&.667option\&.
668.RE668.RE
669\fBmysql_config_editor\fR Options.PP669mysql_config_editor Options.PP
670\fBmysql_config_editor\fR670\fBmysql_config_editor\fR
671supports the following options\&.671supports the following options\&.
672.sp672.sp
673673
=== modified file 'man/mysql_convert_table_format.1'
--- man/mysql_convert_table_format.1 2014-10-03 22:12:23 +0000
+++ man/mysql_convert_table_format.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.67.\" Source: MySQL 5.6
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONVERT_TAB" "1" "09/11/2014" "MySQL 5\&.6" "MySQL Database System"10.TH "\FBMYSQL_CONVERT_TAB" "1" "11/21/2014" "MySQL 5\&.6" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
1414
=== modified file 'man/mysql_find_rows.1'
--- man/mysql_find_rows.1 2014-10-03 22:12:23 +0000
+++ man/mysql_find_rows.1 2015-03-10 15:27:26 +0000
@@ -2,12 +2,12 @@
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.78.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 09/11/20145.\" Date: 11/21/2014
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: