~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-08-04 06:21:17 UTC
  • mfrom: (1108.2.2 merge)
  • Revision ID: brian@gaz-20090804062117-fef8x6y3ydzrvab3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
static sys_var_session_uint32_t sys_net_wait_timeout(&vars, "wait_timeout",
274
274
                                                     &SV::net_wait_timeout);
275
275
 
276
 
/* Condition pushdown to storage engine */
277
 
static sys_var_session_bool
278
 
sys_engine_condition_pushdown(&vars, "engine_condition_pushdown",
279
 
                              &SV::engine_condition_pushdown);
280
 
 
281
276
/* Variables that are bits in Session */
282
277
 
283
278
sys_var_session_bit sys_autocommit(&vars, "autocommit", 0,