Lines Matching defs:warn

344 void Temporal::make_from_str(THD *thd, Warn *warn,  in make_from_str()
499 bool Sec6::convert_to_mysql_time(THD *thd, int *warn, MYSQL_TIME *ltime, in convert_to_mysql_time()
515 int warn, in push_conversion_warnings()
755 void Time::make_from_item(THD *thd, int *warn, Item *item, const Options opt) in make_from_item()
788 void Timestamp::round_or_set_max(uint dec, int *warn) in round_or_set_max()
802 bool Temporal::add_nanoseconds_with_round(THD *thd, int *warn, in add_nanoseconds_with_round()
828 void Temporal::time_round_or_set_max(uint dec, int *warn, in time_round_or_set_max()
841 void Time::round_or_set_max(uint dec, int *warn, ulong nsec) in round_or_set_max()
848 void Time::round_or_set_max(uint dec, int *warn) in round_or_set_max()
857 void Time::make_from_datetime_with_days_diff(int *warn, const MYSQL_TIME *from, in make_from_datetime_with_days_diff()
899 void Time::make_from_datetime_move_day_to_hour(int *warn, in make_from_datetime_move_day_to_hour()
915 void Time::make_from_datetime(int *warn, const MYSQL_TIME *from, long curdays) in make_from_datetime()
924 void Time::make_from_time(int *warn, const MYSQL_TIME *from) in make_from_time()
961 Time::Time(int *warn, const MYSQL_TIME *from, long curdays) in Time()
980 Time::Time(int *warn, bool neg, ulonglong hour, uint minute, const Sec6 &second) in Time()
1023 void Temporal_with_date::check_date_or_invalidate(int *warn, in check_date_or_invalidate()
1032 void Datetime::make_from_time(THD *thd, int *warn, const MYSQL_TIME *from, in make_from_time()
1046 void Datetime::make_from_datetime(THD *thd, int *warn, const MYSQL_TIME *from, in make_from_datetime()
1072 Datetime::Datetime(THD *thd, int *warn, const MYSQL_TIME *from, in Datetime()
1100 bool Temporal::datetime_add_nanoseconds_or_invalidate(THD *thd, int *warn, ulong nsec) in datetime_add_nanoseconds_or_invalidate()
1147 bool Temporal::datetime_round_or_invalidate(THD *thd, uint dec, int *warn, ulong nsec) in datetime_round_or_invalidate()
1158 bool Datetime::round_or_invalidate(THD *thd, uint dec, int *warn) in round_or_invalidate()
5115 Temporal::Warn_push warn(thd, s ? s->db.str : nullptr, in Item_get_date_with_warn() local
5129 Temporal::Warn_push warn(thd, s ? s->db.str : nullptr, in Item_func_hybrid_field_type_get_date_with_warn() local
5139 Temporal::Warn *warn, in Item_get_date()
5148 Temporal::Warn *warn, in Item_get_date()
5157 Temporal::Warn *warn, in Item_get_date()
5170 Temporal::Warn *warn, in Item_get_date()
5179 Temporal::Warn *warn, in Item_get_date()
5189 Temporal::Warn *warn, in Item_get_date()
5366 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5378 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5433 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5494 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5544 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5595 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
5646 Temporal::Warn *warn, in Item_func_hybrid_field_type_get_date()
9008 int warn; in Item_val_native_with_conversion_result() local