You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/plugins/mysqlx/include/mysqlx_admin_schema.h

9 lines
224 B

#ifndef PROXYSQL_MYSQLX_ADMIN_SCHEMA_H
#define PROXYSQL_MYSQLX_ADMIN_SCHEMA_H
#include "ProxySQL_Plugin.h"
bool mysqlx_register_admin_schema(ProxySQL_PluginServices& services);
#endif /* PROXYSQL_MYSQLX_ADMIN_SCHEMA_H */