Skip to content
Snippets Groups Projects
Commit 41616a28 authored by Nikita Pettik's avatar Nikita Pettik
Browse files

sql: rework 'DROP INDEX' and 'DROP TABLE' handling

As a part of SQL data dictionary integration, 'DROP INDEX' and
'DROP TABLE' statements proccessing has been refactored in order
to avoid using SQL specific internal structures.
However, triggers still aren't transfered to server, so to drop them
it is required to lookup SQL table and emit apporpriate opcodes.
Also, added comments and fixed codestyle for functions processing
'DROP' routine.

Part of #3222.
parent 4e4f8529
No related branches found
No related tags found
Loading
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