Home
last modified time | relevance | path

Searched refs:have_smth_to_conv (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dfield.cc5101 if (have_smth_to_conv && l_time->month) in store_TIME_with_warning()
5158 bool have_smth_to_conv; in store() local
5162 have_smth_to_conv= !str_to_datetime(cs, from, len, &l_time, in store()
5647 else if (!have_smth_to_conv) in store_TIME_with_warning()
5711 int error= 0, have_smth_to_conv= 1; in store_time_dec() local
5721 have_smth_to_conv= false; in store_time_dec()
5822 int have_smth_to_conv) in store_TIME_with_warning() argument
5826 if (!have_smth_to_conv) in store_TIME_with_warning()
5868 bool have_smth_to_conv= in store() local
5927 int have_smth_to_conv= !number_to_time(neg, (ulonglong) nr, in store() local
[all …]
H A Dfield.h2639 int was_cut, int have_smth_to_conv);
2673 int warnings, bool have_smth_to_conv);
2971 int was_cut, int have_smth_to_conv);
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dfield.cc5101 if (have_smth_to_conv && l_time->month) in store_TIME_with_warning()
5158 bool have_smth_to_conv; in store() local
5162 have_smth_to_conv= !str_to_datetime(cs, from, len, &l_time, in store()
5647 else if (!have_smth_to_conv) in store_TIME_with_warning()
5711 int error= 0, have_smth_to_conv= 1; in store_time_dec() local
5721 have_smth_to_conv= false; in store_time_dec()
5822 int have_smth_to_conv) in store_TIME_with_warning() argument
5826 if (!have_smth_to_conv) in store_TIME_with_warning()
5868 bool have_smth_to_conv= in store() local
5927 int have_smth_to_conv= !number_to_time(neg, (ulonglong) nr, in store() local
[all …]
H A Dfield.h2639 int was_cut, int have_smth_to_conv);
2673 int warnings, bool have_smth_to_conv);
2971 int was_cut, int have_smth_to_conv);
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dfield.cc4749 bool have_smth_to_conv; in store() local
4754 have_smth_to_conv= (str_to_datetime(cs, from, len, &l_time, in store()
4760 if (error || !have_smth_to_conv) in store()
4768 if (have_smth_to_conv && l_time.month) in store()