Spec-Zone .ru
спецификации, руководства, описания, API

22.8.14.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

This function is equivalent to mysql_load_plugin(), but it accepts a va_list instead of a variable list of parameters.

See Also

See also Section 22.8.14.3, "mysql_load_plugin()".