Skip to content

Commit

Permalink
Fix build on OSX with 10.13 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su authored and dr-m committed Jan 24, 2018
1 parent 8e1adff commit 6fe953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/include/trx0trx.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ that modified it is running. */
typedef std::map<
dict_table_t*, trx_mod_table_time_t,
std::less<dict_table_t*>,
ut_allocator<std::pair<dict_table_t*, trx_mod_table_time_t> > >
ut_allocator<std::pair<dict_table_t* const, trx_mod_table_time_t> > >
trx_mod_tables_t;

/** The transaction handle
Expand Down

0 comments on commit 6fe953c

Please sign in to comment.