mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
88cf6f1c7f
26 changed files with 357 additions and 220 deletions
|
|
@ -717,7 +717,7 @@ public:
|
|||
DBUG_ASSERT(ds->str);
|
||||
|
||||
#ifdef EXTRA_DEBUG
|
||||
DBUG_PRINT("extra", ("str: %*b", (int) ds->length, ds->str));
|
||||
DBUG_DUMP("extra", (uchar*) ds->str, ds->length);
|
||||
#endif
|
||||
|
||||
if (fwrite(ds->str, 1, ds->length, m_file) != ds->length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue