Update DDLWorker.h

This commit is contained in:
tavplubix 2021-02-01 18:59:06 +03:00 committed by Amos Bird
parent a7eb2ce6d0
commit 902ae7894e
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4

View File

@ -129,7 +129,7 @@ private:
/// Returns non-empty DDLTaskPtr if entry parsed and the check is passed
DDLTaskPtr initAndCheckTask(const String & entry_name, String & out_reason, const ZooKeeperPtr & zookeeper);
void updateMaxDDLEntryID(DDLTask & task);
void updateMaxDDLEntryID(const DDLTask & task);
void enqueueTask(DDLTaskPtr task);
void processTask(DDLTask & task);