blob: 3c9fc1e28992d1d95ff812e846e677f44982c46d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sql/mdl_context_backup.h.orig 2023-11-24 10:33:10 UTC
+++ sql/mdl_context_backup.h
@@ -46,7 +46,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;
|