mariadb/mysql-test/suite/perfschema/r
Alfranio Correia ac6026ce27 BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with
temp table
            
This patch introduces two key changes in the replication's behavior.
            
Firstly, it reverts part of BUG#51894 which puts any update to temporary tables
into the trx-cache. Now, updates to temporary tables are handled according to
the type of their engines as a regular table.
            
Secondly, an unsafe mixed statement, (i.e. a statement that access transactional
table as well non-transactional or temporary table, and writes to any of them),
are written into the trx-cache in order to minimize errors in the execution when
the statement logging format is in use.
            
Such changes has a direct impact on which statements are classified as unsafe
statements and thus part of BUG#53259 is reverted.
2010-08-20 03:59:58 +01:00
..
aggregate.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
bad_option_1.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
bad_option_2.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
binlog_mix.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
binlog_row.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
binlog_stmt.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
cnf_option.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
column_privilege.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_cond_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_current.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_history.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_history_long.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_by_thread_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_global_by_event_name.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
ddl_file_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_fs_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_fs_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_mutex_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_performance_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_rwlock_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_consumers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_instruments.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
dml_cond_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_current.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_history.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_history_long.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_by_thread_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_global_by_event_name.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
dml_file_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_file_summary_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_file_summary_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_mutex_instances.result Bug#50596 Spurious test failures in perfschema.dml_mutex_instances 2010-01-25 20:12:20 -07:00
dml_performance_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_rwlock_instances.result Bug#50596 Spurious test failures in perfschema.dml_mutex_instances 2010-01-25 20:12:20 -07:00
dml_setup_consumers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_setup_instruments.result Patch that changes approach to how we acquire metadata 2010-06-07 11:06:55 +04:00
dml_setup_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
func_file_io.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
func_mutex.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
global_read_lock.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
information_schema.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
misc.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
myisam_file_io.result Bug#53394 Tests: perfschema.myisam_file_io fails 2010-07-16 08:21:07 -06:00
no_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
one_thread_per_con.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
pfs_upgrade.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
privilege.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
query_cache.result Bug#53102 perfschema.pfs_upgrade fails on sol10 sparc64 max in parallel mode 2010-07-20 21:15:29 +02:00
read_only.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
schema.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
selects.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
server_init.result Merge trunk-bugfixing -> trunk-runtime. 2010-07-27 18:32:42 +04:00
start_server_no_cond_class.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_cond_inst.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_file_class.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_file_inst.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_mutex_class.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_mutex_inst.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_rwlock_class.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_rwlock_inst.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_thread_class.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_no_thread_inst.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_off.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
start_server_on.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
tampered_perfschema_table1.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
thread_cache.result Bug#54782 Performance schema per thread accounting and thread cache 2010-07-16 07:50:50 -06:00