aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql80-server/files/patch-storage_innobase_trx_trx0purge.cc
blob: 5b062e2fad03734dc37bfd7a2c921e657e9a0e60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- storage/innobase/trx/trx0purge.cc.orig	2017-01-05 13:57:29 UTC
+++ storage/innobase/trx/trx0purge.cc
@@ -1668,7 +1668,7 @@ trx_purge_attach_undo_recs(
 	using GroupBy = std::map<
 		table_id_t, purge_node_t::Recs*,
 		std::less<table_id_t>,
-		mem_heap_allocator<std::pair<table_id_t, purge_node_t::Recs*>>>;
+		mem_heap_allocator<std::pair<const table_id_t, purge_node_t::Recs*>>>;
 
 	GroupBy		group_by{
 		GroupBy::key_compare{},