1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically

This commit is contained in:
Alexander Barkov
2016-05-23 16:25:51 +04:00
parent 4c0e2960d4
commit 9a25c01f78
11 changed files with 85 additions and 44 deletions

View File

@@ -1817,8 +1817,6 @@ private:
struct st_parsing_options
{
bool allows_variable;
bool allows_select_into;
bool allows_select_procedure;
bool allows_derived;
st_parsing_options() { reset(); }