mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
Welcome MySQL 9.1 What is new in MySQL9.1: https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html MySQL8.4+ supports only 64-bit platforms! Sponsored by: Netzkommune GmbH Special thanks to: samm
11 lines
377 B
C++
11 lines
377 B
C++
--- sql/mdl_context_backup.h.orig 2024-07-12 19:20:22 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;
|
|
|