PDF (US Ltr)
- 1.2Mb
PDF (A4)
- 1.2Mb
HTML Download (TGZ)
- 159.0Kb
HTML Download (Zip)
- 190.3Kb
struct st_mysql_client_plugin *
mysql_load_plugin_v(MYSQL *mysql,
const char *name,
int type,
int argc,
va_list args)
This function is equivalent to
mysql_load_plugin()
, but it
accepts a va_list
instead of a variable
list of arguments.
See also Section 17.3, “mysql_load_plugin()”.