diff options
author | Alexander Barkov <bar@mariadb.com> | 2020-05-29 15:31:24 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2020-05-29 15:31:24 +0400 |
commit | a2932e86b5dcbc76bf2bef545cf942f202abd3e8 (patch) | |
tree | f98c0f9805cb6f189d2e4455c81bbcc024f1c94e /sql/sql_statistics.cc | |
parent | a1b3bebe1f7f7221daf520e35b81e13c1478d189 (diff) | |
download | mariadb-git-a2932e86b5dcbc76bf2bef545cf942f202abd3e8.tar.gz |
MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of address ... which does not point to an object of type 'Item_func' note: object is of type 'Item_bool' (on optimized builds)
In Item_nodeset_func_predicate::val_nodeset, args[1] is not necessarily
an Item_func descendant. It can be Item_bool.
Removing a wrong cast. It was not really needed anyway.
Diffstat (limited to 'sql/sql_statistics.cc')
0 files changed, 0 insertions, 0 deletions