static leases use 0, not NULL timeout
fixed static leases
This commit is contained in:
@@ -158,7 +158,7 @@ CREATE TABLE pools (
|
||||
`start` varbinary(16) NOT NULL,
|
||||
`end` varbinary(16) NOT NULL,
|
||||
`next` varbinary(16) NOT NULL,
|
||||
`timeout` int(10) unsigned DEFAULT NULL,
|
||||
`timeout` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE (`name`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
Reference in New Issue
Block a user