Commit 17654758 authored by evgen@moonbone.local's avatar evgen@moonbone.local
Browse files

item_cmpfunc.cc:

  A typo fixed.
parent 49db78b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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