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

@@ -232,8 +232,6 @@ void
st_parsing_options::reset()
{
allows_variable= TRUE;
allows_select_into= TRUE;
allows_select_procedure= TRUE;
allows_derived= TRUE;
}