PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb
Press CTRL+C to copystruct 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 9.2.4, “mysql_load_plugin()”.