mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -2053,7 +2053,7 @@ int READ_INFO::read_xml(THD *thd)
|
||||
chr= read_value(delim, &value);
|
||||
if (attribute.length() > 0 && value.length() > 0)
|
||||
{
|
||||
DBUG_PRINT("read_xml", ("lev:%i att:%s val:%s\n",
|
||||
DBUG_PRINT("read_xml", ("lev:%i att:%s val:%s",
|
||||
level + 1,
|
||||
attribute.c_ptr_safe(),
|
||||
value.c_ptr_safe()));
|
||||
|
Reference in New Issue
Block a user