Commit 6fe953cb authored by Howard Su's avatar Howard Su Committed by Marko Mäkelä

Fix build on OSX with 10.13 SDK

parent 8e1adff9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment