mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
The loop in read_xml_field(), unlike the same loop in read_sep_field(),
cannot end with item<>NULL, as it does not have any "break" statements.
The entire block "if (item) {...}" was a dead code.
64 KiB
64 KiB