Skip to content
Snippets Groups Projects
Commit fa0de2bf authored by Mergen Imeev's avatar Mergen Imeev Committed by Igor Munkin
Browse files

sql: check index for DROP INDEX before runtime

Before this patch, the existence of an index for a DROP INDEX statement
was checked at runtime. This is quite inconvenient for #4467, so this
will now be checked when creating the VDBE.

Needed for #4467

NO_DOC=no user-visible changes
NO_TEST=no user-visible changes
NO_CHANGELOG=no user-visible changes
parent b44fc36f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment