mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
This is a development snapshot of upcoming MySQL 8.0. PR: 215738 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew, feld Approved by: matthew (mentor), feld Differential Revision: https://reviews.freebsd.org/D9031
11 lines
333 B
C++
11 lines
333 B
C++
--- storage/innobase/sync/sync0debug.cc.orig 2016-03-28 18:06:12 UTC
|
|
+++ storage/innobase/sync/sync0debug.cc
|
|
@@ -1702,7 +1702,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;
|