292
308
#name, comment, check, update, &varname, def, min, max, blk }
294
310
#define DRIZZLE_SessionVAR_BOOL(name, opt, comment, check, update, def) \
296
312
PLUGIN_VAR_BOOL | PLUGIN_VAR_SessionLOCAL | ((opt) & PLUGIN_VAR_MASK), \
297
313
#name, comment, check, update, -1, def, NULL}