summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2007-07-16 01:03:58 +0400
committerunknown <evgen@moonbone.local>2007-07-16 01:03:58 +0400
commit56a65d7ad097ff9f2b0677338df059a6b96afd94 (patch)
treeebbc2354dd3ec0fab0b13da42735e996f60a8935
parent3e925554ece25332a21125233a13c0e10253d482 (diff)
downloadmariadb-git-56a65d7ad097ff9f2b0677338df059a6b96afd94.tar.gz
item_cmpfunc.cc:
A typo fixed. sql/item_cmpfunc.cc: A typo fixed.
-rw-r--r--sql/item_cmpfunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc
index a89f6337f5f..86eb10d50b0 100644
--- a/sql/item_cmpfunc.cc
+++ b/sql/item_cmpfunc.cc
@@ -707,7 +707,7 @@ get_time_value(THD *thd, Item ***item_arg, Item **cache_arg,
else
{
*is_null= item->get_time(&ltime);
- value= !is_null ? TIME_to_ulonglong_datetime(&ltime) : 0;
+ value= !*is_null ? TIME_to_ulonglong_datetime(&ltime) : 0;
}
/*
Do not cache GET_USER_VAR() function as its const_item() may return TRUE