CREATE VIEW test1 AS (SELECT 1)
)Drop the view, like when using SQL.
Error : "No database selected"
Screenshot :
Affects QA_4_8
and 5.0.0-dev
Issue starts on 4.8.2
, 4.8.1
is not affected.
Someone can investigate ?
My testing shows that this began between 4.8.0 and 4.8.1, and that c6dd6b56e236a3aff953cee4135ecaa67130e641 is the first bad commit.
I also get the same error when clicking "Create view" from the bottom of query results.