Files
ports/databases/xtrabackup84/files/patch-sql_mdl__context__backup.h
T
Oleksii Samorukov 65a2ef105c databases/xtrabackup84: fix build on FreeBSD-CURRENT
Fixes adopted from databases/mysql84-server

Reported by: Poudriere
2024-11-12 22:50:32 +01:00

12 lines
377 B
C++

--- sql/mdl_context_backup.h.orig 2024-08-08 10:30:27 UTC
+++ sql/mdl_context_backup.h
@@ -47,7 +47,7 @@ class MDL_context_backup_manager {
/**
Key for uniquely identifying MDL_context in the MDL_context_backup map.
*/
- typedef std::basic_string<uchar> MDL_context_backup_key;
+ typedef std::vector<uchar> MDL_context_backup_key;
class MDL_context_backup;