= {
{"wait/synch/mutex/sql/Source_info::data_lock",
"wait/synch/mutex/sql/Master_info::data_lock"},
{"wait/synch/mutex/sql/Source_info::run_lock",
"wait/synch/mutex/sql/Master_info::run_lock"},
{"wait/synch/mutex/sql/Source_info::sleep_lock",
"wait/synch/mutex/sql/Master_info::sleep_lock"},
{"wait/synch/mutex/sql/Source_info::info_thd_lock",
"wait/synch/mutex/sql/Master_info::info_thd_lock"},
{"wait/synch/mutex/sql/Source_info::rotate_lock",
"wait/synch/mutex/sql/Master_info::rotate_lock"},
{"wait/synch/mutex/sql/Replica_reporting_capability::err_lock",
"wait/synch/mutex/sql/Slave_reporting_capability::err_lock"},
{"wait/synch/mutex/sql/key_mta_temp_table_LOCK",
"wait/synch/mutex/sql/key_mts_temp_table_LOCK"},
{"wait/synch/mutex/sql/key_mta_gaq_LOCK",
"wait/synch/mutex/sql/key_mts_gaq_LOCK"},
{"wait/synch/mutex/sql/Relay_log_info::replica_worker_hash_lock",
"wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock"},
{"wait/synch/mutex/sql/LOCK_replica_list",
"wait/synch/mutex/sql/LOCK_slave_list"},
{"wait/synch/mutex/sql/LOCK_replica_net_timeout",
"wait/synch/mutex/sql/LOCK_slave_net_timeout"},
{"wait/synch/mutex/sql/LOCK_sql_replica_skip_counter",
"wait/synch/mutex/sql/LOCK_sql_slave_skip_counter"},
}
Maps that describe the name changes enabled by setting terminology_use_previous.
The version_vector is a vector where each element holds information about names changed in a given server release. Each element of version_vector is a map where keys are the instrumentation class of type PFS_class_type, and the values are maps that hold information about the names changed for that class, within the given server release. In the latter map, the keys and values are strings, represented as std::string and const char *, respectively, where each key is the version of a name introduced in the given release and the corresponding value is the name that was used before that release.
When you add elements, note that you need to increment the number passed as argument in the call to plan() in main() in storage/perfschema/unittest/pfs-t.cc, by the number of added elements.