| 953 | |
| 954 | |
| 955 | bool plugin_is_ready(const LEX_CSTRING *name, int type) |
| 956 | { |
| 957 | bool rc= FALSE; |
| 958 | if (plugin_status(name, type) == SHOW_OPTION_YES) |
| 959 | rc= TRUE; |
| 960 | return rc; |
| 961 | } |
| 962 | |
| 963 | |
| 964 | SHOW_COMP_OPTION plugin_status(const char *name, size_t len, int type) |
no test coverage detected