mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -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
436 B
C++
11 lines
436 B
C++
--- sql/json_dom.h.orig 2017-01-05 16:09:35 UTC
|
|
+++ sql/json_dom.h
|
|
@@ -337,7 +337,7 @@ struct Json_key_comparator
|
|
Json_object class.
|
|
*/
|
|
typedef std::map<std::string, Json_dom *, Json_key_comparator,
|
|
- Malloc_allocator<std::pair<std::string, Json_dom *> > > Json_object_map;
|
|
+ Malloc_allocator<std::pair<const std::string, Json_dom *> > > Json_object_map;
|
|
|
|
/**
|
|
Represents a JSON container value of type "object" (ECMA), type
|