mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
- client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785
11 lines
333 B
C++
11 lines
333 B
C++
--- storage/innobase/sync/sync0debug.cc.orig 2016-11-27 19:44:54 UTC
|
|
+++ storage/innobase/sync/sync0debug.cc
|
|
@@ -1717,7 +1717,7 @@ private:
|
|
const void*,
|
|
File,
|
|
std::less<const void*>,
|
|
- ut_allocator<std::pair<const void*, File> > >
|
|
+ ut_allocator<std::pair<const void* const, File> > >
|
|
Files;
|
|
|
|
typedef OSMutex Mutex;
|