| 3930 | // |
| 3931 | |
| 3932 | static const TEXT* status_vector( const act* action) |
| 3933 | { |
| 3934 | |
| 3935 | if (action && (action->act_error || (action->act_flags & ACT_sql))) |
| 3936 | return global_status_name; |
| 3937 | |
| 3938 | return NULL_STATUS; |
| 3939 | } |
| 3940 | |
| 3941 | |
| 3942 | //____________________________________________________________ |
no outgoing calls
no test coverage detected