| 2301 | }; |
| 2302 | public: |
| 2303 | Date(Item *item, date_mode_t fuzzydate) |
| 2304 | :Date(current_thd, item, fuzzydate) |
| 2305 | { } |
| 2306 | Date(THD *thd, Item *item, date_mode_t fuzzydate) |
| 2307 | :Temporal_with_date(thd, item, fuzzydate) |
| 2308 | { |
nothing calls this directly
no test coverage detected