opnsense-ports/databases/mysql80-server/files/patch-sql_mdl__context__backup.h
Franco Fichtner 3df22a3206 databases/mysql80-server: sync with upstream
Taken from: FreeBSD
2024-09-03 10:52:44 +02:00

11 lines
377 B
C++

--- sql/mdl_context_backup.h.orig 2024-07-12 19:15:25 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;