mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -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
391 B
C++
11 lines
391 B
C++
--- storage/innobase/buf/buf0buf.cc.orig 2016-03-28 18:06:12 UTC
|
|
+++ storage/innobase/buf/buf0buf.cc
|
|
@@ -338,7 +338,7 @@ typedef std::map<
|
|
const byte*,
|
|
buf_chunk_t*,
|
|
std::less<const byte*>,
|
|
- ut_allocator<std::pair<const byte*, buf_chunk_t*> > >
|
|
+ ut_allocator<std::pair<const byte* const, buf_chunk_t*> > >
|
|
buf_pool_chunk_map_t;
|
|
|
|
static buf_pool_chunk_map_t* buf_chunk_map_reg;
|