324
330
static DRIZZLE_SYSVAR_BOOL(debug, debug_enabled, PLUGIN_VAR_NOCMDARG,
325
331
N_("Turn on extra debugging."), NULL, NULL, false);
332
static DRIZZLE_SYSVAR_STR(user, user, PLUGIN_VAR_READONLY,
333
N_("User to use for auth."), NULL, NULL, NULL);
334
static DRIZZLE_SYSVAR_STR(password, password, PLUGIN_VAR_READONLY,
335
N_("Password to use for auth."), NULL, NULL, NULL);
336
static DRIZZLE_SYSVAR_STR(db, db, PLUGIN_VAR_READONLY,
337
N_("Default database to use."), NULL, NULL, NULL);
327
339
static drizzle_sys_var* vars[]= {