1634
1634
if (killed_status_arg == THD::KILLED_NO_VALUE)
1635
1635
killed_status_arg= thd_arg->killed;
1637
1638
(killed_status_arg == THD::NOT_KILLED) ?
1638
1639
(thd_arg->is_error() ? thd_arg->main_da.sql_errno() : 0) :
1643
1643
exec_time = (ulong) (end_time - thd_arg->start_time);