27.7.13.4 mysql_load_plugin_v()

struct st_mysql_client_plugin *mysql_load_plugin_v(MYSQL *mysql, const char *name, int type, int argc, va_list args)

Description

此函数等效于mysql_load_plugin(),但是它接受va_list而不是变量参数列 table。

See Also

另请参见第 27.7.13.3 节“ mysql_load_plugin()”