mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
Fix build on OSX with 10.13 SDK
This commit is contained in:
parent
8e1adff959
commit
6fe953cb71
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue