From: Marc Alff Date: July 18 2011 9:50am Subject: bzr push into mysql-trunk-wl5378 branch (marc.alff:3360 to 3361) List-Archive: http://lists.mysql.com/commits/140339 Message-Id: <201107180951.p6I9p0Qp019751@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3361 Marc Alff 2011-07-18 [merge] Merge mysql-trunk --> mysql-trunk-wl5378 added: mysql-test/suite/rpl/r/rpl_row_corruption.result mysql-test/suite/rpl/t/rpl_row_corruption-slave.opt mysql-test/suite/rpl/t/rpl_row_corruption.test modified: client/mysqlbinlog.cc include/mysql/psi/psi.h include/mysql/psi/psi_abi_v1.h.pp include/welcome_copyright_notice.h mysql-test/include/mix1.inc mysql-test/r/func_math.result mysql-test/r/grant.result mysql-test/r/information_schema.result mysql-test/r/sp.result mysql-test/r/view.result mysql-test/suite/innodb/r/innodb-index.result mysql-test/suite/innodb/r/innodb_mysql.result mysql-test/suite/innodb/t/innodb-index.test mysql-test/suite/perfschema/r/dml_setup_objects.result mysql-test/suite/perfschema/r/information_schema.result mysql-test/suite/perfschema/r/pfs_upgrade.result mysql-test/suite/perfschema/r/privilege_table_io.result mysql-test/suite/perfschema/r/schema.result mysql-test/suite/perfschema/r/setup_objects.result mysql-test/suite/perfschema/r/start_server_nothing.result mysql-test/suite/perfschema/r/table_aggregate_global_2u_2t.result mysql-test/suite/perfschema/r/table_aggregate_global_2u_3t.result mysql-test/suite/perfschema/r/table_aggregate_global_4u_2t.result mysql-test/suite/perfschema/r/table_aggregate_global_4u_3t.result mysql-test/suite/perfschema/r/table_aggregate_hist_2u_2t.result mysql-test/suite/perfschema/r/table_aggregate_hist_2u_3t.result mysql-test/suite/perfschema/r/table_aggregate_hist_4u_2t.result mysql-test/suite/perfschema/r/table_aggregate_hist_4u_3t.result mysql-test/suite/perfschema/r/table_aggregate_off.result mysql-test/suite/perfschema/r/table_aggregate_thread_2u_2t.result mysql-test/suite/perfschema/r/table_aggregate_thread_2u_3t.result mysql-test/suite/perfschema/r/table_aggregate_thread_4u_2t.result mysql-test/suite/perfschema/r/table_aggregate_thread_4u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_global_2u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_global_2u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_global_4u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_hist_2u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_hist_2u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_hist_4u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_hist_4u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_thread_2u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_thread_2u_3t.result mysql-test/suite/perfschema/r/table_io_aggregate_thread_4u_2t.result mysql-test/suite/perfschema/r/table_io_aggregate_thread_4u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_global_2u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_global_2u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_global_4u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_global_4u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_hist_2u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_hist_2u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_hist_4u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_hist_4u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_thread_2u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_thread_2u_3t.result mysql-test/suite/perfschema/r/table_lock_aggregate_thread_4u_2t.result mysql-test/suite/perfschema/r/table_lock_aggregate_thread_4u_3t.result mysql-test/suite/perfschema/r/table_schema.result mysql-test/suite/perfschema/t/dml_setup_objects.test mysql-test/suite/perfschema/t/privilege_table_io.test mysql-test/suite/perfschema/t/setup_objects.test mysql-test/t/disabled.def mysql-test/t/func_math.test mysql-test/t/grant.test mysql-test/t/information_schema.test mysql-test/t/sp.test mysql-test/t/view.test mysys/psi_noop.cc plugin/audit_null/audit_null.c scripts/mysql_system_tables.sql sql/ha_partition.cc sql/ha_partition.h sql/handler.cc sql/handler.h sql/item_geofunc.cc sql/log_event.cc sql/partition_info.cc sql/rpl_info_file.cc sql/rpl_slave.cc sql/sp_head.cc sql/sp_head.h sql/sql_base.cc sql/sql_insert.cc sql/sql_load.cc sql/sql_parse.cc sql/sql_select.cc sql/sql_view.cc sql/sql_yacc.yy storage/innobase/lock/lock0lock.c storage/innobase/row/row0row.c storage/innobase/trx/trx0purge.c storage/innobase/trx/trx0rec.c storage/perfschema/pfs.cc storage/perfschema/pfs_defaults.cc storage/perfschema/pfs_instr.cc storage/perfschema/pfs_instr.h storage/perfschema/pfs_setup_object.cc storage/perfschema/table_setup_objects.cc storage/perfschema/table_setup_objects.h storage/perfschema/unittest/pfs_instr_class-t.cc strings/decimal.c support-files/mysql-log-rotate.sh tests/mysql_client_test.c unittest/gunit/CMakeLists.txt unittest/gunit/my_decimal-t.cc 3360 Marc Alff 2011-07-07 [merge] Merge mysql-trunk --> mysql-trunk-wl5378 modified: storage/perfschema/unittest/pfs-t.cc Diff too large for email (18806 lines, the limit is 10000). No bundle (reason: useless for push emails).