Browse Source

item_cmpfunc.cc:

A typo fixed.


sql/item_cmpfunc.cc:
  A typo fixed.
pull/374/head
unknown 19 years ago
parent
commit
56a65d7ad0
  1. 2
      sql/item_cmpfunc.cc

2
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

Loading…
Cancel
Save