Skip to content

Commit 6fe953c

Browse files
howard0sudr-m
authored andcommitted
Fix build on OSX with 10.13 SDK
1 parent 8e1adff commit 6fe953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/include/trx0trx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ that modified it is running. */
764764
typedef std::map<
765765
dict_table_t*, trx_mod_table_time_t,
766766
std::less<dict_table_t*>,
767-
ut_allocator<std::pair<dict_table_t*, trx_mod_table_time_t> > >
767+
ut_allocator<std::pair<dict_table_t* const, trx_mod_table_time_t> > >
768768
trx_mod_tables_t;
769769

770770
/** The transaction handle

0 commit comments

Comments
 (0)