item_cmpfunc.cc:
A typo fixed. sql/item_cmpfunc.cc: A typo fixed.
This commit is contained in:
parent
3e925554ec
commit
56a65d7ad0
@ -707,7 +707,7 @@ get_time_value(THD *thd, Item ***item_arg, Item **cache_arg,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
*is_null= item->get_time(<ime);
|
*is_null= item->get_time(<ime);
|
||||||
value= !is_null ? TIME_to_ulonglong_datetime(<ime) : 0;
|
value= !*is_null ? TIME_to_ulonglong_datetime(<ime) : 0;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
Do not cache GET_USER_VAR() function as its const_item() may return TRUE
|
Do not cache GET_USER_VAR() function as its const_item() may return TRUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user