| 1446 | } |
| 1447 | |
| 1448 | static void print_init_failed_error(st_plugin_int *p) |
| 1449 | { |
| 1450 | sql_print_error("Plugin '%s' registration as a %s failed.", |
| 1451 | p->name.str, |
| 1452 | plugin_type_names[p->plugin->type].str); |
| 1453 | } |
| 1454 | |
| 1455 | static int plugin_do_initialize(struct st_plugin_int *plugin, uint &state) |
| 1456 | { |
no test coverage detected