Last modified: 2014-03-17 11:23:13 UTC
(08:14) root@localhost:[wiki]> select * from throttle_override; +--------+-----------------------------+-----------------+---------------+----------------+-------------+ | thr_id | thr_type | thr_range_start | thr_range_end | thr_expiry | thr_reason | +--------+-----------------------------+-----------------+---------------+----------------+-------------+ | 1 | actcreate,edit,move | 7F000001 | 7F000001 | 20140127225045 | fsdfjskdfh | | 2 | edit,mailpassword,emailuser | 7F000001 | 7F000001 | 20140207225228 | kasdjhfdskj | +--------+-----------------------------+-----------------+---------------+----------------+-------------+ 2 rows in set (0.00 sec) In this example, I managed to set two different expiries for the 'edit' throttle using the same IP (127.0.0.1). It should have instead modified the existing row.