17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/function/time/unix_timestamp.h>
24
24
#include <drizzled/session.h>
31
26
int64_t Item_func_unix_timestamp::val_int()
39
34
if (args[0]->type() == FIELD_ITEM)
40
35
{ // Optimize timestamp field
41
36
Field *field=((Item_field*) args[0])->field;
42
37
if (field->type() == DRIZZLE_TYPE_TIMESTAMP)
49
44
We have to set null_value again because get_arg0_date will also set it