MCPcopy Create free account
hub / github.com/MariaDB/server / stmt_uninstall_plugin_by_name

Method stmt_uninstall_plugin_by_name

sql/sql_lex.cc:12942–12952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12940
12941
12942bool LEX::stmt_uninstall_plugin_by_name(const DDL_options_st &opt,
12943 const Lex_ident_sys_st &name)
12944{
12945 check_opt.init();
12946 if (add_create_options_with_check(opt))
12947 return true;
12948 sql_command= SQLCOM_UNINSTALL_PLUGIN;
12949 comment= name;
12950 ident= null_clex_str;
12951 return false;
12952}
12953
12954
12955bool LEX::stmt_uninstall_plugin_by_soname(const DDL_options_st &opt,

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected