Loading sql/item_timefunc.cc +3 −2 Original line number Diff line number Diff line Loading @@ -480,9 +480,10 @@ bool make_date_time(DATE_TIME_FORMAT *format, TIME *l_time, MY_LOCALE *locale; THD *thd= current_thd; char buf[128]; String tmp(buf, thd->variables.character_set_results); String tmp(buf, sizeof(buf), thd->variables.character_set_results); uint errors= 0; tmp.length(0); str->length(0); str->set_charset(&my_charset_bin); locale = thd->variables.lc_time_names; Loading sql/sql_locale.cc +109 −109 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
sql/item_timefunc.cc +3 −2 Original line number Diff line number Diff line Loading @@ -480,9 +480,10 @@ bool make_date_time(DATE_TIME_FORMAT *format, TIME *l_time, MY_LOCALE *locale; THD *thd= current_thd; char buf[128]; String tmp(buf, thd->variables.character_set_results); String tmp(buf, sizeof(buf), thd->variables.character_set_results); uint errors= 0; tmp.length(0); str->length(0); str->set_charset(&my_charset_bin); locale = thd->variables.lc_time_names; Loading
sql/sql_locale.cc +109 −109 File changed.Preview size limit exceeded, changes collapsed. Show changes