MySQL 5.7 C API Developer Guide

9.2.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 arguments.

See Also

See also Section 9.2.3, “mysql_load_plugin()”.