150
135
int my_datetime_to_str(const DRIZZLE_TIME *l_time, char *to);
151
136
int my_TIME_to_str(const DRIZZLE_TIME *l_time, char *to);
154
139
Available interval types used in any statement.
156
141
'interval_type' must be sorted so that simple intervals comes first,
157
142
ie year, quarter, month, week, day, hour, etc. The order based on
158
143
interval size is also important and the intervals should be kept in a
159
144
large to smaller order. (get_interval_value() depends on this)
165
150
See also interval_type_to_name, get_interval_value, interval_names