Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: add drop type to the prepared statement generator
Release justification: fixes for high-priority or high-severity bugs in existing functionality Previously, prepare statement doesnt have support for drop type in optimizer, so it panic during execution as no flags are generated. This patch fixes this by adding dropType to the optimizer. Resolves #61226 Release note: none Signed-off-by: Tharun <[email protected]>
- Loading branch information