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