Dropping nonexistent SPs should return error
Open
bug
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 243
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 37
Description
```
nctdb> select * from comdb2_procedures;
[select * from comdb2_procedures] rc 0
nctdb> drop procedure proc 1;
[drop procedure proc 1] rc 0
nctdb> select * from comdb2_tables;
(tablename='sqlite_stat1')
(tablename='sqlite_stat4')
[select * from comdb2_tables] rc 0
nctdb> drop table t1;
[drop table t1] failed with rc -3 no such table: t1
```
Contributor guide
Assessment
This issue has not been assessed yet.