202
202
typedef constrained_check<uint64_t, UINT64_MAX, 0> uint64_constraint;
203
203
typedef constrained_check<uint32_t, UINT32_MAX, 0> uint32_constraint;
204
206
typedef drizzled::constrained_check<in_port_t, 65535, 0> port_constraint;
206
208
typedef constrained_check<uint32_t,65535,1> back_log_constraints;