MySQL 9.0.0
Source Code Documentation
protobuf_plugin.cc File Reference
#include "mysqlrouter/router_protobuf_export.h"
#include "my_compiler.h"
#include "scope_guard.h"
#include <google/protobuf/message_lite.h>
#include "mysql/harness/plugin.h"

Functions

 MY_COMPILER_CLANG_DIAGNOSTIC_IGNORE ("-Winconsistent-missing-destructor-override") static Scope_guard static_guard([]()
 

Variables

mysql_harness::Plugin ROUTER_PROTOBUF_EXPORT harness_plugin_router_protobuf
 

Function Documentation

◆ MY_COMPILER_CLANG_DIAGNOSTIC_IGNORE()

MY_COMPILER_CLANG_DIAGNOSTIC_IGNORE ( "-Winconsistent-missing-destructor-override"  )

Variable Documentation

◆ harness_plugin_router_protobuf

mysql_harness::Plugin ROUTER_PROTOBUF_EXPORT harness_plugin_router_protobuf
Initial value:
= {
mysql_harness::PLUGIN_ABI_VERSION, mysql_harness::ARCHITECTURE_DESCRIPTOR,
"", VERSION_NUMBER(0, 0, 1),
0, nullptr,
0, nullptr,
nullptr,
[](mysql_harness::PluginFuncEnv *) { static_guard.rollback(); },
nullptr,
nullptr,
false,
0, nullptr,
nullptr,
}
PluginFuncEnv object.
Definition: loader.h:673