285
283
#name, comment, check, update, &varname, def, min, max, blk }
287
285
#define DRIZZLE_SessionVAR_BOOL(name, opt, comment, check, update, def) \
289
287
PLUGIN_VAR_BOOL | PLUGIN_VAR_SessionLOCAL | ((opt) & PLUGIN_VAR_MASK), \
290
288
#name, comment, check, update, -1, def, NULL}