summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-09-09 01:04:54 +0200
committerunknown <serg@serg.mylan>2005-09-09 01:04:54 +0200
commit213fa9cbc234c1a10e50f2bf53b2e1f520284034 (patch)
treed75622e206f853a7bb44452fe0d03139cfc3c7f0 /sql/item_cmpfunc.h
parent17ec83fc01c1e888b22ecbdff03f263889ca114d (diff)
parent5a49a6329043e1cdb24da1b204a099af2446c5c6 (diff)
downloadmariadb-git-213fa9cbc234c1a10e50f2bf53b2e1f520284034.tar.gz
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 03ab9c5b34d..741ae90108a 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -826,7 +826,7 @@ public:
else
{
args[0]->update_used_tables();
- if (!(used_tables_cache=args[0]->used_tables()))
+ if ((const_item_cache= !(used_tables_cache= args[0]->used_tables())))
{
/* Remember if the value is always NULL or never NULL */
cached_value= (longlong) args[0]->is_null();