summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-04-05 08:24:03 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2007-04-05 08:24:03 +0200
commit865cd0108a718d0231daf98367f64fce0c46d3f3 (patch)
tree504b4a6f2bf19d65bb4b87df6c3f53b64d4abe74 /sql/item_func.cc
parentb651aa038c1a7fa5197c2746672bd22863b12132 (diff)
parentfda365101f70cc2de106a8cb7f37d7615bb55eb9 (diff)
downloadmariadb-git-865cd0108a718d0231daf98367f64fce0c46d3f3.tar.gz
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb sql/item_func.cc: Auto merged
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index 25aaf824915..3da3996e94c 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -230,6 +230,8 @@ void Item_func::traverse_cond(Cond_traverser traverser,
(*traverser)(this, argument);
}
}
+ else
+ (*traverser)(this, argument);
}