46
45
collation.set(&my_charset_bin);
51
50
* All functions which inherit from Item_date must implement
52
51
* their own get_temporal() method, which takes a supplied
54
53
* date based on the semantics of the function.
56
55
* Returns whether the function was able to correctly fill
57
56
* the supplied date temporal with a proper date.
62
61
Field *tmp_table_field(Table *table)
64
63
return tmp_table_field_from_field_type(table, 0);