mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
9df0426103
Problem: Some instantiations of std::map have discrepancies between the value_type of the map and the value_type of the map's allocator. On FreeBSD 11 this is detected by Clang, and an error is raised at compilation time. Fix: Specify the correct value_type for the allocators. Also fix an unused variable warning in storage/innobase/os/os0file.cc. |
||
---|---|---|
.. | ||
sync0arr.cc | ||
sync0debug.cc | ||
sync0rw.cc | ||
sync0sync.cc |