mariadb/mysql-test/suite/perfschema/r
unknown 4e6606acad MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.
MASTER_GTID_WAIT() is similar to MASTER_POS_WAIT(), but works with a
GTID position rather than an old-style filename/offset.

@@LAST_GTID gives the GTID assigned to the last transaction written
into the binlog.

Together, the two can be used by applications to obtain the GTID of
an update on the master, and then do a MASTER_GTID_WAIT() for that
position on any read slave where it is important to get results that
are caught up with the master at least to the point of the update.

The implementation of MASTER_GTID_WAIT() is implemented in a way
that tries to minimise the performance impact on the SQL threads,
even in the presense of many waiters on single GTID positions (as
from @@LAST_GTID).
2014-02-07 19:15:28 +01:00
..
aggregate.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
all_instances.result MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID. 2014-02-07 19:15:28 +01: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
bad_option_3.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
bad_option_4.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
bad_option_5.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
binlog_mix.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
binlog_row.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
binlog_stmt.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
checksum.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
cnf_option.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
column_privilege.result Remove the very old historical but never documented behavior, 2013-10-18 11:38:13 -07:00
ddl_cond_instances.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_events_waits_current.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_events_waits_history.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_events_waits_history_long.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_ews_by_instance.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_ews_by_thread_by_event_name.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_ews_global_by_event_name.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_file_instances.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_fs_by_event_name.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_fs_by_instance.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_mutex_instances.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_performance_timers.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_rwlock_instances.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_setup_consumers.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_setup_instruments.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_setup_timers.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
ddl_threads.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
dml_cond_instances.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_events_waits_current.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_events_waits_history.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_events_waits_history_long.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_ews_by_instance.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_ews_by_thread_by_event_name.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_ews_global_by_event_name.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_file_instances.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_file_summary_by_event_name.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_file_summary_by_instance.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_mutex_instances.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_performance_timers.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_rwlock_instances.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
dml_setup_consumers.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
dml_setup_instruments.result MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID. 2014-02-07 19:15:28 +01:00
dml_setup_timers.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
dml_threads.result Added text for errno in error messages by: 2012-05-30 00:37:55 +03:00
func_file_io.result Bug#14072995 - PERFSCHEMA.FUNC_FILE_IO FAILS WITH RESULT CONTENT MISMATCH OCASSIONALLY ON PB2 2012-09-07 11:07:20 +02:00
func_mutex.result Speed up connection time: 2013-03-25 11:13:42 +02:00
global_read_lock.result Merge from mysql-5.5-bugteam to mysql-5.5-runtime 2010-11-12 12:23:17 +01:00
information_schema.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
misc.result error messages: name the storage engine explicitly, 2013-04-09 23:27:07 +02:00
myisam_file_io.result Added procedures to delete records by keys from statistical tables. 2012-07-10 16:34:39 -07:00
no_threads.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
one_thread_per_con.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
pfs_upgrade.result Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
privilege.result Remove the very old historical but never documented behavior, 2013-10-18 11:38:13 -07:00
query_cache.result Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTED 2012-07-03 09:55:51 +05:30
read_only.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
relaylog.result MDEV-26: Global transaction ID. 2013-03-28 10:34:43 +01:00
schema.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
selects.result Fix for 2011-06-16 22:35:01 +02:00
server_init.result 5.3.4 merge 2012-02-15 18:08:08 +01:00
short_option_1.result merge with 5.3 2011-10-19 21:45:18 +02:00
short_option_2.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
start_server_no_cond_class.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_cond_inst.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_file_class.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_file_inst.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_mutex_class.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_mutex_inst.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_rwlock_class.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_rwlock_inst.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_thread_class.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_thread_inst.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_no_waits_history.result Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0 2013-01-02 11:00:55 +01:00
start_server_no_waits_history_long.result Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0 2013-01-02 11:00:55 +01:00
start_server_nothing.result Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0 2013-01-02 11:00:55 +01:00
start_server_off.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
start_server_on.result Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
tampered_perfschema_table1.result Merge mysql-5.5-bugteam --> local bugfixing branch 2010-11-08 18:14:30 +01:00
thread_cache.result Bug#56618 Thread_ID is not assigned in ascending sequence (after disconnect) 2010-12-01 11:10:15 +01:00