| 12940 | |
| 12941 | |
| 12942 | bool 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 | |
| 12955 | bool LEX::stmt_uninstall_plugin_by_soname(const DDL_options_st &opt, |