diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-12-13 15:08:16 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-12-13 15:08:16 +0400 |
commit | 701e22d5cd6642e803cfca2443c522a2998e3047 (patch) | |
tree | 3ccc3cef3c0fd19d263646168c5a8b77a5dbae1d /mysys | |
parent | a53e087ea9d865bbe1f3a53a90b1683196feb5ba (diff) | |
download | mariadb-git-701e22d5cd6642e803cfca2443c522a2998e3047.tar.gz |
Removing a dead code in sql_load.cc
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.
Diffstat (limited to 'mysys')
0 files changed, 0 insertions, 0 deletions