diff options
author | unknown <sanja@askmonty.org> | 2013-11-13 15:22:57 +0200 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2013-11-13 15:22:57 +0200 |
commit | 7787835520eefb6ff19c1566aec2477cf03239a9 (patch) | |
tree | a1cd9c573ed08a46c50c93521cf2506a471da7df /sql/opt_subselect.cc | |
parent | b468cd47493cb687ce38aad01ea19f719cd8491f (diff) | |
download | mariadb-git-7787835520eefb6ff19c1566aec2477cf03239a9.tar.gz |
incorrect assertion removed
Diffstat (limited to 'sql/opt_subselect.cc')
-rw-r--r-- | sql/opt_subselect.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/opt_subselect.cc b/sql/opt_subselect.cc index 74bb2875638..adb67e5169a 100644 --- a/sql/opt_subselect.cc +++ b/sql/opt_subselect.cc @@ -1291,7 +1291,6 @@ static bool replace_where_subcondition(JOIN *join, Item **expr, } else if (item->type() == Item::COND_ITEM) { - DBUG_ASSERT(!do_fix_fields || !(*expr)->fixed); replace_where_subcondition(join, li.ref(), old_cond, new_cond, do_fix_fields); |