mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
http_private: add p_left, make BIGINTs UNSIGNED
This commit is contained in:
parent
82cad25fa8
commit
4091f51bd8
2 changed files with 8 additions and 3 deletions
|
|
@ -22,8 +22,9 @@ CREATE OR REPLACE PROCEDURE aquatic_announce_v1 (
|
|||
IN p_info_hash CHAR(40),
|
||||
IN p_peer_id CHAR(40),
|
||||
IN p_event VARCHAR(9),
|
||||
IN p_uploaded BIGINT,
|
||||
IN p_downloaded BIGINT,
|
||||
IN p_uploaded BIGINT UNSIGNED,
|
||||
IN p_downloaded BIGINT UNSIGNED,
|
||||
IN p_left BIGINT UNSIGNED,
|
||||
OUT p_announce_allowed BOOLEAN,
|
||||
OUT p_failure_reason TEXT,
|
||||
OUT p_warning_message TEXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue