Index: databases/mysql57-server/files/patch-sql_json_dom.h =================================================================== --- databases/mysql57-server/files/patch-sql_json_dom.h (nonexistent) +++ databases/mysql57-server/files/patch-sql_json_dom.h (working copy) @@ -0,0 +1,11 @@ +--- sql/json_dom.h.orig 2015-11-29 20:16:24.000000000 +0100 ++++ sql/json_dom.h 2016-04-04 15:21:11.465791000 +0200 +@@ -368,7 +368,7 @@ + Json_object class. + */ + typedef std::map > > Json_object_map; ++ Malloc_allocator > > Json_object_map; + + /** + Represents a JSON container value of type "object" (ECMA), type Property changes on: databases/mysql57-server/files/patch-sql_json_dom.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc =================================================================== --- databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc (nonexistent) +++ databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc (working copy) @@ -0,0 +1,11 @@ +--- storage/innobase/buf/buf0buf.cc.orig 2015-11-29 20:16:24.000000000 +0100 ++++ storage/innobase/buf/buf0buf.cc 2016-04-04 14:24:39.457768000 +0200 +@@ -300,7 +300,7 @@ + const byte*, + buf_chunk_t*, + std::less, +- ut_allocator > > ++ ut_allocator > > + buf_pool_chunk_map_t; + + static buf_pool_chunk_map_t* buf_chunk_map_reg; Property changes on: databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc =================================================================== --- databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc (nonexistent) +++ databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc (working copy) @@ -0,0 +1,11 @@ +--- storage/innobase/dict/dict0stats.cc.orig 2015-11-29 20:16:24.000000000 +0100 ++++ storage/innobase/dict/dict0stats.cc 2016-04-04 14:34:32.623798000 +0200 +@@ -139,7 +139,7 @@ + typedef std::vector > boundaries_t; + + /** Allocator type used for index_map_t. */ +-typedef ut_allocator > ++typedef ut_allocator > + index_map_t_allocator; + + /** Auxiliary map used for sorting indexes by name in dict_stats_save(). */ Property changes on: databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc =================================================================== --- databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc (nonexistent) +++ databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc (working copy) @@ -0,0 +1,11 @@ +--- storage/innobase/sync/sync0debug.cc.orig 2015-11-29 20:16:24.000000000 +0100 ++++ storage/innobase/sync/sync0debug.cc 2016-04-04 15:23:18.356074000 +0200 +@@ -1704,7 +1704,7 @@ + const void*, + File, + std::less, +- ut_allocator > > ++ ut_allocator > > + Files; + + typedef OSMutex Mutex; Property changes on: databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property