mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix failed test bson and xml
This commit is contained in:
@@ -886,7 +886,6 @@ PBPR BJSON::NewPair(OFFSET key, int type)
|
||||
PBPR bpp = (PBPR)BsonSubAlloc(sizeof(BPAIR));
|
||||
|
||||
bpp->Key = key;
|
||||
bpp->Vlp.Ktp = TYPE_STRG;
|
||||
bpp->Vlp.Type = type;
|
||||
bpp->Vlp.To_Val = 0;
|
||||
bpp->Vlp.Nd = 0;
|
||||
|
Reference in New Issue
Block a user