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:
@@ -1024,6 +1024,12 @@ bool TDBJSN::OpenDB(PGLOBAL g)
|
||||
/* Lrecl is Ok. */
|
||||
/*********************************************************************/
|
||||
size_t linelen = Lrecl;
|
||||
MODE mode = Mode;
|
||||
|
||||
// Buffer must be allocated in g->Sarea
|
||||
Mode = MODE_ANY;
|
||||
Txfp->AllocateBuffer(g);
|
||||
Mode = mode;
|
||||
|
||||
//To_Line = (char*)PlugSubAlloc(g, NULL, linelen);
|
||||
//memset(To_Line, 0, linelen);
|
||||
|
Reference in New Issue
Block a user