320
324
static DRIZZLE_SYSVAR_BOOL(enable, enabled, PLUGIN_VAR_NOCMDARG,
321
325
N_("Enable the console."), NULL, NULL, false);
323
326
static DRIZZLE_SYSVAR_BOOL(debug, debug_enabled, PLUGIN_VAR_NOCMDARG,
324
327
N_("Turn on extra debugging."), NULL, NULL, false);
325
329
static DRIZZLE_SYSVAR_STR(user, user, PLUGIN_VAR_READONLY,
326
330
N_("User to use for auth."), NULL, NULL, NULL);
327
331
static DRIZZLE_SYSVAR_STR(password, password, PLUGIN_VAR_READONLY,