mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: Remove Schedule() call (#2938)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
322b2e7ac1
commit
9b9c32c91d
16 changed files with 2 additions and 42 deletions
|
@ -441,8 +441,6 @@ void SearchFamily::FtCreate(CmdArgList args, ConnectionContext* cntx) {
|
|||
if (auto err = parser.Error(); err)
|
||||
return cntx->SendError(err->MakeReply());
|
||||
|
||||
cntx->transaction->Schedule();
|
||||
|
||||
// Check if index already exists
|
||||
atomic_uint exists_cnt = 0;
|
||||
cntx->transaction->Execute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue