~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/parameters_ms.cc

  • Committer: Monty Taylor
  • Date: 2010-12-06 20:03:48 UTC
  • mto: (1977.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1980.
  • Revision ID: mordred@inaugust.com-20101206200348-ds31k1kc8ougn7fg
four more variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
typedef drizzled::constrained_check<uint32_t, 100, 0> percent_constraint;
79
79
static percent_constraint my_garbage_threshold;
80
 
typedef drizzled::constrained_check<uint32_t, UINT32_MAX, 1> uint32_nonzero_constraint;
81
80
static uint32_nonzero_constraint my_temp_blob_timeout;
82
81
static uint32_nonzero_constraint my_max_keep_alive;
83
82
static uint32_nonzero_constraint my_backup_db_id;